useful-forks / useful-forks.github.io

Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.
https://useful-forks.github.io/
MIT License
1.18k stars 61 forks source link

Add a userscript version of the Chrome extension #20

Open odnar-dev opened 3 years ago

odnar-dev commented 3 years ago

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 !!
payne911 commented 3 years ago

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?

odnar-dev commented 3 years ago

Excuse my ignorance, but this would effectively allow the tool to be released as a Firefox plugin extension?

cyb3rko commented 5 months ago

@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?

payne911 commented 5 months ago

Interesting. You just load up the zip as an extension in Firefox and it works exactly the same?

cyb3rko commented 5 months ago

You just choose the manifest.json, the other files can then be found by Firefox.

Yes, it works the same compared to Chrome.