Skip to content
New issue

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

Extend into userscript and publish to https://greasyfork.org #4

Open
vitaly-zdanevich opened this issue Jun 22, 2024 · 3 comments
Open

Comments

@vitaly-zdanevich
Copy link

Userscript is better because supported not only by Edge.

@thadguidry
Copy link
Owner

Can you explain a bit more by what you mean with "userscript"? Give examples?

@vitaly-zdanevich
Copy link
Author

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, ...

@thadguidry
Copy link
Owner

Thanks, I'll take a look more into the greasyfork ecosystem for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants