A simple, set-and-forget browser extension that schedules clicks on web elements or specific coordinates at a specified time.
- Clone this repository or download the source code.
- Run the build script:
python3 ./build.py release
- Load the extension in your browser:
- Chrome/Edge: Go to
chrome://extensions/, enable "Developer mode", click "Load unpacked", select thedist/chromedirectory. - Firefox: Go to
about:debugging#/runtime/this-firefox, click "Load Temporary Add-on", selectmanifest.jsoninside thedist/firefoxdirectory.
- Chrome/Edge: Go to
- Right-click any element on a webpage;
- Select "Click at..." from the context menu;
- Choose your preferred click mode (either
Web elementorExact coordinates); - Set the desired time;
- Click "Confirm".
The element or coordinates you picked will automatically be clicked at the specified time.