Obfuscated window atob calls - are they necessary ? #29145
-
Hi i embed ubo-lite in an extension, CWS flagged it for containing "obfuscated code", this piece of code flags it
This returns
Is there a reason this is done this way ? any issues if i replace call site, with the converted text instead of the ascii code. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
uBOL compiles all the scriptlets filters into the extensions. You need to find which exact filter is for that. |
Beta Was this translation helpful? Give feedback.
-
It's from the |
Beta Was this translation helpful? Give feedback.
It's from the
zefoy.com
filter (you can search for it in the repo). It's simply because the code is copied from the site's own code without any modifications, as the site used anti-adblock and refused to load their own necessary code.