AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.17k stars 631 forks source link

vidsrc2.to #185871

Closed adguard-bot closed 2 months ago

adguard-bot commented 2 months ago

Issue URL (Annoyance)

http://vidsrc2.to

Comment

Adguard was blocking all ads and popups on vidsrc.to but that site is now down and has been replaced with vidsrc2.to but now the annoyance popups are not being block from opening up. Username: @TheFilthyFrog

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/sljkxzwgmbk080owsc8gc8k0gog8g48r3826pisq3k.png?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for Android v4.6.1
System version: Android 13
Browser: Chrome
License type: free
AdGuard mode: VPN
HTTPS filtering: enabled
Stealth mode: disabled
DNS filtering: server: System
filters: https://filters.adtidy.org/android/filters/15_optimized.txt
Filters: Ad Blocking:
AdGuard Base,
AdGuard Mobile Ads,
EasyList

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Annoyances,
AdGuard Cookie Notices,
AdGuard Popups,
AdGuard Mobile App Banners,
AdGuard Other Annoyances,
AdGuard Widgets,
Adblock Warning Removal List,
Fanboy's Annoyances,
EasyList Cookie List,
Dandelion Sprout's Annoyances List

Other:
AdGuard DNS,
Filter unblocking search ads and self-promotion
Browsing Security: disabled
Browsing Security statistics: disabled
Userscripts: disabled
TheFilthyFrog commented 2 months ago

how do implement your fix @AdamWr

AdamWr commented 2 months ago

You can add rules from - https://github.com/AdguardTeam/AdguardFilters/commit/266c7f1ba913d92c7130022f59dffafab024cc0f to user rules.

vidsrc2.*#%#//scriptlet('prevent-window-open')
vidsrc2.*##body > div[style*="position: absolute;"][style*="inset:"][style*="z-index:"]
vidsrc2.*#%#//scriptlet("abort-current-inline-script", "navigator", "FingerprintJS")
vidsrc2.*$$script[wildcard="*FingerprintJS*;break;case*"][min-length="100000"][max-length="900000"]
vidsrc2.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "break;case $.")
vidsrc2.*$$script[wildcard="*function*break;case*"][min-length="30000"][max-length="100000"]

Or just wait about 2 hours and then update filters manually.

TheFilthyFrog commented 2 months ago

ok great thanks alot for the info