We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think userscript will be a better than manually installing this as extension.
The text was updated successfully, but these errors were encountered:
Here you go:
// ==UserScript== // @name Twitch-HLS-AdBlock // @namespace github.com/instance01 // @description Block advertisements that are inserted in Twitch streams directly. // @match *://*.twitch.tv/* // @run-at document-start // @author instance01 // @version 1.0.0 // @grant unsafeWindow // @license MIT License // @require https://raw.githubusercontent.com/instance01/Twitch-HLS-AdBlock/master/extension/lib.js // @require https://raw.githubusercontent.com/instance01/Twitch-HLS-AdBlock/master/extension/injected.js // ==/UserScript== unsafeWindow.Worker = window.Worker
Sorry, something went wrong.
No branches or pull requests
I think userscript will be a better than manually installing this as extension.
The text was updated successfully, but these errors were encountered: