wseagar / eight-dollars

A browser extension that shows twitter blue vs real verified users
MIT License
1.2k stars 70 forks source link

No xpi file? How do you install 2.0 in firefox? #109

Open drequeary opened 1 year ago

drequeary commented 1 year ago

Only getting corrupt extension errors when trying to load the zip. Sorry, I'm not FF dev. I just want to use the updated extension, since it's not in the store.

dandosi commented 1 year ago

the only thing I managed to do so far, is load it as a "Temporary Extension" in FF, this page "Trying it out" describes it.
You need to have the 2.0 zip unzipped in a directory... (and reloading the browser removes the temporary addon)

TLDR: I don't know where the error is, but at least you can install it temporarily!

Edit: I found out the temporary-install works only if you point to the expanded directory! (otherwise the icon is broken. That led me to how to fix it!!! will try to contribute with the fork (not sure how))

trlkly commented 1 year ago

Another option on Firefox would be to install my Userscript wrapper for this in TamperMonkey. (It may also work with GreaseMonkey, but no promises.)

https://github.com/trlkly/eight-dollars/raw/main/script.user.js

tizio04 commented 1 year ago

Another option on Firefox would be to install my Userscript wrapper for this in TamperMonkey. (It may also work with GreaseMonkey, but no promises.)

https://github.com/trlkly/eight-dollars/raw/main/script.user.js

Hi, I use Violentmonkey on Firefox, but unfortunately your userscript gives me Syntax Error

immagine

trlkly commented 1 year ago

@tizio04 Weird. I'll look into it, I guess. Maybe it will give me a little more information on what's wrong.

trlkly commented 1 year ago

Sorry. I can't figure it out. It gets a CSP error. I'm not sure how other scripts get around this in ViolentMonkey.

It did work when I installed TamperMonkey, BTW. You can just enable TM for Twitter only.

tizio04 commented 1 year ago

Sorry. I can't figure it out. It gets a CSP error. I'm not sure how other scripts get around this in ViolentMonkey.

It did work when I installed TamperMonkey, BTW. You can just enable TM for Twitter only.

No problem, thanks anyway!