Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 959 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 959 Bytes

ReloadCSS

What is it?

It's a silly little bookmarklet to save time. As websites become more complicated testing CSS is becoming a giant pain. It used to be you just reload the page and you'd see your changes. Now you often have to click through an entire application written in JavaScript unless you're code is advanced enough to update the url (it should hopefully).

This bookmarklet tries to get the external css to reload so that you can view your changes without hitting reload and loosing the state of your application.

How to install

Get it here

Compatibility

I've tested this in:

  • Firefox 6.0
  • Chrome 13 (Lucky)
  • Safari 5.1

I've got a fix

It's open source... you know what to do.