Today we’re going to take a look at writing scripts for the Greasemonkey add-on for Firefox. This add-on allows us to use JavaScript to make changes to the way webpages are displayed on our browser.
Using CSS and JavaScript, you can dynamically change the background on your website. You use the code to change the background each time a user loads the website into ...