besuper / TwitchNoSub

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

Fix userscript and make it auto-updateable #112

Closed r3d5ky closed 3 weeks ago

r3d5ky commented 3 weeks ago

Rename userscript file to .user.js, so tampermonkey and other extensions will detect it and suggest to install it Also changed script to load patch_amazonworker.js and original amazon-ivs-worker.min.js together from cdn, so latest amazon-ivs-worker will be downloaded and "patched" on the fly. This will work until there is a major change in amazon-ivs-worker and the patch stops working with it, and then only the patch needs to be updated.

besuper commented 3 weeks ago

Hi, thank you for the contribution! Everything looks good, I merge.