Ademking / BetterViewer

a replacement for the image viewing mode built into Firefox and Chrome-based web browsers.
MIT License
247 stars 19 forks source link

Userscript version? #28

Open Explosion-Scratch opened 2 years ago

Explosion-Scratch commented 2 years ago

Is your feature request related to a problem? Please describe. Userscripts are a great alternative to extensions as extensions are blocked for many people. It would be good to see a version of this that isn't dependent on some chrome.* apis, although from the code it appears that's only used for messaging and the about page.

Describe the solution you'd like Bundle this as a userscript

Describe alternatives you've considered Try to do this myself – It was too hard

Additional context This is really cool

Ademking commented 2 years ago

Thank you @Explosion-Scratch for your suggestion! I like the idea and i will try to convert BetterViewer to Userscript. Pull requests are always welcome 👍

skyfighteer commented 2 years ago

Exactly who are blocked from using extensions?

Explosion-Scratch commented 2 years ago

Exactly who are blocked from using extensions? Everyone at any school that I've ever been to

skyfighteer commented 2 years ago

But userscript managers are extensions too, so how do you install those? Sorry, I just had no idea that this exists.

Explosion-Scratch commented 2 years ago

But userscript managers are extensions too, so how do you install those? Sorry, I just had no idea that this exists.

You can also just paste userscripts into console, they also allow easy code review, granular updates, tweaks, granular enable/disable, etc