Files
AdguardFilters/EnglishFilter/sections/replace.txt
zloyden e235602e9c Update the header of every file - new comments (#108188)
* headers comments https://github.com/AdguardTeam/AdguardFilters/issues/107129

* Annoyances - fixes in cookies sections

* English - removed some typos

* English - fixes in Annoyances

* English - added similar fixes to other filters

* English - added fixes to the regional, spyware filters

* English - added fixes to adservers_firstparty (also tracking)

* English - fixes

* Update AnnoyancesFilter/sections/annoyances.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/antiadblock.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/antiadblock.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/cookies_general.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/cookies_specific.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/cookies_whitelist.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/low-attendance.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/general_elemhide.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/general_extensions.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/general_extensions.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/general_url.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/mobile-app.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/popups.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/push-notifications.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/self-promo.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/subscriptions.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/tweaks.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update AnnoyancesFilter/sections/widgets.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/antiadblock.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/css_extended.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Structure - fixes in general_url

* English - fixes in specific

* English - fixes in css_extended

* English - fixes in general_elemhide

* English - fixes in general_extensions

* English - fixes in general_url

* Structure - Annoyances - popups - added examples

* Update AnnoyancesFilter/sections/mobile-app.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update ChineseFilter/sections/antiadblock.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update DutchFilter/sections/whitelist.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update EnglishFilter/sections/content_blocker.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update EnglishFilter/sections/cryptominers.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update EnglishFilter/sections/foreign.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update EnglishFilter/sections/replace.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update EnglishFilter/sections/whitelist.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update EnglishFilter/sections/whitelist_stealth.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Structure - Base - cname_adservers - added a note

* English - language-specific filters - antiadblock - fixes

* English - whitelist - fixes

* English - replace - fixes

* Update UsefulAdsFilter/sections/usefulads.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update TrackParamFilter/sections/whitelist.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update TurkishFilter/sections/css_extended.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update TrackParamFilter/sections/general_url.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* Update TrackParamFilter/sections/specific.txt

Co-authored-by: Andrey Meshkov <am@adguard.com>

* English - css_extended - fixes

* Structure - specific - added an example

* removed the example - bab

* English - fixes

* whitelist_stealth - fix

* English - fixes

* Spyware - general_elemhide - fix

Co-authored-by: Andrey Meshkov <am@adguard.com>
Co-authored-by: Alex302 <alex302@adguard.com>
Co-authored-by: Stanislav Atroschenko <68852737+stanislav-atr@users.noreply.github.com>
Co-authored-by: zloyden <33488229+zloyden@users.noreply.github.com>
2022-02-07 00:12:16 +03:00

208 lines
21 KiB
Plaintext

!
! This section contains the list of the content replacement rules that block ads. Rules must be domain-specific.
!
! Good: ||example.org/video-links$replace=/vast":/vast_":/
! Bad: ||example.org/video-links (should be in specific.txt)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/105079
! Fix ad placeholders in iframe
||app.easycontent.com/css/app.css$replace=/(\.block-ads-wrapper)/\$1_/
||app.easycontent.com/css/app.css$replace=/(\.block\.-ads\{)[\s\S]*?\}/\$1display:none;}/
! https://github.com/AdguardTeam/AdguardFilters/issues/99846
! Website is broken if https://imasdk.googleapis.com/js/sdkloader/ima3.js is blocked
! and exception (@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=sonyliv.com) doesn't work with apps
! because it seems that there is no referrer, probably related to this bug - https://github.com/AdguardTeam/CoreLibs/issues/1523
!+ PLATFORM(windows, mac, android)
||sonyliv.com/App.*.chunk.js$replace=/\,\{url:"https:\/\/imasdk\.googleapis\.com\/js\/sdkloader\/ima3\.js"\,type:"script"\}//
! https://github.com/AdguardTeam/AdguardFilters/issues/99009
||popcornflix-prod.cloud.seachange.com/playback/popcornflix/playback/ticket$replace=/"adEnabled":true/"adEnabled":false/
! https://github.com/AdguardTeam/AdguardForWindows/issues/3846
!+ PLATFORM(windows, mac, android)
||dnf.qq.com/*/js/act_nav.js$replace=/var _style=document\.getElementsByTagName\("style"\)\[0\];/var _style=document.querySelector("head > style:not([nonce])");/
! https://github.com/AdguardTeam/AdguardFilters/issues/82415
||chinesepod.com/home/js/app.*.js$replace=/(showAds:function\(\)\{return)"free"===this\.userInfo\.access\}/\$1 false}/
! https://github.com/AdguardTeam/AdguardFilters/issues/88692
! https://github.com/AdguardTeam/AdguardFilters/issues/64874
! https://github.com/AdguardTeam/AdguardFilters/issues/62913
||dai.google.com/ondemand/hls/*.m3u8$replace=/#EXTINF:(\d|\d\.\d+)\,\nhttps:\/\/redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?&source=dclk_video_ads&[\s\S]*?\n//,domain=sbs.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/59268
||seamless.mtvnservices.com/api/*/playlist.m3u8$replace=/http:\/\/seamless.mtvnservices.com\/\/media\/\?beaconUrl=.*.ts%3FisAd%3Dtrue//
! https://github.com/AdguardTeam/AdguardFilters/issues/92390
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=heraldsun.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/76160
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=couriermail.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/57444
||ssaiplayback.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=dailytelegraph.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/51856
||service-stitcher.clusters.pluto.tv/*/session.json$replace=/("(adBreakLocations)":\[)[\s\S]*?(\]\,)/\$1\$3/
||service-stitcher.clusters.pluto.tv/*/session.json$replace=/("(adBreaks)":\[)[\s\S]*?(\]\,"deltaFromClient")/\$1\$3/
||service-stitcher.clusters.pluto.tv/*/session.json$replace=/("(adBreak)":\{)[\s\S]*?(\}\,"version")/\$1\$3/
||service-stitcher.clusters.pluto.tv/*stitch/hls/*/playlist.m3u8$replace=/(#EXTINF:\d\,\nhttps:\/\/[\S]*?\.plutotv\.net\/[\S]*?_ad\/creative\/[\S]*?\n|#EXT-X-KEY:METHOD=[\S]*?\,URI="https:\/\/[\S]*?\.plutotv\.net\/[\S]*?_ad\/creative\/[\S]*?\n|#EXTINF:\d\.\d[\S]*?\,\nhttps:\/\/[\S]*?\.plutotv\.net\/[\S]*?_ad\/creative\/[\S]*?\n)//
||service-stitcher.clusters.pluto.tv/*stitch/hls/*/playlist.m3u8$replace=/(#EXTINF:\d\,\nhttps:\/\/[\S]*?\.pluto\.tv\/[\S]*?_ad\/creative\/[\S]*?\n|#EXT-X-KEY:METHOD=[\S]*?\,URI="https:\/\/[\S]*?\.pluto\.tv\/[\S]*?_ad\/creative\/[\S]*?\n|#EXTINF:\d\.\d[\S]*?\,\nhttps:\/\/[\S]*?\.pluto\.tv\/[\S]*?_ad\/creative\/[\S]*?\n)//
! https://github.com/AdguardTeam/AdguardFilters/issues/50891
||7news.com.au/static/js/*-content-Video-providers-SwmPlayerProvider_*.js$replace=/(\,.=")ssaibeacon";/\$1csai";/,domain=7news.com.au
! crackle.com - ads
||fwlive.crackle.com/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=crackle.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68834
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=taste.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/67838
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=news.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/45744
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=9now.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/44342
||pubads.g.doubleclick.net/gampad/ads?*nhl_*video&*&output=xml_vmap*&url=https%3A%2F%2Fwww.nhl.com$replace=/(<vmap:VMAP[\s\S]*?>)[\s\S]*<\/vmap:VMAP>/\$1<\/vmap:VMAP>/
! https://github.com/AdguardTeam/AdguardFilters/issues/38235 - fixed incorrect blocking
||embed.streamx.live/vast/video.php$replace=/myPlayer\.ima\(options_ima\);//
! https://github.com/AdguardTeam/AdguardFilters/issues/25012#issuecomment-487447994
||vid.springserve.com/vast/*einthusan.ca$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||vid.springserve.com/vast/*einthusan.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||vid.springserve.com/vast/*einthusan.tv$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/32945
||whichtalk.com/api/v*/services/vast/$replace=/(<DAAST[\s\S]*?>)[\s\S]*<\/DAAST>/\$1<\/DAAST>/,domain=trinitymedia.ai
! https://forum.adguard.com/index.php?threads/video-ads-on-https-www-news-com-au.31659
||ssaiplayback.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=news.com.au
||ssaiplayback.*.boltdns.net/playback/once/v*/hls/*.m3u8$replace=/(#EXT-X-TARGETDURATION:[\S]*?)\n[\s\S]*?#EXT-X-DISCONTINUITY/\$1/,domain=news.com.au
! pornhub.com - preroll
||pornhub.*/view_video.php?viewkey=$replace=/vastXml/_vastXml/,important,~third-party
! Injecting style to the pages with invalid HTML
||4ustream.com/*/*.html$replace=/<\/iframe>\n/<\/iframe><style>#ads-wrap { display: none; }<\/style>/,important
||pasiondeportiva.me/sports/embed/$replace=/<\/iframe>/<\/iframe><style>#ada { display: none; }<\/style>/,important
||wizhdsports.fi/live/*.html$replace=/<\/style>/<\/style><style>#floatLayer1 { display: none; }<\/style>/,important
||soretin.stream/embeds/*.php$replace=/<\/body>/<\/body><style>.grande.close { display: none; }<\/style>/,important
||briansarmiento.website/embeds/$replace=/<\/html>/<\/html><style>\.grande\.close { display: none!important; }<\/style>\,/i
||briansarmiento.website/embeds/$replace=/<\/html>/<\/html><style>\.grande\.close { display: none!important; }<\/style>\,/i,important
||bigplayer.pro/embed*.php$replace=/<\/body>/<\/body><style>.advertisement { display: none; }<\/style>/
||bigplayer.pro/embed*.php$replace=/<\/body>/<\/body><style>.advertisement { display: none; }<\/style>/,important
||bosscast.net/streams/misc/espn*.php$replace=/<\/iframe>/<\/iframe><style>#bannerfloat22 { display: none; }<\/style>/
||bosscast.net/streams/misc/espn*.php$replace=/<\/iframe>/<\/iframe><style>#bannerfloat22 { display: none; }<\/style>/,important
||watchlivestream.me.uk/streaming/cast*.php$replace=/<\/style>/#hideall { display: none!important; }<\/style>\,/i
||watchlivestream.me.uk/streaming/cast*.php$replace=/<\/style>/#hideall { display: none!important; }<\/style>\,/i,important
||mystreans.com/live/live*.html$replace=/<\/title>/<\/title><style>#bannerfloat\,#close1\,#closeAdButton2 { display: none; }<\/style>\,/i
||mystreans.com/live/live*.html$replace=/<\/title>/<\/title><style>#bannerfloat\,#close1\,#closeAdButton2 { display: none; }<\/style>\,/i,important
! https://github.com/AdguardTeam/AdguardFilters/issues/22620
||unicornmedia.com/now/ads/vmap/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=newshub.co.nz
||unicornmedia.com/now/media/playlist/*/content.m3u8$replace=/#EXTINF:[\s\S]*?https:\/\/[\s\S]*?\.unicornmedia\.com\/now\/media\/segment\/[\s\S]*?&basemediaitemguid=.*//,domain=newshub.co.nz
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
||7plus.com.au/js/app.*.js$replace=/t\.sevenCatalog\.adChoice="ssaibeacon"/t\.sevenCatalog\.adChoice="csai"/,domain=7plus.com.au
! uplynk new version
! TODO: Try to find a way to fix an issue with time of the video
! At the moment, video player shows that time of the video is longer than it really is,
! so clicking somewhere after video end causes that video starts from the beginning or player is broken
! https://github.com/AdguardTeam/AdguardFilters/issues/107671
! https://github.com/AdguardTeam/AdguardFilters/issues/107554
! https://github.com/AdguardTeam/AdguardFilters/issues/97875
/playback/v3/videoPlaybackInfo$replace=/("forecastTimeline" : \[)[\s\S]*?(]\,[\s\S]*?"vendorAttributes")/\$1\$2/,domain=go.discovery.com|discoveryplus.com|go.tlc.com|watch.hgtv.com|investigationdiscovery.com|sciencechannel.com
/playback/v3/videoPlaybackInfo$replace=/("vendorAttributes" : {)[\s\S]*?}\,[\s\S]*?("streaming")/\$1}}\,\n\$2/,domain=go.discovery.com|discoveryplus.com|go.tlc.com|watch.hgtv.com|investigationdiscovery.com|sciencechannel.com
||uplynk.com/preplay2/*.mpd$replace=/<Period duration="[a-zA-Z\.\d]+" id="[a-zA-Z\-\d]+"><AssetIdentifier schemeIdUri="urn:com:uplynk:ad-asset-id".*?<\/AdaptationSet><\/Period>//,domain=go.discovery.com|discoveryplus.com|go.tlc.com|watch.hgtv.com|investigationdiscovery.com|sciencechannel.com
! uplynk
! https://github.com/AdguardTeam/AdguardFilters/issues/65493
! https://github.com/AdguardTeam/AdguardFilters/issues/53641
! https://github.com/AdguardTeam/AdguardFilters/issues/30139
! https://github.com/AdguardTeam/AdguardFilters/issues/30806
! https://github.com/AdguardTeam/AdguardFilters/issues/20290
! https://github.com/AdguardTeam/AdguardFilters/issues/20995
! https://github.com/AdguardTeam/AdguardFilters/issues/20435
! https://github.com/AdguardTeam/AdguardFilters/issues/19875
||uplynk.com/*.m3u8$replace=/#UPLYNK-SEGMENT: \S*\\,ad\s[\s\S]+?((#UPLYNK-SEGMENT: \S+\\,segment)|(#EXT-X-ENDLIST))/\$1/,domain=hgtv.com|diynetwork.com|abc11.com|abc7.com|abc7news.com|abc13.com|6abc.com|abc7chicago.com|discovery.com|foodnetwork.com|fox.com|investigationdiscovery.com|sciencechannel.com|motortrend.com|tlc.com|abc7ny.com,important
||api.discovery.com/v*/streaming/video/$replace=/(\,"ads":\{)"breaks":[\s\S]*?(\}\,"videoView":)/\$1\$2/,domain=hgtv.com|investigationdiscovery.com
||api.discovery.com/v*/streaming/video/$replace=/\{"ads":\{"breaks":[\s\S]*?"playURL":/{"playURL":/,domain=diynetwork.com|discovery.com|foodnetwork.com|sciencechannel.com|motortrend.com|tlc.com
||content-fox.uplynk.com/preplay/*.json$replace=/("ads": {"breaks": \[)[\s\S]*?(\, "playURL":)/\$1]}\$2/,domain=fox.com
||content.uplynk.com/preplay/*.json?$replace=/("ads": {"breaks": \[)[\s\S]*?(\]\}\\, "prefix":)/\$1\$2/,domain=fox.com
||content.uplynk.com/api/*/preplay/*.json?$replace=/("ads": {"breaks": \[)[\s\S]*?(\]\}\\, "prefix":)/\$1\$2/,domain=abc7chicago.com|abc7ny.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34915
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=channel4.com,important
! abc.go.com - ads
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=abc.go.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/17406
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=funimation.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/16198
||fwlive.sonycrackle.com/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=sonycrackle.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/10770
||content.uplynk.com/api/v*/preplay/*.json$replace=/\{"boundaries": \[\{"[\s\S]*?"content_type": "ad"[\s\S]*?"ads": \{"breaks":[\s\S]*?"playURL":/{"playURL":/,domain=cwtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20922
||manifest.*.theplatform.com/*/*.meta*referer=www.nbc.com$replace=/#EXT-X-VMAP-AD-BREAK[\s\S]*?#EXT-X-ENDLIST/#EXT-X-ENDLIST/,domain=player.theplatform.com,important
||manifest.*.theplatform.com/*/*.m3u8?*referer=www.nbc.com$replace=/(#EXTINF:.*\n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXTINF:.*\n.*nbcuadops-vh.akamaihd.net\/i\/ads\/.*\n)//,domain=player.theplatform.com,important
! https://forum.adguard.com/index.php?threads/https-www-nbc-com-this-is-us-video-windows.25463/
||manifest.theplatform.com/*/*.m3u8?$replace=/(#EXTINF:.*\n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXTINF:.*\n.*nbcuadops-vh.akamaihd.net\/i\/ads\/.*\n)//,important
||manifest.theplatform.com/*/*.meta$replace=/#EXT-X-VMAP-AD-BREAK[\s\S]*?#EXT-X-ENDLIST/#EXT-X-ENDLIST/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7589
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viasatsport.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7240
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viasport.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6757
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=msn.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6434
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=play.tv3.lt,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6418
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=tv3sport.dk,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6355
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\]\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viafree.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
||hgc-cf-cache-1.svonm.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||hgc-cf-cache-1.svonm.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/25131
! https://github.com/AdguardTeam/AdguardFilters/issues/5760 - skip 30 seconds ads
||gamezhero.com/get-game-code/$replace=/(config\.set\(EmbedApiConfig\.APP_ADS\,[\s\S]*?)true\);/\$1false\);/
! onclkds.com - popups
||onclkds.com/apu.php?$replace=/^[\s\S]*\$//,important
! https://github.com/AdguardTeam/AdguardFilters/issues/4607
||goal.com/static/js?files=$replace=/taboolaSlide:\d\d/taboolaSlide:99/,important
! https://forum.adguard.com/index.php?threads/macworld-idg-se.19682/
! ://widgets.spklw.com/v1/data/?*&widget-id=$replace=/(?:(?:(?<=\[)|\G)\{(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?"type"\:"ad"(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?\}(?:\,|(?=\]))|\,\{(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?"type"\:"ad"(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?\}(?=[\,\]]))//g
://widgets.spklw.com/v1/data/?*&widget-id=$replace=/(?<=\[)(\{"image":\{"url":"[\s\S]*?"type":"ad"[\s\S]*?\,"service_version":"[\s\S]*?"\}(\,)?)+|(\,)?\{"image":\{"url":"[\s\S]*?"type":"ad"[\s\S]*?\,"service_version":"[\s\S]*?"\}//
! https://forum.adguard.com/index.php?threads/19620/
||accuradio.com/sweeper/json/fetch/?c=sweeper$replace=/\{[\s\S]*\}/{"status": "ok"}/,important
||accuradio.com/spots/check-ad-free/$replace=/"ad_free": false/"ad_free": true/,important
! https://forum.adguard.com/index.php?threads/18686/
||rojadirecta.me$replace=/it.rojadirecta.eu\/goto\///,important
! https://forum.adguard.com/index.php?threads/18663/
hentai-id.tv$replace=/http:\/\/[s\S]*s=http:\/\/www.hentai-id.tv\//http:\/\/www.hentai-id.tv\//,~third-party,~stylesheet,~script,~xmlhttprequest,important
! https://forum.adguard.com/index.php?threads/15424/
||speedtest.net^*/speedtest-config.php?x=$replace=/(<override>)[\s\S]*<\/override>/\$1<\/override>/,important
||speedtest.net^*/speedtest-config.php?x=$replace=/(<override>)[\s\S]*<\/override>/\$1<\/override>/
! https://forum.adguard.com/index.php?threads/9563/
||laola1.tv/server/homadconfig-laola1tv.json$replace=/"enabled":true\,/"enabled":false\,/i
||laola1.tv/server/homadconfig-laola1tv.json$replace=/"enabled":true\,/"enabled":false\,/i,important
||schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=laola1.tv
||schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=laola1.tv,important
! https://forum.adguard.com/index.php?threads/13850/
|http*://*.v.fwmrm.net/ad/p/1?$replace=/(<adResponse[\s\S]*?>)[\s\S]*<\/adResponse>/\$1<\/adResponse>/,domain=theplatform.com,important
|http*://*.v.fwmrm.net/ad/p/1?$replace=/(<adResponse[\s\S]*?>)[\s\S]*<\/adResponse>/\$1<\/adResponse>/,domain=theplatform.com
! https://forum.adguard.com/index.php?threads/11359/
iview.abc.net.au/programs$replace=/("type"\:"preroll")[\s\S]*("type")/"type"/,important
iview.abc.net.au/programs$replace=/("type"\:"preroll")[\s\S]*("type")/"type"/
! https://forum.adguard.com/index.php?threads/12361/
||now-api.mediaworks.nz/bc-api/*/onceuxplayer/NewshubSite/$replace=/("onceURL":")(.|\s)*?"/\$1"/,domain=newshub.co.nz,important
||now-api.mediaworks.nz/bc-api/*/onceuxplayer/NewshubSite/$replace=/("onceURL":")(.|\s)*?"/\$1"/,domain=newshub.co.nz
! https://forum.adguard.com/index.php?threads/7957/
||amazonaws.com/www.ani-stream.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||amazonaws.com/www.ani-stream.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
! http://forum.adguard.com/showthread.php?10251
||dailymotion.com/ac/video/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||dailymotion.com/ac/video/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! clubic.com
||amazonaws.com/www.clubic.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=clubic.com
||amazonaws.com/www.clubic.com/config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=clubic.com,important
! http://forum.adguard.com/showthread.php?8976
||damoh.tv4play.se$replace=/"enabled": true\,/"enabled": false\,/i
||damoh.tv4play.se$replace=/"enabled": true\,/"enabled": false\,/i,important
! http://forum.adguard.com/showthread.php?8906
||once-gamespot.unicornmedia.com/now/media/playlist/*/content.m3u8$replace=/#EXTINF:[\s\S]*https:\/\/once-gamespot\.unicornmedia\.com\/now\/media\/segment\/.*&basemediaitemguid=.*//,important
||once-gamespot.unicornmedia.com/now/ads/vmap/adaptive/m3u8$replace=/(<vmap:VASTData[\s\S]*?>)[\s\S]*<\/vmap:VASTData>//,important
||onceux.unicornmedia.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=gamespot.com,important
||onceux.unicornmedia.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=gamespot.com
! http://forum.adguard.com/showthread.php?9813
||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-vgtv.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-vgtv.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.vgtv.no/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
||homad-global-configs.schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||homad-global-configs.schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
! https://forum.adguard.com/index.php?threads/10055/
||ams.rmcnmv.naver.com/item/create/*/SMR?ams_ctgr=*&ams_chnl=*ams_videoId=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||ams.rmcnmv.naver.com/item/create/*/SMR?ams_ctgr=*&ams_chnl=*ams_videoId=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! https://forum.adguard.com/index.php?threads/10476/
||vmap.snappytv.com/vmap/*.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
||vmap.snappytv.com/vmap/*.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/