Skip to content

ReporterX/reloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reloader

Firefox add-on for a reload button as a page action

Keyboard Shortcuts

Command Windows / Linux macOS
Reload F5
Ctrl + R
F5
+ R
Hard Reload Ctrl + F5
Ctrl + Shift + R
+ F5
+ Shift + R
Empty Cache and Hard Reload Ctrl + Shift + F5 + Shift + F5

Locale Licenses

The project is licensed under the MIT, though some localizations use already translated locale strings from other projects. Licenses for the strings taken from the Firefox/Chromium source repos are included in the other_licenses folder.

  • Firefox locale strings:

    • page_action_idle_title
    • page_action_busy_title
  • Chromium locale strings:

    • page_action_context_normal_reload_title
    • page_action_context_hard_reload_title
    • page_action_context_empty_cache_and_hard_reload_title

Customizing

The icon color is customizable via userChrome.css. The icons use context-fill and context-fill-opacity to inherit colors from the stylesheet. By default, this functionality isn't enabled for anything but chrome:// and resource:// URLs. For it to work, you need to flip the svg.context-properties.content.enabled pref.

Then, in your stylesheet:

/* Example colors, you can use whatever you want */
#reloader_matt_tf-page-action,
#pageAction-urlbar-reloader_matt_tf {
    fill: red;
    fill-opacity: 0.75;
}

/* Browser action ID */
#reloader_matt_tf-browser-action {
    /* ... */
}

About

Firefox add-on for a reload button as a page action

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%