thadguidry / wikidata-entity-linker

Edge extension that makes text like Q12345 into Wikidata Entity links
Apache License 2.0
0 stars 1 forks source link

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

Open vitaly-zdanevich opened 3 months ago

vitaly-zdanevich commented 3 months ago

Userscript is better because supported not only by Edge.

thadguidry commented 3 months ago

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

vitaly-zdanevich commented 3 months ago

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 commented 3 months ago

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