Skip to content

Instantly share code, notes, and snippets.

@nollinvoyd
nollinvoyd / RestartFirefoxButton_Movable.uc.js
Created October 3, 2022 18:27 — forked from Sporif/RestartFirefoxButton_Movable.uc.js
Restart Button for Firefox. An updated version of https://github.com/Endor8/userChrome.js/tree/master/restartfirefoxbutton_movable. Middle click also empties the script cache.
(function() {
if (location != 'chrome://browser/content/browser.xul' && location != 'chrome://browser/content/browser.xhtml')
return;
try {
CustomizableUI.createWidget({
id: 'restart-button',
type: 'custom',
defaultArea: CustomizableUI.AREA_NAVBAR,
onBuild: function(aDocument) {