-
Notifications
You must be signed in to change notification settings - Fork 837
xyzsports111.xyz: ads #22274
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
Comments
It's a Turkish site but I need xyzsports111.xyz##+js(trusted-set, adsConfigs, {"value": [{"enabled":0}]}) @Yuki2718 @gorhill Regarding domains with regex, I see that there are many filters with the format of Should we start using regex for /^www\.xyzsports\d+\.xyz$/##+js(trusted-set, adsConfigs, {"value": [{"enabled":0}]}) |
If there is no other solution... Or maybe we fall back on using regexes when more similar reports justify doing so. Ultimately I guess I should adapt the parser to be able to deal with that AG's specific syntax. |
I think this would be better, as those filters would be only activated in regional lists and won't affect the performance of users who don't use that list. I will first address only |
Oh, I forgot it's The Ok, xyzsports111.xyz##+js(set, adsConfigs, {})
xyzsports111.xyz##+js(set, adsConfigs.0, {})
xyzsports111.xyz##+js(set, adsConfigs.0.enabled, 0) |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Why is this filter rule not converted for uBO? (Not supported yet?): But i see only 1 error with [$domain=/(^\|.+\.)xyzsports\d+\.xyz/]#$#.table-area { visibility: hidden !important; } Also, in-video ads. ||video.twimg.com/ext_tw_video/*/*.m3u8$domain=/^[a-zA-Z]{3,6}\.[a-zA-Z0-9]{16,22}.*\d+.*\.click$/ It works in UBO, but not in AdGuard. Do you think it is safe to add like this filter rule to uBO filters? For uBO users? @Yuki2718 What you think? Update: The filter rule was from chatGPT 😄 But according to regex101 website (with the help of chatGPT) This filter rule is the right one: ||video.twimg.com/ext_tw_video/*/*.m3u8$from=/^[a-z]{2,6}\.(?=.*[0-9])[a-z0-9]{16,22}\.click$/ Must match the following domains (based on old ad domains):
|
It appears normally for me: https://github.com/user-attachments/assets/0c02fb18-439a-4303-a590-d96a8d07e320 |
This filter rule does not work in uBO, so I was expecting an error message saying this filter rule is not supported. 🤔 |
How to test it? |
Add this filter rule to my filters (No error): [$domain=/(^\|.+\.)xyzsports\d+\.xyz/]#$#.table-area { visibility: hidden !important; } Go to: But if we add it manually like this it works: /xyzsports\d+\.xyz/#$#.table-area { visibility: hidden !important; } |
It's because of [$domain=/xyzsports\d+\.xyz/]#$#.table-area { visibility: hidden !important; } works for me. I don't know why there's If you put |
Should probably be |
Hmmm, it "matches the https://adguard.com/kb/general/ad-filtering/create-own-filters/#non-basic-domain-modifier ? But there are no regex examples. Only This example may suggest I'm right - |
No idea, it looks AdguardTeam/AdguardFilters@c2ac286 was the first commit with this part. @AdamWr |
uBO supports regex literal without needing to escape, so there is no need to escape Since there is no need to escape, the escaped Anyways, if the filter is meant for uBO, why not just use uBO's regex-based domain syntax:
|
As I recall, it might be related to - AdguardTeam/FiltersCompiler#241 and this kind of regex rules are incorrectly discarded by filters compiler and due to this are not available in filters.
|
AdguardTeam/FiltersCompiler#204 is still open. Maybe we can add that filter to uBlock filters, untill AdguardTeam/FiltersCompiler#241 is fixed? |
If the escaping is only with |
As far as I understand, it looks like that unfortunately it's not only |
Hmm, then I think |
Prerequisites
URL address of the web page
https://www.xyzsports111.xyz/player.php?channel=1
Category
streaming adds
Description
Hello,
I'm encountering an issue with ads that appear before the streaming starts on a platform. I need assistance in creating effective filters to bypass these ads. Additionally, the domain names for these ads seem to be dynamically changing in a sequential manner, such as xyzsports111.xyz, xyzsports112.xyz, and so on.
Problem Details:
Additional Information:
Ads resources:
https://odin.fc6abcee4cf2.shop/0/master.m3u8?v=ads1
https://odin.fc6abcee4cf2.shop/0/master.m3u8?v=ads2
Request for Help:
I am seeking guidance on how to create effective filters to bypass these pre-roll ads. Any assistance or suggestions would be greatly appreciated. Thank you!
Other extensions used
ı don't carry about cookies
Screenshot(s)
Screenshot(s)
Configuration
The text was updated successfully, but these errors were encountered: