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

Add a userscript version of the Chrome extension #20

Open
odnar-dev opened this issue Mar 11, 2021 · 5 comments
Open

Add a userscript version of the Chrome extension #20

odnar-dev opened this issue Mar 11, 2021 · 5 comments

Comments

@odnar-dev
Copy link
Contributor

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
Copy link
Collaborator

payne911 commented Mar 11, 2021

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
Copy link
Contributor Author

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 payne911 changed the title add an userscript version of the Chrome extension Add a userscript version of the Chrome extension Mar 14, 2021
@cyb3rko
Copy link

cyb3rko commented Mar 31, 2024

@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
Copy link
Collaborator

payne911 commented Apr 1, 2024

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

@cyb3rko
Copy link

cyb3rko commented Apr 2, 2024

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

Yes, it works the same compared to Chrome.

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

Successfully merging a pull request may close this issue.

3 participants