Login Register

ReCSS: Reload CSS

I thought I'd share a bookmarklet I just threw together which has come in quite handy: ReCSS. It reloads all the stylesheets pulled in via links by adding a query string argument to the end of the URL. Quite handy for applying CSS tweaks to dynamic apps. Update Now with Safari support.

Very useful, David. I took

Very useful, David. I took the liberty of fixing it so it works in Safari and with Rails. Updated version here: http://pinds.com/articles/2006/02/13/re-recss I'll be happy to take mine down if you incorporate the changes in yours.

slight tweak...recursively include iFrames

this is really handy I was just about to build something like this myself and was pleased to find it already existed. I'm working on an app that has several iframes, so I extended your script to recursively act on each iframe...here's the code

http://pastie.caboo.se/153441

My version has been updated.

My version has been updated.

Great favelet!!!

Great favelet!!!

Oops, now I see I've

Oops, now I see I've recreated the wheel. Well, mine reloads the CSS every two seconds. http://mrclay.org/index.php/2006/11/20/reload-css-every-bookmarklet/