CSS-inject icon indicating copy to clipboard operation
CSS-inject copied to clipboard

CSS focused Bookmarklet generator. Modify the layout and looks of a site on the fly.

Results 2 CSS-inject issues
Sort by recently updated
recently updated
newest added

It changes: `background-image: url("data:image/svg+xml; SVG CODE HERE");` to: `background-image: url("data:image/svg+xml!important; SVG CODE HERE")!important;` This means it doesn't work

If anyone, like me, is wondering why their bookmarklets are broken, it's an easy workaround to just remove all of my !important tags. Since this injector adds more of them...