A developer bookmarklet for quickly toggling grids, outlines, accessibility checks, and layout diagnostics on any website.
- Toggle grid overlay (
.container
or.container-fluid
) - Toggle column outlines
- Accessibility helpers:
- Heading hierarchy
- ARIA roles
- Alt attributes
- Color contrast warnings
- LocalStorage support to persist state
- Auto-hide toolbar on scroll
- Minified version auto-generated via Gulp
-
Clone or download this repo
-
Run:
npm install npm run dev
The easiest way to install and use the DevTools bookmarklet:
- Visit the DevTools Bookmarklet Launcher Page.
- Drag the 🛠 DevTools Bookmarklet link to your bookmarks bar.
- Click the bookmarklet on any website to activate the developer toolbar.
That's it—no coding or manual setup required!