Enable build support by adding .onedev-buildspec.yml
icons | Loading last commit info... | |
popup | ||
.gitignore | ||
README.md | ||
autoenroll.js | ||
manifest.json |
README.md
Autoenroller
A minimal firefox addon that clicks the a button of your choosing for you on a given page at a set date and time.
Installation
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
Usage
- Set a date and time in the popup
- Navigate to your shopping cart page
- Make sure the
Autoenroll Ready
tag shows up under your enroll button
- Set a date and time that's in the future.
- Wait with your shopping cart open until it's time!
- ???
- Profit
It's recommended that you load your shopping cart relatively close to your enrollment time, in case you get timed out for inactivity by leaving it open for too long beforehand.
Other
I took the timer in the popup from https://www.w3schools.com/howto/howto_js_countdown.asp
Further reading: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
I whipped this up in a single afternoon the day before I needed it which was a fun experience.