
CSS Reload av Стоян Димитров
Simplifies stylesheets reload of the current page.
123 brukarar123 brukarar
Metadata for utvidingar
Om denne utvidinga
Reload the current page 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:
Road map
Known issues
Does not refresh `@import`-ed styles. Follow the progress.
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.
Known issues
Does not refresh `@import`-ed styles. Follow the progress.
Vurdert 4 av 8 meldarar
Meir informasjon
- Lenker for tillegg
- Versjon
- 0.3.9
- Storleik
- 15,18 KB
- Sist oppdatert
- 10 månader sidan (16. des. 2024)
- Liknande kategoriar
- Lisens
- Tilpassa lisens
- Personvernpraksis
- Les personvernpraksisen for denne utvidinga
- Versjonshistorikk
- Legg til i samling
Versjonsnotat for 0.3.9
Made add-on icon and options page theme aware. Code restructuring.