How can I convert a Greasemonkey script into a rebootable Firefox addon?

I need to convert a Greasemonkey script to an additional Firefox addon without restarting.

Previously, this could be done very easily using the Scriptify extension, but the extension did not update with the latest changes in the Firefox browser and does not work anymore.

Is there an alternative way to do this?

+5
source share
1 answer

It turns out that the developer of the Scriptify extension has updated its extension for compatibility with newer Firefox browsers. Hooray!:)

UPDATE , Firefox API WebExtensions Firefox, , Firefox Greasemonkey, Firefox, API -, default restartless, gm script script Firefox.

, Firefox API WebExtensions, : https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension

+3

All Articles