-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Update TwitchAdSolutions scripts #204
Conversation
hookWindowWorker(); | ||
hookFetch(); | ||
// This stops Twitch from pausing the player when in another tab and an ad shows. | ||
// Taken from https://github.com/saucettv/VideoAdBlockForTwitch/blob/cefce9d2b565769c77e3666ac8234c3acfe20d83/chrome/content.js#L30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reported by reviewdog 🐶
[semgrep] Sauce Token detected
Source: https://semgrep.dev/r/generic.secrets.security.detected-sauce-token.detected-sauce-token
Cc @thypon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @pixeltris
Unfortunately I had to modify the worker check pixeltris/TwitchAdSolutions@0863c6d due to pixeltris/TwitchAdSolutions#277 I can't think of a way to avoid the loading wheel with the current version of TTV LOL PRO |
hookFetch(); | ||
function onContentLoaded() { | ||
// This stops Twitch from pausing the player when in another tab and an ad shows. | ||
// Taken from https://github.com/saucettv/VideoAdBlockForTwitch/blob/cefce9d2b565769c77e3666ac8234c3acfe20d83/chrome/content.js#L30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reported by reviewdog 🐶
[semgrep] Sauce Token detected
Source: https://semgrep.dev/r/generic.secrets.security.detected-sauce-token.detected-sauce-token
Cc @thypon
57c6f96
to
dd0068f
Compare
[puLL-Merge] - brave/adblock-resources@204 DescriptionThis pull request makes significant changes to the project structure and workflow, primarily focusing on updating the CI process, modernizing JavaScript code, and enhancing ad-blocking scripts for Twitch. The changes aim to improve code quality, maintainability, and the overall functionality of the ad-blocking resources. ChangesChanges
Possible Issues
Security Hotspots
|
Messed up PR. will do this again |
Re-sync with changes pixeltris/TwitchAdSolutions@144bc99
pixeltris/TwitchAdSolutions#276 (comment)
Adds the Worker check from AdGuard Extra which fixes the black screen / infinite loading wheel
@diracdeltas for a JS review