Last active
October 3, 2022 18:27
-
-
Save Sporif/ad6e917d87787491538bac80d3c8918c to your computer and use it in GitHub Desktop.
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.
It doesn't work :(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guess what? I didn't have RestartFirefoxButton_Movable.uc.js in the Chrome folder after all. Dumb.
So happy. Works fine. Been hoping to find this type of restart option for a long time now.
In past custom button setups, it was possible to source the button image from a local file. I still have the previous RestartFirefoxButton_Movable.uc.js. The section of that file pertaning to the button starts with
var dataUrl = "data:image/png;base64," +
after which the base 64 code is added.
Can someone tell me if this can be done, and if so, how?
Thanks