Although Safari offers users the option to create user style sheets (Preferences -> Advanced tab), it's quite annoying that it doesn't update any changes to the CSS while it's running. You're supposed to quit and relaunch Safari instead. However, you can force Safari to reload your CSS by using the @import rule. Simply add the following line to your user.css file:
@import: url("file://Path/To/Your/Stylesheet.css");
(You'll need to replace the above file:// bit with the actual path to your stylesheet.) Then restart Safari (one last time). From now on, all your changes will appear immediately after page reload -- without a relaunch.
•
[16,073 views]