useful-forks.github.io icon indicating copy to clipboard operation
useful-forks.github.io copied to clipboard

Add a userscript version of the Chrome extension

Open odnar-dev opened this issue 4 years ago • 5 comments
trafficstars

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 !!

odnar-dev avatar Mar 11 '21 20:03 odnar-dev

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?

payne911 avatar Mar 11 '21 23:03 payne911

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

odnar-dev avatar Mar 13 '21 15:03 odnar-dev

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

cyb3rko avatar Mar 31 '24 16:03 cyb3rko

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

payne911 avatar Apr 01 '24 21:04 payne911

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

Yes, it works the same compared to Chrome.

cyb3rko avatar Apr 02 '24 04:04 cyb3rko