32 Indispensable Bookmarklets for Web Developers and Designers
All of these bookmarklets/favelets will be useful to all web designers and developers, they are the quickest method for testing, analyzing and tweaking any web page.
To use these bookmarklets you can drag and drop the links to your Bookmark Toolbar or right click and save link as, this way you will always have quick access to these great tools
Layout Grid and Overlay Bookmarklets
Bookmarklet : Layout Grid Bookmarklet (Drag & Drop this link to your toolbar)
Description: This bookmarklet simply applies a layout grid image to the body of a page.
Bookmarklet : Layout Grid Overlay (Drag & Drop this link to your toolbar)
Description: This bookmarklet creates a div, positions it absolutely and then applies the background image to the div.
Via : Andy Budd.
Bookmarklet Javascript Code (Copy and Paste) :
javascript:void(d=document);void(el=d.getElementsByTagName('body'));void(el%5B0%5D.style.background='url(http://www.andybudd.com/images/layoutgrid.png)');MRI from WESTCIV
Bookmarklet : MRI Bookmarklet (Drag & Drop this link to your toolbar)
Description: MRI is a free cross browser tool that lets you test selectors with any web page.
Via : WESTCIV.
Bookmarklet Javascript Code :
javascript:function%20loadScript(scriptURL)%20{%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src',%20scriptURL);%20document.body.appendChild(scriptElem);}loadScript('http://westciv.com/mri/theMRI.js');Spry Medias Design Bookmarklet
Bookmarklet : Design Bookmarklet (Drag & Drop this link to your toolbar)
Compatabile Browser(s) : Safari, Firefox, Netscape, Opera and Internet Explorer 7.
Description: Design is a suite of web-design and development assisted tools which can be utilized on any web-page. Encompassing utilities for grid layout, measurement and alignment, Design is a uniquely powerful JavaScript bookmarklet.
The Features :
Grid – overlays a highly configurable layout grid over a web-page. Grid can be set to match any set of dimensions, allowing easy development of CSS layouts in the web-browser.
Rule – displays rulers on a page, with all the expected features of the rulers found in a desktop design application, including guides which snap to block display elements and origin location control.
Unit – allows measurements to be made between any two points on a web-page, giving basic information about each of the points clicked on, and drawing a line on the page for the measurement.
Crosshair – draws a crosshair cursor on the page to assist in layout alignment. Cursor information is also presented in a tooltip.
Via : Spry Media.
Bookmarklet Javascript Code :
javascript:function%20fnStartDesign(sUrl)%20{var%20nScript%20=%20document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);}fnStartDesign('http://www.sprymedia.co.uk/design/design/media/js/design-loader.js');Quick Accessibility Page Tester
Bookmarklet : Accessible Page? (Drag & Drop this link to your toolbar)
Description: It highlights definite issues with your page, warns about possible issues and also highlights areas on the page that might benefit you.
Via : Accessify.
Bookmarklet Javascript Code :
javascript:function%20loadScript(scriptURL){var%20scriptElem=document.createElement('SCRIPT');scriptElem.setAttribute('src',scriptURL);scriptElem.setAttribute('type','text/javascript');document.body.appendChild(scriptElem);}loadScript('http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js');loadScript('http://accessify.com/_scripts/favelets/accessify-page-test.js');Reload CSS
Bookmarklet : Reload CSS (Drag & Drop this link to your toolbar)
Description: Reload CSS refreshes only the CSS of a loaded page every 2 seconds so you can use your CSS editor of choice and see semi-real-time changes in your browser when you save.
Via : MrClay.org.
Bookmarklet Javascript Code :
/*
Slayer Office Mouseover DOM Inspector (Domi)
Bookmarklet : Mouseover DOM Inspector (Domi) (Drag & Drop this link to your toolbar)
Compatabile Browser(s) : Safari, Firefox, Netscape, Opera and Internet Explorer 6+.
Description: DOMI allows you to view and manipulate the DOM of a web page simply by mousing around the document.
Via : Slayer Office.
Bookmarklet Javascript Code :
javascript:prefFile='';void(z=document.body.appendChild(document.createElement('script')));void(z.language='javascript');void(z.type='text/javascript');void(z.src='http://slayeroffice.com/tools/modi/v2.0/modi_v2.0.js');void(z.id='modi');Slayer Office Favelet Suite
Bookmarklet : Favelet Suite (Drag & Drop this link to your toolbar)
Compatabile Browser(s) : Safari, Firefox and Internet Explorer 6+.
Description: When invoked, a div element will appear in the top left corner of your browser window with a list of the following bookmarklets : Color List ; Document Tree Chart ; HTML Attribute Viewer ; HTTP Header Viewer ; Hidden Field Modifier ; Javascript Object Tree ; MODIv2 ; Mouseover DOM Inspector ; Object Dimensions ; Page Info ; Remove Children ; Resize Fonts ; Ruler ; Show Source ; Style Sheet Tweak ; Style Sheet Viewer.
Via : Slayer Office.
Bookmarklet Javascript Code :
javascript:s=document.body.appendChild(document.createElement('script'));s.id='fs';s.language='javascript';void(s.src='http://slayeroffice.com/tools/suite/suite.js');Wave – Web Accesibilty
Bookmarklet : Wave – Web Accesibilty (Drag & Drop this link to your toolbar)
Description: WAVE is a free web accessibility evaluation tool, rather than providing a complex technical report, WAVE shows the original web page with embedded icons and indicators that reveal the accessibility information within your page.
Via : WEBAIM.
Bookmarklet Javascript Code :
javascript:void(window.open('http://wave.webaim.org/report?url='+escape(window.location)))XRAY: Look Beneath the Skin
Bookmarklet : XRAY (Drag & Drop this link to your toolbar)
Compatabile Browser(s) : Safari, Firefox and Internet Explorer 6+.
Description: XRAY is a cross browser tool that lets you see the box model in action for any element, letting you see beneath the skin of any web page.
Via : WESTCIV.
Bookmarklet Javascript Code :
javascript:function%20loadScript(scriptURL)%20{%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src',%20scriptURL);%20document.body.appendChild(scriptElem);}loadScript('http://westciv.com/xray/thexray.js');Resize Browser Size
| Select Browser Size |
| 240px X 320px (Drag & Drop this link to your toolbar) |
| 480px X 640px (Drag & Drop this link to your toolbar) |
| 640px X 480px (Drag & Drop this link to your toolbar) |
| 800px X 600px (Drag & Drop this link to your toolbar) |
| 1024px X 768px (Drag & Drop this link to your toolbar) |
| 1280px X 768 (Drag & Drop this link to your toolbar) |
| 1600px X 1024 (Drag & Drop this link to your toolbar) |
Validators and Checkers
| W3C Validate HTML |
| W3C Validate HTML (Drag & Drop this link to your toolbar) |
| W3C Validate CSS |
| W3C Validate CSS (Drag & Drop this link to your toolbar) |
| Quick Validate HTML (avoids “missing doctype” and “missing charset” errors) |
| Quick Validate HTML (Drag & Drop this link to your toolbar) |
| W3C Link Checker |
| W3C Link Checker (Drag & Drop this link to your toolbar) |
CSS Bookmarklets
| View CSS |
| View CSS (Drag & Drop this link to your toolbar) |
| View Scripts |
| View Scripts (Drag & Drop this link to your toolbar) |
| List Computed CSS Styles |
| List Computed CSS Styles (Drag & Drop this link to your toolbar) |
HTML Table Bookmarklets
| Show Table Heading |
| Show Table Heading (Drag & Drop this link to your toolbar) |
| Highlight/Show Table |
| Show Table (Drag & Drop this link to your toolbar) |
| View Table Cells |
| View Table Cells (Drag & Drop this link to your toolbar) |
Development Bookmarklets
| Edit Any Website |
| Edit Any Website (Drag & Drop this link to your toolbar) |
| Edit Current Website |
| Edit Current Website (Drag & Drop this link to your toolbar) |
| Image Drag and Drop |
| Image Drag and Drop (Drag & Drop this link to your toolbar) |
| Grab Screenshot |
| Grab Screenshot (Drag & Drop this link to your toolbar) |
| Color List |
| Color List (Drag & Drop this link to your toolbar) |
| Shorten URL with TinyURL |
| Shorten URL with TinyURL (Drag & Drop this link to your toolbar) |
| Return to Referer |
| Return to Referer (Drag & Drop this link to your toolbar) |
| Zoom any Images |
| Zoom any Images (Drag & Drop this link to your toolbar) |
| Go To Top of Domain |
| Go To Top of Domain (Drag & Drop this link to your toolbar) |
| Web Page – Zoom In |
| Web Page – Zoom In (Drag & Drop this link to your toolbar) |
| Web Page – Zoom Out |
| Web Page – Zoom Out |
| Clear Background (removes bgImage) |
| Clear Background (Drag & Drop this link to your toolbar) |
| Change Text Color |
| Change Text Color (Drag & Drop this link to your toolbar) |
| Highlight All Links |
| Highlight Links (Drag & Drop this link to your toolbar) |
| View HTPP Headers |
| View HTPP Headers (Drag & Drop this link to your toolbar) |
You might also like…
2200 CMS Load Time Comparisons, Which is the Fastest? »
37 Phenomenal jQuery Plugins and Demos for Developers »
40+ Must Have Extensions, Bookmarklets and Tools for Google Chrome »
27 Indispensable Web Design and Development Firefox Extensions »
22 Comments › Leave yours
Leave a Comment
18 Trackbacks
- 32 Indispensable BookMarklets for Web Developers
- dgtlx.com
- dgtlx.com
- Bookmarklets para desarrolladores web | aNieto2K
- 32 Indispensable Bookmarklets for Web Developers and Designers | Listicted!
- fabrikade's blog :: Design and T-shirt Links from 2009-02-16 to 2009-02-17 : fabrikade, wear.i.am - t-shirts, polos, iPod sleeves, pouches, bags, accessories and toys
- links for 2009-02-17 « Mandarine
- Bookmarklets für Pixelschubser : powerbook_blog
- links for 2009-02-18 « Brent Sordyl’s Blog
- Meine Links vom 18.02.2009 | Isarblick
- 32 Indispensable Bookmarklets for Web Developers and Designers -Reblog | Remarkable Things
- 32 Indispensable Bookmarklets for Web Developers and Designers : Speckyboy Design Magazine | Ox-d
- Excellent web design tools | Design-Notes
- links for 2009-05-15 - the sweetview blog
- [BOOKMARKLET] 32 Indispensable Bookmarklets for Web Developers and Designers – ウェブデベロッパーのためのブックマークレット - mBlog
- Scott Hanselman's Computer Zen
- 32 Indispensable Bookmarklets for Web Developers and Designers : Speckyboy Design Magazine | Rumball Motors Interactive
- Creating a Web Development Environment using Google Chrome Extensions | Bizimhost.biz




























16 Feb, 2009
wow.. Thank you so much..
I was already using amazing Reload CSS bookmarklet.
Never knew about other bookmarklets in the post before!
16 Feb, 2009
Wow! Amazing collection…
16 Feb, 2009
Thanks so much for this post. I was looking for lots of these things for a very long time. Please keep up the great blog!
16 Feb, 2009
wow, thanks a lot
16 Feb, 2009
Nice list. Much appreciated
16 Feb, 2009
Yet another list of great tools. Thank you!
16 Feb, 2009
Thanks for this amazing list!
16 Feb, 2009
Wow alot of great stuff here. I’ve never used bookmarklets like that… I never thought much about them.
16 Feb, 2009
awesome list, thanks for taking the time to compile it!
17 Feb, 2009
Just use firebug and web developer toolbar :)
17 Feb, 2009
thanks for the link!!!they are awesome.
18 Feb, 2009
Great toolset! Thank you very much.
18 Feb, 2009
Great list,
but a lot of these don’t work. For instance the validate css and validate html do nothing.
20 Feb, 2009
Nice! thanks for sharing them!
17 Mar, 2009
absolutely must-haves
23 Jun, 2009
Great quicklets…thanks..
31 Jul, 2009
The best information i have found exactly here. Keep going Thank you
28 Aug, 2009
The full madness!
Great Great XRAY is the best of all!!
14 Sep, 2009
nice, thanks.
27 Jan, 2010
Great list , thank you
27 Jan, 2010
I recommend this also:
http://www.phpied.com/form-auto-fill-bookmarklet/
Auto-fills your form inputs for testing.
13 Mar, 2010
Hmmm most of these don’t do anything for me in Chrome or Safari on OS X