From cdf2e322c3958bf1152aff8d32be2bce22c96bb9 Mon Sep 17 00:00:00 2001 From: piquark6046 Date: Fri, 22 Dec 2023 10:25:50 +0000 Subject: [PATCH] anti-adblock: m.fmkorea.com https://github.com/AdguardTeam/AdguardFilters/issues/168573 https://github.com/List-KR/List-KR/issues/851 --- MobileFilter/sections/specific_web.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MobileFilter/sections/specific_web.txt b/MobileFilter/sections/specific_web.txt index 1e9d5db77b2..8c8c1d73708 100644 --- a/MobileFilter/sections/specific_web.txt +++ b/MobileFilter/sections/specific_web.txt @@ -6,7 +6,8 @@ ! ! !#if adguard_app_ios -m.fmkorea.com#%#//scriptlet('json-prune', 'tpl') +m.fmkorea.com#%#//scriptlet('json-prune', 'tpl', 'tpl.[].c', '/[A-z]{10}/') +m.fmkorea.com#%#//scriptlet('abort-on-stack-trace', 'jQuery.prototype.serialize', '_0x') m.fmkorea.com#$?#header[class="hd"] ~ .fmad_wrapper ~ *[class]:matches-css(padding: /5px 10px 20px/):matches-css(height: /^[0-9]{2,3}/) { remove: true; } m.fmkorea.com#$?#body div.bd div[style] > *[class*=" "]:matches-css(padding: /5px 10px 20px/):matches-css(height: /^[0-9]{2,3}/) { remove: true; } !#endif