Create a javascript chome extention that does not execute in 6 months
- by user1907657
I have just started learning programming and I would like to make a script into a chrome extension.
Its a basic script and I hope to practice more and more and develop bigger projects and set myself bigger tasks
This script has to do the following :
reload a page every 20 seconds (say google.com)
after 6 months the script must not run (maybe prompt a window saying "its over 6 months")
The code should be able to go into a small chrome extension and also the 6 month time period should be absolute not relative to the time the script was started; for example should the browser crash and i have to turn on the extension again it should not restart the 6 month counter.
Also if anyone could recommend any good sources for JavaScript to learn (preferably books; nothingIi read online ever seems to stick)