sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

Release on Firefox #54

Closed Mte90 closed 7 years ago

Mte90 commented 7 years ago

Now with webextension is possible to port a chrome extension very easily :-)

sindresorhus commented 7 years ago

No thanks, I don't use Firefox. You can use it from GitHub if you want.

rugk commented 6 years ago

Here is how you do it, BTW: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Porting_a_Google_Chrome_extension

Has anyone tried whether that add-on needs changes?

salmanulfarzy commented 6 years ago

Yes. Works with minimal changes and currently using this as local Firefox add-on.

Fork: salmanulfarzy/hide-files-on-github@firefox Compare : master...salmanulfarzy:firefox

Build extension from repo using web-ext and sideload to Firefox.

Mte90 commented 6 years ago

Can you release on Addons.mozilla.org?

salmanulfarzy commented 6 years ago

Will submit to AMO if #70 is not accepted.