We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Userscript is better because supported not only by Edge.
The text was updated successfully, but these errors were encountered:
Can you explain a bit more by what you mean with "userscript"? Give examples?
Sorry, something went wrong.
For example here you can find my userscripts https://greasyfork.org/en/users/22859-vitaly-zdanevich
You can see the code of every js, at the top you can see, for example:
// ==UserScript== // @name Evernote direct link opening, without "You are leaving Evernote" // @namespace http://tampermonkey.net/ // @version 1.0 // @author Vitaly Zdanevich // @match https://www.evernote.com/client/web* // @grant none // @description Faster links opening. Git repo at https://gitlab.com/vitaly-zdanevich/evernote-direct-link-opening-without-you-are-leaving // @license MIT // ==/UserScript==
So add such header, setup auto-updating to https://greasyfork.org - and users can use your code from Firefox, Chrome, Vivaldi, ...
Thanks, I'll take a look more into the greasyfork ecosystem for sure.
No branches or pull requests
Userscript is better because supported not only by Edge.
The text was updated successfully, but these errors were encountered: