March 2011
5 posts
3 tags
Mar 23rd
1,185 notes
5 tags
Mar 16th
727 notes
6 tags
Mar 9th
18 notes
4 tags
Mar 7th
3 notes
5 tags
Check All Checkboxes Bookmarklet
Ever had a page of checkboxes that needed to be checked but there’s no “Check All” option built-in?  I did some searching and found this awesome javascript bookmarlet that will check all of the checkboxes on the screen in a second. Create a new bookmark and add the JS code below as the URL:  javascript:function check_all_in_document(doc){var c=new...
Mar 3rd
6 notes