! Homepage: https://github.com/AdguardTeam/AdGuardFilters ! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE ! !-------------------------------------------------------------------! !------------------ General JS API ---------------------------------! !-------------------------------------------------------------------! ! JS API START #%#var AG_onLoad=function(func){if(document.readyState==="complete"||document.readyState==="interactive")func();else if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);else if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)}; #%#var AG_removeElementById = function(id) { var element = document.getElementById(id); if (element && element.parentNode) { element.parentNode.removeChild(element); }}; #%#var AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; } var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++) { if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } }; #%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements = document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); }; }; #%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } }; ! ! AG_removeCookie ! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie name') ! #%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new RegExp(a.slice(1,-1)):""!==a&&(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")));a=function(){for(var a=document.cookie.split(";"),g=a.length;g--;){cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!==d&&(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var h=document.location.hostname.split("."),f=0;f element matches specified regular expression. ! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override) ! ! Examples: ! AG_abortInlineScript(/zfgloadedpopup|zfgloadedpushopt/, 'String.fromCharCode'); ! ! @param regex regular expression that the inline script contents must match ! @param property property or properties chain ! @param debug optional, if true - we will print warning when script is aborted. ! #%#var AG_abortInlineScript=function(g,b,c){var d=function(){if("currentScript"in document)return document.currentScript;var a=document.getElementsByTagName("script");return a[a.length-1]},e=Math.random().toString(36).substr(2,8),h=d();AG_defineProperty(b,{beforeGet:function(){var a=d();if(a instanceof HTMLScriptElement&&a!==h&&""===a.src&&g.test(a.textContent))throw c&&console.warn("AdGuard aborted execution of an inline script"),new ReferenceError(e);}});var f=window.onerror;window.onerror=function(a){if("string"===typeof a&&-1!==a.indexOf(e))return c&&console.warn("AdGuard has caught window.onerror: "+b),!0;if(f instanceof Function)return f.apply(this,arguments)}}; ! ! AG_setConstant('property.chain', 'true') // defines boolean (true), same for false; ! AG_setConstant('property.chain', '123') // defines Number 123; ! AG_setConstant('property.chain', 'noopFunc') // defines function(){}; ! AG_setConstant('property.chain', 'trueFunc') // defines function(){return true}; ! AG_setConstant('property.chain', 'falseFunc') // defines function(){return false}; ! #%#var AG_setConstant=function(e,a){if("undefined"===a)a=void 0;else if("false"===a)a=!1;else if("true"===a)a=!0;else if("noopFunc"===a)a=function(){};else if("trueFunc"===a)a=function(){return!0};else if("falseFunc"===a)a=function(){return!1};else if(/^\d+$/.test(a)){if(a=parseFloat(a),isNaN(a)||32767 div[class]:first-child > a[href="/explore/people/"]) { position: absolute !important; left: -3000px !important; } ! notification area instagram.com#?#div[style*="opacity"] > div > div[class]:has(> div[class] > div[style] > div[style] > div[aria-labelledby] > div[class]:last-child > button) ! ! https://github.com/AdguardTeam/AdguardFilters/issues/156358 ! Block invisible overlay, that prevent saving images instagram.com##._aagw:empty ! ! End: Instagram.com ! ! ! https://github.com/AdguardTeam/AdguardFilters/issues/177540 ||cdn.jsdelivr.net/npm/disable-devtool^ ! annoying element realtime-chart.info##.osn_base ! https://github.com/uBlockOrigin/uAssets/issues/23310 [$path=/search]www.nicovideo.jp##.nicoadVideoItem ! https://github.com/AdguardTeam/AdguardFilters/issues/177161 fotospor.com##a[href="https://twitter.com/EfsaneFotospor"] > img fotospor.com##a[href="https://t.me/efsanefotospor"] > img fotospor.com##a[href="https://www.youtube.com/c/Fotosporcom"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/176470 venturebeat.com##.post-boilerplate:has(.ICCta) ! https://github.com/AdguardTeam/AdguardFilters/issues/176267 root-nation.com###td-outer-wrap > div.rn-background > div[data-rn-trackid] ! https://github.com/AdguardTeam/AdguardFilters/issues/176048 nihongomaster.com##div[class]:has(> div[wire\:snapshot*="newsletter-signup"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/175876 sueddeutsche.de##div[data-newsletter-id] sueddeutsche.de##div[class]:has(> div[data-teaserlist-element]:only-child > .basebox:only-child > div[data-newsletter-id]) ! https://github.com/AdguardTeam/AdguardFilters/issues/175098 24sata.hr#%#//scriptlet('remove-class', 'sticky-top', '.vjs-wrapper') 24sata.hr#%#//scriptlet('remove-class', 'sticky-bottom', '.video-js') ! https://github.com/AdguardTeam/AdguardFilters/issues/175126 ac-illust.com##.belt-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/174644 stereogum.com##.subscribe-article ! https://github.com/AdguardTeam/AdguardFilters/issues/174646 theringer.com##.c-newsletter_signup_box ! https://github.com/AdguardTeam/AdguardFilters/issues/174856 cbssports.com##.LiveBlogHeroVideo ! https://github.com/AdguardTeam/AdguardFilters/issues/174226 newsmaker.md##.evo-search-holder newsmaker.md###custom_html-13 ! https://github.com/AdguardTeam/AdguardFilters/issues/173889 agar.io#$#div[id^="agar-io_"] { display: none !important; } agar.io#%#//scriptlet('remove-node-text', 'style', 'var(--bottom-banner-height)') ! https://github.com/AdguardTeam/AdguardFilters/issues/174014 hwupgrade.it###live-player ! https://github.com/AdguardTeam/AdguardFilters/issues/173398 123telugu.com#%#//scriptlet('trusted-click-element', '.landinghead > a[href="https://www.123telugu.com/index.php"]') ! https://ga.de/bonn/stadt-bonn/palaestinenser-fordern-absage-von-bonner-veranstaltung_aid-107495383 ||player.glomex.com^$domain=ga.de ! https://github.com/AdguardTeam/AdguardFilters/issues/172949 mirror.xyz##div[class]:has(> div[class]:only-child > div[class]:first-child + form:last-child > div[class]:first-child > input[name="email"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/172228 lavoixdunord.fr#%#//scriptlet('set-constant', 'ultimediaVisiblePlayer.scrollVisiblePlayer', 'noopFunc') ! https://github.com/AdguardTeam/AdguardFilters/issues/172206 sports.kz##div.stories_ ! https://github.com/AdguardTeam/AdguardFilters/issues/171777 tech.wp.pl,gadzetomania.pl,dobreprogramy.pl###main-content > div > div > div[style] ~ div:has(> span + a) ! https://github.com/AdguardTeam/AdguardFilters/issues/171978 marketing-interactive.com##a.full-skin-image__desktop-banner marketing-interactive.com##div[class] > a[href^="https://awards.marketing-interactive.com"]:upward(1) marketing-interactive.com##a.full-skin-image ! https://github.com/AdguardTeam/AdguardFilters/issues/171596 microsoft.com##section[aria-label="download center details page banner - Internet Explorer"] ! https://github.com/AdguardTeam/AdguardFilters/issues/171690 lest-eclair.fr#%#//scriptlet('set-constant', 'ultimediaVisiblePlayer.scrollVisiblePlayer', 'noopFunc') ! https://github.com/AdguardTeam/AdguardFilters/issues/171131 ||geo.dailymotion.com/player/x2ww.js$domain=letribunaldunet.fr ! https://github.com/AdguardTeam/AdguardFilters/issues/171314 foxnews.com#%#//scriptlet('set-constant', 'Taplytics', 'emptyObj') foxnews.com#%#//scriptlet('set-constant', 'Taplytics.featureFlagEnabled', 'trueFunc') foxnews.com#%#//scriptlet('adjust-setTimeout', 'Taplytics', '*', '0.001') foxnews.com#%#//scriptlet('remove-class', 'gated-overlay', '.article-gating') foxnews.com#%#//scriptlet('remove-class', 'has-gated-overlay|gated-article-body', '.gated-article-body') ! https://github.com/AdguardTeam/AdguardFilters/issues/171323 zelvia.co.jp##.p-sticky ! https://github.com/AdguardTeam/AdguardFilters/issues/171307 inc.com##.mobile_video_insert ! https://github.com/AdguardTeam/AdguardFilters/issues/170968 ||geo.dailymotion.com/player/xdgu3.html$domain=idntimes.com ! https://github.com/AdguardTeam/AdguardFilters/issues/170824 wlos.com###js-SocialWidget-Container ! https://github.com/AdguardTeam/AdguardFilters/issues/170933 cumhuriyet.com.tr#?#div[class^="col"] > div.row:has(> div.row > div.dailymotion-player-root) ! https://github.com/AdguardTeam/AdguardFilters/issues/169847 cnyes.com#%#//scriptlet('remove-class', 'ppn-overflows', '.ppn-overflows.ppn-floating_enable') ||player.svc.litv.tv/v3/ppnio.js$replace=/if\(r\.enableFloating&&/if(!1&&/,domain=cnyes.com ! https://github.com/AdguardTeam/AdguardFilters/issues/169424 livejournal.com#$?#div[lj0sale0autoplay0dockable0video0mount] { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/169290 remanga.org##canvas[data-testid="SnowfallCanvas"] ! https://github.com/AdguardTeam/AdguardFilters/issues/168666 techwar.gr###better-social-counter-2 ! https://github.com/AdguardTeam/AdguardFilters/issues/168654 m.censor.net##.block-social-link ! https://github.com/AdguardTeam/AdguardFilters/issues/168168 forum.outerspace.com.br##.focus-guest ! https://github.com/AdguardTeam/AdguardFilters/issues/168449 seekingalpha.com##div[style^="--largeTopBannerBackground:"] ! banner in news articles sports.ru##.news-item__content a[href^="https://specials.sports.ru/"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/167620 tunnelbear.com##.view-content > div > .badge > a[href="https://www.tunnelbear.com/blog/lets-talk-about-racism/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/167558 fotomac.com.tr##.google-news-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/167641 ouest-france.fr#%#//scriptlet('set-constant', 'ultimediaVisiblePlayer.scrollVisiblePlayer', 'noopFunc') ! https://github.com/AdguardTeam/AdguardFilters/issues/166745 bilibili.com##.pop-live-small-mode ! https://github.com/AdguardTeam/AdguardFilters/issues/166554 telegraaf.nl##data-hydrate[data-name="NewsletterForm"] ! https://github.com/AdguardTeam/AdguardFilters/issues/166403 bing.com###tob_rail_container ! https://github.com/AdguardTeam/AdguardFilters/issues/166647 bdtonline.com##.ahm-tvx ! https://github.com/AdguardTeam/AdguardFilters/issues/166648 ||player.anyclip.com^$domain=dictionary.com dictionary.com#?#main[class] > div[class] > div[class]:has(> div > div.ac-widget-placeholder) ! https://github.com/AdguardTeam/AdguardFilters/issues/166440 thecity.nyc##.newspack-popup-container ! https://github.com/AdguardTeam/AdguardFilters/issues/166358 eznavi.auone.jp##div[class^="bg-gray"] > div.py-xl.bg-white ! https://github.com/AdguardTeam/AdguardFilters/issues/165987 rzd-partner.ru##img[width="750"][height="100"] rzd-partner.ru##img[width="1250"][height="90"] ! https://github.com/AdguardTeam/AdguardFilters/issues/165741 github.com##button[data-testid="copilot-popover-button"] ! https://github.com/AdguardTeam/AdguardFilters/issues/165970 cw.com.tw###newletter-subscribe cw.com.tw##.newsletter ! https://github.com/AdguardTeam/AdguardFilters/issues/165465 ||fastly.jsdelivr.net/npm/disable-devtool^ ! https://github.com/AdguardTeam/AdguardFilters/issues/165470 lascimmiapensa.com##.brid-sticky ! https://github.com/AdguardTeam/AdguardFilters/issues/165580 wikipedia.org###wmde-banner-app ! https://github.com/AdguardTeam/AdguardFilters/issues/165177 itvbd.com##a[href^="https://www.itvbd.com/"] > img[alt="ad"] ! https://github.com/AdguardTeam/AdguardFilters/issues/165309 liga.net##.youtube-block ! https://github.com/AdguardTeam/AdguardFilters/issues/165443 ! https://github.com/AdguardTeam/AdguardFilters/issues/165288 ! https://github.com/AdguardTeam/AdguardFilters/issues/164936 $cookie=articlesRead,domain=xda-developers.com|androidpolice.com|movieweb.com|makeuseof.com|screenrant.com|thegamer.com|cbr.com|gamerant.com|howtogeek.com howtogeek.com,gamerant.com,cbr.com,thegamer.com,screenrant.com,makeuseof.com,movieweb.com,androidpolice.com,xda-developers.com#%#//scriptlet('remove-cookie', 'articlesRead') ! https://github.com/AdguardTeam/AdguardFilters/issues/165217 lachainemeteo.com##.videoContainer.videoFixed ! https://github.com/AdguardTeam/AdguardFilters/issues/164818 charter97.org##.article-subscription ! https://github.com/AdguardTeam/AdguardFilters/issues/164710 toro.it#%#//scriptlet('remove-class', 'vjs-floater-parent|vjs-top-parent-mobile', '#iol_player_container') ! https://github.com/AdguardTeam/AdguardFilters/issues/163628 people.com#%#//scriptlet('set-cookie-reload', 'notification_banner_dismissed', 'true') ! https://github.com/AdguardTeam/AdguardFilters/issues/163427 closermag.fr##.viously-player ! https://github.com/AdguardTeam/AdguardFilters/issues/163460 newarab.com##.footer-top ! https://github.com/AdguardTeam/AdguardFilters/issues/161879 bilibili.com##.rank-list-wrap + div:not([class]) ! https://github.com/AdguardTeam/AdguardFilters/issues/162845 semrush.com#?#form:has(> span[data-test="subscription-button"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/163140 adultdvdempire.com#?#.sticky-tagline:has(> h2:contains(/^These Pretty Faces Are/)) ! infranken.de - newsletter in article infranken.de###newsletter-bestellung ! https://github.com/AdguardTeam/AdguardFilters/issues/162582 tennisworldusa.org###evo_video ! https://github.com/AdguardTeam/AdguardFilters/issues/162328 famitsu.com###pc_page_fh_diary > svg[class="symbol-defs"] ! https://github.com/AdguardTeam/AdguardFilters/issues/162482#issuecomment-1734713246 - custom-cursor.com custom-cursor.com#?#.banner-page:has(> .download-box) ! https://github.com/AdguardTeam/AdguardFilters/issues/162482#issuecomment-1734713246 - cute-cursors.com cute-cursors.com##.app-install-extension-card ! https://github.com/AdguardTeam/AdguardFilters/issues/162365 fanyi.youdao.com##.banner ! https://github.com/AdguardTeam/AdguardFilters/issues/162346 dailyknicks.com##.fs-daily ! https://github.com/AdguardTeam/AdguardFilters/issues/162169 jewishboston.com##.newsletter-article-wrap ! https://github.com/AdguardTeam/AdguardFilters/issues/161509 ! https://github.com/AdguardTeam/AdguardFilters/issues/161508 ! https://github.com/AdguardTeam/AdguardFilters/issues/161507 ! https://github.com/AdguardTeam/AdguardFilters/issues/161506 gidahatti.com,kanalben.com,kibrispostasi.com,patronlardunyasi.com##a[href^="https://news.google.com/publications/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/161252 usatoday.com##.static_email_sign_up ! https://github.com/AdguardTeam/AdguardFilters/issues/161226 mytwintiers.com##.Sailthru_Subscribe ! https://www.forbes.com/advisor/investing/best-stocks-to-buy-now/ forbes.com##.myFinance-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/160743 mydown.com##.bottom_fc ! https://github.com/AdguardTeam/AdguardFilters/issues/160768 3bmeteo.com###sidebar-video-fixed:not([style]) ! https://github.com/AdguardTeam/AdguardFilters/issues/160964 dnevnik.hr#%#//scriptlet('remove-class', 'jw-flag-floating', '.main-media-holder > div.video-player > div.jwplayer') ! https://github.com/AdguardTeam/AdguardFilters/issues/160830 haberler.com##iframe[src^="/widget/backup/backup_"] ! https://github.com/AdguardTeam/AdguardFilters/issues/160384 firstcoastnews.com#$#.video_docked_true { visibility: hidden !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/160152 sravni.ru##div[class^="special-offers-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/160093 pepper.pl#?#.js-threadList > .js-banner:has(img[alt="Hall Of Flame"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/158912 ||player.cnevids.com/interlude/glamour.js*&embeddedVideos=&rightRail=true ! https://github.com/AdguardTeam/AdguardFilters/issues/158891 ||img-global.cpcdn.com/promotional_banners cookpad.com##div[data-source-tracking-screen-value="home_banner"] ! https://github.com/AdguardTeam/AdguardFilters/issues/159273 docin.com###addFavoritesTips ! https://github.com/AdguardTeam/AdguardFilters/issues/158782 testbook.com##web-signup-sticky-footer ! https://github.com/AdguardTeam/AdguardFilters/issues/158859 eurosport.tvn24.pl##.pip-container > .picture-in-picture[data-testid="player-pip-active"] ! https://github.com/AdguardTeam/AdguardFilters/issues/158607 snabi.jp###AppealConsultingIntermediaryInquiryBanner snabi.jp##img[src^="/assets/appeal_consulting_banner_"] snabi.jp##img[src^="/assets/appeal_consulting_banner_"] ~ div[class^="css-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/158341 ||1prof.by/wp-content/uploads/*/igry-sng-na-banner.gif 1prof.by##img[width="854"][height="480"] ! https://github.com/AdguardTeam/AdguardFilters/issues/157828 thebell.io#?#.post_content > p:contains(ПРОИЗВЕДЕН И РАСПРОСТРАНЕН ИНОСТРАННЫМ АГЕНТОМ) ! https://github.com/AdguardTeam/AdguardFilters/issues/157553 road.cc##.full__sponsor-box ! https://github.com/AdguardTeam/AdguardFilters/issues/156919 virtualbrest.ru#?#div[style] > div[align="center"]:has(> nobr > a[href="https://vk.com/virtualbrestby"]) virtualbrest.ru#?#td > noindex:has(> table > tbody > tr > td > p > a[href="https://tx.me/virtualbrestnews"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/156542 ||pregchan.com/randomBanner.js ! https://github.com/AdguardTeam/AdguardFilters/issues/155602 e1.ru#?#.central-column-container div.onisd:has(> div > ul > li > a[href="https://vk.com/e1news"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/155790 websiterating.com##.site + .gb-container-366a1a73 ! https://github.com/AdguardTeam/AdguardFilters/issues/155272 dvdizzy.com#$#.branded-header { position: static !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/155037 americansongwriter.com##.widget_g1_socials ! https://github.com/AdguardTeam/AdguardFilters/issues/155017 harajuku.pl##.apicodes-frame ! https://github.com/AdguardTeam/AdguardFilters/issues/154958 moeyo.com###main > a[href="https://twitter.com/MoeyoCom"] ! https://github.com/AdguardTeam/AdguardFilters/issues/153950 fontanka.ru##section[data-test="report-news"] ! https://github.com/AdguardTeam/AdguardFilters/issues/162568 securityonline.info#%#//scriptlet('set-constant', 'isGwd', 'true') ! https://github.com/AdguardTeam/AdguardFilters/issues/160958 ! https://github.com/AdguardTeam/AdguardFilters/issues/154778 scitechdaily.com#%#//scriptlet('set-constant', 'isGwd', 'true') ! https://github.com/AdguardTeam/AdguardFilters/issues/153721 infor.pl#%#//scriptlet('remove-class', 'videoScrollClass', '.video-box.videoScrollClass') ! https://github.com/AdguardTeam/AdguardFilters/issues/153463 thelocal.ch##.article-single__content > .ml-manual-widget-container ! annoyance at the top sports.ru###media-promo-mount-point ! https://github.com/AdguardTeam/AdguardFilters/issues/153165 stopgame.ru##div[class^="_youtube-promo_"] ! https://github.com/AdguardTeam/AdguardFilters/issues/153031 genius.com##aside[class^="RecommendedSongs__"] ! https://github.com/AdguardTeam/AdguardFilters/issues/153024 igromania.ru##aside[class^="IgromaniaChannel_"] igromania.ru##a[class^="KanobuSocialCommunities_twitter"] ! https://github.com/AdguardTeam/AdguardFilters/issues/153021 forbes.ua##.c-post-subscribe ! https://privatter.net/p/9889173 twitter.com#?#section[aria-labelledby^="accessible-list"] div[style^="transform"]:has(div[data-testid="card.wrapper"] + a:contains(/^(asahsi\.com|bnc\.lt|eventlink\.to|fanlink\.to|gamerzz\.net|jp\.cookie-food\.com|jp\.cookicway\.com|jpquiz\.|keeping-healthy\.com|kinmirainews\.com|helpgive\.to|(n9oi1|mainichi|nhk|nikkei|sankei|sokuhou|tokyo-np|yomiuri|yytbe)\.app\.link|sancei\.com|sankeii\.com|sokuhou\.(cc|onelink\.me)|tongari-tent\.blue)/)) ! https://github.com/AdguardTeam/AdguardFilters/issues/152867 posta.com.tr##.content-box > a[href^="https://flipboard.com/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/151928 ! https://github.com/AdguardTeam/AdguardFilters/issues/151927 zeberka.pl,kozaczek.pl,papilot.pl#%#//scriptlet('set-constant', 'Object.prototype.stickyEnabled', 'false') ! https://github.com/AdguardTeam/AdguardFilters/issues/151365 new.qq.com##div[data-beacon-expo][dt-eid="em_content_card"] ! https://github.com/AdguardTeam/AdguardFilters/issues/151437 newizv.ru##div[data-slug="matter_before_sharing"] + div:not([class]) ! https://github.com/AdguardTeam/AdguardFilters/issues/151140 tv.lrytas.lt#%#//scriptlet("remove-class", "jw-flag-floating", "#jw-video-js") ! https://github.com/AdguardTeam/AdguardFilters/issues/151223 nereye.com.tr##img[alt="YouTube Kanalı Banner"] ! https://github.com/AdguardTeam/AdguardFilters/issues/151120 lrytas.lt#%#//scriptlet('remove-class', 'LEmbedVideo--floating', '.LEmbedVideo.LEmbedVideo--floating') ! https://github.com/AdguardTeam/AdguardFilters/issues/149873 kooora.com#$?##matchesTable div.footballco-container { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/150804 47news.jp#?#.side_inner > div.side_pc_row3:has(> div#slick_pr) 47news.jp#?#.side_inner > div.side_pc_row4:has(> div.inner_row2 > #slick_feat) ! https://github.com/AdguardTeam/AdguardFilters/issues/150436 reestr.rublacklist.net,roskomsvoboda.org##.container-foreign_agent ! https://github.com/AdguardTeam/AdguardFilters/issues/150471 hindustantimes.com##.alsoReadSectionAppend ! https://github.com/AdguardTeam/AdguardFilters/issues/149699 ||geo.dailymotion.com/player/x8agi.html$domain=cumhuriyet.com.tr ! https://github.com/AdguardTeam/AdguardFilters/issues/149873 ||fcp.codes^$domain=areanapoli.it ! https://github.com/AdguardTeam/AdguardFilters/issues/149849 kongregate.com###overlay kongregate.com##.kred_purchase ! https://github.com/AdguardTeam/AdguardFilters/issues/156703 ! https://github.com/AdguardTeam/AdguardFilters/issues/154274 ! https://github.com/AdguardTeam/AdguardFilters/issues/150352 k2s.cc,tezfiles.com,fboom.me##.banner-firefox-warning k2s.cc,tezfiles.com,fboom.me#%#//scriptlet('set-constant', 'document.hasStorageAccess', 'undefined') ! https://github.com/AdguardTeam/AdguardFilters/issues/150190 netprizyvu.ru##.ebala netprizyvu.ru#?#.currentnews__subtitle > noindex:has(> span:contains(РАСПРОСТРАНЕН ИНОСТРАННЫМ АГЕНТОМ)) ! https://github.com/AdguardTeam/AdguardFilters/issues/149774 forklog.com##.post_bottom_socials ! https://github.com/AdguardTeam/AdguardFilters/issues/149832 starhit.ru##.ds-article-block-fullscreen-gallery-aside ! https://github.com/AdguardTeam/AdguardFilters/issues/149673 analyticsvidhya.com#$#.modal-backdrop { display: none !important; } analyticsvidhya.com#$##loginModal { display: none !important; } analyticsvidhya.com#$#.modal-open { overflow: auto !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/149010 severreal.org###ymla-section ! https://github.com/AdguardTeam/AdguardFilters/issues/148888 cbsnews.com#%#//scriptlet('remove-class', 'floating', '.embed__content--draggable') ! https://github.com/AdguardTeam/AdguardFilters/issues/149016 wikiwand.com##div[class^="navbar_install"] ! https://github.com/AdguardTeam/AdguardFilters/issues/149165 creepypasta.com###media_image-2 ! https://github.com/AdguardTeam/AdguardFilters/issues/149118 codernet.ru##.banner-offer ! https://github.com/AdguardTeam/AdguardFilters/issues/148389 bing.com##.b_ans > div.groupbuy-answer ! https://github.com/AdguardTeam/AdguardFilters/issues/148420 elle.com#%#//scriptlet('remove-class', 'glimmer-sticky', '.content-lede-video.glimmer-sticky-container .glimmerPlayer.glimmer-sticky') ! https://github.com/AdguardTeam/AdguardFilters/issues/148411 braziljournal.com##.line-share-instagran braziljournal.com##.rowsocial ! https://github.com/AdguardTeam/AdguardFilters/issues/148572 famitsu.com#?#.l-contents-block:has(> .heading > .heading__title:contains(特設・企画)) famitsu.com#?#.l-contents-block:has(> .heading > .heading__title:contains(PR TIMES)) famitsu.com#?#.row > .col-12:has(> .card > .ad-native-campaign) ! https://github.com/AdguardTeam/AdguardFilters/issues/148085 cooknsoul.de#?#div[data-insertion-no-dbg]:has(> .code-block > div > native-player) ! redirect to Troy Hunt site ex. emoticonfun.org ||coin-hive.com^$third-party ||coinhive.com^$third-party ! https://github.com/AdguardTeam/AdguardFilters/issues/148136 123telugu.com###text-16 ! https://github.com/AdguardTeam/AdguardFilters/issues/154362 ! https://github.com/AdguardTeam/AdguardFilters/issues/147926 timesofisrael.com#%#//scriptlet('remove-class', 'vjs-pip-active', '.video-js.vjs-pip-active') ! https://github.com/AdguardTeam/AdguardFilters/issues/147940 ynet.co.il#$#.singleColumnGrid::after { display: none !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/147933 ultimedia.com#%#//scriptlet('set-constant', 'dtkPlayer.infos.visible_plus', '0') ! https://github.com/AdguardTeam/AdguardFilters/issues/147701 trustmyscience.com##.viously-sticked ! Apartment Therapy - inline "sign up and follow topic" nudge apartmenttherapy.com##.Post__topicFollowingRibbon ! Apartment Therapy, LLC sites - unrelated sticky video in sidebar apartmenttherapy.com,thekitchn.com,cubbyathome.com##.Video--right_rail ! https://github.com/AdguardTeam/AdguardFilters/issues/147234 auto.24tv.ua##.google-news-link auto.24tv.ua##.follow-us ! https://github.com/AdguardTeam/AdguardFilters/issues/147233 icsid.worldbank.org###page > div#main-wrapper + div.postcontent ! https://github.com/AdguardTeam/AdguardFilters/issues/147448 mirror.co.uk##reach-nav-share ~ div.social-sites ! https://github.com/AdguardTeam/AdguardFilters/issues/146781 timesofindia.indiatimes.com#%#//scriptlet('set-cookie', 'minitvClose', '1') ! https://github.com/AdguardTeam/AdguardFilters/issues/147168 lanacion.com.ar##.sidebar__main > .sticky-mobile ! https://github.com/AdguardTeam/AdguardFilters/issues/148737 ! https://github.com/AdguardTeam/AdguardFilters/issues/146873 ||ppstatic.pl/assets/nsk/v*/js/compiled/atoms/article/*sticky-video*.js ! https://github.com/AdguardTeam/AdguardFilters/issues/146970 pchela.news##.main-block__content > div.news-detail + div[style^="margin-top: 1rem;"] pchela.news##body > div.info-line ! https://github.com/AdguardTeam/AdguardFilters/issues/146962 xatakamovil.com###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/146521 genbeta.com###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/146881 epicentrk.ua##.sign-up-spam ! https://github.com/AdguardTeam/AdguardFilters/issues/146519 espinof.com###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/146830 geo.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/146471 ozap.com###dailymotion-pip-large-viewport ! ! G/O Media / g-omedia.com and similar clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#.js_post-content > div > div:has(> .instream-native-video) ! https://github.com/AdguardTeam/AdguardFilters/issues/123138#issuecomment-1171536858 clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.sidebar-sticky-children clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com###js_moreFromNetwork clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_moreFromNetwork ! ! https://github.com/AdguardTeam/AdguardFilters/issues/161672 yorkshirepost.co.uk###sidebar-newsletter-signup ! https://github.com/AdguardTeam/AdguardFilters/issues/161227 keyt.com###custom_html-27 ! https://github.com/AdguardTeam/AdguardFilters/issues/145956 bessarabiainform.com##a[target="_blank"] > img[src$="-removebg.png"] ! https://github.com/AdguardTeam/AdguardFilters/issues/145866 actu.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/146074 btc-echo.de##form[data-name="CTA Newsletter"] ! https://github.com/AdguardTeam/AdguardFilters/issues/145743 goodreads.com#$#.SiteHeaderBanner { display: none !important; } goodreads.com#$#header.Header__siteHeaderBanner { height: 5rem !important; } goodreads.com#%#//scriptlet('remove-class', 'Header__siteHeaderBanner', 'header.Header__siteHeaderBanner') ! https://github.com/AdguardTeam/AdguardFilters/issues/145746 novosti-n.org##.top-banner novosti-n.org##.banner-11 ! https://github.com/AdguardTeam/AdguardFilters/issues/145624 meduza.global.ssl.fastly.net,meduza.io##.Layout-bannerTop ! https://github.com/AdguardTeam/AdguardFilters/issues/145657 gordonua.com#%#//scriptlet('hide-in-shadow-dom', '.google_news') ! https://github.com/AdguardTeam/AdguardFilters/issues/144987 starfiles.co#%#//scriptlet('trusted-click-element', '[style*="flex"]#download_prompt button[onclick="downloadFileB()"]') ! https://github.com/AdguardTeam/AdguardFilters/issues/145304 ubisoft.com#?##app > .close-content:has(> .promo) ! https://github.com/AdguardTeam/AdguardFilters/issues/145508 cnbc.com##.WatchLiveRightRail-inline ! https://github.com/AdguardTeam/AdguardFilters/issues/145401 progroshi.news##.article__btn ! https://github.com/AdguardTeam/AdguardFilters/issues/145180 autoevolution.com##.padcol2.mgtop_20 ! https://github.com/AdguardTeam/AdguardFilters/issues/144874 huffingtonpost.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/144863 dumskaya.net##.twitter-follow-button ! https://github.com/AdguardTeam/AdguardFilters/issues/144307 horizont.net#?#.PageArticle_body > div.ArticleCopy-begin:has(> br[style="clear: both;"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/143541 haberlerankara.com##.block-pano > div.as ! https://github.com/AdguardTeam/AdguardFilters/issues/143457 progorodnn.ru##div[class^="social-list-subscribe_socialListSubscribe"] ! https://github.com/AdguardTeam/AdguardFilters/issues/143088 chunichi.co.jp#?#.sub-container-wrp > div.l-container:has(> div[class] > div.l-column > div.wrp > a[href^="https://plus.chunichi.co.jp/"]) chunichi.co.jp#?#.content-area > div.l-container > div.l-container:has(> div.cscmp-misc001) ! https://github.com/AdguardTeam/AdguardFilters/issues/141926 accuweather.com##.cnx-content-wrapper.cnx-float > .cnx-video-container accuweather.com#%#//scriptlet('remove-class', 'cnx-float', '.cnx-content-wrapper.cnx-float') accuweather.com#%#//scriptlet('remove-attr', 'style', '.cnx-content-wrapper.cnx-float-transition') ! https://github.com/AdguardTeam/AdguardFilters/issues/142114 !+ PLATFORM(ios) 4pda.to#?#.menu-main-mobile > li.menu-main-item > a[href^="https://4pda.to/huawei/"]:upward(1) ! https://github.com/AdguardTeam/AdguardFilters/issues/141835 berliner-zeitung.de##div[class^="social-bar_wrapper_"] ! https://github.com/AdguardTeam/AdguardFilters/issues/141334 lebonbon.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/141322 doxa.team##.donation-block-payment-wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/141549 kinometro.ru##.newsend-sots ! https://github.com/AdguardTeam/AdguardFilters/issues/141544 koko.by##.social ! https://github.com/AdguardTeam/AdguardFilters/issues/141401 booklog.jp##footer ~ div[style^="position:fixed;"][style*="z-index:"] > a[href^="/hon/info/booklogdebut-campaign"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/141178 mp.pl##.anchor-banners ! https://github.com/AdguardTeam/AdguardFilters/issues/141095 naekranie.pl##.article-header > .vod-img.mobile > a[target="_blank"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/140679 ||geo.dailymotion.com/libs/player/$domain=boldsky.com ! https://github.com/AdguardTeam/AdguardFilters/issues/140528 cnbc.com#$#.UniversalVideoPlayer-videoContainer { position: absolute !important; } cnbc.com##.UniversalVideoPlayer-videoContainer.customControls #jw-container ! https://github.com/AdguardTeam/AdguardFilters/issues/140450 cyclismactu.net###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/140369 watchseinfeld.com###top_content ! https://github.com/AdguardTeam/AdguardFilters/issues/140242 danas.hr##.videoContent_player_fixed danas.hr#%#//scriptlet('remove-class', 'videoContent_player_fixed', '.videoContent_player_fixed') ! https://github.com/AdguardTeam/AdguardFilters/issues/140169 diletant.media##.js-print + .news__bottom-btn ! https://github.com/AdguardTeam/AdguardFilters/issues/139902 bankier.pl#?#.o-article-content > .o-graphics-multiobject:has(> .o-graphics-multiobject__wrapper > .o-graphics-multiobject__inner > .o-graphics-multiobject__inner-field > a[href^="https://www.bankier.pl/wiadomosc/Gorzej-nie-bedzie-To-sie-jeszcze-okaze-Scenariusze-dla-inwestorow-na-2023-rok-"][target="_blank"][data-vr-contentbox^="image_news_"]) bankier.pl##.o-article-content > .o-graphics-multiobject > .o-graphics-multiobject__wrapper > .o-graphics-multiobject__inner > .o-graphics-multiobject__inner-field > a[href^="https://www.bankier.pl/wiadomosc/Gorzej-nie-bedzie-To-sie-jeszcze-okaze-Scenariusze-dla-inwestorow-na-2023-rok-"][target="_blank"][data-vr-contentbox^="image_news_"] bankier.pl#?#.o-article-content > .o-graphics-multiobject:has(> .o-graphics-multiobject__wrapper > .o-graphics-multiobject__inner > .o-graphics-multiobject__inner-field > a[href^="https://www.pb.pl/konferencje/gorzej-nie-bedzie-scenariusze-dla-inwestorow-na-2023-webinar-bankier-pl-"][target="_blank"]) bankier.pl##.o-article-content > .o-graphics-multiobject > .o-graphics-multiobject__wrapper > .o-graphics-multiobject__inner > .o-graphics-multiobject__inner-field > a[href^="https://www.pb.pl/konferencje/gorzej-nie-bedzie-scenariusze-dla-inwestorow-na-2023-webinar-bankier-pl-"][target="_blank"] ! https://github.com/AdguardTeam/AdguardFilters/issues/139903 femmeactuelle.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/139952 tecnologia.libero.it###iol_player_container.vjs-floater-parent ! https://github.com/AdguardTeam/AdguardFilters/issues/139561 gayforit.eu#$#.vid_page #glbtPlayer { margin-top: 0 !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/139652 tuttosport.com#%#//scriptlet('remove-attr', 'class', '#videoFloat[class^="VideoFloat_videofloat-floating__"]') ! https://github.com/AdguardTeam/AdguardFilters/issues/139207 googlewatchblog.de###mc4wp_form_widget-2 googlewatchblog.de#?#.card-content > center:has(> a[href*="-newsletter"]) googlewatchblog.de#?#.card-content > center:has(> a[href*="-newsletter"]) + hr ! https://github.com/AdguardTeam/AdguardFilters/issues/139062 elpais.com#$?##containerIncognitoLayer { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/138250 filmweb.pl#$#.videoPlayer.isPinned { visibility: hidden !important; } filmweb.pl#%#//scriptlet('remove-class', 'isPinned', '.videoPlayer.isPinned') ! https://github.com/AdguardTeam/AdguardFilters/issues/138836 smotrim.ru#?#.list-item > a.list-item__link:contains(Отключить рекламу) ! https://github.com/AdguardTeam/AdguardFilters/issues/138766 perekrestok.ru#?#footer div.delivery-notify-text:upward(1) ! https://github.com/AdguardTeam/AdguardFilters/issues/138757 burninghut.ru#$#.layout-default__content--brand { margin-top: 0 !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/138625 planet.fr##.viously-ui-container.viously-sticked-top-left ! https://github.com/AdguardTeam/AdguardFilters/issues/138586 proekt.media#?#.stk-post > div.stk-grid:has(> div.stk-grid-col > h4#donateButton) ! https://github.com/AdguardTeam/AdguardFilters/issues/137958 gfoodd.com##div[class^="code-block code-block-"][style="margin: 8px 0; clear: both;"] ! https://github.com/AdguardTeam/AdguardFilters/issues/138080 news.yahoo.co.jp##img[class^="CommentBanner__Img-"] news.yahoo.co.jp##.cxaldt ! https://github.com/AdguardTeam/AdguardFilters/issues/137524 numerama.com###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/137345 jeanmarcmorandini.com###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/137139 officelife.media#?#.header-mid__links > a[href="/tags/sber-tekhno/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/137185 propertynews.pl##.partners-bar propertynews.pl##.partners-scroller-bar ! https://github.com/AdguardTeam/AdguardFilters/issues/136977#issuecomment-1891644638 belsat.eu##app-socialbox ! https://github.com/AdguardTeam/AdguardFilters/issues/137187 infodent24.pl##.topBelka > .right infodent24.pl##referal-btn[href="https://www.infodent24.pl/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/137224 securityweek.com###block-block-3 ! https://github.com/AdguardTeam/AdguardFilters/issues/136516 - Login screen chosun.com#$#div[class^="paywall-"] { display: none !important; } chosun.com#$#.article.paywallFixed { overflow: auto !important; } chosun.com#$#body { position: static !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/135759 trend.az#?#.right-column > div.sticky-content:has(> div.adv-wrapper-300 a[href="https://terminal.trend.az/en/products/"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/147019 ! https://github.com/AdguardTeam/AdguardFilters/issues/136887 ! https://github.com/AdguardTeam/AdguardFilters/issues/136721 ! https://github.com/AdguardTeam/AdguardFilters/issues/136723 ! https://github.com/AdguardTeam/AdguardFilters/issues/136660 e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gs24.pl,katowice.naszemiasto.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowiny24.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,stronakobiet.pl,telemagazyn.pl,to.com.pl,wspolczesna.pl##.video > .youtube.js-sticky e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gs24.pl,katowice.naszemiasto.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowiny24.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,stronakobiet.pl,telemagazyn.pl,to.com.pl,wspolczesna.pl##.atomsNavigationStickyReturnHome e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gs24.pl,katowice.naszemiasto.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowiny24.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,stronakobiet.pl,telemagazyn.pl,to.com.pl,wspolczesna.pl##.atomsArticleStickyVideo e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gs24.pl,katowice.naszemiasto.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowiny24.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,stronakobiet.pl,telemagazyn.pl,to.com.pl,wspolczesna.pl##.atomsVideoPlayerDailymotion.js-sticky e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gs24.pl,katowice.naszemiasto.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowiny24.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,stronakobiet.pl,telemagazyn.pl,to.com.pl,wspolczesna.pl##.dailymotion-player.js-sticky ! https://github.com/AdguardTeam/AdguardFilters/issues/136330 laleggepertutti.it###sh_local ! deepl.com - feedbacks deepl.com##aside[aria-labelledby="customer-quotes-heading"] ! https://github.com/AdguardTeam/AdguardFilters/issues/136056 ||gqjapan.jp/verso/static/chunk.presenter-account-bookmarks ! https://github.com/AdguardTeam/AdguardFilters/issues/135986 areanapoli.it###vip-box ! https://github.com/AdguardTeam/AdguardFilters/issues/135490 der-postillon.com###mail-abo ! https://github.com/AdguardTeam/AdguardFilters/issues/134652 haberler.com#?##detaySol > div[style] > a[href^="https://forms.gle/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/134523 imgur.io#?#.GalleryHandler-postContainer > div.Ad:has(> a[href^="https://imgur"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/134360 flashback.org###top-banner-wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/133532 support.tiktok.com##.covid-banner-container ! https://github.com/AdguardTeam/AdguardFilters/issues/133933 pcworld.es##.videoContainer.standalone--infeed > .outer-wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/133264 ! https://github.com/AdguardTeam/AdguardFilters/issues/97768 ! https://github.com/AdguardTeam/AdguardFilters/issues/99318 ! Big empty block (not a leftover) tomshardware.com##.read-more-container cinemablend.com,livescience.com,gamesradar.com,tomshardware.com,pcgamer.com,windowscentral.com,laptopmag.com,techradar.com##.related-articles-block ! https://github.com/AdguardTeam/AdguardFilters/issues/133305 sia.ru###right_fixed_block ! floating video ||player.ivideosmart.com^$domain=myjitsu.jp ! https://github.com/AdguardTeam/AdguardFilters/issues/143850 ! https://github.com/AdguardTeam/AdguardFilters/issues/131669 softpedia.com##iframe[src^="/zds.php"] ||softpedia.com/zds.php ! msn.com - get Edge extension (elements are in shadow-root) msn.com##.banner-container msn.com##.dummy-header-container msn.com#$##entry-point-hp-wc-header { top: 0px !important; } msn.com#$##entry-point-hp-wc-root-wrapper.limited-width { margin-top: 100px !important; } ! https://gi##.video-js.dj-is-floatingthub.com/AdguardTeam/AdguardFilters/issues/131390 b1tv.ro##.video-js.dj-is-floating ! https://github.com/AdguardTeam/AdguardFilters/issues/130626 theweathernetwork.com#$#body[style*="overflow"] { overflow-y: visible !important; } theweathernetwork.com#%#//scriptlet('remove-class', 'jw-flag-floating', '.news-article-body .jwplayer.jw-flag-floating') ! https://github.com/AdguardTeam/AdguardFilters/issues/129699 freewebcart.com###tpbr_topbar ! dzen - not related button [$path=/pogoda]dzen.ru##.debug-ad ! https://github.com/AdguardTeam/AdguardFilters/issues/129248 washingtonpost.com#?#.grid-body > .hide-for-print:has(> div[data-qa="newsletter"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/129064 porn5f.com##.top_slider ! https://github.com/AdguardTeam/AdguardFilters/issues/129018 athletics.uwaterloo.ca##body .main-footer__sticky:not(#style_important) ! https://github.com/AdguardTeam/AdguardFilters/issues/128665 ||pay-day.ru/wp-content/cache/min/1/js/vq_starter.js ! https://github.com/AdguardTeam/AdguardFilters/issues/128281 myiptvforum.com##a[href="https://myiptvforum.com/paid-ads/"] > img ! golem.de - big newsletter banner main page golem.de##a[href^="https://hits.golem.de"] ! https://github.com/AdguardTeam/AdguardFilters/issues/126279 gitee.com##.register-guide ! https://github.com/AdguardTeam/AdguardFilters/issues/125864 lpgenerator.ru##.blog__content__entriesList__entryFull_footer ! https://github.com/AdguardTeam/AdguardFilters/issues/126566 indifferentlanguages.com##.too-many ! https://github.com/AdguardTeam/AdguardFilters/issues/124569 bing.com##.moduleCont > a[data-h^="ID=HpApp"] ! https://github.com/AdguardTeam/AdguardFilters/issues/124908 meduza.io#?#.GeneralMaterial-article > hr[class^="SimpleBlock-module_divider__"] meduza.io#?#.GeneralMaterial-article > p[class^="SimpleBlock-module_p__"] > a[href$="-skachat-v-pdf"]:upward(1) ! https://github.com/AdguardTeam/AdguardFilters/issues/125403 ||static.insurancedekho.com/pwa/js/bundle/Newsdetail. insurancedekho.com##.leadformV3 ! https://github.com/AdguardTeam/AdguardFilters/issues/124961 [$path=/search]nova.rambler.ru##div[class^="SerpWarning__warning"] ! https://github.com/AdguardTeam/AdguardFilters/issues/124959 go.mail.ru##.App-RKN ! amazon.de video player -- Rating of episode at start as overlay amazon.de#?#.webPlayerElement .atvwebplayersdk-player-container div:not([class]):not([tabindex]) > div[class]:not([style*="margin"]) > div[class] > div[class] > div[class] > span:contains(Bewertung) ! gamestar.de - left-over with no content on https://www.gamestar.de/news/ gamestar.de#?#.box-reload > .media:not(:has(> *)):not(:contains(/[a-zA-Z0-9]/)) gamestar.de#?#.box-reload > .media:not(:has(> *)):not(:contains(/[a-zA-Z0-9]/)) + hr ! https://github.com/AdguardTeam/AdguardFilters/issues/124405 wcnc.com#$#.video__docker_state_docked { position: static !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/123176 public.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/123018 voici.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/122829 svoboda.org#?#.wsw > div.wsw__embed:has(> div.infgraphicsAttach > div[id^="GR-"] > a[href^="https://news.google.com/publications/"]) ! watchmaster.com watchmaster.com#$##modalPreOwned { display: none !important; } watchmaster.com#$#.modal-backdrop { display: none !important; } watchmaster.com#$##newsletterPopup { display: none !important; } watchmaster.com#$#body { overflow: visible !important; padding-right: 0 !important; } ! 9gag.com - signup banners 9gag.com##.signup-side-banner 9gag.com##.comment-signup-banner 9gag.com##.signup-list-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/120604 vivi.tv##.c-addHome ! https://github.com/AdguardTeam/AdguardFilters/issues/121185 sadyogrody.pl##.partner-portalu ! https://github.com/AdguardTeam/AdguardFilters/issues/121070 indianexpress.com#?#.ev-meter-content:has(> p.appstext) ! https://github.com/AdguardTeam/AdguardFilters/issues/120501 programme-tv.net##.mediaSelectionSidebar > .mediaSelectionSidebar-stickyWrapper .pushCard-item > a[href^="https://www.programme-tv.net/espace-dedie/"] > .pictureTagGenerator programme-tv.net###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/120950 mel.fm##.special-group-card-wrapped ! https://github.com/AdguardTeam/AdguardFilters/issues/120998 blick.ch#?#header + div[class] > div[class]:has(> iframe[src^="https://php.blick.ch/static/"][src*="romandie/newsletter-signup-form"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/120074 eurasianet.org##.featured-news .top > .callout ! https://github.com/AdguardTeam/AdguardFilters/issues/120426 hpplus.jp#%#//scriptlet("set-constant", "$.cookie", "trueFunc") ! https://github.com/List-KR/List-KR/pull/357 ! https://github.com/AdguardTeam/AdguardFilters/issues/154726 10000recipe.com##a[onclick*="EZ.countLog('event_recipe_view_right"] m.10000recipe.com##.view_sp_banner ! https://github.com/AdguardTeam/AdguardFilters/issues/119596 lepoint.fr##.dailymotion-cpe > div.pip ! https://github.com/AdguardTeam/AdguardFilters/pull/119657 tarnkappe.info##.sidebar-sticky ! https://github.com/AdguardTeam/AdguardFilters/issues/119411 capital.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/118395 ! https://github.com/AdguardTeam/AdguardFilters/issues/146090 stopcor.org##.videoOfDay ! https://github.com/AdguardTeam/AdguardFilters/issues/118551 star-telegram.com###story-cta-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/118441 qiita.com#?#.p-items_main > div > section ~ div > a[href^="/signup?"]:upward(1) ! https://github.com/AdguardTeam/AdguardFilters/issues/118406 so.toutiao.com##.s-side-list > div.result-content > div[id^="s-dom-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/118353 ||widget.golfscape.com^$domain=sport360.com ! https://github.com/AdguardTeam/AdguardFilters/issues/118308 ! embed tv, used on many sites in floating player lance.com.br##.justify-center:has(> div:only-child > .dugout-video) lance.com.br#?#.container:has(> div > div.dugout-video) tribuna.com##.dugout-video football-tribe.com#?#.stamp > div.tribe-thumbnails-wrapper > div.post-thumbnail:has(> div.dugout_video_cont) football-tribe.com##.dugout_video_cont ||embed.dugout.com^$script,third-party,domain=~sportowefakty.wp.pl|~ultra-soccer.jp ! https://github.com/AdguardTeam/AdguardFilters/issues/117432 cureco.jp##object[width="640"][height="480"] ! https://github.com/AdguardTeam/AdguardFilters/issues/177619 ! https://github.com/AdguardTeam/AdguardFilters/issues/172712 ! https://github.com/AdguardTeam/AdguardFilters/issues/116423 vogue.*,wired.com#$?#.grid-layout__aside > .sticky-box > .sticky-box__primary > div[data-in-view] > figure[data-testid="cne-interlude-container-right-rail"]:has(> .cne-video-embed) { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/116397 ais.th##.container_float_shop ||ais.th/asset_index2020/js/chat_and_shop.js ! https://github.com/AdguardTeam/AdguardFilters/issues/116246 gala.fr###dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/115659 ign.com##.premium-content-block ign.com##.infeed-player ! https://github.com/AdguardTeam/AdguardFilters/pull/112714 ! twitch.tv - promoted stream tiles twitch.tv##div.tw-tower > div:has(div.promoted-card-stat__promotion) ! https://github.com/AdguardTeam/AdguardFilters/issues/113750 turkishairlines.com#?##page_wrapper > section.nopadding:has(> div.middle-wrapper img[title^="Turkish Airlines"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/115178 eurosport.tvn24.pl#%#//scriptlet('prevent-requestAnimationFrame', 'toggleFloatingClass') ! https://github.com/AdguardTeam/AdguardFilters/issues/115052 ||img.weblogssl.com/*/js/dailymotion-$domain=applesfera.com applesfera.com##.base-asset-video ! https://github.com/AdguardTeam/AdguardFilters/issues/114333#issuecomment-1093685116 niusnews.com##div[class^="divLogin"] niusnews.com##.divMPop ! https://github.com/AdguardTeam/AdguardFilters/issues/114967 auto.ru##.ListingCars__c1Promo ! https://github.com/AdguardTeam/AdguardFilters/commit/cc85b4d94882cc02a9a7fce4580730cdd5af15c5#r70606842 full-count.jp##.l-sidebar-ads ! https://github.com/AdguardTeam/AdguardFilters/issues/114143 anime.dmkt-sp.jp##.footerBottomMenu ! https://github.com/AdguardTeam/AdguardFilters/issues/109526 townwork.net##.keep-navi-wrap townwork.net##.ico-followup-app-label ! https://github.com/AdguardTeam/AdguardFilters/issues/114625 portalspozywczy.pl##body > .one > .pageWidth ! https://github.com/AdguardTeam/AdguardFilters/issues/114319 farmer.pl##.partners-bar farmer.pl##body > .p-top > .p-top-container > .p-top-right ! https://github.com/AdguardTeam/AdguardFilters/issues/113730 is.fi#%#//scriptlet('remove-class', 'stuck', '.placeholder > .sticky-container.stuck') ! https://github.com/AdguardTeam/AdguardFilters/issues/112486 m.qoo10.jp###signup_popup ! https://github.com/AdguardTeam/AdguardFilters/issues/112464 sbbit.jp###fixedbaner ! autojournal.fr - floating player autojournal.fr##.viously-sticked ! https://github.com/AdguardTeam/AdguardFilters/issues/112760 ohmymag.com##div.player.desktop-companion ! https://github.com/AdguardTeam/AdguardFilters/issues/112287 lefigaro.fr##figaro-video.is-sticky .jwplayer__player lefigaro.fr##.flive-loop__media.sticky lefigaro.fr##.fig-free-embed div[id^="figaro-live-flive-channel-"][floated-video="yes"] ! https://github.com/AdguardTeam/AdguardFilters/issues/111994 surfshark.com##.post-content .get-surfshark ! https://github.com/AdguardTeam/AdguardFilters/issues/71439#issuecomment-1057720690 rifme.net###content li.greysmall ! https://github.com/AdguardTeam/AdguardFilters/issues/111160 event.rakuten.co.jp##.Permission ! https://github.com/AdguardTeam/AdguardFilters/issues/105849 oxu.az##article.news + h2.news-share-title oxu.az##article.news ~ div.news-share-container ! Video recommendations ||player.gliacloud.com^$third-party ##.gliaplayer-container fudge.jp##.ratio-wrapper blogto.com##.fire_video_style roomie.jp,gizmodo.jp##fw-storyblock ||fireworkapi1.com/embed/v2/playlists/5m1wZ5/feeds?page_size=10 ||fireworkapi1.com/embed/v2/channels/whats_trending ||fireworkapi.com/embed/v2/publisher_clients/ ||fireworkapi1.com^$domain=jj-jj.net|mensnonno.jp|olive-hitomawashi.com|gizmodo.jp|final-inc.com|roomie.jp|gendai.media|as-web.jp|boldsky.com|blogto.com|getnews.jp|lp.p.pia.jp|fudge.jp|motor-fan.jp|madamefigaro.jp madamefigaro.jp##.firework_story_block_col lp.p.pia.jp##.fireworkWrapper lp.p.pia.jp##.rightColumn__firework olive-hitomawashi.com##.ly_main_inner[style^="margin-top: 50px; "] ! https://github.com/AdguardTeam/AdguardFilters/issues/109710 sunnylife.tw##.bottom-side-menu > li > a:not([title="GOTOP"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/109332 planetf1.com#$#.ciam-article-pf1 > div[id^="pp-"] { display: none !important; } planetf1.com#$#.ciam-article-pf1 > [style^="display: none;"] { display: block !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/110331 rlsnet.ru##.attention-modal ! https://github.com/AdguardTeam/AdguardFilters/issues/120703 ! https://github.com/AdguardTeam/AdguardFilters/issues/109969 leparisien.fr###dailymotion-pip-large-viewport leparisien.fr###right_rail .dailymotion-cpe ! https://github.com/AdguardTeam/AdguardFilters/issues/109576 seiko-boutique.de#$#body._has-modal { overflow: auto !important; } seiko-boutique.de#$#.amgdprcookie-modal-container { display: none !important; } seiko-boutique.de#$#.modals-overlay { display: none !important; } seiko-boutique.de#$#div[id^="popupbuilder-popup"] { display: none !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/108684 avg.com,avast.com###offer-chrome ! https://github.com/AdguardTeam/AdguardFilters/issues/108457 ||point.widget.rakuten.co.jp^$third-party ! https://github.com/AdguardTeam/AdguardFilters/issues/110165 hilltopads.com##.adblock-notification ! https://github.com/AdguardTeam/AdguardFilters/issues/107894 wiki.merionet.ru##.bottom-banner wiki.merionet.ru##.new-cource ! https://github.com/AdguardTeam/AdguardFilters/issues/103839 m-78.jp##.st-Footer_FixedBnr ! https://github.com/AdguardTeam/AdguardFilters/issues/103903 hollywoodreporter.com##div[class="jw-wrapper jw-reset"][style="will-change: auto; width: 100%; max-width: 400px;"] ! https://github.com/AdguardTeam/AdguardFilters/issues/106486 gazeta.ru##div[data-widget="Player"][style^="position: fixed; width: 400px;"] ! https://github.com/AdguardTeam/AdguardFilters/issues/105735 watch.impress.co.jp##.right.ad > aside.special ! https://github.com/AdguardTeam/AdguardFilters/issues/104740 ||images.news18.com/static_news18/pix/ibnhome/news18/jio_saavn_ news18.com##.jio_widgetAmp ! https://github.com/AdguardTeam/AdguardFilters/issues/103127 gamewith.jp##.to-btn--nps ! https://github.com/AdguardTeam/AdguardFilters/issues/103112 tamashii.jp###tw2019_bra_bnr_area ! https://github.com/AdguardTeam/AdguardFilters/issues/103079 4900.co.jp##.fixedFooter ! https://github.com/AdguardTeam/AdguardFilters/issues/103058 csoonline.com#%#//scriptlet('set-cookie', 'aiia', 'true') csoonline.com#%#//scriptlet('set-cookie-reload', 'nsdr', '1') ! https://github.com/AdguardTeam/AdguardFilters/issues/101898 chip.de###footer-white-global ! https://github.com/AdguardTeam/AdguardFilters/issues/103126 biglobe.ne.jp###spage-bnr ! https://github.com/AdguardTeam/AdguardFilters/issues/104390 meduza.global.ssl.fastly.net,meduza.io##div[class^="AnnouncementInText-module_root__"] ! https://github.com/AdguardTeam/AdguardFilters/issues/115016 banbye.com#%#(function(){try{"undefined"!==typeof localStorage&&(localStorage.getItem("npm-vuex")||localStorage.setItem("npm-vuex",'{"app":{"snackbarMessage":"","snackbarDelay":5000,"snackbar":false},"auth":{"user":{},"token":"","loginDialogDismissed":true}}'))}catch(a){}})(); ! https://github.com/AdguardTeam/AdguardFilters/issues/100595 entrepreneur.com###mainDomContainer > noscript + div.bg-gray-200 ! https://github.com/AdguardTeam/AdguardFilters/issues/102956 comedy-radio.ru##.flying-socials ! https://github.com/AdguardTeam/AdguardFilters/issues/103172 digitalidentity.co.jp##div[class^="bnr_contact"]:last-child ! https://github.com/AdguardTeam/AdguardFilters/issues/103158 vedomosti.ru##.the-header-announce vedomosti.ru##.subscription-placeholders ! https://github.com/AdguardTeam/AdguardFilters/issues/100585 tubics.com##.blog-detail-aside > div:not([id="related_widget"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/102737 ananweb.jp##nav.related-links:first-of-type ! https://github.com/AdguardTeam/AdguardFilters/issues/102410 pornpics.com###fb-button ! https://github.com/AdguardTeam/AdguardFilters/issues/101963 !+ NOT_OPTIMIZED blog.tinect.jp###meerkat-wrap ! https://github.com/AdguardTeam/AdguardFilters/issues/101781 ||belaruspartisan.by/images/sherem.png ||belaruspartisan.by/images/svaboda3.jpg ! https://github.com/AdguardTeam/AdguardFilters/issues/102185 dentacoin.com##.bottom-fixed-promo-banner dentacoin.com##.bottom-drawer > .christmas-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/100089 hindustantimes.com##.embed_div > #games_popup_div ! https://github.com/AdguardTeam/AdguardFilters/issues/97768#issuecomment-965743241 ! blocked useless player tomshardware.com###article-body > div.widthsetter ~ div.jwplayer__widthsetter ! https://github.com/AdguardTeam/AdguardFilters/issues/100075 digitalocean.com##.featured-items-right-bar-cta > div.featured-item-highlight ! https://github.com/AdguardTeam/AdguardFilters/issues/100041 developgoodhabits.com##.inside-right-sidebar > aside#text-4 ! https://github.com/AdguardTeam/AdguardFilters/issues/99974#issuecomment-982721148 medium.com##.paragraph-image > a[href="http://medium.com/pythoneers"] ! https://github.com/AdguardTeam/AdguardFilters/issues/101611 hotskidki.by##body > a[href^="https://hotskidki.by/deal/"] > center ! https://github.com/AdguardTeam/AdguardFilters/issues/101285 ||meczyki.pl/js/news-widget.js$domain=devilpage.pl ! https://github.com/AdguardTeam/AdguardFilters/issues/101361 egzamin-ee08.blogspot.com,egzamin-ee09.blogspot.com,egzamin-e12.blogspot.com,egzamin-e13.blogspot.com,egzamin-e14.blogspot.com###divpop ! https://github.com/AdguardTeam/AdguardFilters/issues/99968 skillcrush.com##div[class^="mt-"] > p + div.sc-post-cta ! https://github.com/AdguardTeam/AdguardFilters/issues/83190 meteo.ua##.add-favourites ! enquete banner https://gamewith.jp/gamedb/userreview/show/6328?from=android (mobile) gamewith.jp##.gdb-enquete-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/118095 ! https://github.com/AdguardTeam/AdguardFilters/issues/100367 zhihu.com#%#(()=>{var b=EventTarget.prototype.addEventListener,c=function(a,b){var c=document.querySelector("button.AppHeader-login");c&&b.bind(c)("click",function(){d.disconnect()},{once:!0})},d=new MutationObserver(function(){var a=document.querySelector(".Modal-wrapper .signFlowModal > .Modal-closeButton");a&&(d.disconnect(),e.disconnect(),a.click())});d.observe(document,{childList:!0,subtree:!0});var e=new MutationObserver(a=>{c(a,b)});e.observe(document,{childList:!0,subtree:!0}),setTimeout(function(){e.disconnect(),d.disconnect()},5E3)})(); ! freundin.de newsletter freundin.de#?##__next div[class]:has(> div[class] > div[class] > form) ! https://github.com/AdguardTeam/AdguardFilters/issues/99472 ||azby.fmworld.net/usage/images/banner_enquete.jpg ! https://github.com/AdguardTeam/AdguardFilters/issues/99892 pricearchive.org##.footerstorelink ! https://github.com/AdguardTeam/AdguardFilters/issues/99334 seeedstudio.com###content aside.widget-area > div.sfsi ! kakaku.com PRs kakaku.com##.p-ranking_list_item-feature s.kakaku.com###priceMenuMakerSelect s.kakaku.com##.p-ranking_link-feature kakaku.com#?#.c-feed_cell > a > .c-feed_visual-pr:upward(2) kakaku.com#?#div[class^=contType00] > div > div > div > a[href*="/?lid=ads_makerselect"]:upward(4) kakaku.com#?#li .p-siteNews_general_visual-pr:upward(li) s.kakaku.com#?#li .icnPr:upward(li) ! https://github.com/AdguardTeam/AdguardFilters/issues/99522 cheathappens.com#$#.navbar.attn_shift { margin-top: 0 !important; } cheathappens.com#$#.fixed-top > .attn_link { display: none !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/99343 ||player.octivid.com/*/video?*&autoplay=$removeparam=autoplay,domain=kooora.com ! https://github.com/AdguardTeam/AdguardFilters/issues/100047 newscientist.com##.issue-promotion ! https://github.com/AdguardTeam/AdguardFilters/issues/99351 sklep-presto.pl,digitalo.pl,morele.net#%#(function(){if(!document.cookie.includes("zip_and_city=")){var a=encodeURIComponent('{"zip":"","city":""}');document.cookie="zip_and_city="+a+"; path=/;"}})(); ! https://github.com/AdguardTeam/AdguardFilters/issues/100216 app2top.ru##.vacancies-block ! https://github.com/AdguardTeam/AdguardFilters/issues/99193 miastodzieci.pl##.video_popout ! https://github.com/Yuki2718/adblock/issues/39 dengekionline.com##.gNews_advertisement ! banner on top page youtube.com##ytd-statement-banner-renderer ! https://github.com/AdguardTeam/AdguardFilters/issues/101816 osehero.pl##.social-media-fabs-wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/98919 qanda.ai##img + div[class^="Picture__Cover-"] ! adguard.com and mirrors - social links in comment section adguard.info,adguard.app,adguard.com##.blog-comments__social ! adguard-dns.io, adguard-vpn.com, adguard.com - common rule for all annoyances on the site adguardvpn-help.com,adguard-vpn.info,adguard-dns.io,adguard-vpn.net,adguard-vpn.com,adguard.info,adguard.app,adguard.com##.annoyance ! native-ad PRs j-town.net##.advertisement-list j-town.net##aside.section_content > div.section_title > h2.pr-list j-town.net#?#nav.content-wrapper_aside > aside.section_content:has(> div.advertisement-list) ! https://github.com/AdguardTeam/AdguardFilters/issues/98482 migalhas.com.br##.flutuante migalhas.com.br##.principal__side app-apoiadores migalhas.com.br##.principal__side app-fomentadores ! https://github.com/AdguardTeam/AdguardFilters/issues/98079 ||mwcm.nytimes.com/capi/metered_assets/?plat=*&areas=welcomeAd ! https://github.com/AdguardTeam/AdguardFilters/issues/98420 closermag.fr##.sidebar-wrapper .dailymotion-player-wrapper#dailymotion-pip-large-viewport ! https://github.com/AdguardTeam/AdguardFilters/issues/98411 w3cschool.cn##body > .widget-body[data-type] > .widget-main ! zoon.ru - annoying animated banner zoon.ru##.box-banner zoon.ru#?#.ss-contents > div.box-padding:has(> a.box-banner) ! top page banner avgle.com##.alert-success ! https://github.com/AdguardTeam/AdguardFilters/issues/97714 reuters.com#%#//scriptlet("prevent-addEventListener", "scroll", "#sticky-video") reuters.com#%#//scriptlet("set-constant", "Object.prototype.enable_floating", "false") ! https://github.com/AdguardTeam/AdguardFilters/issues/98683#issuecomment-956297233 goo.ne.jp#$#.chrome-extension-banner { display: none!important; } goo.ne.jp#$#body.NR-col2a[style="padding-top: 50px;"] { padding-top: 0!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/96888 torrentgalaxy.to##.alert-danger ! https://github.com/AdguardTeam/AdguardFilters/issues/96809 originalnews.nico###right_rec_banners ! https://github.com/AdguardTeam/AdguardFilters/issues/96512 ! https://github.com/AdguardTeam/AdguardFilters/issues/160474 wolframalpha.com##main > div[class] div[class] > a[href="https://www.wolframalpha.com/tour/"][target="_blank"] > img wolframalpha.com##main > div[class] div[class] > a[href*="://www.wolfram.com/"][href*="/?adref="][target="_blank"] wolframalpha.com##main > div[class] div[class] > a[href*="://www.wolframalpha.com/"][href*="/?adref="][target="_blank"] wolframalpha.com##main > span > a[href^="https://www.wolframalpha.com/pro/pricing/"] wolframalpha.com#?#div[animations]:has(> a[href][target="_blank"] > img) ! https://github.com/AdguardTeam/AdguardFilters/issues/97527 benesse.jp##.bookmark.fixed ! https://github.com/AdguardTeam/AdguardFilters/issues/96110 xyj321.com##.he_footer2 ! https://github.com/AdguardTeam/AdguardFilters/issues/97166#issuecomment-945181844 www.nicovideo.jp##.MarqueeContainer ! https://github.com/AdguardTeam/AdguardFilters/issues/96004 kompas.com##.ultah26 ! https://github.com/AdguardTeam/AdguardFilters/issues/95782 myuploadedpremium.de##.copyright ! https://github.com/AdguardTeam/AdguardFilters/issues/98929 ||newzit.com/static/videoplayer/*/scripts/mol-fe-videoplayer.min.js ! https://github.com/AdguardTeam/AdguardFilters/issues/96537 wizaz.pl###forum-gad-video ||edicloud.edipresse.pl/random/wizaz/video.js$domain=wizaz.pl ! https://github.com/AdguardTeam/AdguardFilters/issues/96651 time.com###time-in-content-widget.myFinance-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/95840 ng.ru##img[src^="//telegram.im/widget-logo/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/95680 nuance.com###myModal nuance.com##.modal-backdrop ! https://github.com/AdguardTeam/AdguardFilters/issues/96323 crunchyroll.com###footer ~ .opt-in[data-role="opt-in-banner"] ! https://github.com/AdguardTeam/AdguardFilters/issues/94838 healthians.com##.bottomsticky ! https://github.com/AdguardTeam/AdguardFilters/issues/94286 courseupload.net##.vc_message_box ! https://github.com/AdguardTeam/AdguardFilters/issues/95530 smartpress.by##.list-event > a[href="https://t.me/smartpress"] ! https://github.com/AdguardTeam/AdguardFilters/issues/94475 opportunitydesk.info#?#.td-ss-main-sidebar> aside.widget:has(> a[href="https://t.me/OpportunityDesks"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/94860 nydailynews.com##.pb-f-utilities-lead-art nydailynews.com##amp-iframe[src^="https://embed.sendtonews.com/amp/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/94790 virtualbrest.ru##a[href="https://www.instagram.com/virtualbrest/"] > img[width="310"] virtualbrest.ru##a[href="https://tx.me/virtualbrestnews"] > img[width="310"] virtualbrest.ru##p[align="center"] > a[href="https://t.me/virtualbrest_bot"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/94334 heise.de##.sidebar-deal ! https://github.com/AdguardTeam/AdguardFilters/issues/93378 securitymagazine.com##.sponsored-content-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/93118 iaspaper.net##.gmu-footer ! gismeteo.ru follow zen button gismeteo.ru##.follow-zen ! https://github.com/AdguardTeam/AdguardFilters/issues/93107 allconnect.com#?#main section.h-break-container:has(> div.container p.text-gray-steel > a[href="/advertising-disclosure"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/92826 inc42.com#?##secondary > div.widget:has(> div.textwidget > div.recommendation-side) ! https://github.com/AdguardTeam/AdguardFilters/issues/92719 pgrkam.com###registerModal1 ! https://github.com/AdguardTeam/AdguardFilters/issues/93650 falkirkherald.co.uk#?##content-wrapper > div[class]:has(> div[class] > div.dailymotion-cpe) ! https://github.com/AdguardTeam/AdguardFilters/issues/92597#issuecomment-915197886 safecities.economist.com##div[class*="-AltAdvertisement"] ! https://github.com/AdguardTeam/AdguardFilters/issues/92824 rockmods.net###HTML1 ! https://github.com/AdguardTeam/AdguardFilters/issues/92539 freetutorialonline.com#?#.sidebar > div.widget:has(> div.textwidget span:contains(DISCLOSURE)) ! https://github.com/AdguardTeam/AdguardFilters/issues/92527 freshercooker.in##.telegramim_button ! https://github.com/AdguardTeam/AdguardFilters/issues/93845 pakpassion.net#$##content_container { margin-right: 0 !important; } pakpassion.net#$##content { margin-right: 0 !important; } pakpassion.net###sidebar_container ! https://github.com/AdguardTeam/AdguardFilters/issues/93731 mademyday.com#?##container > div.widget:not([data-mode="gallery"]):has(a[href="#"][onclick^="$.loginlayer.show();"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/93514 stream.co.jp##.base__widget ! https://github.com/AdguardTeam/AdguardFilters/issues/93542 ||syouron.com/NEKO_TORA.js ! Native-ad article list diamond.jp###trend-watch ! https://github.com/AdguardTeam/AdguardFilters/issues/91831 popularmechanics.com##.bar-content-disclaimer ! https://github.com/AdguardTeam/AdguardFilters/issues/92601 vgr.by##body .edgtf-post-group ! https://github.com/AdguardTeam/AdguardFilters/issues/92644 kv.by###our-channels kv.by##.telegramim_button ! https://github.com/AdguardTeam/AdguardFilters/issues/92407 fb.ru##.intext ! https://github.com/AdguardTeam/AdguardFilters/issues/91734 news.trendmicro.com##div[class*="nav_top-info-bar"] ! https://github.com/AdguardTeam/AdguardFilters/issues/160733 blog.hubspot.com##.blog-post-full-width-cta blog.hubspot.com#?#.blog-post-body span > [style*="text-align: center;"]:has(> a[href^="https://offers.hubspot.com/"]):contains(Featured Resource:) blog.hubspot.com#?#.blog-post-body span > [style*="text-align: center;"]:has(> a[href^="https://offers.hubspot.com/"]):contains(Featured Resource:) + p:has(> a[href^="https://offers.hubspot.com/"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/91675 blog.hubspot.com##.blog-card-cta ! https://github.com/AdguardTeam/AdguardFilters/issues/91598 digitalvidya.com###text-13 digitalvidya.com###text-8 digitalvidya.com###text-21 ! "Foreign agents" thebell.io##app-inoagent-banner thebell.io##.arena-cut-grey rosbalt.ru##.rkngov ! ! https://github.com/AdguardTeam/AdguardFilters/issues/91421 thesimpledollar.com##.compare-quotes-widget--sidebar ! https://github.com/AdguardTeam/AdguardFilters/issues/91542 themoscowtimes.com##.contribute-bar ! https://github.com/AdguardTeam/AdguardFilters/issues/91728 techtarget.com#?#.resources-bar-header:contains(Sponsored News) techtarget.com##.sponsored-news ! https://github.com/AdguardTeam/AdguardFilters/issues/91310 ||static3.car.ru/img/ya.gif ! https://github.com/AdguardTeam/AdguardFilters/issues/91277 minsknews.by#$#.our-news-links { display: none!important; } minsknews.by#$?#article > h4:has(> span:contains(Читайте и подписывайтесь на нас)) { display: none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/89652 lenta.ru##.b-header__russia ! https://github.com/AdguardTeam/AdguardFilters/issues/90949 smt-cinema.com##.tieupBanner ! https://github.com/AdguardTeam/AdguardFilters/issues/90563 transtutors.com###pnlAskSimilarQuestionBanner transtutors.com##.serve-better ! https://github.com/AdguardTeam/AdguardFilters/issues/91024 neonime.*##.tampilan_tambahan > a[href^="https://bit.ly/"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/90985 andro-news.com##img[title="telegram__banner.png"] ! https://github.com/AdguardTeam/AdguardFilters/issues/90783 hitechplus.in###sidebarrightsc > #HTML2 ! notion.so - annoyance notion.so##.spacer + div.signup-wrap ! https://github.com/AdguardTeam/AdguardFilters/issues/90258 laprovence.com$$meta[http-equiv="refresh"][content="180"] ! https://github.com/AdguardTeam/AdguardFilters/issues/89747 ||brief.pl/wp-content/uploads/2021/06/baner-www-750x100px.png ! https://github.com/AdguardTeam/AdguardFilters/issues/90105 gaziantepgunes.com##.block-pano gaziantepgunes.com###_ws_fan ! https://github.com/AdguardTeam/AdguardFilters/issues/89384 dreamstime.com##.top-banner--covid19 ! livemint.com - newsletter livemint.com#%#//scriptlet('set-cookie', '_hlm_skipCounter', '15') ! https://github.com/AdguardTeam/AdguardFilters/issues/89578 platformazakupowa.pl##.alert-info ! https://github.com/AdguardTeam/AdguardFilters/issues/90575 artigercek.com#?#.container > div.row:has(> div[class^="col-"] div.small + a.social-icon) ! https://github.com/AdguardTeam/AdguardFilters/issues/89379 uinterview.com##.alert-discreet ! https://github.com/AdguardTeam/AdguardFilters/issues/89307 ||fiverr.com/embed_gigs?id$domain=ytplaylist-len.herokuapp.com ! https://github.com/AdguardTeam/AdguardFilters/issues/89004 ! https://github.com/AdguardTeam/AdguardFilters/issues/109126 howtogeek.com##.social-media-buttons + a + hr howtogeek.com##.affiliate-disclosure howtogeek.com##.affiliate-disclosure + hr ! https://github.com/AdguardTeam/AdguardFilters/issues/89085 fandom.com#?##WikiaBar:has(> #WikiaBarWrapper > .wikia-bar-anon > .message[data-wikiabarcontent]) ! https://github.com/AdguardTeam/AdguardFilters/issues/88960 ||hentaidude.com/wp-admin/admin-ajax.php?action=geocheck$xmlhttprequest,redirect=nooptext ! https://github.com/AdguardTeam/AdguardFilters/issues/88949 cartoonprn.com##a[href="https://cartoonprn.com/link/prngames/"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/88649 netdoktor.de###newsletter-abonnieren ! habr.com habr.com##.tm-stories-block habr.com#?#section.tm-block_spacing-around:has(> header > div > h2:contains(Ближайшие события)) habr.com##.tm-project-block habr.com##.tm-feature habr.com###companies_rating habr.com###effect-sidebar habr.com##.promo-block_freelansim-tasks habr.com##.tm-company-widgets habr.com##div.tm-articles-list > div.tm-articles-list__after-article:has(#promo_block_4) habr.com##section.tm-block_spacing-bottom:has(> div.tm-block__body > div.tm-vacancies-block__item) habr.com##section.tm-block_spacing-around:has(> div.tm-block__body > div.tm-promo-block__content-wrapper) habr.com##ul.tm-article-list-block__list > li.tm-article-list-block__item:has(> div.tm-promo-post-link) habr.com##.tm-article-card-list > li.tm-article-card-list__item:has(> div.tm-promo-post-link) ! https://github.com/AdguardTeam/AdguardFilters/issues/87867 xchina.co#?#.aside > div.center:has(> a[href="/tg.html"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/87972 eadaily.com#?#.latest-block > div.side-announcement:has(> a[href="tg://resolve?domain=EurasiaDaily"]) ! sponsor page at the end of video ||nicoad.nicovideo.jp/v1/contents/video/*/pickup_supporters ! https://github.com/AdguardTeam/AdguardFilters/issues/87856 ||sputnik.by/files/tgparser/sputnik_by.html ! https://github.com/AdguardTeam/AdguardFilters/issues/88112 pusatporn18.com###HTML4 pusatporn18.com###HTML2 ! t-online.de - non-related video teaser link in article t-online.de##div[itemprop="articleBody"] > div[onfocus*="mp=tv-videoteaser-emb"] ! https://github.com/AdguardTeam/AdguardFilters/issues/87235 oprahdaily.com##.affiliate-disclaimer ! cnews.ru - annoyance cnews.ru##article > a.other-news-note ! https://github.com/AdguardTeam/AdguardFilters/issues/87700 auctions.yahoo.co.jp#?#li[class^="ListItem-sc-"] img[src$="_stop/376_376.png"]:upward(li) ||s.yimg.jp/images/auct/salespromotion/2021_2/0216_stop/376_376.png$domain=auctions.yahoo.co.jp ! https://github.com/AdguardTeam/AdguardFilters/issues/87068 winitpro.ru#?#aside > div.block-search:has(> div.subscription) ! https://github.com/AdguardTeam/AdguardFilters/issues/87223 /\/(support_banner.*|sidebar-your-brand-on-your-links.*|sidebar-how-to-build-a-brand|sidebar-stop-using-generic-links.*)\.(jpg|png)/$domain=rebrandly.com ! https://github.com/AdguardTeam/AdguardFilters/issues/86963 itech.co.ua##a[href="https://t.me/ITechNewsUa"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/86574 testbook.com##a[class*="banner-link"] ! https://github.com/AdguardTeam/AdguardFilters/issues/86611 careerkarma.com##.ck_box_1 careerkarma.com##.code-block > div#container > div.border-form-ajax ! https://github.com/AdguardTeam/AdguardFilters/issues/86883 books.google.*###gb-ogen-opt-in-banner ! https://github.com/uBlockOrigin/uAssets/issues/9535 bimiacg.net#$#body { cursor: auto!important; } bimiacg.net#$#a:hover { cursor: auto!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/86796 wikicat.net##div[id^="an-mailchimp-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/86372 aagmaal.com##a[href="https://t.me/maalsite"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/85939 interfax.by##img[width="970"][height="250"] ! native ad links tsuiran.jp#?##pickup-box > article img[src^="/image/pr/"]:upward(article) ! https://github.com/AdguardTeam/AdguardFilters/issues/85735 researchgate.net##.research-detail-signup-promo ! https://github.com/AdguardTeam/AdguardFilters/issues/85771 ||diets.ru/i/rb/start_to_lose_weight_*.jpg ! https://github.com/AdguardTeam/AdguardFilters/issues/85648 smashingmagazine.com###sponsors-main-page + div.f-article-item ! https://github.com/AdguardTeam/AdguardFilters/issues/85495 sankei.com#?#div[class^="grid__col--lg-"] span.sponsored:upward(div[class^="grid__col--lg-"]) sankei.com#?#.piano-information-default li > a > span.sponsored:upward(2) ! https://github.com/AdguardTeam/AdguardFilters/issues/85716 adespresso.com##.banner-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/85462 rarefilmm.com###simple-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/86354 itsider.com.ua###kpvmzjg-2 ! https://github.com/AdguardTeam/AdguardFilters/issues/85364 manchestereveningnews.co.uk##.top-sharebar ! https://github.com/AdguardTeam/AdguardFilters/issues/85369 greatist.com##.disclaimer ! https://github.com/AdguardTeam/AdguardFilters/issues/85102 telegeography.com###sponsor ! https://github.com/AdguardTeam/AdguardFilters/issues/86209 itubego.com##.hero > section.container > div.container > div.bg-warning-dark ! https://github.com/AdguardTeam/AdguardFilters/issues/85000 deviantart.com#?##root > header ~ div[class] > span.theme-light > a[href$="/users/login"]:upward(header ~ div[class]) ! https://github.com/AdguardTeam/AdguardFilters/issues/84883 searchengines.guru#?#body div[class]:not([id]):has(> div[align="center"] > iframe[src*="/index.html?link="]) ! myshows.me - social widget myshows.me#?#.Page-main > div.Home-section:has(> div > iframe#instagram-widget) ! https://github.com/AdguardTeam/AdguardFilters/issues/84605 lankasri.com##.blurb-links lankasri.com##.lsb-blurb-header ! https://github.com/AdguardTeam/AdguardFilters/issues/85993 republika.id###ltumat ! wowgame.jp - annoying widget wowgame.jp###tubiaWalkthroughNotification ! vtimes.io - уведомление про иностранных агентов vtimes.io##.article__fa-disclaimer ! https://github.com/AdguardTeam/AdguardFilters/issues/84268 hackspirit.com##.hacks-affiliate-disclosure-before-content ! https://github.com/AdguardTeam/AdguardFilters/issues/84259 mayoclinic.org##.globalnotice ! https://github.com/AdguardTeam/AdguardFilters/issues/83699 viva.ua##.telegram-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/84256 blunt-therapy.com#?#.elementor-column-wrap div.elementor-widget:has(> div[class] .elementor-heading-title:contains(Get Our Best tips)) ! https://github.com/AdguardTeam/AdguardFilters/issues/83741 gamevicio.com##.header-logo-extra ! https://github.com/AdguardTeam/AdguardFilters/issues/84054 helpsetup.ru##.themes-container > h5#center ! https://github.com/AdguardTeam/AdguardFilters/issues/85406 mir24.tv##div[style="clear:both;"] > div[style="margin-left:0; margin-right:0; text-align: center;"] mir24.tv##a[href="https://t.me/mir24tv"][target="_blank"] ||mir24.tv/uploaded/resources/Telegramm_1200x90.jpg ! https://github.com/AdguardTeam/AdguardFilters/issues/84095 tomshardware.com##.ad-unit + div.jwplayer__widthsetter > div.future__jwplayer tomshardware.com##.van_vid_carousel ! https://github.com/AdguardTeam/AdguardFilters/issues/83804 bbva.es#$#html > body { opacity: 1 !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/83768 costcotravel.com#$#html[style="opacity: 0;"] { opacity: 1 !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/82715#issuecomment-847745704 google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws#%#(function() { try { if ("undefined" != typeof localStorage) { window.localStorage.setItem("gtButterbarDismissalExpiry", ((new Date).getTime() + 6048E5).toString()) } } catch (ex) {} })(); ! https://github.com/AdguardTeam/AdguardFilters/issues/83731 reuters.com##div[class^="OldSiteBanner_"] ! https://github.com/AdguardTeam/AdguardFilters/issues/83480 nationthailand.com##.banner-special ! https://github.com/AdguardTeam/AdguardFilters/issues/83361 liquidweb.com##.knowledgeBase + div[class] ! https://github.com/AdguardTeam/AdguardFilters/issues/83208 pln-pskov.ru##.telegramim_button ! https://github.com/AdguardTeam/AdguardFilters/issues/83115 klops.ru##.container-telegram ! https://github.com/AdguardTeam/AdguardFilters/issues/83062 onliner.by##.news-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/83222 ask.lecturenotes.in##nav[aria-label*="mailbox"] + div[class] ! https://github.com/AdguardTeam/AdguardFilters/issues/82749 shakko.ru,mirovich.media,livejournal.com##.lj-recommended ||api.rnet.plus^$important,domain=shakko.ru|mirovich.media|livejournal.com ! https://github.com/AdguardTeam/AdguardFilters/issues/82998 movieparadise.org##.sidebar > aside[id^="text-"]:first-child ! https://github.com/AdguardTeam/AdguardFilters/issues/82683 infolaw.co.uk#?#.inside-sidebar h3:contains(Featured services) infolaw.co.uk#?#.inside-sidebar h3:contains(Featured services) ~ p ! reverso.net - annoyances context.reverso.net###promotional-bar context.reverso.net##.home-banner-wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/82800 bream2008.narod.ru###contentBlock > div[style*="line-height:30px; font-size:12px;"] ! https://github.com/AdguardTeam/AdguardFilters/issues/83614 glavred.info##.content-right > div.infinite-container > div.loader ! https://github.com/AdguardTeam/AdguardFilters/issues/82706 mag2.com##.in_alm mag2.com##.sidebar-content > section#text-18.widget_text ! https://github.com/AdguardTeam/AdguardFilters/issues/82274 techradar.com##.ad-unit + .van_vid_carousel ! https://github.com/AdguardTeam/AdguardFilters/issues/82282 699pic.com###landlord ! https://github.com/AdguardTeam/AdguardFilters/issues/81352 centurylink.net##div[id^="sc_"][id*="top"] + div.single-cube_pieces_top-border_topBorder centurylink.net##div[class*="Banner"] + div.single-cube_pieces_top-border_topBorder ! https://github.com/AdguardTeam/AdguardFilters/issues/81306 down.mdiaload.com##a[href*="download"][href*=".html"] down.mdiaload.com#?#.download-option-btn > button > a[href*="download"][href*=".html"]:upward(2) ! https://github.com/AdguardTeam/AdguardFilters/issues/81006 marriedgames.com.br##.mdl_container marriedgames.com.br#%#//scriptlet("abort-on-property-read", "videoIds") ! https://github.com/AdguardTeam/AdguardFilters/issues/80514 lifehacker.ru#?#.single-article > div.widgets-renderer .article-card__middle-observer:has(> div > div > div > span:contains(/Промо|Партнерский/)) ! https://github.com/AdguardTeam/AdguardFilters/issues/81202 lidl.de#$?#style#kameleoonLoadingStyleSheet { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/80898 chromeunboxed.com##a[href="https://patreon.com/chromeunboxed/"] > img ! newsletter banner dailyshincho.jp##.l-contents__section > dl.p-entry bunshun.jp###mail-magazine bunshun.jp###main-content > .fw-media-thum cbsnews.com##.newsletter_signup ! https://github.com/AdguardTeam/AdguardFilters/issues/80376 ||embed.sendtonews.com^$domain=dailyrecordnews.com ! Ramadan countdown ntv.com.tr##div.imsakiye ||haber7.net/sondakika/ramazan-widget ||turkmedya.com.tr/ramazan?$domain=star.com.tr|gunes.com posta.com.tr,milliyet.com.tr###ramazanCountDown ! https://github.com/AdguardTeam/AdguardFilters/issues/80478 zhihu.com#$#body.ModalWrap-body { overflow: visible !important; } zhihu.com#$#.Body--Mobile .ContentItem .RichContent--unescapable > .RichContent-inner:not([style]) + button.ContentItem-expandButton { display: none !important; } zhihu.com#%#//scriptlet('remove-class', 'is-collapsed', '.Body--Mobile .ContentItem .is-collapsed.RichContent--unescapable') zhihu.com#%#//scriptlet('remove-attr', 'style', '.Body--Mobile .ContentItem .RichContent--unescapable > .RichContent-inner[style^="max-height:"]') ! https://github.com/AdguardTeam/AdguardFilters/issues/159576 brainly.co.id#%#//scriptlet('set-local-storage-item', 'simple-funnel-name', '') ! https://github.com/AdguardTeam/AdguardFilters/issues/114295 ! https://github.com/AdguardTeam/AdguardFilters/issues/78751 brainly.com#%#//scriptlet('set-local-storage-item', 'social-qa/telemetry', '') brainly.com,brainly.pl#%#(function(){try{if("undefined"!=typeof localStorage){for(var b=[],a=0;a h3:contains(Featured):upward(1) ! https://github.com/AdguardTeam/AdguardFilters/issues/80689 ||drozdogan.com/images/koronavirus_banner_*.gif ! https://github.com/AdguardTeam/AdguardFilters/issues/101976 !+ PLATFORM(android, ios, ext_android_cb) www-techradar-com.cdn.ampproject.org##amp-jwplayer lifewire.com##div[id^="article__broad-video"] livescience.com,techradar.com##.jwplayer__widthsetter ||content.jwplatform.com^$domain=lifewire.com|techradar.com|digitalcameraworld.com|loudersound.com|musicradar.com|gardeningetc.com|livingetc.com|tomshardware.com|www-techradar-com.cdn.ampproject.org tomshardware.com,livingetc.com,gardeningetc.com,musicradar.com,loudersound.com,techradar.com,digitalcameraworld.com##.future__jwplayer--carousel ! owlcation.com - remove floating player owlcation.com#%#//scriptlet('remove-class', 'jw-flag-floating', '.m-video-player--frame-container .jwplayer.jw-flag-floating') ! https://github.com/AdguardTeam/AdguardFilters/issues/78706 blog.hootsuite.com##.content-upgrade--popup-variant ! https://github.com/AdguardTeam/AdguardFilters/issues/78657 vpnranks.com###hb-strip ! https://github.com/AdguardTeam/AdguardFilters/issues/79862 jetleech.net###linkform > center > a[href="/payment.html"] jetleech.net###linkform > center > a[href="http://facebook.com/groups/jetleech/"] jetleech.net###linkform > center > a[href="skype:jetleech.com?add"] ! https://github.com/AdguardTeam/AdguardFilters/issues/78435 !+ NOT_OPTIMIZED m.sobaka.ru##.b-head-banner !+ NOT_OPTIMIZED m.sobaka.ru##.b-main-menu__banner ! https://github.com/AdguardTeam/AdguardFilters/issues/80462 odysee.com##.file-page__secondary-content > div > div.notice-message ! https://github.com/AdguardTeam/AdguardFilters/issues/80281 nickles.de#%#//scriptlet('set-constant', 'Nickles.Consent.show', 'noopFunc') ! https://github.com/AdguardTeam/AdguardFilters/issues/136370 tvn.pl#%#//scriptlet("json-prune", "options.auto_play") tvn.pl#%#//scriptlet("json-prune", "playlist.options.auto_play_when_visible") ! https://github.com/AdguardTeam/AdguardFilters/issues/78228 tvn24.pl#%#//scriptlet("json-prune", "options.auto_play") ! https://github.com/AdguardTeam/AdguardFilters/issues/76406 ! https://github.com/AdguardTeam/AdguardFilters/issues/108953 ||cdn.viqeo.tv/js/vq_starter.js$domain=teleprogramma.pro|coop-land.ru|om1.ru|pravda.ru ! https://github.com/AdguardTeam/AdguardFilters/issues/79892 ownedcore.com###site-header > div > div[style="text-align:center;"] > a[rel="nofollow"][target="_blank"] ! https://github.com/AdguardTeam/AdguardFilters/issues/76893 gds.it###oggiinedicola ! https://github.com/AdguardTeam/AdguardFilters/issues/79295 toroox.com#?#.box-main > div.row > div.col-md-6:has(> div.link-details > div.panel) ! https://github.com/AdguardTeam/AdguardFilters/issues/76187 defacto.com.tr##section[data-name="WebMainRecommendation"] ! https://github.com/AdguardTeam/AdguardFilters/issues/80578 hurriyet.com.tr##.ramazan-widget-box ! https://github.com/AdguardTeam/AdguardFilters/issues/76808 discovermagazine.com#?#div[sizes^="[object Object]"]:contains(Sponsored) ! https://github.com/AdguardTeam/AdguardFilters/issues/75682 games-xxx.com#?##sidebar div.block:has(> h4:contains(/Помоги проекту, оставь комментарий/)) ! https://github.com/AdguardTeam/AdguardFilters/issues/75429#issuecomment-789563286 independent.co.uk##.above-article-prompt-donations ! https://github.com/AdguardTeam/AdguardFilters/issues/75700 bloggingguidance.com##.box-mai > center > p bloggingguidance.com##.box-mai > center > h3 bloggingguidance.com##.box-mai > center > input bloggingguidance.com###link-view > p bloggingguidance.com###link-view > h3 bloggingguidance.com##.col-md-offset-1 > p bloggingguidance.com##.col-md-offset-1 > h3 bloggingguidance.com###go-link ~ p bloggingguidance.com###go-link ~ h3 bloggingguidance.com##.row > center > h3 ! https://github.com/AdguardTeam/AdguardFilters/issues/75547 ||api.goodjob.life/me/permissions/search^$replace=/("hasSearchPermission"):false/\$1:true/ ! https://github.com/AdguardTeam/AdguardFilters/issues/75116 myfin.by##.tg-discussion ! https://github.com/AdguardTeam/AdguardFilters/issues/75536 jma.go.jp###jma_ad_config_button ! https://forum.adguard.com/index.php?threads/41671/ sudya-dredd.ru#%#//scriptlet("abort-current-inline-script", "stopPrntScr") sudya-dredd.ru#$?#body > style:contains(::selection) { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/75447 reedsy.com##.duplicate-content ! https://github.com/AdguardTeam/AdguardFilters/issues/74927 ||cdn.tinypass.com/api/tinypass.min.js$domain=seekingalpha.com ! https://github.com/AdguardTeam/AdguardFilters/issues/75446 mixsoft.org##center > a[href^="https://mixsoft.org/"][target="_blank"] mixsoft.org###footer-widgets ! https://github.com/AdguardTeam/AdguardFilters/issues/74745 earncoin.site##.box-main > div.faq earncoin.site##.short div.row > div.text-center > div.content ! https://github.com/AdguardTeam/AdguardFilters/issues/74464 simsdom.com#?#button ~ div[id] > div[id] div[class$="promoted"]:upward(2) ! https://github.com/AdguardTeam/AdguardFilters/issues/74143 nono.games##.telegram__wraper ! https://github.com/AdguardTeam/AdguardFilters/issues/76595 thelocal.ch##.section-sponsored ! https://github.com/AdguardTeam/AdguardFilters/issues/75544 youhack.xyz##[onclick^="window.open("] ! https://github.com/AdguardTeam/AdguardFilters/issues/74977 investing.com##.adsFreeSubscriptionMessage investing.com#%#//scriptlet('remove-class', 'has-ads-free-promo-header', 'body') ! https://github.com/AdguardTeam/AdguardFilters/issues/74043 ||vidtech.cbsinteractive.com^$domain=metrolyrics.com metrolyrics.com##.video-container-inline ! https://github.com/AdguardTeam/AdguardFilters/issues/73851 bfmtv.com#$#.video-js.vjs-pip-active { position: static!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/73398 mc.today##.bottom-social ! https://github.com/AdguardTeam/AdguardFilters/issues/73618 pogoda.interia.pl#%#//scriptlet('prevent-setTimeout', 'do geolokalizacji') pogoda.interia.pl#%#(function(){var b=window.alert;window.alert=function(a){if(!/do geolokalizacji/.test(a.toString()))return b(a)};})(); ! https://github.com/AdguardTeam/AdguardFilters/issues/72605 ||jiosaavn.com/embed/$domain=ndtv.com ndtv.com###jiosaavn-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/72657 vitvesti.by##a[href^="https://news.google.com/"] > img ! https://github.com/AdguardTeam/AdguardFilters/issues/73189 india.com##.budgetbgimg ! https://github.com/AdguardTeam/AdguardFilters/issues/72114 world4.eu##.protectionOverlaytext world4.eu#$?#body > style:contains(::selection) { remove: true; } world4.eu#$?#head > style:contains(/@media print.*WARNING:/) { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/71496 wtftime.ru##.article-like-mobile ! https://github.com/AdguardTeam/AdguardFilters/issues/71904 travelask.ru##.notification-appeal ! https://github.com/AdguardTeam/AdguardFilters/issues/70995 u-f.ru##.yt-notice ! https://github.com/AdguardTeam/AdguardFilters/issues/70942 ||psxplanet.ru/forum/clientscript/ny2021/scripts/game_v4.js ! https://github.com/AdguardTeam/AdguardFilters/issues/71104 astar.bz,anistar.org,online-star.org,online-stars.org##iframe[src="/info_banners.php"] ! https://github.com/AdguardTeam/AdguardFilters/issues/71852 - suggested videos pcgamer.com###article-body > .future__jwplayer--carousel ! https://github.com/AdguardTeam/AdguardFilters/issues/71296 ||silvergames.com/div/own.php? ! https://github.com/AdguardTeam/AdguardFilters/issues/71198 context.reverso.net#$#.left-content > section#examples-content > #blocked-results-banner { display: none !important; } context.reverso.net#%#//scriptlet('remove-class', 'blocked', '.left-content > section#examples-content > .example.blocked') ! https://github.com/AdguardTeam/AdguardFilters/pull/70878 dtf.ru##.kojima-sidebar-item ! https://github.com/AdguardTeam/AdguardFilters/issues/70376#issuecomment-748464264 eg.ru##.main2019_promocodes ! https://github.com/AdguardTeam/AdguardFilters/issues/70607 redbubble.com##div[class^="ImageProtection__gif"] ! https://github.com/AdguardTeam/AdguardFilters/issues/69686 bankbazaar.com###sticky-top ! https://github.com/AdguardTeam/AdguardFilters/issues/70265 codestudyblog.com###divshow3 ||codestudyblog.com/ref/myscripts.js ! https://github.com/AdguardTeam/AdguardFilters/issues/70108 kinoafisha.info##.article_channels ! https://github.com/AdguardTeam/AdguardFilters/issues/70130 elle.pl##.flyMoviPlayer ! https://github.com/AdguardTeam/AdguardFilters/issues/69642 ganc-chas.by##.telegramim_button ganc-chas.by##a[href^="https://invite.viber.com/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/69207 vesti.uz###telegram ! https://github.com/AdguardTeam/AdguardFilters/issues/70195 baltnews.lt###policy-warning ! https://github.com/AdguardTeam/AdguardFilters/issues/69201 catholic.by###content a[href="https://t.me/catholicby"] ! https://github.com/AdguardTeam/AdguardFilters/issues/69286 tribunnews.com###banner_article_slide ! https://github.com/AdguardTeam/AdguardFilters/issues/69140 ilenta.com##div[style*="width:620px;"][style*="height:62px;"] ||ilenta.com/images/banner/ ilenta.com##.rounded > div[align="center"] > a[target="_blank"] ! https://github.com/AdguardTeam/AdguardFilters/issues/70310 ml5js.org##.modal-container ! https://github.com/AdguardTeam/AdguardFilters/issues/69138 xsport.ua##.google_news ! https://github.com/AdguardTeam/AdguardFilters/issues/69103 animeworld.*###cookieAcceptBar ! https://github.com/AdguardTeam/AdguardFilters/issues/69102 mangaworld.cc#?#.container > div.row > div.col-sm-12 > div.row:has(> div.col-md-12 > div.socials-banner a[href] > img.social-tg-banner) ! https://github.com/AdguardTeam/AdguardFilters/issues/69013 ||expclan.org/styles/banners/skupka.gif ||expclan.org/styles/banners/des.gif ||expclan.org/styles/banners/iphone.gif ! https://github.com/AdguardTeam/AdguardFilters/issues/67412 express.co.uk##.breaking-news-container ! zmist.org - annoyance zmist.org#?##root h1 ~ div[class] div[class]:has(> p ~ a[href="https://www.facebook.com/zmist.org/"]) ! colta.ru - annoyance colta.ru#?##right > p:contains(/Подписывайтесь|Рассылка/) ! https://github.com/AdguardTeam/AdguardFilters/issues/67480 budzma.org##.top-baner ! https://github.com/AdguardTeam/AdguardFilters/issues/67439 snob.ru##.entry__telegram ! https://github.com/AdguardTeam/AdguardFilters/issues/84089 thecode.media##.praktikum-link ! https://github.com/AdguardTeam/AdguardFilters/issues/69011 youhack.xyz##ul.publicTabs > a[style$="margin: 9px 0 0 18px;background-size: 100%;"] ! https://github.com/AdguardTeam/AdguardFilters/issues/67128 microsoft.public.tw.security.narkive.com##div[class="pbs__player"][style^="position: fixed; z-index:"] ! https://github.com/AdguardTeam/AdguardFilters/issues/66824 bugsnag.com^$domain=adblock-tester.com /bugsnag.min.js$domain=adblock-tester.com ||sentry-cdn.com^$domain=adblock-tester.com ! https://github.com/AdguardTeam/AdguardFilters/issues/67146 se.pl##.radio-bar.active ! https://github.com/AdguardTeam/AdguardFilters/issues/67061 iz.ru##.live-news__wrapper.scroll ! gagadget.com - social annoyance gagadget.com#?#.l-container p[class]:contains(Подписывайтесь) ! https://github.com/AdguardTeam/AdguardFilters/issues/66909 wired.com##div[class*="consumer-marketing-unit--display"] wired.com##.sidebar-component > .ad--side_rail > .load-failure > .cm-failsafes wired.com#?##app-root > .page--article > div[class="row"]:has(> .consumer-marketing-unit--cm-footer:only-child) ! heise.de - newsletter businessinsider.de,npr.org,heise.de##.newsletter-subscription ! https://github.com/AdguardTeam/AdguardFilters/issues/66750 vc.ru,dtf.ru##.special-job-teaser ! https://github.com/AdguardTeam/AdguardFilters/issues/66601 nytimes.com##div[data-testid="inline-message"] ! https://github.com/AdguardTeam/AdguardFilters/issues/66594 media-polesye.by##.yandexd ! https://github.com/AdguardTeam/AdguardFilters/issues/66049 vox.com##.c-breaking-news.contribute-banner vox.com##.c-footer + .c-tab-bar.tab-bar-fixed ! https://github.com/AdguardTeam/AdguardFilters/issues/65567 download.id##.entry div[style="clear:both; margin-top:0em; margin-bottom:1em;"] > a[rel="nofollow"][target="_self"] ! https://github.com/AdguardTeam/AdguardFilters/issues/143502 ! https://github.com/AdguardTeam/AdguardFilters/issues/65554 ||jsrdn.com/s/cs.js$domain=foreignpolicy.com|muscleandfitness.com ! https://github.com/AdguardTeam/AdguardFilters/issues/65255 myanimelist.net##.btn-mal-service ! https://github.com/AdguardTeam/AdguardFilters/issues/65222 ||cdn.edipresse.pl/player/wizaz/player.min.js$replace=/(appState\.status\.floating)=!0/\$1=!1/ ! https://github.com/AdguardTeam/AdguardFilters/issues/64776 leagueoflegends.com#%#//scriptlet('remove-class', 'async-hide', 'html') ! https://github.com/AdguardTeam/AdguardFilters/issues/63911 fakt.pl#$#div[amp-access*="showPayWall"][amp-access-hide] { display: block !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/63255 gorodkiev.com.ua##.infolinks ! https://github.com/AdguardTeam/AdguardFilters/issues/62811 indiatoday.in##.mainBorromSliderSec ! https://github.com/AdguardTeam/AdguardFilters/issues/55081#issuecomment-625748051 ! http://forum.ru-board.com/topic.cgi?forum=2&topic=5372&start=520#14 statut.by##a[title="Telegram"] zerkalo.io,sb.by##.b-youtube-sbscr sb.by##.google-subscription ! https://github.com/AdguardTeam/AdguardFilters/issues/64429 ! https://github.com/AdguardTeam/AdguardFilters/issues/61638 ||connatix.com^$domain=lifehacker.com|thegatewaypundit.com|bleepingcomputer.com ! https://github.com/AdguardTeam/AdguardFilters/issues/61601 amp.rbc.ru##.article__infographic-stub ! https://github.com/AdguardTeam/AdguardFilters/issues/61211 e-yasamrehberi.com#$?#iframe[src^="https://www.obilet.com/widget/"] { remove: true; } ! https://github.com/AdguardTeam/AdguardFilters/issues/60819 ||business-standard.com/covid-*.php ! https://github.com/AdguardTeam/AdguardFilters/issues/60824 tvr.by##.watermark ! https://github.com/AdguardTeam/AdguardFilters/issues/137037 ! https://github.com/AdguardTeam/AdguardFilters/issues/60787 deccoria.pl,opracowania.pl,interia.pl,pomponik.pl##div.inpl-tout[data-theme] ! https://github.com/AdguardTeam/AdguardFilters/issues/60561 zeenews.india.com###livebtbox ! https://github.com/AdguardTeam/AdguardFilters/issues/60188 businessinsider.in###corona-stage ! https://github.com/AdguardTeam/AdguardFilters/issues/60516 eurosport.ru#?#.col-content div[class] > div[class]:has(> a[data-testid="infographic-link"]) eurosport.ru#?#.col-content div[class] > div[class]:has(> a[data-testid="infographic-link"]) + p ! https://github.com/AdguardTeam/AdguardFilters/issues/90572 ! https://github.com/AdguardTeam/AdguardFilters/issues/34115#issuecomment-497969885 www.wp.pl#%#!function(){if(decodeURIComponent(location.href).startsWith("https://www.wp.pl/?s=portal.abczdrowie.pl")||decodeURIComponent(location.href).startsWith("https://www.wp.pl/?s=parenting.pl"))try{var a=(new URL(window.location.href)).searchParams.get("s");location.replace("https://"+a)}catch(b){}}(); wp.pl#%#!function(){if(decodeURIComponent(location.href).startsWith("https://www.wp.pl/?s=https://"))try{var a=(new URL(window.location.href)).searchParams.get("s");location.replace(a)}catch(b){}}(); ! https://github.com/AdguardTeam/AdguardFilters/issues/58862 ||cdn.viqeo.tv/embed?playerId=$domain=mail.ru ||viqeo.tv/js/vq_starter.js$domain=mail.ru mail.ru##.viqeo-embed ! https://github.com/AdguardTeam/AdguardFilters/issues/58407 severpost.ru#?##content div.col:has(> div[style] a[href="https://Instagram.com/severpost.ru"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/57975 blog.calltouch.ru##.mainsub > div#blog-subscribe + div.mainsub__rightside !+ PLATFORM(ios) 9to5google.com,9to5mac.com,9to5toys.com,dronedj.com,electrek.co##.newsletter-box ! https://github.com/AdguardTeam/AdguardFilters/issues/68543 kupidonia.ru##.zen-container ! https://github.com/AdguardTeam/AdguardFilters/issues/57342 ||download.skype.com/share/skypebuttons/js/skypeCheck.js ! https://github.com/AdguardTeam/AdguardFilters/issues/57232 vgorode.ua##.chatbot-sec vgorode.ua##div[class^="chatbot-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/57337 cultuga.com.br##.cultu-servicos ! https://github.com/AdguardTeam/AdguardFilters/issues/56909 vashsport.com##.zen-subscribe ! https://github.com/AdguardTeam/AdguardFilters/issues/56624 ||api.dmcdn.net^$domain=kompasiana.com kompasiana.com###titledmRelatedPlayer kompasiana.com##.read-paging + h5.title-dash ! https://github.com/AdguardTeam/AdguardFilters/issues/56328 belaruspartisan.by##.news-detail a[href="https://t.me/belaruspartisanby"] ! https://github.com/AdguardTeam/AdguardFilters/issues/55955 ||embed.sendtonews.com^$domain=chron.com ! https://github.com/AdguardTeam/AdguardFilters/issues/55949 mywebpc.ru#?#.sidebar_list > div.widget:has(> div.textwidget > a[href="tg://resolve?domain=mywebpc"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/55890 sankei.com###snsFollow ! https://github.com/AdguardTeam/AdguardFilters/issues/55741 inmyroom.ru##.b-SocialSubscription ! dostfilms.biz - expand description ||dostfilms.*/uploads/readmore.min.js ! https://github.com/AdguardTeam/AdguardFilters/issues/55554 mobiflip.de#?#.blog-widget-list > .infinite-post:has(> span.shortlist:contains(Tarife)) ! https://github.com/AdguardTeam/AdguardFilters/issues/55604 parkiet.com##body > user-bar > .userbar--not-logged ! https://github.com/AdguardTeam/AdguardFilters/issues/55408 7mednews.ru##.flw-zen ! sports.ru - news suggestions sports.ru##.sports-recommendations-container ! https://github.com/AdguardTeam/AdguardFilters/issues/55210 m.health.chosun.com##div[class="swiper-slide menu swiper-slide-next"] ! https://github.com/AdguardTeam/AdguardFilters/issues/55340 hi-blog.ru##.vk-group-block__wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/54430 avito.ru##div[class^="top-banner-root-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/55002 old.reddit.com##.listingsignupbar ! https://github.com/AdguardTeam/AdguardFilters/issues/54566 zombie-film.club#%#//scriptlet("remove-class", "isBranding", "body") ! https://github.com/AdguardTeam/AdguardFilters/issues/137669 sportowefakty.wp.pl##.sgwpbutton ! https://github.com/AdguardTeam/AdguardFilters/issues/137797 o2.pl##a[data-st-area^="ST-goToO2"][href="/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/136456 money.pl##a[data-st-area="gotosg"][href="https://www.wp.pl/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/136874 ! https://github.com/AdguardTeam/AdguardFilters/issues/136773 ! https://github.com/AdguardTeam/AdguardFilters/issues/54035 wp.pl##a[data-st-area="goToSG"][href="https://www.wp.pl"] kuchnia.wp.pl#?#tr[data-reactid]:not([class]):not([id]) > td[class] > div[class*=" "]:has(> div[class*=" "] > iframe[src^="https://forms.freshmail.io/"]) ! TODO: remove the hint below when a new version of the extension for Firefox and Opera will be released, current version is 4.1.53 ! Related to - https://github.com/AdguardTeam/Scriptlets/issues/266 !#if (!adguard_ext_firefox) ~1login.wp.pl,~pilot.wp.pl,abczdrowie.pl,dobreprogramy.pl,wp.pl,pudelek.pl,pysznosci.pl,jastrzabpost.pl,money.pl,o2.pl#%#//scriptlet("prevent-addEventListener", "openFloatingPlayer", "FloatingPlayer") ! www.wp.pl - unblock scroll while website is loading www.wp.pl#%#//scriptlet("prevent-addEventListener", "wheel", "preventDefault") !#endif ! https://github.com/AdguardTeam/AdguardFilters/issues/54618 newyorker.com##:not([class^="Navigation__subscribe"]) > div[data-cm-unit="show-failsafe"] newyorker.com##.cm-footer__failsafe newyorker.com#?#div[class^="PageSections__container"] > section[class^="SoloPromoSection__promoWrapper"]:has(> div[class^="SoloPromoSection__promoColumn"] > p[class^="SoloPromoSection__promo"] > span > a[href^="https://subscribe.condenastdigital.com"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/54648 hurriyet.com.tr##.secim-widget-link ! https://github.com/AdguardTeam/AdguardFilters/issues/54044 ||animepertutti.org/wp-content/uploads/*/telegramjoin.jpg ! https://github.com/AdguardTeam/AdguardFilters/issues/54037 pudelek.pl###page_content > a[data-st-area="gotosg"][href^="https://www.wp.pl"] ! https://github.com/AdguardTeam/AdguardFilters/issues/53791 amp.usatoday.com###upNextWrapper.open ! https://github.com/AdguardTeam/AdguardFilters/issues/53849#issuecomment-650242063 nn.by,nashaniva.com#?#.article-content > p:has(> span.nn-share-info-telegram) ! prozoro.net.ua - fake comments prozoro.net.ua##.comments-wrapper ! https://github.com/AdguardTeam/AdguardFilters/issues/53383 moto.pl###footerBack ! https://github.com/AdguardTeam/AdguardFilters/issues/53527 pilot.wp.pl#?##Player0 > .playing > .bola > a[href][target="_blank"]:has(> img[src*="/akwizycja_do_LP_koronawirus_"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/53240 dobreprogramy.pl###divGoToWp ! https://github.com/AdguardTeam/AdguardFilters/issues/52751 ||cdn.zmescience.com/wp-content/themes/jnews/assets/dist/image/preloader.gif ! https://github.com/AdguardTeam/AdguardFilters/issues/51250 ||adncdnend.azureedge.net^$domain=minecraftseedhq.com ! slovoidilo.ua - social branding slovoidilo.ua##.branding-img ! https://github.com/AdguardTeam/AdguardFilters/issues/51134 ||r.dlandroid.com/wp-content/uploads/*/telegram.png ! https://github.com/AdguardTeam/AdguardFilters/issues/50867 lrytas.lt#$#.embedVideoIframe.video-sticky > .embedVideoWrapper.is-sticky { visibility: hidden!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/51140 solarmovie.fun##solarmovie > movie._info > solarmovie > twshow._info > div[class] > div[class] > a[data-type="1"] + div[class] ! https://github.com/AdguardTeam/AdguardFilters/issues/79295 toroox.com#$#.link-details > div.panel { display: none !important; } payskip.org#$#.box-main > h4 + script + div.row > div[class]:last-child { left: -200px !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/50806 suara.com###baca-selanjutnya-popup suara.com###next-article > .close-next ! https://github.com/AdguardTeam/AdguardFilters/issues/50678 igeeksblog.com#%#//scriptlet("set-constant", "Object.prototype.startShow", "noopFunc") ! https://github.com/AdguardTeam/AdguardFilters/issues/50029 globes.co.il###pianoBottomBanner ! https://github.com/AdguardTeam/AdguardFilters/issues/50369 erolub.com##.drop-shadow ! https://github.com/AdguardTeam/AdguardFilters/issues/50386 thesaturdaypaper.com.au#$#.article-page__body > p[style="display: none;"] { display: block!important; } thesaturdaypaper.com.au#$#.article-page__body > .end-matter[style="display: none;"] { display: block!important; } thesaturdaypaper.com.au#$##page-wrapper > .readmore[style="display: none;"] { display: block!important; } thesaturdaypaper.com.au#$##page-wrapper > .paywall-container-outer { display: none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/50352 warcraftlogs.com###anyclip-container-box ||player.anyclip.com^$domain=warcraftlogs.com ! https://github.com/AdguardTeam/AdguardFilters/issues/50074 twojapogoda.pl###ipla-player > .videoPlayer.is--persistent:not(.ended) ! https://github.com/AdguardTeam/AdguardFilters/issues/50199 pingvin.pro##.article-content div.wrapper > div.singlebreadcrumbs ~ p + a[target="_blank"] ! https://github.com/AdguardTeam/AdguardFilters/issues/49961 prostobank.ua##.subscription-social ! ekabu.ru - Yandex.Zen banner ekabu.ru##.e-zen-block ! https://github.com/AdguardTeam/AdguardFilters/issues/49411 medialeaks.ru##.homepage__social-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/49341 belaruspartisan.by#?##content > div.left_block > div[class]:has(> div.partners) ! https://github.com/AdguardTeam/AdguardFilters/issues/49281 rb.ru##.article__telegram-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/48859#issuecomment-581158889 boxberry.ru###left_banner ! https://github.com/AdguardTeam/AdguardFilters/issues/48443 ||business.ru/files/widgets/VKwidget business.ru##iframe[src^="https://www.business.ru/files/widgets/VKwidget"] ! https://github.com/AdguardTeam/AdguardFilters/issues/49304 ||golos.ua/assets/img/telegram.gif golos.ua#?#article > div.no-padding > div[id^="share-page-"] + div[class] > div[class]:has(> a[href="https://t.me/golosua"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/49115 udf.name,udf.by##.category_news.last ! https://github.com/AdguardTeam/AdguardFilters/issues/48274 modelist-konstruktor.com#?#.inside-right-sidebar > aside.widget_text:has(> h4.widget-title:contains(ПОДПИСЫВАЙТЕСЬ)) ! https://github.com/AdguardTeam/AdguardFilters/issues/48256 howdyho.net##.special-top-tip howdyho.net##.special-ripple ! https://github.com/AdguardTeam/AdguardFilters/issues/48179 mywebpc.ru#?#.textwidget > center > strong:contains(Подпишись) ! https://github.com/AdguardTeam/AdguardFilters/issues/47904#issuecomment-576442492 bzbasel.ch,limmattalerzeitung.ch,aargauerzeitung.ch#$#.authentication-overlay__box-container { display: none !important; } bzbasel.ch,limmattalerzeitung.ch,aargauerzeitung.ch#$#.article-body__blurred { opacity: 1 !important; overflow: visible !important; max-height: calc(100%) !important; color: black !important; text-shadow: none !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/48175 forumrenkli.com##.SolFace forumrenkli.com##.SolGoogle forumrenkli.com##.SolTwit forumrenkli.com##.SolAyrac ! https://github.com/AdguardTeam/AdguardFilters/issues/47194 nv.ua##.promo_facebook nv.ua##.promo_youtube ! https://github.com/AdguardTeam/AdguardFilters/issues/47419 vk.com###narrow_column > #feed_filters > .apps_feedRightAppsBlock ! https://github.com/AdguardTeam/AdguardFilters/issues/47490 ||cdnjs.cloudflare.com/ajax/libs/Snowstorm/*/snowstorm-min.js$domain=forum.antichat.ru ! https://github.com/AdguardTeam/AdguardFilters/issues/47243 makeup.ru#%#//scriptlet("set-constant", "Makeup.subscribePopup", "undefined") ! https://github.com/AdguardTeam/AdguardFilters/issues/46766 ||player.anyclip.com^$domain=thewindowsclub.com ! https://github.com/AdguardTeam/AdguardFilters/issues/46788 adbull.site##.col-sm-4 ! pikabu.ru - sponsor pikabu.ru#?#div[class^="stories-feed_"] > article.story > div.story__main span.story__sponsor:upward(article.story) ! https://github.com/AdguardTeam/AdguardFilters/issues/46551 ||i2.kidstaff.com.ua/info-1-5.js ! https://github.com/AdguardTeam/AdguardFilters/issues/46392 ||bloodinfo.net/main/forced_popup_donation.jsp$popup ! https://github.com/AdguardTeam/AdguardFilters/issues/46496 - snowflakes ||nu6i-bg-net.com/snow3.gif nu6i-bg-net.com##.pm-ads-banner > div[id^="dot"][style^="position: absolute; z-index: "] ! https://github.com/AdguardTeam/AdguardFilters/issues/46490 wyborcza.biz##.mcBan[data-campaign-id] > section.mod_swimmer[data-cta-category="plywak"] ! https://github.com/AdguardTeam/AdguardFilters/issues/46465 ||fb.ru/front/build/comments.js$domain=fb.ru ! https://github.com/AdguardTeam/AdguardFilters/issues/46329 weather.com##main > aside > div[id^="rail-Donation-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/66522 ! https://github.com/AdguardTeam/AdguardFilters/issues/45328 auto-swiat.pl,przegladsportowy.onet.pl,komputerswiat.pl#%#//scriptlet("set-constant", "floatingPlayer.isFloatingEnabled", "false") komputerswiat.pl,businessinsider.com.pl,fakt.pl,plejada.pl,medonet.pl,onet.pl#%#//scriptlet("set-constant", "Object.prototype.isFloatingEnabled", "false") ! https://github.com/AdguardTeam/AdguardFilters/issues/45633 go99tech.com##.banner go99tech.com##.text-left ! https://github.com/AdguardTeam/AdguardFilters/issues/45428 minsknews.by##.telegram-promo ! https://github.com/AdguardTeam/AdguardFilters/issues/44911 ||avjd014.com/statics/layer_mobile/layer.js ! https://github.com/AdguardTeam/AdguardFilters/issues/44026 bizimyaka.com##.block-fan ! https://github.com/AdguardTeam/AdguardFilters/issues/43632 soap2day.*##div[class^="col-sm-"] > .alert.alert-warning ! https://github.com/AdguardTeam/AdguardFilters/issues/43168 hesgoal.com##.twitter-follow-button ! https://github.com/AdguardTeam/AdguardFilters/issues/43526 shutterstock.com##div[class][style^="transition-duration:"] > div[class] > div[class][data-automation="FirstTimeUser_banner_container"] ! https://github.com/AdguardTeam/AdguardFilters/issues/41887 naver.com###whale_promotion_banner ! https://github.com/AdguardTeam/AdguardFilters/issues/42258 ceneo.pl##.js_widget.widget-mobile.js_analytics-smallWidget[style] ! https://github.com/AdguardTeam/AdguardFilters/issues/42825 belaruspartisan.by#?#.left_block > div:has(> a[href="https://t.me/belaruspartisanby"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/42202 85tube.com##.images > .private + .message ! https://github.com/AdguardTeam/AdguardFilters/issues/41998 dobreprogramy.pl##.wppwidget > #Player0.FloatingPlayer.floating ! https://github.com/AdguardTeam/AdguardFilters/issues/52501#issuecomment-606636283 ! zoom-link.com,educationvilla.xyz - annoyances text link.paid4link.com,galaxy-link.space,linkshorts.*,shrinkforearn.in,ccurl.net,fotodovana.com##.blog-item link.paid4link.com,dz-linkk.com,ccurl.net,zoom-link.com##.banner zoom-link.com##form#link-view > ol zoom-link.com##form#link-view > p zoom-link.com##form#link-view > span link.paid4link.com##.box > div[align="center"] link.paid4link.com#?#.box:has(> div.banner script[src^="https://www.googletagmanager.com/"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/42320 ruposters.ru#?#.post-text > p:has(> a[href="https://www.instagram.com/ruposters_ru/"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/41718 rp.pl###subscription-bar-top rp.pl#$#body:not(.menu-expand-open) .site-header__wrapper { height: auto!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/42095 rmj.ru##.twitter-follow-button rmj.ru##.icon_youtube ! https://github.com/AdguardTeam/AdguardFilters/issues/44422 ! https://github.com/AdguardTeam/AdguardFilters/issues/41492 onet.pl,plejada.pl,przegladsportowy.pl#$#.backToOnetBottomBar { display: none!important; } onet.pl,plejada.pl,przegladsportowy.pl#$#.alternateDataBar.withBackBar { bottom: 0!important; } onet.pl,plejada.pl,przegladsportowy.pl#$#.alternateDataBar.withBackBar + .goToParagraphBar { bottom: 5px!important; } onet.pl#$#.Phx__backToOnetBottomBar > .barLink { display: none!important; } onet.pl#$#.Phx__backToOnetBottomBar { background: none!important; bottom: -60px!important; } auto-swiat.pl,komputerswiat.pl,onet.pl,plejada.pl##html[amp-version] .barLink ! https://github.com/AdguardTeam/AdguardFilters/issues/53301 ! https://github.com/AdguardTeam/AdguardFilters/issues/41491 !+ NOT_OPTIMIZED komorkomania.pl,money.pl,wp.pl##.wp-pl-redirect wp.pl##.back_bar[data-st-area] wp.pl##div[class*=" "] > a[href="https://www.wp.pl/"][data-st-area="goToSG_mob"] wp.pl##div[style^="background-color:"] > a[href="https://www.wp.pl/"][data-st-area="backToSG_mob"] abczdrowie.pl,parenting.pl##.btn__back-to-wp autokult.pl,fotoblogia.pl,gadzetomania.pl,komorkomania.pl##.footer-back-link ! amazon.de search - product trends (often not related to initial search) amazon.de##.widgetId\=loom-desktop-inline-slot_pcps-antenna ! https://github.com/AdguardTeam/AdguardFilters/issues/41217 ||m.timesofindia.com/common_cube.cms$important ! https://github.com/AdguardTeam/AdguardFilters/issues/65142 ! https://github.com/AdguardTeam/AdguardFilters/issues/41095 timesofindia.indiatimes.com,mumbaimirror.indiatimes.com#%#//scriptlet('set-cookie', 'playvdclose', '1') ! https://github.com/AdguardTeam/AdguardFilters/issues/40730 ||player.anyclip.com^$domain=softpedia.com ! https://github.com/AdguardTeam/AdguardFilters/issues/53548 ! https://github.com/AdguardTeam/AdguardFilters/issues/40302 !+ NOT_OPTIMIZED www-nytimes-com.cdn.ampproject.org##.i-amphtml-subs-display[subscriptions-display^="grantReason != 'SUBSCRIBER' AND NOT data.hitPaywall"] ! https://github.com/AdguardTeam/AdguardFilters/issues/39069 gotporn.com##div[data-event-type="REC_CLICK"] ! https://github.com/AdguardTeam/AdguardFilters/issues/38876 thedrum.com#$#.freewall { display: none !important; } thedrum.com#$#.freewall--disable .article * { filter: blur(0px) !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/38358 pornosexrolik.info##.fc-right ! https://github.com/AdguardTeam/AdguardFilters/issues/41447 netpeak.net##.social-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/42958 ! https://github.com/AdguardTeam/AdguardFilters/issues/38185 !+ NOT_OPTIMIZED mynet.com##.footer-fixed-share-box.d-flex ! https://github.com/AdguardTeam/AdguardFilters/issues/37915 freelancer.com##.PageProjectViewLogout-fixedBanner freelancer.com##.PostProjectBanner ! https://github.com/AdguardTeam/AdguardFilters/issues/37879 applesfera.com###editorialRecommendedPosts flagandcross.com##.klicked-poll-continues flagandcross.com##blockquote > div#klicked-poll-box ! https://github.com/AdguardTeam/AdguardFilters/issues/37777 ||player.anyclip.com^$domain=mobilesyrup.com ! https://github.com/AdguardTeam/AdguardFilters/issues/37248 chip.de##.BestDeal > section > div[data-basket-layer] ! focus.ua - voting banner focus.ua##.banner-wrap ! kickassanime.io###notes ligainsider.de###popup_extra ccleaner.com##.top-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/36088 piratedhub.com###blog_subscription-3 ! https://github.com/AdguardTeam/AdguardFilters/issues/36137 ||ferra.media.eagleplatform.com^$domain=ferra.ru ferra.ru##amp-iframe[src^="https://ferra.media.eagleplatform.com/"] ferra.ru##div.vikont + div.vikont > div[style^="margin-right:"] > div.snippetWrapper ferra.ru##iframe[src^="https://ferra.media.eagleplatform.com/index/player?"] ! https://github.com/AdguardTeam/AdguardFilters/issues/37850 ||imtranslator.net/images/donate.gif ! https://github.com/AdguardTeam/AdguardFilters/issues/37179 windowsobraz.com##.marquee ! https://github.com/AdguardTeam/AdguardFilters/issues/45111 anidub.life##.foothead ! https://github.com/AdguardTeam/AdguardFilters/issues/38034 nehir.net,malatyatekhaber.com,mersinistikbal.net,kocaelitv.com.tr,turizmhabermerkezi.net,bulten.gen.tr##.okudunuzmu ! https://github.com/AdguardTeam/AdguardFilters/issues/35009 ! https://github.com/AdguardTeam/AdguardFilters/issues/35117 qyer.com###zpui-head-ad qyer.com###zpui-head-web-ad qyer.com##.advertising qyer.com##.q-footer-banner qyer.com##.qyer_layer_fix._jsbeforelogindiv ! https://github.com/AdguardTeam/AdguardFilters/issues/36110 appledaily.com#$#.mediabox { visibility: visible !important; } appledaily.com#$#.ndAritcle_headPic { visibility: visible !important; } appledaily.com#$#.ndArticle_margin { visibility: visible !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/35917 gmod.fusion-rp.ru##.uix_welcomeSection ! https://github.com/AdguardTeam/AdguardFilters/issues/35100 world-of-facts.com###check-also-box ! https://github.com/AdguardTeam/AdguardFilters/issues/34471 tweakers.net##.relatedItProContent ! https://github.com/AdguardTeam/AdguardFilters/issues/43507 ! https://github.com/AdguardTeam/AdguardFilters/issues/37604 ! https://github.com/AdguardTeam/AdguardFilters/issues/34185 nextmgz.com,nextmag.com.tw#$##video_player { display: block!important; visibility: visible!important; } nextmgz.com,nextmag.com.tw#$#.article-content { display: block!important; visibility: visible!important; } nextmgz.com,nextmag.com.tw#$#.ndgPayway { display: none!important; } nextmgz.com,nextmag.com.tw#$#.ndPaywall { display: none!important; } nextmgz.com,nextmag.com.tw#%#//scriptlet("set-constant", "paywall", "noopFunc") ! https://github.com/AdguardTeam/AdguardFilters/issues/33896 fotomagazin.de###block-fm-page-fm-sticky-footer ! https://github.com/AdguardTeam/AdguardFilters/issues/33184 imagecompressor.com##.more-tools ! https://github.com/AdguardTeam/AdguardFilters/issues/33030 ||suedkurier.de/_fWS/jsoninplainout/script/shift-2017_private-mode.js ! https://github.com/AdguardTeam/AdguardFilters/issues/34036#issuecomment-495537217 ! https://github.com/AdguardTeam/AdguardFilters/issues/31552 filehippo.com##a#avast-seal filehippo.com##a.avast-promo[data-ua="avast-link-promo"] ! https://github.com/AdguardTeam/AdguardFilters/issues/32960 viatrolebus.com.br##.herald-single-sticky ! https://github.com/AdguardTeam/AdguardFilters/issues/51695 ! https://github.com/AdguardTeam/AdguardFilters/issues/32703 ! https://github.com/AdguardTeam/AdguardFilters/issues/32470 ! https://github.com/AdguardTeam/AdguardFilters/issues/32419 appledaily.com#$##playerVideo { display: block!important; } appledaily.com#$#.articulum { display: block!important; visibility: visible!important; } appledaily.com#$#.mediabox { display: block!important; } appledaily.com#$#.ndAritcle_headPic { display: block!important; } appledaily.com#$#.ndArticle_margin { display: block!important; } appledaily.com#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/omo_currentuser[\s\S]*?div\.contentblock-block|isOMOureadEnable[\s\S]*?omo_currentuser\.isLoggedIn/.test(a.toString()))return b(a,c)};})(); appledaily.com#%#//scriptlet("set-constant", "paywall", "noopFunc") appledaily.com.tw##.adblock_splash feature.appledaily.com#$#.paywallfix { display: block!important; } feature.appledaily.com#$#.nm-main-articles { display: block!important; } feature.appledaily.com#$#.nm-main-articles > .iframePlayer[style^="height:"] { height: 100%!important; } feature.appledaily.com##.videoPlayer > .wrapper > iframe[id^="elm-"] + .absolute.pin fashion.appledaily.com.tw#%#AG_defineProperty('options.subscriptionContent', { value: "FREECONTENT" }); ||img.appledaily.com.tw/pay/js/minisite/paywall.js !+ NOT_PLATFORM(ext_safari) ||img.appledaily.com.tw/pay/js/paywall.*.js ! https://github.com/AdguardTeam/AdguardFilters/issues/32164 digiturk.com.tr###CancelYurtdisi digiturk.com.tr###CancelYurtdisiContent ! https://github.com/AdguardTeam/AdguardFilters/issues/32002 ||news.sy/wp-content/uploads/syr.$media ! https://github.com/AdguardTeam/AdguardFilters/issues/31854 @@||static.mailerlite.com/js/jquery.validate.min.js$domain=ibizaglobalradio.com ! nanonet.pl - incorrect blocking @@||static.mailerlite.com/js/jquery.validate.min.js$domain=nanonet.pl ! https://uploads.adguard.com/up04_a3e61_Kak_kitaiskie_pisateli_perepridumyvayut_nauchnuyu_fantastiku__Buduschee_na_vc.ru.png vc.ru##.island--company_entries ! https://uploads.adguard.com/up04_vv5cc_vc.ru__biznes_tehnologii_idei_modeli_rosta_startapy.png vc.ru##[air-module="module.countdownTeaser"] vc.ru##[air-module="module.teaserTest"] vc.ru##[air-module="module.limited_teaser"] ! https://uploads.adguard.com/up04_s4fjg_vc.ru__biznes_tehnologii_idei_modeli_rosta_startapy.png vc.ru##.events_widget ! https://uploads.adguard.com/up04_mzv1y_vc.ru__biznes_tehnologii_idei_modeli_rosta_startapy.png vc.ru##[air-module="module.special_stories"] ! specific promos vc.ru##.teaserTinkoffStock vc.ru##.tele2-stex-teaser vc.ru##.psb-tax-teaser vc.ru##.microsoft-ticker-special vc.ru###dpir-startup-generator ! https://github.com/AdguardTeam/AdguardFilters/issues/30699 genius.com##apple-music-player genius.com##div[class^="AppleMusicPlayer__"] ! https://github.com/AdguardTeam/AdguardFilters/issues/29612 ltn.com.tw#%#AG_onLoad(function() { $('div[class^="photo picbox 1 photoOn"] > a[href="//draw.ltn.com.tw/slot_v8/"]').closest('div.picbox.\\31').remove(); }); ! https://github.com/AdguardTeam/AdguardFilters/issues/28313 shikimori.*##.about-ads ! https://github.com/AdguardTeam/AdguardFilters/issues/29802 last.fm##.nag-bar--language-mismatch-prompt ! https://github.com/AdguardTeam/AdguardFilters/issues/29341 ritmoteka.ru##body > div[align="center"] > center > table > tbody > tr > td[height="300"] ! https://github.com/AdguardTeam/AdguardFilters/issues/29419 voltimum.com.tr#$##myMod.overlay { display:none!important; } voltimum.com.tr#$##vlt-article-body { filter:none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/28183 fainaidea.com##.td-footer-wrapper > div.td-container ! https://github.com/AdguardTeam/AdguardFilters/issues/29264 desired.de#$#a#teaserheld-header-desktop[href^="https://www.surveymonkey.de/"] { display: none!important; } desired.de#$#body { padding-top: 0!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/29095 spieletipps.de##a#teaserheld-header-non-sticky[href^="https://www.surveymonkey.de/"] ! https://forum.adguard.com/index.php?threads/4tube-com-nsfw.30550/ 4tube.com##.kodplayer-extras ! https://github.com/AdguardTeam/AdguardFilters/issues/28829 travelask.ru##.addPhoto-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/28532 britannica.com###marketing-slider ||cdn.britannica.com/mendel/curiosity/eb-mendel-curiosity-300x90c.png ! Snow on the page /wp-content/plugins/snow-3d/* ! https://github.com/AdguardTeam/AdguardFilters/issues/29013 forum.smartsworld.ru##.xenfocus-snow ! https://github.com/AdguardTeam/AdguardFilters/issues/28489 trashbox.ru##a[href^="https://t.me"] ! https://github.com/AdguardTeam/AdguardFilters/issues/28258 tw.yahoo.com##.tabbar-signin > .feature-cue > .FancyBox.Arrow.Tooltip ! https://github.com/AdguardTeam/AdguardFilters/issues/28342 idntimes.com###videoPlaylistPlugId.convertoFloatClass ! https://github.com/AdguardTeam/AdguardFilters/issues/28117 yam.com###sns-desk yam.com###sns-mob ! https://github.com/AdguardTeam/AdguardFilters/issues/28225 ! https://github.com/AdguardTeam/AdguardFilters/issues/102206 sfchronicle.com,xelent.ru#$#.fancybox-overlay { display: none!important; } sfchronicle.com,xelent.ru#$#html.fancybox-lock > body { overflow: visible!important; } sfchronicle.com,xelent.ru#$#html.fancybox-lock { overflow: visible!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/28119 pcgamer.com##.leaderboardAdPresent ! https://github.com/AdguardTeam/AdguardFilters/issues/24697 gnavi.co.jp##.hatena-module-body .hatena-fotolife[alt][width] ! https://github.com/AdguardTeam/AdguardFilters/issues/27911 closermag.fr#$#body[style*="overflow: hidden;"] { overflow: visible!important; } closermag.fr#$#html[style^="overflow: hidden;"] { overflow: visible!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/27803 animedia.tv##.right-sidebar > center > a[target="_blank"] ! https://github.com/AdguardTeam/AdguardFilters/issues/27763 mob-mobile.ru##a[href="#puzzle"] ! https://github.com/AdguardTeam/AdguardFilters/issues/27731 bing.com##header > #b_opalpers ! https://github.com/AdguardTeam/AdguardFilters/issues/27694 toster.ru###register-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/27068 ||montpellierhandball.com/scripts/fancybox/minified__fancybox.js ! https://github.com/AdguardTeam/AdguardFilters/issues/26451 arcadepunks.com###wpfront-notification-bar ! https://github.com/AdguardTeam/AdguardFilters/issues/27324 userstyles.org##.android_button_banner userstyles.org##.android_button_button userstyles.org##.overlay_background userstyles.org##.walking ! https://github.com/AdguardTeam/AdguardFilters/issues/26047 budujemydom.pl###newsBoxLeft ! https://github.com/AdguardTeam/AdguardFilters/issues/26057 twoje-piekno.pl###ouibounce-modal twoje-piekno.pl##.ui-pnotify ! https://github.com/AdguardTeam/AdguardFilters/issues/26066 travelist.pl###logregLead travelist.pl###modalOverlay ! https://github.com/AdguardTeam/AdguardFilters/issues/26030 groupon.be,groupon.co.uk,groupon.com,groupon.fr,groupon.pl###spotlight groupon.be,groupon.co.uk,groupon.com,groupon.fr,groupon.pl###subscribe_modal_container ! https://github.com/AdguardTeam/AdguardFilters/issues/53142 ||cdn.playwire.com/*/embed.js$domain=tasteofcinema.com|slant.co|gtplanet.net|readlightnovel.org|filehippo.com ! https://github.com/AdguardTeam/AdguardFilters/issues/27212 evosmart.it###snowflakes ! https://github.com/AdguardTeam/AdguardFilters/issues/25209 pornerbros.com##img[alt="Please Disable Adblock"] pornerbros.com#?#.row > div:has(> div > img[alt="Please Disable Adblock"]) ! https://github.com/AdguardTeam/AdguardFilters/issues/25784 download.komputerswiat.pl###dl_breaking_news ! nnm-club - New Year balls ||nnmstatic.win/forum/new_year/ ! https://github.com/AdguardTeam/AdguardFilters/issues/25810 deccoria.pl##.dc-layout__nav-bar ! healthline.com #25912 -- hiding all annoying popups ||cloudfront.net/_next/chunks/eea-*.js$domain=healthline.com ! https://github.com/AdguardTeam/AdguardFilters/issues/25804 styl.pl##.mobile-topbar-container cdaction.pl,fishki.pl,pcformat.pl,pomponik.pl,smaker.pl,styl.pl,swiatkobiety.pl,tipy.interia.pl##body > .topbar ! https://github.com/AdguardTeam/AdguardFilters/issues/25694 bettertechtips.com###wpfront-notification-bar-spacer ! https://github.com/AdguardTeam/AdguardFilters/issues/24259 ! useless feedback button. Messages are not sent support.microsoft.com##.article-container + div[content-survey] ! https://github.com/AdguardTeam/AdguardFilters/issues/25851 tvp.info##.mini-player-container .vstream__small.move ! https://github.com/AdguardTeam/AdguardFilters/issues/48209 m.interia.pl#%#//scriptlet("prevent-addEventListener", "scroll", "floatingPlayerEventHandler") m.interia.pl#%#//scriptlet("prevent-addEventListener", "resize", "floatingPlayerEventHandler") ! https://github.com/AdguardTeam/AdguardFilters/issues/43848 ! https://github.com/AdguardTeam/AdguardFilters/issues/33746 ! https://github.com/AdguardTeam/AdguardFilters/issues/25885 ~m.interia.pl,interia.pl,pomponik.pl##.floating-player-started > .xlink-floating-wsx interia.pl,pomponik.pl,styl.pl##div[class*="video-"] div[class="vjs-fixedmonitor-wrapper-fixed vjs-fixedmonitor-fixed"] interia.pl,pomponik.pl,styl.pl#$#div[class*="video-"] div[class="vjs-fixedmonitor-wrapper-fixed vjs-fixedmonitor-fixed vjs-fixedmonitor-fixed-slide-down"] { visibility: hidden!important; } interia.pl#%#//scriptlet('set-constant', 'Object.prototype.forcingFixedMonitorOff', 'true') ! https://github.com/AdguardTeam/AdguardFilters/issues/25735 luxuretv.com##.contentsvideosimilaire > .cam luxuretv.com#?#.title > div:contains(Webcam LuxureTV Club) ! https://github.com/AdguardTeam/AdguardFilters/issues/25561 mangovideo.pw##.fp-brand ! https://github.com/AdguardTeam/AdguardFilters/issues/25359 ||mshop.rediff.com/trending-now/widget ||recoprofile.rediff.com/news_recommendation/news_template.html ||shopping.rediff.com/trending-now/widget ! quora.com - login window on question https://forum.adguard.com/index.php?threads/quora-login-popup-not-removed.36399 ! https://github.com/AdguardTeam/AdguardFilters/issues/62372 quora.com#?#.qu-zIndex--blocking_wall:not(:has(> div.q-box > div.q-box > div[class*="qu-top--tiny"])) ! quora.com#$#.signup_wall_prevent_scroll div[id*="_signup_wall_wrapper"] { display:none !important; } - breaks login ! https://github.com/AdguardTeam/AdguardFilters/issues/24339 cooking.nytimes.com#$#body.nytc---modal-window---noScroll { overflow: visible!important; } cooking.nytimes.com#$#html.nytc---modal-window---noScroll { overflow: visible!important; } cooking.nytimes.com#?#.nytc---modal-window---isShown:not(:has(.nytc---largepicturemodal---contentBody > .nytc---x---x.nytc---largepicturemodal---xBtn[role="button"], .nytc---grocerylistmodal---groceryListContentContainer)) ! https://github.com/AdguardTeam/AdguardFilters/issues/24235 banana.by###footer ! https://github.com/AdguardTeam/AdguardFilters/issues/24413 rocketnews24.com##hr[class^="amp-wp-inline-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/24141 mobile.de##.private-selling-top-bar ! https://github.com/AdguardTeam/AdguardFilters/issues/24088 myapple.pl##body > .alert-announcement#announcement ! https://github.com/AdguardTeam/AdguardFilters/issues/23735 ck101.com##.shopping-links-con ck101.com##.thread_shopping_opener ck101.com##.topicReward5Container__float ck101.com##.topicReward5Progress ck101.com##.viewthread-leftfloatbox-con ! https://github.com/AdguardTeam/AdguardFilters/issues/23808 autotraveler.ru##.floater.mt-5 ! https://github.com/AdguardTeam/AdguardFilters/issues/9133 computeruniverse.ru###MegaBanner ! https://github.com/AdguardTeam/AdguardFilters/issues/23707 natemat.pl###fbinvite ! express.de - unrelated youtube video at end of article express.de##.dumont-youtube ! https://github.com/AdguardTeam/AdguardFilters/issues/23377 github.com##.signup-prompt ! https://github.com/AdguardTeam/AdguardFilters/issues/23153 pwinsider.com###ac-player-ph > #ac-player-wrapper.player-minimize ||wibbitz.com^$domain=pwinsider.com ! https://github.com/AdguardTeam/AdguardFilters/issues/23342 businessinsider.com.pl###InsideTrendsHtmlBox .recomendedWidget > div.html > a[href="https://insidetrends.businessinsider.com.pl/"] ! https://github.com/AdguardTeam/AdguardFilters/issues/23230 erogazo-ngo.com###text-18.free-widget erogazo-ngo.com###text-19.free-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/23101 send.firefox.com##.fxPromo ! https://github.com/AdguardTeam/AdguardFilters/issues/23053 rp.pl###sidebar-tv.-invisible .linear-tv__iframe[style$="max-width: 200px;"] rp.pl##.article [ccemodule="marketing_components"] ! https://github.com/AdguardTeam/AdguardFilters/issues/22970 theguardian.com##section#support-the-guardian-thrasher ! https://github.com/AdguardTeam/AdguardFilters/issues/22485 crackwatch.com##.App .announcement ! https://github.com/AdguardTeam/AdguardFilters/issues/22716 fmovie.cc##.alert.notice > p + p.hidden-xs[style*="font-weight"] ! https://github.com/AdguardTeam/AdguardFilters/issues/22590 sarayanews.com##body > div[style="position: fixed;bottom: 0;left: 0;width: 100%;z-index: 1002;"]:not([class]):not([id]) sarayanews.com#$#body > div[style="margin-bottom: 61px;height: 50px;background: #FFFD3D;border-top: 6px solid #555555;position: fixed;bottom: 0;left: 0;width: 100%;display: block;z-index: 1001;"]:not([class]):not([id]) { margin-bottom: 0!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/22615 sinemia.com###promo-banner sinemia.com#$#body.header-social[style="padding-top: 130px;"] { padding-top: 70px!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/22158 yahoo.com#$#body.uh-banner-wide .App-Bd #mega-banner { display: none !important; } yahoo.com#$#html:not(.Reader-open) > body.uh-banner-wide .App-Bd #mega-topbar { display: block!important; } yahoo.com#%#(function(){var a=new Date,b=a.getTime();document.cookie="ucs=lbit="+b})(); ! https://github.com/AdguardTeam/AdguardFilters/issues/21851 androidpolice.com###sbar-content > li#ai_widget-6 > .ains > a[href^="https://ad.doubleclick.net/"] + a.no_ul[href="/tags/ifa2018/"] androidpolice.com##.bigsponsor ! https://github.com/AdguardTeam/AdguardFilters/issues/20884 nownews.com#$#body[style^="overflow: hidden;"] { overflow: visible!important; padding-right: 0!important; } nownews.com#$#div > div[data-reactroot][role="dialog"][aria-labelledby="modal-label"][style^="position: fixed; z-index:"] { display: none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/21565 ||cdn-*.playwire.com/*/embed.js$domain=gamezone.com ! https://github.com/AdguardTeam/AdguardFilters/issues/20681 porn.com##.player-cams ! https://github.com/AdguardTeam/AdguardFilters/issues/20915 onlinefilm-hd.com###footer div[align="justify"] ! https://github.com/AdguardTeam/AdguardFilters/issues/21340 androidpit.de###einsUndEinsBannerFixed ! https://github.com/AdguardTeam/AdguardFilters/issues/21169 ||mcd-sdk.playbuzz.com/embed^$domain=appunwrapper.com ! eurogamer.de non-related article picture in article eurogamer.de##.article > main > section > .promotion ! https://github.com/AdguardTeam/AdguardFilters/issues/20814 taraz-gov.kz##.textwidget > video[controls="autoplay"] ||taraz-gov.kz/wp-content/uploads/2018/07/Премия-для-НПО.mp4 ! https://github.com/AdguardTeam/AdguardFilters/issues/19582 forbes.com##.video-placeholder.sticky-video-placeholder > fbs-video.sticky-video ! https://github.com/AdguardTeam/AdguardFilters/issues/18788 kievpravda.com##.person-of-day-sidebar ! https://github.com/AdguardTeam/AdguardFilters/issues/18710 ! https://github.com/AdguardTeam/AdguardFilters/issues/67963#issuecomment-737008135 youtube.com###content > .style-scope > .ytd-compact-promoted-item-renderer youtube.com##.ytp-subscribe-card ! https://github.com/AdguardTeam/AdguardFilters/issues/18835 ani4u.org#$#a:hover { cursor: pointer!important; } ani4u.org#$#body { cursor: pointer!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/18033 ||wp.com/gizchina.it/wp-content/uploads/*/banner-gizdeals.png ! https://github.com/AdguardTeam/AdguardFilters/issues/17547 csdn.net##.pulllog-box ! https://github.com/AdguardTeam/AdguardFilters/issues/17584 jamf.com###learn-more-banner-container > #learn-more-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/16986 ||trecetv.es/images/banners/TRECE.gif ! https://github.com/AdguardTeam/AdguardFilters/issues/16553 ||wibbitz.com^$domain=gamerevolution.com ! https://github.com/AdguardTeam/AdguardFilters/issues/15815 berliner-zeitung.de##.showheroes-spot ! https://github.com/AdguardTeam/AdguardFilters/issues/13949#issuecomment-383361759 msn.com$$div[id="irisbanner"] ! https://github.com/AdguardTeam/AdguardFilters/issues/15106 bigpicture.ru##.sticky-bar ! https://github.com/AdguardTeam/AdguardFilters/issues/15145 foreignpolicy.com#$#.js-takeover { display:none!important; } foreignpolicy.com#$#body { overflow:visible!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/14918 foxnews.com##.page .alert-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/14882 ivoox.com##body > .fixed-bottom-right ! https://github.com/AdguardTeam/AdguardFilters/issues/14477 techradar.com##.omaha-background ! https://github.com/AdguardTeam/AdguardFilters/issues/66042 ! it seems element it Edge Chromium specific calendar.google.com,docs.google.com,mail.google.com,news.google.com,drive.google.com##iframe[src^="https://ogs.google.com"][src*="/widget/callout/"]:upward(div[style^="overflow: hidden; position: absolute; top: 0px; width:"]) ! google - Search Console promo google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###wmxmsg ! google - Chrome banner google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##div.gb_i[data-ogsr-up] > div[style*="overflow: hidden;"][style*="position: absolute;"][style*="z-index: "][style*="overflow: hidden;"][style*="margin-right: 25px;"] ! google - information about Stadia google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###searchform .gb_Sc[aria-label*="Stadia"] ! google - information about data privacy google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###footcnt > #fbar > .fbar + div[class][id][style="display: block;"][data-ved] google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##div[style^="behavior:url(#default#homePage) url(#default#userData);background-color:"] google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###cnso ! https://github.com/AdguardTeam/AdguardFilters/issues/14650 ||javhiv.net/statics/defaultv2/js/debug1.js ! https://github.com/AdguardTeam/AdguardFilters/issues/14293 kresy.pl##.ls-popup [id^="layerslider_"] kresy.pl#$#.hidewhennotclicked { display: block!important; } kresy.pl#$#.showwhennotclicked { display: none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/13713 journo.com.tr##.herald-single-sticky ! https://github.com/AdguardTeam/AdguardFilters/issues/13488 semrush.com#$##sem-user-limit-popup-container { display:none!important; } semrush.com#$#body { overflow:visible!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/13322 5lb.ru##.banner ! https://github.com/AdguardTeam/AdguardFilters/issues/13305 crazymailing.com###alert_plugin crazymailing.com##.alert_background crazymailing.com##.ext-info-bar crazymailing.com#$#body.download-pl { padding-top: 0!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/13261 ||pdj.cc^$domain=promodj.com ! https://github.com/AdguardTeam/AdguardFilters/issues/12824 ||widget.crowdynews.com^$domain=gmanetwork.com ! https://github.com/AdguardTeam/AdguardFilters/issues/12831 wikitribune.com##.wt-support-us ! ! https://github.com/AdguardTeam/AdguardFilters/issues/11757 timescall.com,mercurynews.com##.sign-up-follow ! auto.ru m.auto.ru##.ListingPromoParts__wrapper m.auto.ru##.index-autocode-banner m.auto.ru##.index-evaluation-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/11496 dnepr.info##.btn-ads-fix ! https://github.com/AdguardTeam/AdguardFilters/issues/11245 urlaubstracker.de###wysija-2 urlaubstracker.de##.optin-monster-saas-overlay ! https://github.com/AdguardTeam/AdguardFilters/issues/8975 t-online.de###TbNewsWrap ! https://github.com/AdguardTeam/AdguardFilters/issues/10700 10news.com##.module--email-widget ! https://github.com/AdguardTeam/AdguardFilters/issues/10728 pressgazette.co.uk##div[id^="itro_"] ! https://github.com/AdguardTeam/AdguardFilters/issues/10526 neuhandeln.de##.entry-content > p > em neuhandeln.de##.mh-sidebar > #text-8 ! https://github.com/AdguardTeam/AdguardFilters/issues/10501 dbna.de##.redyellow:not(.textblock) ! https://github.com/AdguardTeam/AdguardFilters/issues/10613 ||d3otfkap419ijo.cloudfront.net/*/lib-components-newsletter-modal.js ! https://github.com/AdguardTeam/AdguardFilters/issues/10523 uproxx.com##.uproxx-retention-unit > iframe ! https://github.com/AdguardTeam/AdguardFilters/issues/10108 ||designmodo.com/wp-content/themes/designmodov2.1/js/banner-slides.js ! https://github.com/AdguardTeam/AdguardFilters/issues/9988 foerderland.de###footerFlyout ! https://github.com/AdguardTeam/AdguardFilters/issues/9761 blickamabend.ch##.rightElement > .widget_maxiteaser + h3 blickamabend.ch##.rightElement > .widget_maxiteaser + h3 + div[style] ! https://github.com/AdguardTeam/AdguardFilters/issues/9590 instela.com##.stripe-warning ! https://github.com/AdguardTeam/AdguardFilters/issues/9546 videonette.com###konumuz a[href^="https://www.facebook.com"] ! https://github.com/AdguardTeam/AdguardFilters/issues/9420 investingnote.com##.blocker ! https://github.com/AdguardTeam/AdguardFilters/issues/9303 m.heise.de##.btn-toolbar > .whatsbroadcast-group ! http://www.pi-news.net/2018/01/berlin-islamischer-hintergrund-bei-messer-attentat-vermutet/ pi-news.net##.widget_wysija ! https://github.com/AdguardTeam/AdguardFilters/issues/9172 gannikus.com###sidebar > #text-8 ! https://github.com/AdguardTeam/AdguardFilters/issues/9117 pagalguy.com##.floater-bottom > .pg-card ! https://github.com/AdguardTeam/AdguardFilters/issues/8975 t-online.de###TpromoO ! https://github.com/AdguardTeam/AdguardFilters/issues/8423 gmx.net###topper ! https://github.com/AdguardTeam/AdguardFilters/issues/8738 megatrack.top#?##sidebar1-wrap > div.section:has( > div.secondaryContent > h3:contains(Радио Online)) ||radioroks.ua^$domain=megatrack.top ! https://github.com/AdguardTeam/AdguardFilters/issues/8761 esslinger-zeitung.de##.nfy-ar-detail > footer > .nachrichtendienst-outer esslinger-zeitung.de##.nfy-searea > .rf-servicebox-html_content ! https://github.com/AdguardTeam/AdguardFilters/issues/8649 phys.org##.nwletter-box ! https://github.com/AdguardTeam/AdguardFilters/issues/8549 mercedes-benz.de##.nextstepnavigation__base > .target + .parbase.nextstepnavigationelement.section.base ! https://github.com/AdguardTeam/AdguardFilters/issues/8390 newtab.club##.section-icon-tabs ! org.rambler.ru - browser banner org.rambler.ru##.b-chrome_widget ! https://forum.adguard.com/index.php?threads/http-www-webtekno-com.27339/ webtekno.com##.content-bottom ! https://github.com/AdguardTeam/AdguardFilters/issues/7740 pri.org##aside.always-under.donate ! https://forum.adguard.com/index.php?threads/27125/ wikipedia.org##.cnotice ! https://forum.adguard.com/index.php?threads/https-www-emaze-com.26992/ emaze.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/loginPopup.show/.test(a)){ _st(a,b);}}; ! https://github.com/AdguardTeam/AdguardFilters/issues/23739 vk.com##.feed_friends_recomm vk.com###profile_friends_recomm ! https://github.com/AdguardTeam/AdguardFilters/issues/7747 vk.com##aside[aria-label="Актуальные новости"] ! https://forum.adguard.com/index.php?threads/26738/ ukrainefootball.net###kinoafishaslider ! https://github.com/AdguardTeam/AdguardFilters/issues/7394 ixbt.video##.clickable_zone ixbt.video#$#body { background: none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/7303 handelsblatt.com###hb-message-alert-bookmark ! https://forum.adguard.com/index.php?threads/26125/ last.fm##.profile-banner ! Edge browser suggestion skype.com,xbox.com##.f-information.epb-container ! screenshots.firefox.com - FF suggestion screenshots.firefox.com##.alt-notification ! https://forum.adguard.com/index.php?threads/25805/ ||srviral.com^$domain=alrincon.com ! heraldsun.com.au - note about ads heraldsun.com.au##.content-bottom ! https://forum.adguard.com/index.php?threads/25618/ whispersinthecorridors.com##.media > .space ! https://forum.adguard.com/index.php?threads/http-www-javhiv-com-nsfw.25509/ javhiv.com##.block-body > .block.announcement ! https://forum.adguard.com/index.php?threads/25412/ answers.yahoo.com##.ginsuAd ! https://forum.adguard.com/index.php?threads/25282/ youtube.com#$##ticker.ytd-masthead { display: none!important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/6855 amalgama-lab.com###quality ! https://github.com/AdguardTeam/AdguardFilters/issues/6825 ||macerkopf.de/wp-content/plugins/dreamgrow-scroll-triggered-box/js/script.js ! https://forum.adguard.com/index.php?threads/http-thefreedictionary-com.25069/ thefreedictionary.com###OccupSlider ! https://github.com/AdguardTeam/AdguardFilters/issues/6720 allmusic.com###ctoolbar ! thequestion.ru - articles banner at the top thequestion.ru##a.informer ! https://github.com/AdguardTeam/AdguardFilters/issues/6409 haaretz.com##.footer-toolbar.float ! https://forum.adguard.com/index.php?threads/24112/ iz.ru#%#(function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("player.live.current.mute", "false") } } catch (ex) {} })(); iz.ru#%#(function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("player.live.current.play", "false") } } catch (ex) {} })(); iz.ru#%#(function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("player.live.current.volume", "0") } } catch (ex) {} })(); iz.ru#%#AG_onLoad(function() { setTimeout(function() { (function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("player.live.current.play", "false") } } catch (ex) {} })(); }, 1500); }); ! https://github.com/AdguardTeam/AdguardFilters/issues/6305 vizer.tv##body > .vizerNewBox.vizerNoticia ! https://github.com/AdguardTeam/AdguardFilters/issues/21646 rgatorporn.com##.banner ! https://github.com/AdguardTeam/AdguardFilters/issues/21572 mgts.ru##.pop_up_through ! https://github.com/AdguardTeam/AdguardFilters/issues/6340 softonic.com##.modal.overlay-alternative-apps ! https://forum.adguard.com/index.php?threads/24059/ dailytelegraph.com.au###ad-blocker-banner ! https://github.com/AdguardTeam/AdguardFilters/issues/24158 ! https://github.com/AdguardTeam/AdguardFilters/issues/6211 aftonbladet.se##body.abTouch #header.abThemeBgLight > div[class="_3lW80"] > .abThemeBgLight ! wikipedia.org - requests for donations wikipedia.org###frb-inline wikipedia.org###frb-nag ! https://github.com/AdguardTeam/AdguardFilters/issues/5998 kitguru.net###check-also-box ! https://github.com/AdguardTeam/AdguardFilters/issues/5992 dn.se##.navigation__top-container ! twitter.com - You might like elements in timeline twitter.com#?#section[aria-labelledby][role="region"] > div[aria-label] > div[style] > div[style^="transform: translate"] article[data-testid="tweet"]:has(> div[class] > div[class] > div[class] a[href^="/i/topics"][dir="auto"]) ! mozilla.org - was this page helpful widget developer.mozilla.org###helpful-survey ! https://forum.adguard.com/index.php?threads/www-topsante-com.23871/ topsante.com###toaster-abo ! https://forum.adguard.com/index.php?threads/www-reponsesphoto-fr.23807/ reponsesphoto.fr###toaster-abo ! https://forum.adguard.com/index.php?threads/23708/ gostream.is##.alert-info ! https://forum.adguard.com/index.php?threads/23364/ ||katcr.co$replace=/onclick=\"javascript:return confirm\(\'Confirm your download\.\'\)\"// ! https://github.com/AdguardTeam/AdguardFilters/issues/21883 vidz24.com##.partnier-top-nav vidz24.com##.right-advertising ! https://github.com/AdguardTeam/AdguardFilters/issues/21880 pornhd6k.net###menu-item-34347 pornhd6k.net###menu-item-34816 pornhd6k.net###menu-item-44372 pornhd6k.net##.menu-item-34066 pornhd6k.net##.menu-item-35602 ! https://github.com/AdguardTeam/AdguardFilters/issues/21882 intui.travel##.fortyeight-hours-modal-form intui.travel##.fortyeight-hours-modal-form-overlay ! https://github.com/AdguardTeam/AdguardFilters/issues/21881 xtapes.to##.menu-item-2370 xtapes.to##.menu-item-42861 ! https://github.com/AdguardTeam/AdguardFilters/issues/5430 blick.ch###article-flyin-container ! https://forum.adguard.com/index.php?threads/21288/ kinopoisk.ru##.film-thin-teaser ! https://forum.adguard.com/index.php?threads/22946/ ! https://github.com/AdguardTeam/AdguardFilters/issues/6125 ||view.vzaar.com/*/player$domain=filehippo.com ! community.spiceworks.com - proposal for registration community.spiceworks.com##.join-promotion ! https://forum.adguard.com/index.php?threads/22911/ sueddeutsche.de##.end-of-article-joboffers ! https://forum.adguard.com/index.php?threads/22483/ last.fm##.chartlist-break last.fm##.join-cta.link-block last.fm##.lazy-recs-bar-full-width-wrapper last.fm##.user-dashboard-banner.link-block ! https://github.com/AdguardTeam/AdguardFilters/issues/5312 morgenweb.de##.nfy-mobile-sticky-buttons ! outline.com - browser extension banner outline.com##.outline-toolbar ! avinfo.co - browser extension banner ||avinfo.co/i/chromavinfo.jpg ! https://github.com/AdguardTeam/AdguardFilters/issues/5132 snipz.de##.wpb_wrapper > div.sidebar > div.widget_text[id^="text-"] ! https://github.com/AdguardTeam/AdguardFilters/issues/5110 techtarget.com###download-offer ! https://forum.adguard.com/index.php?threads/22065/ tripadvisor.be,tripadvisor.ca,tripadvisor.co,tripadvisor.co.id,tripadvisor.co.uk,tripadvisor.com,tripadvisor.com.au,tripadvisor.com.br,tripadvisor.com.gr,tripadvisor.com.mx,tripadvisor.com.my,tripadvisor.com.sg,tripadvisor.com.tr,tripadvisor.com.tw,tripadvisor.es,tripadvisor.fr,tripadvisor.ie,tripadvisor.in,tripadvisor.it,tripadvisor.jp,tripadvisor.net,tripadvisor.nl,tripadvisor.se##.ppr_priv_brand_consistent_header ! duckduckgo.com - partner link duckduckgo.com###powered_by.results--powered ! rbc.ua - messenger icons rbc.ua##footer > a[id$="-messanger-link"] ! lostfilm.info - удаление брендированного фона (не реклама), отступа сверху lostfilm.info##body > div.wrapper > a[title^="LostFilm"] lostfilm.info#$#body { background: #000000!important; } ||lostfilm.info/css*/b/ ! baibako.tv - удаление брендированного фона (не реклама), отступа сверху baibako.tv##.topserial > a ||baibako.tv/bg/ ! forums.redflagdeals.com - proposal for registration forums.redflagdeals.com##.message.guest_intro ! stackoverflow.com - proposal for registration stackoverflow.com###herobox ! https://forum.adguard.com/index.php?threads/www-ina-fr.21367/ ina.fr###habillage ina.fr##.skinny--click ! ! facebook.com ! reactions in live-video even when disabled via button facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion###fbVideoStreamingReactionsTray ! "possible friends" facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##._5pcr.fbUserPost._4nef._5pcr m.facebook.com##div[data-mcomponent="MScreen"] > div[data-type="vscroller"] > div[data-mcomponent="MContainer"][style*="height:574px; z-index:0; width:"] m.facebook.com#?#.filler ~ div:not([data-srat]) > div > div[data-mcomponent="MContainer"][style*="height:"][style*="px; z-index:"][style*="0; width:"]:has(> div[data-is-snappable-in-h-scroll="true"]) ! "People you may know" at https://www.facebook.com/profile.php ! facebook.com###pagelet_pymk_timeline facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#?##ssrb_top_nav_end + div[class] > div[class] > div[class] > div[class] > div[class] > div[class] > div[class] > div[class] > div[class]:has(> div[class] > div[class] > div[class] > div[class] > div[class] > div[class] > div > div[class] > div[aria-label="People you may know"]) ! "People you may know" at https://x.facebook.com/profile.php / https://mobile.facebook.com/profile.php / https://touch.facebook.com/profile.php https://m.facebook.com/profile.php facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div._10c_ > div[class="_3n40 _2jl2"][id="u_0_1s"] x.facebook.com,beta.facebook.com,alpha.facebook.com,d.facebook.com##article[data-ft*="quick_promotion_id"] m.facebook.com,beta.facebook.com,alpha.facebook.com##article[data-store*="quick_promotion_id"] ! "Suggestions for you" facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var e=new MutationObserver(function(){document.querySelectorAll('div[id^="substream_"] div[id^="hyperfeed_story_id"]').forEach(function(e){var n=e.querySelectorAll(".userContentWrapper > div[class] > div[class] > div[class]"),o=e.querySelectorAll(".userContentWrapper > div[class] > div > div span");if("display: none !important;"!=e.getAttribute("style")){if(0