Post date: Apr 5, 2015 3:36:21 PM
Bookmarklets are tiny little scripts that you can run right from your bookmarks or favorites folder or bar.
These can make life a lot easier because the allow you to automate a few things. They can also manipulate the site that you are currently on. ( Hey now, that sounds like hacking :D )
the start for any bookmarklet is generally:
javascrip:(
function(){
}
)()
and then you just write all your code in the function
Also you have to make sure that it is all on one line, which makes changing the code later a real hassle.
There are plenty of sites that have nice bookmarklets for just about anything you want to do so just do a Ggoogle search for bookmarklets.