Skip to content

yfdyh000/css-reload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS Reload

Reload the current pages' CSS stylesheets using customizable hotkey, context menu or page action. All three optional - visit the options page.

Why reload all heavy stylesheets?

If you want to omit a stylesheet from reloading (i.e. font foundry resources etc.) add "data-autoreload" attribute with value "false" like this:

<link href="…" rel="stylesheet" type="text/css" data-autoreload="false">

Road map

  • Options page optimizations
    • Handle the case when all three invocation methods are unchecked.
    • Visual feedback on options save.
    • General improvements.
  • General code improvements.

If you think something is missing and extension should have it just rise an issue in the tracker.

Known issues

Does not refresh @import-ed styles. Follow the progress.

About

Browser extension for reloading the CSS of a page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • HTML 22.8%