amacfie / human_powered

Chrome extension that periodically prompts the user to do a stretch/exercise/posture check. Uses pose estimation via webcam. Runs after e.g. every 5ᵗʰ new tab opened.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Greasemonkey version

amacfie opened this issue · comments

greasemonkey script just increments counter on page load and when modulus is reached it opens a tab

the tab is a localhost static page that does the webcam stuff and uses localstorage for persistent data

must be compatible with qutebrowser's GM implementation