-
Notifications
You must be signed in to change notification settings - Fork 814
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
webmusic.live #7900
Comments
In this site: https://aj2635.bid/zzjvcxiIpdeoOECJJu8G8uepAT-OAwdErQ4NLZg85splTGCYAWBtHsbpPDXtNubow6HYGFaVt5MsEthhAX64r8eF1fzQiufXj2aqtFkRU65MKMXnjgz4?vpaid=false&ch=reyohoho.github.io is not blocked in uBOL. I think maybe because |
rule works fine in AG mv3 |
I see no such (rejected) regex in the log.txt |
I don't think so. When I added it as custom filter in AG MV3, the XHR connection still loads for me: https://github.com/user-attachments/assets/48db53aa-08e3-46c9-a93c-9f1b12ee8c51 Note that when you see AG log puts a red (blocked) line, it just means that the connection is supposed to be blocked by the regex (assumed rule), but the real blocking depends on browsers' DNR https://github.com/user-attachments/assets/6f1e3222-8e8e-4225-8729-a39a95b2c269 https://adguard.com/kb/adguard-browser-extension/solving-problems/debug-rules/
|
Yeah, the log is just for the filters that are rejected by DNR pre-compiled. There are regex cases where you can only know if DNR rejects the regex when you loads the extension at run-time (in the console as gorhill said): #26671 (comment) |
/^https:\/\/(?:cdn77\.)?aj\d{4}\.bid\/.*\?/$xhr,3p,to=bid |
Yeah, I think that could work. |
with |
Yeah, I'll check if I can find other sites with same connections or not. This is an old issue so it might be hard to other examples. |
I don't see the request, a connectioon to |
aj* crap only if you click play |
|
I think it's because of |
you are correct |
Just for testing. This works for me: /^https:\/\/(?:cdn77\.)?aj\d{4}\.bid\/[-_0-9A-Za-z]{13}/$xhr,3p,to=bid but this doesn't work for me: /^https:\/\/(?:cdn77\.)?aj\d{4}\.bid\/[-_0-9A-Za-z]{14}/$xhr,3p,to=bid so yeah, it's just the browser's decision. |
this is working /^https:\/\/(?:cdn77\.)?aj\d{4}\.bid\/[^?]{30,}\?/$xhr,3p,to=bid when >30 does not work |
Confirm it works 👍 DNR's regex is such a mess : )) |
|
The player doesn't work on my end (connection refused), but looking at #7900 (comment), maybe no need for regex? |
Looks now the site was parked. |
Which site? |
|
removed |
URL(s) where the issue occurs
http://webmusic.live/music/mobile/hindi/file.php?id=43167
Describe the issue
popup ads
Screenshot(s)
Versions
Settings
uBO's default settings
Notes
The text was updated successfully, but these errors were encountered: