Click any element on the page
Point, click, start styling.
Bookmarklet CSS editor
Click -> Style -> Done
A fast little CSS editor for any webpage.
Click an element, tweak its styles, see the result instantly. No setup. No extensions. Just a bookmarklet.
Drag to bookmarks or click to launch on this page:
Live edits appear right away, so experimenting feels fast instead of heavy.
.promo-card .button {
background: linear-gradient(135deg, #38bdf8, #22c55e);
color: #020817;
border-radius: 18px;
padding: 14px 18px;
box-shadow: 0 16px 40px rgba(56, 189, 248, 0.28);
}
Four small reasons this tool is handy in real work.
Without DevTools. Just a quick way to change styles on the page and immediately see if the idea works.
.promo-card {
background: linear-gradient(135deg, #38bdf8, #22c55e);
border-radius: 20px;
padding: 18px 20px;
}
Need to test a headline, CTA, or tiny copy tweak in context? Pick the text block, change it, and keep the original version one clear action away.
Join the beta Ship quick page edits without opening DevTools
Describe a visual change in plain words. When you know the result you want but not the exact CSS, AI can suggest a fast starting point right inside the inline editor.
Make this button feel more premium: darker glass background, softer glow, a little more radius.
.cta-button {
background: linear-gradient(180deg, rgba(15,23,42,.88), rgba(30,41,59,.92));
border-radius: 18px;
box-shadow: 0 16px 38px rgba(56,189,248,.22);
}
You can come back to the same page later and continue from your saved edits instead of starting from zero again.
Features
Point, click, start styling.
Quick tweaks without context switching.
See the impact immediately.
Move faster while writing declarations.
Get to the right target without the hunt.
Try things boldly and step back safely.
Try copy changes right on the page and keep them saved locally.
Grab color values without extra tools.
Understand layout spacing in context.
Describe a change and get a CSS starting point.
Notes
If it happens to be useful for someone else, even better.
1. Inline AI Assistant is an experimental feature. Its long-term usage model is not defined yet. It currently works while quota is available, and the way it will work later may change.
The bookmarklet itself does not act like a browser extension and does not install a persistent local app. It launches a client-side interface in the page, while the executable service logic required for AI requests is hosted on the server.
This tool is not intended to collect or resell page data. Still, when you use AI-powered features, the selected context and prompt may be sent to the server endpoint that powers the response. Do not use it on pages or content you should not transmit.
Use it at your own discretion. Generated CSS suggestions may be incorrect, incomplete, or unsuitable for production without review and testing.