-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add a scriptlet to intercept atob call and prune its text output #3157
Comments
A generic approach of what you are asking is |
Looks like recently they are using the same method for their new type of ads so I think it's good to have |
Yes, now this issue should be given higher priority than before, as it is used for SSAP ads too. |
Related issue: uBlockOrigin/uBlock-issues#3157 Paremeters: - `pattern`: a string or regex to match in the outbound text. If not provided or empty, the scriptlet will only log the outbound text without modifying it. - `replacement`: the replacement string for the matched part.
what would an example filter look like? |
This comment was marked as outdated.
This comment was marked as outdated.
How to log this scriptlet? |
Maybe add an log option, so if its succesful or not in replacing a function. |
I haven't found how to log it when successful yet, but you can log the outbound text in general by example.com##+js(trusted-replace-outbound-text, atob) @gwarser Sorry, do you know how |
It's the speaker in the logger. |
They can be used to address reddit's data collection and tracking I think. |
We now need an option or a new scriptlet to decode/encode text. See AdguardTeam/Scriptlets#410 (comment) |
Prerequisites
I tried to reproduce the issue when...
Description
AdguardTeam/Scriptlets#410
A specific URL where the issue occurs.
https://www.youtube.com/watch?v=35kwlY_RR08
Steps to Reproduce
Not trivial if you don't have an account reached the 3-strikes warning count but see the link
Expected behavior
NA
Actual behavior
NA
uBO version
1.56.0
Browser name and version
Google Chrome 122.0.6261.95
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: