useful-forks.github.io
useful-forks.github.io copied to clipboard
Add a userscript version of the Chrome extension
just added this to the top of the script and it worked on Violentmonkey firefox
// ==UserScript==
// @name Useful Forks
// @namespace https://github.com/useful-forks
// @match *://github.com/*/network/members
// @grant none
// @version 1.5
// @icon https://useful-forks.github.io/assets/useful-forks-logo.png
// @author Useful Forks
// @description Displays GitHub forks ordered by stars, and with additional information and automatic filters.
// @require https://code.jquery.com/jquery-3.5.1.min.js
// ==/UserScript==
// put the script down here !!
Hi, thanks for creating this issue!
Excuse my ignorance, but this would effectively allow the tool to be released as a Firefox plugin extension?
Would you mind making a PR for it?
Excuse my ignorance, but this would effectively allow the tool to be released as a Firefox plugin extension?
- yes , you can read more about userscripts here wikipedia
@payne911 I'm using the Chrome plugin version for Firefox at the moment, works just fine.
Is there a plan to release it as an Firefox plugin?
Interesting. You just load up the zip as an extension in Firefox and it works exactly the same?
You just choose the manifest.json, the other files can then be found by Firefox.
Yes, it works the same compared to Chrome.