besuper / TwitchNoSub

An extension to watch sub only VOD on Twitch
Apache License 2.0
1.43k stars 62 forks source link

TwitchNoSub needs reload at every restart of my browser #81

Closed rylaz closed 6 months ago

rylaz commented 11 months ago

Describe the bug The VOD unblocker won't work for me at every start of my browser, I need to refresh it every time.

Error : Same error as if you don't have the unblocker; This video is only available to subscribers. Sub now to watch and support ***.

Browser Brave

Thanks for help!

besuper commented 8 months ago

Hi, unfortunately it's a brave issue https://github.com/besuper/TwitchNoSub/issues/82

Sp0kzz commented 7 months ago

Add the following code to the top of src/background.js:

const reloadExtension = () => { chrome.runtime.reload(); }; chrome.runtime.onStartup.addListener(() => { // Reload the extension when the browser starts reloadExtension(); });

besuper commented 6 months ago

Hi, this is fixed in https://github.com/besuper/TwitchNoSub/commit/601a23b66c87853b5340e4dca91007cc8b3036a2. thanks!