These are some of the Firefox bookmarklets I use on an almost daily basis to speed up repetitive tasks like checking the dns records of a site, google rich snippets, etc. I’ll be updating this from time to time.
This is primarily for my own use, but I figured if it helps me, maybe it’ll help someone else, so feel free to use these yourself. If it does help you, I’d love it if you tweet, plus or share this and get the word out.
If you want to do batch processing of a lot of sites at once, collect all the sites (my browser can only handle 50 at a time), make sure they start with the http or https, paste them into http://bulkurlopen.com/ and open them all at once. If you use CTRL + Tab you can quickly switch tabs and really save time.
How To Create A Bookmarklet
This video explains how to create the bookmarklet in Firefox, what it does etc.
Bookmarklet Codes
Copy and paste the code into the Location as shown in the video.
Into DNS:javascript: window.location = 'http://www.intodns.com/' + window.location.hostname.replace(/^www\./,'');
Who is hosting:javascript: window.location = 'http://www.whoishostingthis.com/?q=' + window.location;
Rich Snippet:javascript: window.location = 'http://www.google.com/webmasters/tools/richsnippets?q=' + window.location;
Leave a Reply