RU Max4_ABP_Fix CSS

Дополнение, исправляющее работу Adblock Plus для отдельных сайтов. Возвращаем функционал Ad-Охотника в Maxthon4 и Maxthon5. Спасибо lainverse за идею.

当前为 2021-08-08 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name RU Max4_ABP_Fix CSS
  3. // @namespace https://greasyfork.org
  4. // @description Дополнение, исправляющее работу Adblock Plus для отдельных сайтов. Возвращаем функционал Ad-Охотника в Maxthon4 и Maxthon5. Спасибо lainverse за идею.
  5. // @author lainverse & ALeXkRU
  6. // @license CC BY-SA
  7. // @homepage https://greasyfork.org/ru/scripts/8225-ru-max4-abp-fix-css
  8. // @run-at document-start
  9. // @include *://*/*
  10. // @match *://*/*
  11. // @version 1.20210808200739
  12. // @grant unsafeWindow
  13. // @grant window.close
  14. // @grant GM_addStyle
  15. // ==/UserScript==
  16. /* jshint -W084, esnext: true */
  17. (function(){
  18. (function(){var css = "";
  19. // !! console.log("es");
  20. if (false || (document.domain == "forum.ru-board.com" || document.domain.substring(document.domain.indexOf(".forum.ru-board.com") + 1) == "forum.ru-board.com"))
  21. css += [
  22. ".tpc > .post > a[href] {word-break: break-all !important;}",
  23. " .tpc > .post > table[width] > tbody > tr > .lgf {word-break: break-word !important;}"
  24. ].join("\n");
  25. if (false || (document.domain == "ru-board.com" || document.domain.substring(document.domain.indexOf(".ru-board.com") + 1) == "ru-board.com") || (document.domain == "latestnewsofusa.org" || document.domain.substring(document.domain.indexOf(".latestnewsofusa.org") + 1) == "latestnewsofusa.org"))
  26. css += [
  27. "span.dats{position: relative !important; top: 10px !important;}",
  28. " div[id*=\"banner\"], body>center{display: none !important;}",
  29. // !! скрываем рекламные ссылки (СПАМ) в сообщениях
  30. " a[href^=\"http://forum.ru-board.com/\"][href$=\"/\"][target=\"_blank\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}",
  31. " a[href^=\"https://forum.ru-board.com/\"][href$=\"/\"][target=\"_blank\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}"
  32. // !! ======= ПРАВКА СТРУКТУРЫ. вынесено в отдельный скрипт. См. Ru-Board_Extrim_Max4_ABP_Fix-CSS =======
  33. ].join("\n");
  34. if (false || (document.domain == "101.ru" || document.domain.substring(document.domain.indexOf(".101.ru") + 1) == "101.ru"))
  35. css += [
  36. ".wrapper-branding {display: none !important;}",
  37. " .wrapper {padding-top: 0 !important;}"
  38. ].join("\n");
  39. if (false || (document.domain == "101kinopoisk.com" || document.domain.substring(document.domain.indexOf(".101kinopoisk.com") + 1) == "101kinopoisk.com") || (document.domain == "24video.adult" || document.domain.substring(document.domain.indexOf(".24video.adult") + 1) == "24video.adult") || (document.domain == "24video.click" || document.domain.substring(document.domain.indexOf(".24video.click") + 1) == "24video.click") || (document.domain == "24video.vip" || document.domain.substring(document.domain.indexOf(".24video.vip") + 1) == "24video.vip") || (document.domain == "aghdrezka.com" || document.domain.substring(document.domain.indexOf(".aghdrezka.com") + 1) == "aghdrezka.com") || (document.domain == "ahdrezka.com" || document.domain.substring(document.domain.indexOf(".ahdrezka.com") + 1) == "ahdrezka.com") || (document.domain == "aif.ru" || document.domain.substring(document.domain.indexOf(".aif.ru") + 1) == "aif.ru") || (document.domain == "ain.ua" || document.domain.substring(document.domain.indexOf(".ain.ua") + 1) == "ain.ua") || (document.domain == "betahdrezka.com" || document.domain.substring(document.domain.indexOf(".betahdrezka.com") + 1) == "betahdrezka.com") || (document.domain == "bit.ua" || document.domain.substring(document.domain.indexOf(".bit.ua") + 1) == "bit.ua") || (document.domain == "budport.com.ua" || document.domain.substring(document.domain.indexOf(".budport.com.ua") + 1) == "budport.com.ua") || (document.domain == "clubhdrezka.com" || document.domain.substring(document.domain.indexOf(".clubhdrezka.com") + 1) == "clubhdrezka.com") || (document.domain == "cokinopoisk.com" || document.domain.substring(document.domain.indexOf(".cokinopoisk.com") + 1) == "cokinopoisk.com") || (document.domain == "drhdrezka.com" || document.domain.substring(document.domain.indexOf(".drhdrezka.com") + 1) == "drhdrezka.com") || (document.domain == "ehdrezka.com" || document.domain.substring(document.domain.indexOf(".ehdrezka.com") + 1) == "ehdrezka.com") || (document.domain == "ekinopoisk.com" || document.domain.substring(document.domain.indexOf(".ekinopoisk.com") + 1) == "ekinopoisk.com") || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua") || (document.domain == "ezhdrezka.com" || document.domain.substring(document.domain.indexOf(".ezhdrezka.com") + 1) == "ezhdrezka.com") || (document.domain == "gecid.com" || document.domain.substring(document.domain.indexOf(".gecid.com") + 1) == "gecid.com") || (document.domain == "gethdrezka.com" || document.domain.substring(document.domain.indexOf(".gethdrezka.com") + 1) == "gethdrezka.com") || (document.domain == "hdrezka-ag.com" || document.domain.substring(document.domain.indexOf(".hdrezka-ag.com") + 1) == "hdrezka-ag.com") || (document.domain == "hdrezka.buzz" || document.domain.substring(document.domain.indexOf(".hdrezka.buzz") + 1) == "hdrezka.buzz") || (document.domain == "hdrezka.city" || document.domain.substring(document.domain.indexOf(".hdrezka.city") + 1) == "hdrezka.city") || (document.domain == "hdrezka.club" || document.domain.substring(document.domain.indexOf(".hdrezka.club") + 1) == "hdrezka.club") || (document.domain == "hdrezka.cm" || document.domain.substring(document.domain.indexOf(".hdrezka.cm") + 1) == "hdrezka.cm") || (document.domain == "hdrezka.gift" || document.domain.substring(document.domain.indexOf(".hdrezka.gift") + 1) == "hdrezka.gift") || (document.domain == "hdrezka.in" || document.domain.substring(document.domain.indexOf(".hdrezka.in") + 1) == "hdrezka.in") || (document.domain == "hdrezka.ink" || document.domain.substring(document.domain.indexOf(".hdrezka.ink") + 1) == "hdrezka.ink") || (document.domain == "hdrezka.link" || document.domain.substring(document.domain.indexOf(".hdrezka.link") + 1) == "hdrezka.link") || (document.domain == "hdrezka.live" || document.domain.substring(document.domain.indexOf(".hdrezka.live") + 1) == "hdrezka.live") || (document.domain == "hdrezka.loan" || document.domain.substring(document.domain.indexOf(".hdrezka.loan") + 1) == "hdrezka.loan") || (document.domain == "hdrezka.lol" || document.domain.substring(document.domain.indexOf(".hdrezka.lol") + 1) == "hdrezka.lol") || (document.domain == "hdrezka.monster" || document.domain.substring(document.domain.indexOf(".hdrezka.monster") + 1) == "hdrezka.monster") || (document.domain == "hdrezka.name" || document.domain.substring(document.domain.indexOf(".hdrezka.name") + 1) == "hdrezka.name") || (document.domain == "hdrezka.rest" || document.domain.substring(document.domain.indexOf(".hdrezka.rest") + 1) == "hdrezka.rest") || (document.domain == "hdrezka.run" || document.domain.substring(document.domain.indexOf(".hdrezka.run") + 1) == "hdrezka.run") || (document.domain == "hdrezka.sh" || document.domain.substring(document.domain.indexOf(".hdrezka.sh") + 1) == "hdrezka.sh") || (document.domain == "hdrezka.today" || document.domain.substring(document.domain.indexOf(".hdrezka.today") + 1) == "hdrezka.today") || (document.domain == "hdrezka.top" || document.domain.substring(document.domain.indexOf(".hdrezka.top") + 1) == "hdrezka.top") || (document.domain == "hdrezka.vip" || document.domain.substring(document.domain.indexOf(".hdrezka.vip") + 1) == "hdrezka.vip") || (document.domain == "hdrezka.website" || document.domain.substring(document.domain.indexOf(".hdrezka.website") + 1) == "hdrezka.website") || (document.domain == "hdrezka.win" || document.domain.substring(document.domain.indexOf(".hdrezka.win") + 1) == "hdrezka.win") || (document.domain == "hdrezkablog.com" || document.domain.substring(document.domain.indexOf(".hdrezkablog.com") + 1) == "hdrezkablog.com") || (document.domain == "hdrezkaweb.com" || document.domain.substring(document.domain.indexOf(".hdrezkaweb.com") + 1) == "hdrezkaweb.com") || (document.domain == "hdrezkayou.com" || document.domain.substring(document.domain.indexOf(".hdrezkayou.com") + 1) == "hdrezkayou.com") || (document.domain == "ikinopoisk.com" || document.domain.substring(document.domain.indexOf(".ikinopoisk.com") + 1) == "ikinopoisk.com") || (document.domain == "instahdrezka.com" || document.domain.substring(document.domain.indexOf(".instahdrezka.com") + 1) == "instahdrezka.com") || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com") || (document.domain == "justhdrezka.com" || document.domain.substring(document.domain.indexOf(".justhdrezka.com") + 1) == "justhdrezka.com") || (document.domain == "kinobar.me" || document.domain.substring(document.domain.indexOf(".kinobar.me") + 1) == "kinobar.me") || (document.domain == "kinotochka.co" || document.domain.substring(document.domain.indexOf(".kinotochka.co") + 1) == "kinotochka.co") || (document.domain == "kinotochka.me" || document.domain.substring(document.domain.indexOf(".kinotochka.me") + 1) == "kinotochka.me") || (document.domain == "ko.com.ua" || document.domain.substring(document.domain.indexOf(".ko.com.ua") + 1) == "ko.com.ua") || (document.domain == "kv.by" || document.domain.substring(document.domain.indexOf(".kv.by") + 1) == "kv.by") || (document.domain == "livehdrezka.com" || document.domain.substring(document.domain.indexOf(".livehdrezka.com") + 1) == "livehdrezka.com") || (document.domain == "liveivi.com" || document.domain.substring(document.domain.indexOf(".liveivi.com") + 1) == "liveivi.com") || (document.domain == "livejournal.com" || document.domain.substring(document.domain.indexOf(".livejournal.com") + 1) == "livejournal.com") || (document.domain == "livekinopoisk.com" || document.domain.substring(document.domain.indexOf(".livekinopoisk.com") + 1) == "livekinopoisk.com") || (document.domain == "lostserials.com" || document.domain.substring(document.domain.indexOf(".lostserials.com") + 1) == "lostserials.com") || (document.domain == "mc.today" || document.domain.substring(document.domain.indexOf(".mc.today") + 1) == "mc.today") || (document.domain == "metahdrezka.com" || document.domain.substring(document.domain.indexOf(".metahdrezka.com") + 1) == "metahdrezka.com") || (document.domain == "mirkino.club" || document.domain.substring(document.domain.indexOf(".mirkino.club") + 1) == "mirkino.club") || (document.domain == "mrhdrezka.com" || document.domain.substring(document.domain.indexOf(".mrhdrezka.com") + 1) == "mrhdrezka.com") || (document.domain == "myhdrezka.com" || document.domain.substring(document.domain.indexOf(".myhdrezka.com") + 1) == "myhdrezka.com") || (document.domain == "newstudio.tv" || document.domain.substring(document.domain.indexOf(".newstudio.tv") + 1) == "newstudio.tv") || (document.domain == "nexthdrezka.com" || document.domain.substring(document.domain.indexOf(".nexthdrezka.com") + 1) == "nexthdrezka.com") || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me") || (document.domain == "nnmclub.ro" || document.domain.substring(document.domain.indexOf(".nnmclub.ro") + 1) == "nnmclub.ro") || (document.domain == "nnmclub.to" || document.domain.substring(document.domain.indexOf(".nnmclub.to") + 1) == "nnmclub.to") || (document.domain == "nootropos.ru" || document.domain.substring(document.domain.indexOf(".nootropos.ru") + 1) == "nootropos.ru") || (document.domain == "nuhdrezka.com" || document.domain.substring(document.domain.indexOf(".nuhdrezka.com") + 1) == "nuhdrezka.com") || (document.domain == "nukinopoisk.com" || document.domain.substring(document.domain.indexOf(".nukinopoisk.com") + 1) == "nukinopoisk.com") || (document.domain == "oblozhki.net" || document.domain.substring(document.domain.indexOf(".oblozhki.net") + 1) == "oblozhki.net") || (document.domain == "oper.ru" || document.domain.substring(document.domain.indexOf(".oper.ru") + 1) == "oper.ru") || (document.domain == "otxataba.net" || document.domain.substring(document.domain.indexOf(".otxataba.net") + 1) == "otxataba.net") || (document.domain == "playtor.tv" || document.domain.substring(document.domain.indexOf(".playtor.tv") + 1) == "playtor.tv") || (document.domain == "pure-t.ru" || document.domain.substring(document.domain.indexOf(".pure-t.ru") + 1) == "pure-t.ru") || (document.domain == "rehdrezka.com" || document.domain.substring(document.domain.indexOf(".rehdrezka.com") + 1) == "rehdrezka.com") || (document.domain == "rezka.ag" || document.domain.substring(document.domain.indexOf(".rezka.ag") + 1) == "rezka.ag") || (document.domain == "rezkance.com" || document.domain.substring(document.domain.indexOf(".rezkance.com") + 1) == "rezkance.com") || (document.domain == "rezkery.com" || document.domain.substring(document.domain.indexOf(".rezkery.com") + 1) == "rezkery.com") || (document.domain == "rezkion.com" || document.domain.substring(document.domain.indexOf(".rezkion.com") + 1) == "rezkion.com") || (document.domain == "rufootballtv.org" || document.domain.substring(document.domain.indexOf(".rufootballtv.org") + 1) == "rufootballtv.org") || (document.domain == "rusporno.vip" || document.domain.substring(document.domain.indexOf(".rusporno.vip") + 1) == "rusporno.vip") || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru") || (document.domain == "smotri.com" || document.domain.substring(document.domain.indexOf(".smotri.com") + 1) == "smotri.com") || (document.domain == "stopgame.ru" || document.domain.substring(document.domain.indexOf(".stopgame.ru") + 1) == "stopgame.ru") || (document.domain == "tryhdrezka.com" || document.domain.substring(document.domain.indexOf(".tryhdrezka.com") + 1) == "tryhdrezka.com") || (document.domain == "tvhdrezka.com" || document.domain.substring(document.domain.indexOf(".tvhdrezka.com") + 1) == "tvhdrezka.com") || (document.domain == "uateam.tv" || document.domain.substring(document.domain.indexOf(".uateam.tv") + 1) == "uateam.tv") || (document.domain == "uphdrezka.com" || document.domain.substring(document.domain.indexOf(".uphdrezka.com") + 1) == "uphdrezka.com") || (document.domain == "userstyles.org" || document.domain.substring(document.domain.indexOf(".userstyles.org") + 1) == "userstyles.org") || (document.domain == "xatab-repack.com" || document.domain.substring(document.domain.indexOf(".xatab-repack.com") + 1) == "xatab-repack.com") || (document.domain == "xatab-repack.org" || document.domain.substring(document.domain.indexOf(".xatab-repack.org") + 1) == "xatab-repack.org") || (document.domain == "xhdrezka.com" || document.domain.substring(document.domain.indexOf(".xhdrezka.com") + 1) == "xhdrezka.com") || (document.domain == "youhdrezka.com" || document.domain.substring(document.domain.indexOf(".youhdrezka.com") + 1) == "youhdrezka.com") || (document.domain == "zakarpatpost.net" || document.domain.substring(document.domain.indexOf(".zakarpatpost.net") + 1) == "zakarpatpost.net"))
  40. css += [
  41. "body:not(#id), html:not(#id) {background-image: none !important;}"
  42. ].join("\n");
  43. if (false || (document.domain == "101kinopoisk.com" || document.domain.substring(document.domain.indexOf(".101kinopoisk.com") + 1) == "101kinopoisk.com") || (document.domain == "24video.adult" || document.domain.substring(document.domain.indexOf(".24video.adult") + 1) == "24video.adult") || (document.domain == "24video.click" || document.domain.substring(document.domain.indexOf(".24video.click") + 1) == "24video.click") || (document.domain == "24video.vip" || document.domain.substring(document.domain.indexOf(".24video.vip") + 1) == "24video.vip") || (document.domain == "aghdrezka.com" || document.domain.substring(document.domain.indexOf(".aghdrezka.com") + 1) == "aghdrezka.com") || (document.domain == "ahdrezka.com" || document.domain.substring(document.domain.indexOf(".ahdrezka.com") + 1) == "ahdrezka.com") || (document.domain == "baskino-2021.uno" || document.domain.substring(document.domain.indexOf(".baskino-2021.uno") + 1) == "baskino-2021.uno") || (document.domain == "baskino.me" || document.domain.substring(document.domain.indexOf(".baskino.me") + 1) == "baskino.me") || (document.domain == "baskino1.top" || document.domain.substring(document.domain.indexOf(".baskino1.top") + 1) == "baskino1.top") || (document.domain == "betahdrezka.com" || document.domain.substring(document.domain.indexOf(".betahdrezka.com") + 1) == "betahdrezka.com") || (document.domain == "bombardir.ru" || document.domain.substring(document.domain.indexOf(".bombardir.ru") + 1) == "bombardir.ru") || (document.domain == "clubhdrezka.com" || document.domain.substring(document.domain.indexOf(".clubhdrezka.com") + 1) == "clubhdrezka.com") || (document.domain == "cokinopoisk.com" || document.domain.substring(document.domain.indexOf(".cokinopoisk.com") + 1) == "cokinopoisk.com") || (document.domain == "comedy-portal.net" || document.domain.substring(document.domain.indexOf(".comedy-portal.net") + 1) == "comedy-portal.net") || (document.domain == "dnepr.info" || document.domain.substring(document.domain.indexOf(".dnepr.info") + 1) == "dnepr.info") || (document.domain == "drhdrezka.com" || document.domain.substring(document.domain.indexOf(".drhdrezka.com") + 1) == "drhdrezka.com") || (document.domain == "dugtor.org" || document.domain.substring(document.domain.indexOf(".dugtor.org") + 1) == "dugtor.org") || (document.domain == "dugtor.ru" || document.domain.substring(document.domain.indexOf(".dugtor.ru") + 1) == "dugtor.ru") || (document.domain == "ehdrezka.com" || document.domain.substring(document.domain.indexOf(".ehdrezka.com") + 1) == "ehdrezka.com") || (document.domain == "ekinopoisk.com" || document.domain.substring(document.domain.indexOf(".ekinopoisk.com") + 1) == "ekinopoisk.com") || (document.domain == "ezhdrezka.com" || document.domain.substring(document.domain.indexOf(".ezhdrezka.com") + 1) == "ezhdrezka.com") || (document.domain == "film-ua.com" || document.domain.substring(document.domain.indexOf(".film-ua.com") + 1) == "film-ua.com") || (document.domain == "filmitorrent.net" || document.domain.substring(document.domain.indexOf(".filmitorrent.net") + 1) == "filmitorrent.net") || (document.domain == "filmy-smotret.net" || document.domain.substring(document.domain.indexOf(".filmy-smotret.net") + 1) == "filmy-smotret.net") || (document.domain == "gethdrezka.com" || document.domain.substring(document.domain.indexOf(".gethdrezka.com") + 1) == "gethdrezka.com") || (document.domain == "gidonline.io" || document.domain.substring(document.domain.indexOf(".gidonline.io") + 1) == "gidonline.io") || (document.domain == "gordonua.com" || document.domain.substring(document.domain.indexOf(".gordonua.com") + 1) == "gordonua.com") || (document.domain == "gtorrent.org" || document.domain.substring(document.domain.indexOf(".gtorrent.org") + 1) == "gtorrent.org") || (document.domain == "gtorrent.pro" || document.domain.substring(document.domain.indexOf(".gtorrent.pro") + 1) == "gtorrent.pro") || (document.domain == "gtorrent.xyz" || document.domain.substring(document.domain.indexOf(".gtorrent.xyz") + 1) == "gtorrent.xyz") || (document.domain == "hd-rezka.ag" || document.domain.substring(document.domain.indexOf(".hd-rezka.ag") + 1) == "hd-rezka.ag") || (document.domain == "hdkinozor.ru" || document.domain.substring(document.domain.indexOf(".hdkinozor.ru") + 1) == "hdkinozor.ru") || (document.domain == "hdrezka-ag.com" || document.domain.substring(document.domain.indexOf(".hdrezka-ag.com") + 1) == "hdrezka-ag.com") || (document.domain == "hdrezka.buzz" || document.domain.substring(document.domain.indexOf(".hdrezka.buzz") + 1) == "hdrezka.buzz") || (document.domain == "hdrezka.city" || document.domain.substring(document.domain.indexOf(".hdrezka.city") + 1) == "hdrezka.city") || (document.domain == "hdrezka.club" || document.domain.substring(document.domain.indexOf(".hdrezka.club") + 1) == "hdrezka.club") || (document.domain == "hdrezka.cm" || document.domain.substring(document.domain.indexOf(".hdrezka.cm") + 1) == "hdrezka.cm") || (document.domain == "hdrezka.co" || document.domain.substring(document.domain.indexOf(".hdrezka.co") + 1) == "hdrezka.co") || (document.domain == "hdrezka.gift" || document.domain.substring(document.domain.indexOf(".hdrezka.gift") + 1) == "hdrezka.gift") || (document.domain == "hdrezka.in" || document.domain.substring(document.domain.indexOf(".hdrezka.in") + 1) == "hdrezka.in") || (document.domain == "hdrezka.ink" || document.domain.substring(document.domain.indexOf(".hdrezka.ink") + 1) == "hdrezka.ink") || (document.domain == "hdrezka.link" || document.domain.substring(document.domain.indexOf(".hdrezka.link") + 1) == "hdrezka.link") || (document.domain == "hdrezka.live" || document.domain.substring(document.domain.indexOf(".hdrezka.live") + 1) == "hdrezka.live") || (document.domain == "hdrezka.loan" || document.domain.substring(document.domain.indexOf(".hdrezka.loan") + 1) == "hdrezka.loan") || (document.domain == "hdrezka.lol" || document.domain.substring(document.domain.indexOf(".hdrezka.lol") + 1) == "hdrezka.lol") || (document.domain == "hdrezka.monster" || document.domain.substring(document.domain.indexOf(".hdrezka.monster") + 1) == "hdrezka.monster") || (document.domain == "hdrezka.name" || document.domain.substring(document.domain.indexOf(".hdrezka.name") + 1) == "hdrezka.name") || (document.domain == "hdrezka.rest" || document.domain.substring(document.domain.indexOf(".hdrezka.rest") + 1) == "hdrezka.rest") || (document.domain == "hdrezka.run" || document.domain.substring(document.domain.indexOf(".hdrezka.run") + 1) == "hdrezka.run") || (document.domain == "hdrezka.sh" || document.domain.substring(document.domain.indexOf(".hdrezka.sh") + 1) == "hdrezka.sh") || (document.domain == "hdrezka.su" || document.domain.substring(document.domain.indexOf(".hdrezka.su") + 1) == "hdrezka.su") || (document.domain == "hdrezka.today" || document.domain.substring(document.domain.indexOf(".hdrezka.today") + 1) == "hdrezka.today") || (document.domain == "hdrezka.top" || document.domain.substring(document.domain.indexOf(".hdrezka.top") + 1) == "hdrezka.top") || (document.domain == "hdrezka.tv" || document.domain.substring(document.domain.indexOf(".hdrezka.tv") + 1) == "hdrezka.tv") || (document.domain == "hdrezka.vip" || document.domain.substring(document.domain.indexOf(".hdrezka.vip") + 1) == "hdrezka.vip") || (document.domain == "hdrezka.website" || document.domain.substring(document.domain.indexOf(".hdrezka.website") + 1) == "hdrezka.website") || (document.domain == "hdrezka.win" || document.domain.substring(document.domain.indexOf(".hdrezka.win") + 1) == "hdrezka.win") || (document.domain == "hdrezka1.site" || document.domain.substring(document.domain.indexOf(".hdrezka1.site") + 1) == "hdrezka1.site") || (document.domain == "hdrezkablog.com" || document.domain.substring(document.domain.indexOf(".hdrezkablog.com") + 1) == "hdrezkablog.com") || (document.domain == "hdrezkaweb.com" || document.domain.substring(document.domain.indexOf(".hdrezkaweb.com") + 1) == "hdrezkaweb.com") || (document.domain == "hdrezkayou.com" || document.domain.substring(document.domain.indexOf(".hdrezkayou.com") + 1) == "hdrezkayou.com") || (document.domain == "ikinohd.com" || document.domain.substring(document.domain.indexOf(".ikinohd.com") + 1) == "ikinohd.com") || (document.domain == "ikinopoisk.com" || document.domain.substring(document.domain.indexOf(".ikinopoisk.com") + 1) == "ikinopoisk.com") || (document.domain == "instahdrezka.com" || document.domain.substring(document.domain.indexOf(".instahdrezka.com") + 1) == "instahdrezka.com") || (document.domain == "investxp.ru" || document.domain.substring(document.domain.indexOf(".investxp.ru") + 1) == "investxp.ru") || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com") || (document.domain == "jetsetter.ua" || document.domain.substring(document.domain.indexOf(".jetsetter.ua") + 1) == "jetsetter.ua") || (document.domain == "justhdrezka.com" || document.domain.substring(document.domain.indexOf(".justhdrezka.com") + 1) == "justhdrezka.com") || (document.domain == "kinoafisha.ua" || document.domain.substring(document.domain.indexOf(".kinoafisha.ua") + 1) == "kinoafisha.ua") || (document.domain == "kinobar.me" || document.domain.substring(document.domain.indexOf(".kinobar.me") + 1) == "kinobar.me") || (document.domain == "kinobe.club" || document.domain.substring(document.domain.indexOf(".kinobe.club") + 1) == "kinobe.club") || (document.domain == "kinoplanet.biz" || document.domain.substring(document.domain.indexOf(".kinoplanet.biz") + 1) == "kinoplanet.biz") || (document.domain == "kintor.org" || document.domain.substring(document.domain.indexOf(".kintor.org") + 1) == "kintor.org") || (document.domain == "koshara.net" || document.domain.substring(document.domain.indexOf(".koshara.net") + 1) == "koshara.net") || (document.domain == "kronverkcinema.ua" || document.domain.substring(document.domain.indexOf(".kronverkcinema.ua") + 1) == "kronverkcinema.ua") || (document.domain == "live-rutor.org" || document.domain.substring(document.domain.indexOf(".live-rutor.org") + 1) == "live-rutor.org") || (document.domain == "livehdrezka.com" || document.domain.substring(document.domain.indexOf(".livehdrezka.com") + 1) == "livehdrezka.com") || (document.domain == "liveivi.com" || document.domain.substring(document.domain.indexOf(".liveivi.com") + 1) == "liveivi.com") || (document.domain == "livekinopoisk.com" || document.domain.substring(document.domain.indexOf(".livekinopoisk.com") + 1) == "livekinopoisk.com") || (document.domain == "liverutor.org" || document.domain.substring(document.domain.indexOf(".liverutor.org") + 1) == "liverutor.org") || (document.domain == "lostserials.com" || document.domain.substring(document.domain.indexOf(".lostserials.com") + 1) == "lostserials.com") || (document.domain == "lotzon.co" || document.domain.substring(document.domain.indexOf(".lotzon.co") + 1) == "lotzon.co") || (document.domain == "lotzon.pro" || document.domain.substring(document.domain.indexOf(".lotzon.pro") + 1) == "lotzon.pro") || (document.domain == "metahdrezka.com" || document.domain.substring(document.domain.indexOf(".metahdrezka.com") + 1) == "metahdrezka.com") || (document.domain == "moskva.fm" || document.domain.substring(document.domain.indexOf(".moskva.fm") + 1) == "moskva.fm") || (document.domain == "mrhdrezka.com" || document.domain.substring(document.domain.indexOf(".mrhdrezka.com") + 1) == "mrhdrezka.com") || (document.domain == "mrutor.org" || document.domain.substring(document.domain.indexOf(".mrutor.org") + 1) == "mrutor.org") || (document.domain == "my-tfile.org" || document.domain.substring(document.domain.indexOf(".my-tfile.org") + 1) == "my-tfile.org") || (document.domain == "myhdrezka.com" || document.domain.substring(document.domain.indexOf(".myhdrezka.com") + 1) == "myhdrezka.com") || (document.domain == "new-rutor.org" || document.domain.substring(document.domain.indexOf(".new-rutor.org") + 1) == "new-rutor.org") || (document.domain == "newstudio.tv" || document.domain.substring(document.domain.indexOf(".newstudio.tv") + 1) == "newstudio.tv") || (document.domain == "nexthdrezka.com" || document.domain.substring(document.domain.indexOf(".nexthdrezka.com") + 1) == "nexthdrezka.com") || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me") || (document.domain == "nnmclub.ro" || document.domain.substring(document.domain.indexOf(".nnmclub.ro") + 1) == "nnmclub.ro") || (document.domain == "nnmclub.to" || document.domain.substring(document.domain.indexOf(".nnmclub.to") + 1) == "nnmclub.to") || (document.domain == "nuhdrezka.com" || document.domain.substring(document.domain.indexOf(".nuhdrezka.com") + 1) == "nuhdrezka.com") || (document.domain == "nukinopoisk.com" || document.domain.substring(document.domain.indexOf(".nukinopoisk.com") + 1) == "nukinopoisk.com") || (document.domain == "ostfilm.tv" || document.domain.substring(document.domain.indexOf(".ostfilm.tv") + 1) == "ostfilm.tv") || (document.domain == "pure-t.ru" || document.domain.substring(document.domain.indexOf(".pure-t.ru") + 1) == "pure-t.ru") || (document.domain == "rehdrezka.com" || document.domain.substring(document.domain.indexOf(".rehdrezka.com") + 1) == "rehdrezka.com") || (document.domain == "rezka.ag" || document.domain.substring(document.domain.indexOf(".rezka.ag") + 1) == "rezka.ag") || (document.domain == "rezkance.com" || document.domain.substring(document.domain.indexOf(".rezkance.com") + 1) == "rezkance.com") || (document.domain == "rezkery.com" || document.domain.substring(document.domain.indexOf(".rezkery.com") + 1) == "rezkery.com") || (document.domain == "rezkion.com" || document.domain.substring(document.domain.indexOf(".rezkion.com") + 1) == "rezkion.com") || (document.domain == "roem.ru" || document.domain.substring(document.domain.indexOf(".roem.ru") + 1) == "roem.ru") || (document.domain == "rusporno.vip" || document.domain.substring(document.domain.indexOf(".rusporno.vip") + 1) == "rusporno.vip") || (document.domain == "serialbox.org" || document.domain.substring(document.domain.indexOf(".serialbox.org") + 1) == "serialbox.org") || (document.domain == "smotret-film.net" || document.domain.substring(document.domain.indexOf(".smotret-film.net") + 1) == "smotret-film.net") || (document.domain == "smotret-filmy.net" || document.domain.substring(document.domain.indexOf(".smotret-filmy.net") + 1) == "smotret-filmy.net") || (document.domain == "sobaka.ru" || document.domain.substring(document.domain.indexOf(".sobaka.ru") + 1) == "sobaka.ru") || (document.domain == "tfile-music.org" || document.domain.substring(document.domain.indexOf(".tfile-music.org") + 1) == "tfile-music.org") || (document.domain == "tfile.cc" || document.domain.substring(document.domain.indexOf(".tfile.cc") + 1) == "tfile.cc") || (document.domain == "tfile.co" || document.domain.substring(document.domain.indexOf(".tfile.co") + 1) == "tfile.co") || (document.domain == "tfilm.club" || document.domain.substring(document.domain.indexOf(".tfilm.club") + 1) == "tfilm.club") || (document.domain == "tfilm.me" || document.domain.substring(document.domain.indexOf(".tfilm.me") + 1) == "tfilm.me") || (document.domain == "tfilm.tv" || document.domain.substring(document.domain.indexOf(".tfilm.tv") + 1) == "tfilm.tv") || (document.domain == "the-rutor.org" || document.domain.substring(document.domain.indexOf(".the-rutor.org") + 1) == "the-rutor.org") || (document.domain == "thehdrezka.com" || document.domain.substring(document.domain.indexOf(".thehdrezka.com") + 1) == "thehdrezka.com") || (document.domain == "torentor.co" || document.domain.substring(document.domain.indexOf(".torentor.co") + 1) == "torentor.co") || (document.domain == "torrentoff.xyz" || document.domain.substring(document.domain.indexOf(".torrentoff.xyz") + 1) == "torrentoff.xyz") || (document.domain == "torrfan.org" || document.domain.substring(document.domain.indexOf(".torrfan.org") + 1) == "torrfan.org") || (document.domain == "torrminator.com" || document.domain.substring(document.domain.indexOf(".torrminator.com") + 1) == "torrminator.com") || (document.domain == "trupornolabs.org" || document.domain.substring(document.domain.indexOf(".trupornolabs.org") + 1) == "trupornolabs.org") || (document.domain == "tryhdrezka.com" || document.domain.substring(document.domain.indexOf(".tryhdrezka.com") + 1) == "tryhdrezka.com") || (document.domain == "tvhdrezka.com" || document.domain.substring(document.domain.indexOf(".tvhdrezka.com") + 1) == "tvhdrezka.com") || (document.domain == "uphdrezka.com" || document.domain.substring(document.domain.indexOf(".uphdrezka.com") + 1) == "uphdrezka.com") || (document.domain == "vc.ru" || document.domain.substring(document.domain.indexOf(".vc.ru") + 1) == "vc.ru") || (document.domain == "videoclub.men" || document.domain.substring(document.domain.indexOf(".videoclub.men") + 1) == "videoclub.men") || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info") || (document.domain == "vse-sezony.cc" || document.domain.substring(document.domain.indexOf(".vse-sezony.cc") + 1) == "vse-sezony.cc") || (document.domain == "wikianime.tv" || document.domain.substring(document.domain.indexOf(".wikianime.tv") + 1) == "wikianime.tv") || (document.domain == "xhdrezka.com" || document.domain.substring(document.domain.indexOf(".xhdrezka.com") + 1) == "xhdrezka.com") || (document.domain == "xxxadulttorrent.org" || document.domain.substring(document.domain.indexOf(".xxxadulttorrent.org") + 1) == "xxxadulttorrent.org") || (document.domain == "you-anime.ru" || document.domain.substring(document.domain.indexOf(".you-anime.ru") + 1) == "you-anime.ru") || (document.domain == "youhdrezka.com" || document.domain.substring(document.domain.indexOf(".youhdrezka.com") + 1) == "youhdrezka.com") || (document.domain == "zombie-film.live" || document.domain.substring(document.domain.indexOf(".zombie-film.live") + 1) == "zombie-film.live"))
  44. css += [
  45. "body:not(#id), html:not(#id) {padding-top: 0 !important;}"
  46. ].join("\n");
  47. if (false || (document.domain == "116.ru" || document.domain.substring(document.domain.indexOf(".116.ru") + 1) == "116.ru") || (document.domain == "14.ru" || document.domain.substring(document.domain.indexOf(".14.ru") + 1) == "14.ru") || (document.domain == "161.ru" || document.domain.substring(document.domain.indexOf(".161.ru") + 1) == "161.ru") || (document.domain == "164.ru" || document.domain.substring(document.domain.indexOf(".164.ru") + 1) == "164.ru") || (document.domain == "26.ru" || document.domain.substring(document.domain.indexOf(".26.ru") + 1) == "26.ru") || (document.domain == "29.ru" || document.domain.substring(document.domain.indexOf(".29.ru") + 1) == "29.ru") || (document.domain == "35.ru" || document.domain.substring(document.domain.indexOf(".35.ru") + 1) == "35.ru") || (document.domain == "43.ru" || document.domain.substring(document.domain.indexOf(".43.ru") + 1) == "43.ru") || (document.domain == "45.ru" || document.domain.substring(document.domain.indexOf(".45.ru") + 1) == "45.ru") || (document.domain == "48.ru" || document.domain.substring(document.domain.indexOf(".48.ru") + 1) == "48.ru") || (document.domain == "51.ru" || document.domain.substring(document.domain.indexOf(".51.ru") + 1) == "51.ru") || (document.domain == "53.ru" || document.domain.substring(document.domain.indexOf(".53.ru") + 1) == "53.ru") || (document.domain == "56.ru" || document.domain.substring(document.domain.indexOf(".56.ru") + 1) == "56.ru") || (document.domain == "59.ru" || document.domain.substring(document.domain.indexOf(".59.ru") + 1) == "59.ru") || (document.domain == "60.ru" || document.domain.substring(document.domain.indexOf(".60.ru") + 1) == "60.ru") || (document.domain == "62.ru" || document.domain.substring(document.domain.indexOf(".62.ru") + 1) == "62.ru") || (document.domain == "63.ru" || document.domain.substring(document.domain.indexOf(".63.ru") + 1) == "63.ru") || (document.domain == "68.ru" || document.domain.substring(document.domain.indexOf(".68.ru") + 1) == "68.ru") || (document.domain == "71.ru" || document.domain.substring(document.domain.indexOf(".71.ru") + 1) == "71.ru") || (document.domain == "72.ru" || document.domain.substring(document.domain.indexOf(".72.ru") + 1) == "72.ru") || (document.domain == "74.ru" || document.domain.substring(document.domain.indexOf(".74.ru") + 1) == "74.ru") || (document.domain == "76.ru" || document.domain.substring(document.domain.indexOf(".76.ru") + 1) == "76.ru") || (document.domain == "86.ru" || document.domain.substring(document.domain.indexOf(".86.ru") + 1) == "86.ru") || (document.domain == "89.ru" || document.domain.substring(document.domain.indexOf(".89.ru") + 1) == "89.ru") || (document.domain == "93.ru" || document.domain.substring(document.domain.indexOf(".93.ru") + 1) == "93.ru") || (document.domain == "e1.ru" || document.domain.substring(document.domain.indexOf(".e1.ru") + 1) == "e1.ru") || (document.domain == "mgorsk.ru" || document.domain.substring(document.domain.indexOf(".mgorsk.ru") + 1) == "mgorsk.ru") || (document.domain == "ngs.ru" || document.domain.substring(document.domain.indexOf(".ngs.ru") + 1) == "ngs.ru") || (document.domain == "ngs22.ru" || document.domain.substring(document.domain.indexOf(".ngs22.ru") + 1) == "ngs22.ru") || (document.domain == "ngs24.ru" || document.domain.substring(document.domain.indexOf(".ngs24.ru") + 1) == "ngs24.ru") || (document.domain == "ngs38.ru" || document.domain.substring(document.domain.indexOf(".ngs38.ru") + 1) == "ngs38.ru") || (document.domain == "ngs42.ru" || document.domain.substring(document.domain.indexOf(".ngs42.ru") + 1) == "ngs42.ru") || (document.domain == "ngs55.ru" || document.domain.substring(document.domain.indexOf(".ngs55.ru") + 1) == "ngs55.ru") || (document.domain == "ngs70.ru" || document.domain.substring(document.domain.indexOf(".ngs70.ru") + 1) == "ngs70.ru") || (document.domain == "nn.ru" || document.domain.substring(document.domain.indexOf(".nn.ru") + 1) == "nn.ru") || (document.domain == "proizhevsk.ru" || document.domain.substring(document.domain.indexOf(".proizhevsk.ru") + 1) == "proizhevsk.ru") || (document.domain == "provoronezh.ru" || document.domain.substring(document.domain.indexOf(".provoronezh.ru") + 1) == "provoronezh.ru") || (document.domain == "sochi1.ru" || document.domain.substring(document.domain.indexOf(".sochi1.ru") + 1) == "sochi1.ru") || (document.domain == "sterlitamak1.ru" || document.domain.substring(document.domain.indexOf(".sterlitamak1.ru") + 1) == "sterlitamak1.ru") || (document.domain == "tolyatty.ru" || document.domain.substring(document.domain.indexOf(".tolyatty.ru") + 1) == "tolyatty.ru") || (document.domain == "ufa1.ru" || document.domain.substring(document.domain.indexOf(".ufa1.ru") + 1) == "ufa1.ru") || (document.domain == "v1.ru" || document.domain.substring(document.domain.indexOf(".v1.ru") + 1) == "v1.ru"))
  48. css += [
  49. ".right-column-container > .right-column > div {height: auto !important;}"
  50. ].join("\n");
  51. if (false || (document.domain == "1informer.com" || document.domain.substring(document.domain.indexOf(".1informer.com") + 1) == "1informer.com") || (document.domain == "fainaidea.com" || document.domain.substring(document.domain.indexOf(".fainaidea.com") + 1) == "fainaidea.com") || (document.domain == "housechief.ru" || document.domain.substring(document.domain.indexOf(".housechief.ru") + 1) == "housechief.ru") || (document.domain == "root-nation.com" || document.domain.substring(document.domain.indexOf(".root-nation.com") + 1) == "root-nation.com"))
  52. css += [
  53. "html > body {cursor: default !important;}"
  54. ].join("\n");
  55. if (false || (document.domain == "1plus1.international" || document.domain.substring(document.domain.indexOf(".1plus1.international") + 1) == "1plus1.international") || (document.domain == "1plus1.ua" || document.domain.substring(document.domain.indexOf(".1plus1.ua") + 1) == "1plus1.ua") || (document.domain == "1plus1.video" || document.domain.substring(document.domain.indexOf(".1plus1.video") + 1) == "1plus1.video") || (document.domain == "2plus2.ua" || document.domain.substring(document.domain.indexOf(".2plus2.ua") + 1) == "2plus2.ua") || (document.domain == "bigudi.tv" || document.domain.substring(document.domain.indexOf(".bigudi.tv") + 1) == "bigudi.tv") || (document.domain == "paramountcomedy.com.ua" || document.domain.substring(document.domain.indexOf(".paramountcomedy.com.ua") + 1) == "paramountcomedy.com.ua") || (document.domain == "plus-plus.tv" || document.domain.substring(document.domain.indexOf(".plus-plus.tv") + 1) == "plus-plus.tv") || (document.domain == "tet.tv" || document.domain.substring(document.domain.indexOf(".tet.tv") + 1) == "tet.tv"))
  56. css += [
  57. ".cookies {display: none !important;}",
  58. " body {padding-top: 0 !important;}",
  59. " .header {top: 0 !important;}"
  60. ].join("\n");
  61. if (false || (document.domain == "1plus1.video" || document.domain.substring(document.domain.indexOf(".1plus1.video") + 1) == "1plus1.video"))
  62. css += [
  63. "._opo_-container-playlist-player {background-color: #1A1F24 !important;}",
  64. " body.show-cookies ._opo_-header {top: 0 !important;}"
  65. ].join("\n");
  66. if (false || (document.domain == "21forum.ru" || document.domain.substring(document.domain.indexOf(".21forum.ru") + 1) == "21forum.ru") || (document.domain == "forum.na-svyazi.ru" || document.domain.substring(document.domain.indexOf(".forum.na-svyazi.ru") + 1) == "forum.na-svyazi.ru") || (document.domain == "forum.zarulem.ws" || document.domain.substring(document.domain.indexOf(".forum.zarulem.ws") + 1) == "forum.zarulem.ws"))
  67. css += [
  68. "#user2s[height=\"71\"], #userlinks[height=\"70\"], td[height=\"70\"][style] {display: none !important;}"
  69. ].join("\n");
  70. if (false || (document.domain == "26-2.ru" || document.domain.substring(document.domain.indexOf(".26-2.ru") + 1) == "26-2.ru") || (document.domain == "arbitr-praktika.ru" || document.domain.substring(document.domain.indexOf(".arbitr-praktika.ru") + 1) == "arbitr-praktika.ru") || (document.domain == "budgetnik.ru" || document.domain.substring(document.domain.indexOf(".budgetnik.ru") + 1) == "budgetnik.ru") || (document.domain == "budgetnyk.com.ua" || document.domain.substring(document.domain.indexOf(".budgetnyk.com.ua") + 1) == "budgetnyk.com.ua") || (document.domain == "buhsoft.ru" || document.domain.substring(document.domain.indexOf(".buhsoft.ru") + 1) == "buhsoft.ru") || (document.domain == "business.ru" || document.domain.substring(document.domain.indexOf(".business.ru") + 1) == "business.ru") || (document.domain == "cxychet.ru" || document.domain.substring(document.domain.indexOf(".cxychet.ru") + 1) == "cxychet.ru") || (document.domain == "dirsalona.ru" || document.domain.substring(document.domain.indexOf(".dirsalona.ru") + 1) == "dirsalona.ru") || (document.domain == "fd.ru" || document.domain.substring(document.domain.indexOf(".fd.ru") + 1) == "fd.ru") || (document.domain == "gazeta-unp.ru" || document.domain.substring(document.domain.indexOf(".gazeta-unp.ru") + 1) == "gazeta-unp.ru") || (document.domain == "gd.ru" || document.domain.substring(document.domain.indexOf(".gd.ru") + 1) == "gd.ru") || (document.domain == "gkh.ru" || document.domain.substring(document.domain.indexOf(".gkh.ru") + 1) == "gkh.ru") || (document.domain == "glavbukh.ru" || document.domain.substring(document.domain.indexOf(".glavbukh.ru") + 1) == "glavbukh.ru") || (document.domain == "golovbukh.ua" || document.domain.substring(document.domain.indexOf(".golovbukh.ua") + 1) == "golovbukh.ua") || (document.domain == "hr-director.ru" || document.domain.substring(document.domain.indexOf(".hr-director.ru") + 1) == "hr-director.ru") || (document.domain == "kadrovik01.com.ua" || document.domain.substring(document.domain.indexOf(".kadrovik01.com.ua") + 1) == "kadrovik01.com.ua") || (document.domain == "kdelo.ru" || document.domain.substring(document.domain.indexOf(".kdelo.ru") + 1) == "kdelo.ru") || (document.domain == "kom-dir.ru" || document.domain.substring(document.domain.indexOf(".kom-dir.ru") + 1) == "kom-dir.ru") || (document.domain == "law.ru" || document.domain.substring(document.domain.indexOf(".law.ru") + 1) == "law.ru") || (document.domain == "lawyercom.ru" || document.domain.substring(document.domain.indexOf(".lawyercom.ru") + 1) == "lawyercom.ru") || (document.domain == "medsprava.com.ua" || document.domain.substring(document.domain.indexOf(".medsprava.com.ua") + 1) == "medsprava.com.ua") || (document.domain == "menobr.ru" || document.domain.substring(document.domain.indexOf(".menobr.ru") + 1) == "menobr.ru") || (document.domain == "nalogplan.ru" || document.domain.substring(document.domain.indexOf(".nalogplan.ru") + 1) == "nalogplan.ru") || (document.domain == "pro-goszakaz.ru" || document.domain.substring(document.domain.indexOf(".pro-goszakaz.ru") + 1) == "pro-goszakaz.ru") || (document.domain == "pro-personal.ru" || document.domain.substring(document.domain.indexOf(".pro-personal.ru") + 1) == "pro-personal.ru") || (document.domain == "resobr.ru" || document.domain.substring(document.domain.indexOf(".resobr.ru") + 1) == "resobr.ru") || (document.domain == "rnk.ru" || document.domain.substring(document.domain.indexOf(".rnk.ru") + 1) == "rnk.ru") || (document.domain == "sop.com.ua" || document.domain.substring(document.domain.indexOf(".sop.com.ua") + 1) == "sop.com.ua") || (document.domain == "stroychet.ru" || document.domain.substring(document.domain.indexOf(".stroychet.ru") + 1) == "stroychet.ru") || (document.domain == "trudohrana.ru" || document.domain.substring(document.domain.indexOf(".trudohrana.ru") + 1) == "trudohrana.ru") || (document.domain == "ugpr.ru" || document.domain.substring(document.domain.indexOf(".ugpr.ru") + 1) == "ugpr.ru") || (document.domain == "zarplata-online.ru" || document.domain.substring(document.domain.indexOf(".zarplata-online.ru") + 1) == "zarplata-online.ru") || (document.domain == "zdrav.ru" || document.domain.substring(document.domain.indexOf(".zdrav.ru") + 1) == "zdrav.ru"))
  71. css += [
  72. ".megaShadow, .paywall-activated, .topAdvertize {display: none !important;}",
  73. " .topAdvertize__wrapper {height: auto !important;}",
  74. " .body * {opacity: 1 !important; filter: none !important; pointer-events: auto !important;}",
  75. " body {overflow: auto !important;}"
  76. ].join("\n");
  77. if (false || (document.domain == "26-2.ru" || document.domain.substring(document.domain.indexOf(".26-2.ru") + 1) == "26-2.ru") || (document.domain == "arbitr-praktika.ru" || document.domain.substring(document.domain.indexOf(".arbitr-praktika.ru") + 1) == "arbitr-praktika.ru") || (document.domain == "budgetnik.ru" || document.domain.substring(document.domain.indexOf(".budgetnik.ru") + 1) == "budgetnik.ru") || (document.domain == "budgetnyk.com.ua" || document.domain.substring(document.domain.indexOf(".budgetnyk.com.ua") + 1) == "budgetnyk.com.ua") || (document.domain == "buhsoft.ru26-2.ru" || document.domain.substring(document.domain.indexOf(".buhsoft.ru26-2.ru") + 1) == "buhsoft.ru26-2.ru") || (document.domain == "business.ru" || document.domain.substring(document.domain.indexOf(".business.ru") + 1) == "business.ru") || (document.domain == "cxychet.ru" || document.domain.substring(document.domain.indexOf(".cxychet.ru") + 1) == "cxychet.ru") || (document.domain == "dirsalona.ru" || document.domain.substring(document.domain.indexOf(".dirsalona.ru") + 1) == "dirsalona.ru") || (document.domain == "fd.ru" || document.domain.substring(document.domain.indexOf(".fd.ru") + 1) == "fd.ru") || (document.domain == "gazeta-unp.ru" || document.domain.substring(document.domain.indexOf(".gazeta-unp.ru") + 1) == "gazeta-unp.ru") || (document.domain == "gd.ru" || document.domain.substring(document.domain.indexOf(".gd.ru") + 1) == "gd.ru") || (document.domain == "gkh.ru" || document.domain.substring(document.domain.indexOf(".gkh.ru") + 1) == "gkh.ru") || (document.domain == "glavbukh.ru" || document.domain.substring(document.domain.indexOf(".glavbukh.ru") + 1) == "glavbukh.ru") || (document.domain == "golovbukh.ua" || document.domain.substring(document.domain.indexOf(".golovbukh.ua") + 1) == "golovbukh.ua") || (document.domain == "hr-director.ru" || document.domain.substring(document.domain.indexOf(".hr-director.ru") + 1) == "hr-director.ru") || (document.domain == "kadrovik01.com.ua" || document.domain.substring(document.domain.indexOf(".kadrovik01.com.ua") + 1) == "kadrovik01.com.ua") || (document.domain == "kdelo.ru" || document.domain.substring(document.domain.indexOf(".kdelo.ru") + 1) == "kdelo.ru") || (document.domain == "kom-dir.ru" || document.domain.substring(document.domain.indexOf(".kom-dir.ru") + 1) == "kom-dir.ru") || (document.domain == "law.ru" || document.domain.substring(document.domain.indexOf(".law.ru") + 1) == "law.ru") || (document.domain == "lawyercom.ru" || document.domain.substring(document.domain.indexOf(".lawyercom.ru") + 1) == "lawyercom.ru") || (document.domain == "medsprava.com.ua" || document.domain.substring(document.domain.indexOf(".medsprava.com.ua") + 1) == "medsprava.com.ua") || (document.domain == "menobr.ru" || document.domain.substring(document.domain.indexOf(".menobr.ru") + 1) == "menobr.ru") || (document.domain == "nalogplan.ru" || document.domain.substring(document.domain.indexOf(".nalogplan.ru") + 1) == "nalogplan.ru") || (document.domain == "pro-goszakaz.ru" || document.domain.substring(document.domain.indexOf(".pro-goszakaz.ru") + 1) == "pro-goszakaz.ru") || (document.domain == "pro-personal.ru" || document.domain.substring(document.domain.indexOf(".pro-personal.ru") + 1) == "pro-personal.ru") || (document.domain == "resobr.ru" || document.domain.substring(document.domain.indexOf(".resobr.ru") + 1) == "resobr.ru") || (document.domain == "rnk.ru" || document.domain.substring(document.domain.indexOf(".rnk.ru") + 1) == "rnk.ru") || (document.domain == "sop.com.ua" || document.domain.substring(document.domain.indexOf(".sop.com.ua") + 1) == "sop.com.ua") || (document.domain == "stroychet.ru" || document.domain.substring(document.domain.indexOf(".stroychet.ru") + 1) == "stroychet.ru") || (document.domain == "trudohrana.ru" || document.domain.substring(document.domain.indexOf(".trudohrana.ru") + 1) == "trudohrana.ru") || (document.domain == "ugpr.ru" || document.domain.substring(document.domain.indexOf(".ugpr.ru") + 1) == "ugpr.ru") || (document.domain == "zarplata-online.ru" || document.domain.substring(document.domain.indexOf(".zarplata-online.ru") + 1) == "zarplata-online.ru") || (document.domain == "zdrav.ru" || document.domain.substring(document.domain.indexOf(".zdrav.ru") + 1) == "zdrav.ru"))
  78. css += [
  79. "div[class^=\"GbShadow\"] {display: none !important;}"
  80. ].join("\n");
  81. if (false || (document.domain == "2ip.io" || document.domain.substring(document.domain.indexOf(".2ip.io") + 1) == "2ip.io") || (document.domain == "2ip.ru" || document.domain.substring(document.domain.indexOf(".2ip.ru") + 1) == "2ip.ru"))
  82. css += [
  83. ".consent__notice, .consent__notice ~ .body-blackout, ",
  84. " body:not([class]) #content > .page_speed_result__share + style + div[class], ",
  85. " body:not([class]) .content-list > a[href^=\"https://krot.io\"], ",
  86. " body:not([class]) .ip-links_item > .ip-icon-link, ",
  87. " body:not([class]) .page-privacy > #spy ~ style + div[class], ",
  88. " body:not([class]) .page-speed > .speed_checker + style + div[class], ",
  89. " body:not([class]) [class^=\"ip-\"] > a[href*=\"utm_\"], ",
  90. " body[class] #header > #nav > li:nth-child(2), ",
  91. " body[class] .ip-info-entry a[href*=\"utm_\"], ",
  92. " body[class] .nav > li > a[href^=\"https://krot.io\"] {display: none !important;}",
  93. " body:not([class]) .test-vpn > a {opacity: 0 !important; pointer-events: none !important;}",
  94. " body {overflow: auto !important;}"
  95. ].join("\n");
  96. if (false || (document.domain == "2ip.ru" || document.domain.substring(document.domain.indexOf(".2ip.ru") + 1) == "2ip.ru"))
  97. css += [
  98. "body:not([class]) .menu_isp__default > ul > li:nth-child(2) {display: none !important;}"
  99. ].join("\n");
  100. if (false || (document.domain == "2ip.ua" || document.domain.substring(document.domain.indexOf(".2ip.ua") + 1) == "2ip.ua"))
  101. css += [
  102. ".ipblockgradient > .ip + div[class]:not([class^=\"ip\"]), ",
  103. " .ipblockgrid div[class*=\"mini\"], .result ~ [class*=\"mini\"], .socks, ",
  104. " div[class^=\"custom_proxy\"] {display: none !important;}"
  105. ].join("\n");
  106. if (false || (document.domain == "360tv.ru" || document.domain.substring(document.domain.indexOf(".360tv.ru") + 1) == "360tv.ru"))
  107. css += [
  108. "#telegram-subscribe-container {display: none !important;}",
  109. " .subscribe_padding {padding-top: 60px !important;}"
  110. ].join("\n");
  111. if (false || (document.domain == "3dnews.ru" || document.domain.substring(document.domain.indexOf(".3dnews.ru") + 1) == "3dnews.ru"))
  112. css += [
  113. "html[lang=\"ru\"] > body {background: radial-gradient(ellipse at center,#4e4e4e 0%,#1a1a1a 100%) !important;}",
  114. " #global-wrapper[style*=\"pointer\"] {cursor: auto !important; padding-top: 0 !important; background: none !important; pointer-events: none !important;}",
  115. " #global-wrapper[style*=\"pointer\"] > * {pointer-events: auto !important;}",
  116. " #global-wrapper:not(#id) > #wrapper {top: 0 !important;}"
  117. ].join("\n");
  118. if (false || (document.domain == "4pda.ru" || document.domain.substring(document.domain.indexOf(".4pda.ru") + 1) == "4pda.ru") || (document.domain == "4pda.to" || document.domain.substring(document.domain.indexOf(".4pda.to") + 1) == "4pda.to"))
  119. css += [
  120. "html:not([class]):not([style]) > body:not([itemscope]) > div[id] > div[id][href] {cursor: auto !important;}",
  121. " body[itemscope] [id]:first-child > style ~ a[href][target=\"_blank\"], ",
  122. " iframe[src*=\"utm_campaign\"], tbody > tr[valign=\"top\"] > td[width*=\"%\"] + td > a[href][target=\"_blank\"] > img {display: none !important;}",
  123. " #main, main, div{background-image: none !important;}",
  124. " * {background-image: url(\"\") !important;}",
  125. " div{background-image: url(\"\") !important;}",
  126. " .maintitle, .maintitlecollapse {background-color: #2982CC !important; background: #57a5de !important; background: linear-gradient(to bottom, #57a5de 0%, #047fbd 100%) !important;}",
  127. // !! " #header + #ruBlbZq {background-image: url() !important;}",
  128. // !! " #header + * {background-image: url() !important;}",
  129. // !! " #header + #ruBlbZq {background-image: url(\"\") !important;}",
  130. " #main {padding: 0 !important;}",
  131. " .brand-page {display: none !important;}",
  132. " .brand-page {height: 0 !important;}",
  133. " body,#main,#rnd-replace-main {background: #E6E7E9!important;}",
  134. " div#main > div.holder.no-hidden{padding: 0 !important;}",
  135. " div#main > div.holder.no-hidden{width: inherit !important;}",
  136. " html > body > div#wrapper > div:nth-of-type(1) > div:nth-of-type(1) > header+div {background-image: url(\"\") !important;}",
  137. " article#content{width: 920px !important;}",
  138. // ! " #header~div:not(#contacts):not(#body) {background-image: none !important;background-color: #E6E7E9!important;}",
  139. // ! " link~div[class$=\" \"] {display: none!important;}",
  140. " html {margin-top: 0px !important;}",
  141. " div [class^=\"h-frame\"]{top: 0px !important;}",
  142. " div#main > div.holder.no-hidden{padding: 0 !important;}",
  143. " div#main > div.holder.no-hidden{width: inherit !important;}",
  144. " iv#main > div.holder.no-hidden > a{display: none !important;}",
  145. " div#main > div.holder.no-hidden > div.brand-page-counters{display: none !important;}",
  146. " div#ipbwrapper > div.borderwrap-header{display: none !important;}",
  147. " div.borderwrap-header > table{display: none !important;}",
  148. " div#dw-wrapper{display: none !important;}",
  149. " a.brand-page.main{display: none !important;}",
  150. " div#wrapper > div:nth-of-type(1) > div:nth-of-type(1) > header+div > div:nth-of-type(4){display: none !important;}",
  151. " div#wrapper > div:nth-of-type(1) > div:nth-of-type(1) > header+div > div:nth-of-type(3){display: none !important;}",
  152. // ! расширяем
  153. // ! проверить " header#header{ max-width: 1500px !important; width: 95% !important;}",
  154. // ! проверить " header+div > div:nth-of-type(1){ margin: 0px !important; max-width: 1500px !important; width: 90% !important;}",
  155. " header+div > div > div+section > article{max-width: 1500px !important; width: 79% !important;}",
  156. // !? проверить вариант " header+div > div > div+section > article{max-width: 1500px !important; width: auto !important;}",
  157. " header+div > div > div+section > aside{max-width: 20% !important; width: 20% !important;}",
  158. " .holder, .holder-no-hidden {width: auto !important;}",
  159. " .selection .content {margin-left: 0px !important; margin-right: 0px !important;}",
  160. " header+div > div > div+section{margin-left: 0px !important; margin-right: 0px !important;}",
  161. " .g-btn.red, .g-btn.green {color: #326b92a8 !important;}"
  162. ].join("\n");
  163. if (false || (document.domain == "4studio.com.ua" || document.domain.substring(document.domain.indexOf(".4studio.com.ua") + 1) == "4studio.com.ua"))
  164. css += [
  165. "#wrapper {padding-top: 0 !important;}",
  166. " #wrapper > #header {position: relative !important;}"
  167. ].join("\n");
  168. if (false || (document.domain == "7days.ru" || document.domain.substring(document.domain.indexOf(".7days.ru") + 1) == "7days.ru"))
  169. css += [
  170. "body {margin-top: 0 !important;}"
  171. ].join("\n");
  172. if (false || (document.domain == "8fornod.net" || document.domain.substring(document.domain.indexOf(".8fornod.net") + 1) == "8fornod.net"))
  173. css += [
  174. ".remodal-is-opened {display: none !important;}",
  175. " html {overflow: auto !important;}"
  176. ].join("\n");
  177. if (false || (document.domain == "8fornod.net" || document.domain.substring(document.domain.indexOf(".8fornod.net") + 1) == "8fornod.net") || (document.domain == "freekeys.club" || document.domain.substring(document.domain.indexOf(".freekeys.club") + 1) == "freekeys.club") || (document.domain == "trialnod.club" || document.domain.substring(document.domain.indexOf(".trialnod.club") + 1) == "trialnod.club") || (document.domain == "w98008mo.beget.tech" || document.domain.substring(document.domain.indexOf(".w98008mo.beget.tech") + 1) == "w98008mo.beget.tech"))
  178. css += [
  179. "body {overflow: auto !important;}"
  180. ].join("\n");
  181. if (false || (document.domain == "aces.gg" || document.domain.substring(document.domain.indexOf(".aces.gg") + 1) == "aces.gg"))
  182. css += [
  183. "body {background: black !important; cursor: default !important;}",
  184. " #alert > * {pointer-events: auto !important;}",
  185. " #alert {pointer-events: none !important;}"
  186. ].join("\n");
  187. if (false || (document.domain == "afisha.yandex.by" || document.domain.substring(document.domain.indexOf(".afisha.yandex.by") + 1) == "afisha.yandex.by") || (document.domain == "afisha.yandex.kz" || document.domain.substring(document.domain.indexOf(".afisha.yandex.kz") + 1) == "afisha.yandex.kz") || (document.domain == "afisha.yandex.ru" || document.domain.substring(document.domain.indexOf(".afisha.yandex.ru") + 1) == "afisha.yandex.ru") || (document.domain == "afisha.yandex.ua" || document.domain.substring(document.domain.indexOf(".afisha.yandex.ua") + 1) == "afisha.yandex.ua") || (document.domain == "afisha.yandex.uz" || document.domain.substring(document.domain.indexOf(".afisha.yandex.uz") + 1) == "afisha.yandex.uz"))
  188. css += [
  189. "div[class*=\"_tld_\"][id^=\"uniq\"]:empty {height: unset !important;}",
  190. " .content-event_commercial_yes {margin-top: auto !important;}"
  191. ].join("\n");
  192. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  193. css += [
  194. "#header-links {display: none !important;}",
  195. " #new_logo_helper01 {top: 0 !important;}"
  196. ].join("\n");
  197. if (false || (document.domain == "agorov.org" || document.domain.substring(document.domain.indexOf(".agorov.org") + 1) == "agorov.org") || (document.domain == "animevost.am" || document.domain.substring(document.domain.indexOf(".animevost.am") + 1) == "animevost.am") || (document.domain == "animevost.org" || document.domain.substring(document.domain.indexOf(".animevost.org") + 1) == "animevost.org") || (document.domain == "animevost.site" || document.domain.substring(document.domain.indexOf(".animevost.site") + 1) == "animevost.site") || (document.domain == "smotret-anime-365.ru" || document.domain.substring(document.domain.indexOf(".smotret-anime-365.ru") + 1) == "smotret-anime-365.ru"))
  198. css += [
  199. "div[class^=\"headbg\"] {background-image: none !important; height: auto !important;}",
  200. " div[class^=\"headbg\"] > .menu .sar {bottom: auto !important; top: 50px !important; z-index: 100 !important;}",
  201. " div[class^=\"headbg\"] > .menu {top: 0 !important;}"
  202. ].join("\n");
  203. if (false || (document.domain == "agronews.ua" || document.domain.substring(document.domain.indexOf(".agronews.ua") + 1) == "agronews.ua") || (document.domain == "volyninfo.com" || document.domain.substring(document.domain.indexOf(".volyninfo.com") + 1) == "volyninfo.com"))
  204. css += [
  205. "html > body {background-image: none !important;}",
  206. " html > body > * {pointer-events: auto !important;}",
  207. " html > body {pointer-events: none !important;}"
  208. ].join("\n");
  209. if (false || (document.domain == "agronom.com.ua" || document.domain.substring(document.domain.indexOf(".agronom.com.ua") + 1) == "agronom.com.ua") || (document.domain == "tt-cup.com" || document.domain.substring(document.domain.indexOf(".tt-cup.com") + 1) == "tt-cup.com"))
  210. css += [
  211. "body {cursor: auto !important;}",
  212. " body > * {pointer-events: auto !important;}",
  213. " body {pointer-events: none !important;}"
  214. ].join("\n");
  215. if (false || (document.domain == "aif.ru" || document.domain.substring(document.domain.indexOf(".aif.ru") + 1) == "aif.ru"))
  216. css += "#container:not(#id) {margin-top: 0!important;}";
  217. if (false || (document.domain == "ain.ua" || document.domain.substring(document.domain.indexOf(".ain.ua") + 1) == "ain.ua"))
  218. css += [
  219. ".big-ad-wrapper {height: auto !important;}",
  220. " html > body:not(#id) > * {pointer-events: auto !important;}",
  221. " html > body:not(#id) {pointer-events: none !important; background-color: #eff1f2 !important;}",
  222. " #subbody {top: auto !important;}"
  223. ].join("\n");
  224. if (false || (document.domain == "alau.kz" || document.domain.substring(document.domain.indexOf(".alau.kz") + 1) == "alau.kz"))
  225. css += [
  226. ".td-ad-background-link .td-outer-container > * {pointer-events: auto !important;}",
  227. " .td-ad-background-link #td-outer-wrap, ",
  228. " .td-ad-background-link .td-outer-container {pointer-events: none !important;}"
  229. ].join("\n");
  230. if (false || (document.domain == "alexfilm.cc" || document.domain.substring(document.domain.indexOf(".alexfilm.cc") + 1) == "alexfilm.cc") || (document.domain == "alexfilm.org" || document.domain.substring(document.domain.indexOf(".alexfilm.org") + 1) == "alexfilm.org"))
  231. css += [
  232. "body > .page {background-color: rgba(253,253,253,1) !important;}",
  233. " body > #heading.clickable {max-height: 50px !important;}"
  234. ].join("\n");
  235. if (false || (document.domain == "all-episodes.org" || document.domain.substring(document.domain.indexOf(".all-episodes.org") + 1) == "all-episodes.org"))
  236. css += [
  237. "body {background-image: none !important;}",
  238. " body > .wrapper {margin-top: 0 !important;}"
  239. ].join("\n");
  240. if (false || (document.domain == "allbasketball.org" || document.domain.substring(document.domain.indexOf(".allbasketball.org") + 1) == "allbasketball.org") || (document.domain == "bit.ua" || document.domain.substring(document.domain.indexOf(".bit.ua") + 1) == "bit.ua") || (document.domain == "freerutor.com" || document.domain.substring(document.domain.indexOf(".freerutor.com") + 1) == "freerutor.com") || (document.domain == "gidonline.fun" || document.domain.substring(document.domain.indexOf(".gidonline.fun") + 1) == "gidonline.fun") || (document.domain == "greenpost.ua" || document.domain.substring(document.domain.indexOf(".greenpost.ua") + 1) == "greenpost.ua") || (document.domain == "kinoboom.su" || document.domain.substring(document.domain.indexOf(".kinoboom.su") + 1) == "kinoboom.su") || (document.domain == "oblozhki.net" || document.domain.substring(document.domain.indexOf(".oblozhki.net") + 1) == "oblozhki.net") || (document.domain == "repackov.net" || document.domain.substring(document.domain.indexOf(".repackov.net") + 1) == "repackov.net") || (document.domain == "sportboom.info" || document.domain.substring(document.domain.indexOf(".sportboom.info") + 1) == "sportboom.info") || (document.domain == "uateam.tv" || document.domain.substring(document.domain.indexOf(".uateam.tv") + 1) == "uateam.tv") || (document.domain == "urologypro.ru" || document.domain.substring(document.domain.indexOf(".urologypro.ru") + 1) == "urologypro.ru") || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info"))
  241. css += [
  242. "body:not(#id) {margin-top: 0 !important;}"
  243. ].join("\n");
  244. if (false || (document.domain == "allboxing.ru" || document.domain.substring(document.domain.indexOf(".allboxing.ru") + 1) == "allboxing.ru"))
  245. css += [
  246. ".content-wrapper {margin-top: 0 !important;}",
  247. " body {padding-top: 0 !important;}",
  248. " body * {transition: none !important;}"
  249. ].join("\n");
  250. if (false || (document.domain == "allhockey.ru" || document.domain.substring(document.domain.indexOf(".allhockey.ru") + 1) == "allhockey.ru"))
  251. css += ".adr-top { height: 0 !important; min-height: 0!important;}";
  252. if (false || (document.domain == "aliexpress.com" || document.domain.substring(document.domain.indexOf(".aliexpress.com") + 1) == "aliexpress.com"))
  253. css += [
  254. " dl.cl-item{display: inline-block !important;}",
  255. // !! " div.categories-main{ display: inline-block !important; width: auto !important; } dl.cl-item{display: inline-block !important;}",
  256. " div.index-page > div.user-helper-footer{position: relative !important; top: 120px !important; padding: 0 !important;}",
  257. " div.index-page > div.site-footer{position: relative !important; top: 120px !important; margin: 0 !important; padding: 0 !important;}",
  258. " div.index-page > div.footer-copywrite{position: relative !important; top: 120px !important;}",
  259. " div.index-page{height: inherit !important;}"
  260. ].join("\n");
  261. if (false || (document.domain == "allmmorpg.ru" || document.domain.substring(document.domain.indexOf(".allmmorpg.ru") + 1) == "allmmorpg.ru"))
  262. css += [
  263. "body {background-image: none !important;}"
  264. ].join("\n");
  265. if (false || (document.domain == "amedia.online" || document.domain.substring(document.domain.indexOf(".amedia.online") + 1) == "amedia.online"))
  266. css += [
  267. "header.top {margin-bottom: 0 !important;}"
  268. ].join("\n");
  269. if (false || (document.domain == "androidinsider.ru" || document.domain.substring(document.domain.indexOf(".androidinsider.ru") + 1) == "androidinsider.ru"))
  270. css += [
  271. "#wrapper {background: none !important;}",
  272. " #trend {margin-bottom: 0 !important;}"
  273. ].join("\n");
  274. if (false || (document.domain == "anekdot.ru" || document.domain.substring(document.domain.indexOf(".anekdot.ru") + 1) == "anekdot.ru"))
  275. css += [
  276. "body {background-color: rgb(255, 255, 238) !important;}",
  277. " .nav-line {margin-top: 0 !important;}"
  278. ].join("\n");
  279. if (false || (document.domain == "anilibria.life" || document.domain.substring(document.domain.indexOf(".anilibria.life") + 1) == "anilibria.life") || (document.domain == "animebest.tv" || document.domain.substring(document.domain.indexOf(".animebest.tv") + 1) == "animebest.tv") || (document.domain == "animevost.tv" || document.domain.substring(document.domain.indexOf(".animevost.tv") + 1) == "animevost.tv"))
  280. css += [
  281. "#wr-bg {padding-top: 60px !important;}"
  282. ].join("\n");
  283. if (false || (document.domain == "anime.anidub.life" || document.domain.substring(document.domain.indexOf(".anime.anidub.life") + 1) == "anime.anidub.life") || (document.domain == "online.anidub.com" || document.domain.substring(document.domain.indexOf(".online.anidub.com") + 1) == "online.anidub.com"))
  284. css += [
  285. ".content > .sect-header {margin-bottom: 0 !important;}",
  286. " #main > div[class^=\"wrap-main\"] {margin-left: auto !important; margin-right: auto !important;}",
  287. " .content, .full {padding-top: 0 !important;}",
  288. " .popular-in {padding-top: 80px !important;}",
  289. " .sticky-wrap {position: relative !important;}",
  290. " .wrap > .popular {visibility: visible !important;}"
  291. ].join("\n");
  292. if (false || (document.domain == "animedia.pro" || document.domain.substring(document.domain.indexOf(".animedia.pro") + 1) == "animedia.pro"))
  293. css += [
  294. ".right-sidebar {height: auto !important;}",
  295. " .content > .media {padding-bottom: unset !important;}"
  296. ].join("\n");
  297. if (false || (document.domain == "animedia.pro" || document.domain.substring(document.domain.indexOf(".animedia.pro") + 1) == "animedia.pro") || (document.domain == "tt.animedia.tv" || document.domain.substring(document.domain.indexOf(".tt.animedia.tv") + 1) == "tt.animedia.tv"))
  298. css += [
  299. "div[class^=\"promo\"][class*=\"wrapper\"] {",
  300. " display: none !important",
  301. " }",
  302. " .main-container {",
  303. " margin-top: 80px !important",
  304. " }"
  305. ].join("\n");
  306. if (false || (document.domain == "animegid.online" || document.domain.substring(document.domain.indexOf(".animegid.online") + 1) == "animegid.online"))
  307. css += [
  308. ".header {padding-block-start: 0 !important;}"
  309. ].join("\n");
  310. if (false || (document.domain == "animemobi.ru" || document.domain.substring(document.domain.indexOf(".animemobi.ru") + 1) == "animemobi.ru"))
  311. css += [
  312. ".wrapper {margin-top: 0 !important;}"
  313. ].join("\n");
  314. if (false || (document.domain == "animemovie.ru" || document.domain.substring(document.domain.indexOf(".animemovie.ru") + 1) == "animemovie.ru"))
  315. css += [
  316. "body > .standard, header[role=\"banner\"] {height: 100px !important; background: transparent !important;}",
  317. " .logo {margin-left: 0 !important; left: 0 !important;}",
  318. " .htitle {margin-left: 0 !important; left: 150px !important;}",
  319. " nav[role=\"navigation\"] > ul {top: 0 !important;}"
  320. ].join("\n");
  321. if (false || (document.domain == "animespirit.tv" || document.domain.substring(document.domain.indexOf(".animespirit.tv") + 1) == "animespirit.tv") || (document.domain == "fullfilmhd.space" || document.domain.substring(document.domain.indexOf(".fullfilmhd.space") + 1) == "fullfilmhd.space") || (document.domain == "kinocok.org" || document.domain.substring(document.domain.indexOf(".kinocok.org") + 1) == "kinocok.org"))
  322. css += [
  323. "#wrapper {margin-top: 0 !important;}"
  324. ].join("\n");
  325. if (false || (document.domain == "anistar.org" || document.domain.substring(document.domain.indexOf(".anistar.org") + 1) == "anistar.org") || (document.domain == "anistar.pro" || document.domain.substring(document.domain.indexOf(".anistar.pro") + 1) == "anistar.pro") || (document.domain == "anistar.world" || document.domain.substring(document.domain.indexOf(".anistar.world") + 1) == "anistar.world") || (document.domain == "online-star.org" || document.domain.substring(document.domain.indexOf(".online-star.org") + 1) == "online-star.org") || (document.domain == "online-stars.org" || document.domain.substring(document.domain.indexOf(".online-stars.org") + 1) == "online-stars.org"))
  326. css += [
  327. "html > body:not(#id) {background-image: none !important;}",
  328. " body > .main.wrapper {margin-top: 0 !important;}",
  329. " body > header {top: 0 !important;}",
  330. " .list-nav {z-index: 1 !important;}",
  331. " .drowmenu {z-index: 1999999999 !important;}"
  332. ].join("\n");
  333. if (false || (document.domain == "anitokyo.tv" || document.domain.substring(document.domain.indexOf(".anitokyo.tv") + 1) == "anitokyo.tv"))
  334. css += [
  335. "#header_h {background-image: none !important;}",
  336. " body {background-image: none !important; background-color: #e4f1f6 !important;}",
  337. " div[class^=\"header_bg\"], header > a:not(.rss_ico) {display: none !important;}",
  338. " #wrapper, header {padding-top: 0 !important;}"
  339. ].join("\n");
  340. if (false || (document.domain == "anti-malware.ru" || document.domain.substring(document.domain.indexOf(".anti-malware.ru") + 1) == "anti-malware.ru"))
  341. css += "body > header {margin-top: 0 !important;}";
  342. if (false || (document.domain == "apnews.com.ua" || document.domain.substring(document.domain.indexOf(".apnews.com.ua") + 1) == "apnews.com.ua"))
  343. css += [
  344. ".reveal-overlay {display: none !important;}",
  345. " html {position: relative !important; top: 0 !important;}"
  346. ].join("\n");
  347. if (false || (document.domain == "app-time.ru" || document.domain.substring(document.domain.indexOf(".app-time.ru") + 1) == "app-time.ru"))
  348. css += [
  349. ".native-brand {height: 0 !important;}",
  350. " .native-brand ~ section.main {margin-top: 0 !important;}",
  351. " header {position: relative !important;}"
  352. ].join("\n");
  353. if (false || (document.domain == "app2top.ru" || document.domain.substring(document.domain.indexOf(".app2top.ru") + 1) == "app2top.ru"))
  354. css += [
  355. ".page-wrapper {padding-top: 0 !important;}"
  356. ].join("\n");
  357. if (false || (document.domain == "asienda.ru" || document.domain.substring(document.domain.indexOf(".asienda.ru") + 1) == "asienda.ru") || (document.domain == "mycharm.ru" || document.domain.substring(document.domain.indexOf(".mycharm.ru") + 1) == "mycharm.ru") || (document.domain == "myjane.ru" || document.domain.substring(document.domain.indexOf(".myjane.ru") + 1) == "myjane.ru"))
  358. css += [
  359. "#pagewrapper {margin-top: 0 !important;}"
  360. ].join("\n");
  361. if (false || (document.domain == "asn.in.ua" || document.domain.substring(document.domain.indexOf(".asn.in.ua") + 1) == "asn.in.ua"))
  362. css += [
  363. ".lenta-wrap {height: auto !important;}",
  364. " .lenta-wrap > .lenta {position: relative !important;}"
  365. ].join("\n");
  366. if (false || (document.domain == "audioboo.ru" || document.domain.substring(document.domain.indexOf(".audioboo.ru") + 1) == "audioboo.ru"))
  367. css += [
  368. ".right-block-content > .slider {padding: 0 !important;}"
  369. ].join("\n");
  370. if (false || (document.domain == "audioportal.su" || document.domain.substring(document.domain.indexOf(".audioportal.su") + 1) == "audioportal.su"))
  371. css += [
  372. "#blink2[color=\"red\"] {-webkit-animation: none !important; color: #837e6e !important;}",
  373. " div[id^=\"pos\"] > a > img[src*=\"audioportal.su/!!!ads/!rotator/\"] {zoom: 0.1 !important; filter: grayscale(1) !important;}"
  374. ].join("\n");
  375. if (false || (document.domain == "auto.mail.ru" || document.domain.substring(document.domain.indexOf(".auto.mail.ru") + 1) == "auto.mail.ru") || (document.domain == "horo.mail.ru" || document.domain.substring(document.domain.indexOf(".horo.mail.ru") + 1) == "horo.mail.ru") || (document.domain == "kino.mail.ru" || document.domain.substring(document.domain.indexOf(".kino.mail.ru") + 1) == "kino.mail.ru") || (document.domain == "lady.mail.ru" || document.domain.substring(document.domain.indexOf(".lady.mail.ru") + 1) == "lady.mail.ru") || (document.domain == "tv.mail.ru" || document.domain.substring(document.domain.indexOf(".tv.mail.ru") + 1) == "tv.mail.ru"))
  376. css += [
  377. ".cols__inner > noindex {display: none !important;}"
  378. ].join("\n");
  379. if (false || (document.domain == "autoua.net" || document.domain.substring(document.domain.indexOf(".autoua.net") + 1) == "autoua.net"))
  380. css += [
  381. ".social-open {overflow: auto !important;}"
  382. ].join("\n");
  383. if (false || (document.domain == "autoua.net" || document.domain.substring(document.domain.indexOf(".autoua.net") + 1) == "autoua.net") || (document.domain == "gagadget.com" || document.domain.substring(document.domain.indexOf(".gagadget.com") + 1) == "gagadget.com"))
  384. css += [
  385. ".fader-social {display: none !important;}"
  386. ].join("\n");
  387. if (false || (document.domain == "av.by" || document.domain.substring(document.domain.indexOf(".av.by") + 1) == "av.by"))
  388. css += [
  389. ".av-branding {background: none !important;}",
  390. " .av-branding .page {padding-top: 0 !important; padding-bottom: 0 !important;}"
  391. ].join("\n");
  392. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  393. css += [
  394. ".avito-ads-container {margin: 0 !important; min-height: 0 !important; padding-top: 0 !important;}"
  395. ].join("\n");
  396. if (false || (document.domain == "axd.semestr.ru" || document.domain.substring(document.domain.indexOf(".axd.semestr.ru") + 1) == "axd.semestr.ru") || (document.domain == "math.semestr.ru" || document.domain.substring(document.domain.indexOf(".math.semestr.ru") + 1) == "math.semestr.ru"))
  397. css += [
  398. ".adsbygoogle, .well-google, .well-span {max-height: 121px !important; opacity: 0 !important; pointer-events: none !important;}"
  399. ].join("\n");
  400. if (false || (document.domain == "baby.ru" || document.domain.substring(document.domain.indexOf(".baby.ru") + 1) == "baby.ru"))
  401. css += [
  402. ".wrapper-background {padding-top: 0 !important;}"
  403. ].join("\n");
  404. if (false || (document.domain == "baibako.tv" || document.domain.substring(document.domain.indexOf(".baibako.tv") + 1) == "baibako.tv"))
  405. css += [
  406. ".topserial {height: auto !important;}"
  407. ].join("\n");
  408. if (false || (document.domain == "banki.ru" || document.domain.substring(document.domain.indexOf(".banki.ru") + 1) == "banki.ru"))
  409. css += [
  410. ".header--short.header {margin-top: 0 !important;}"
  411. ].join("\n");
  412. if (false || (document.domain == "basketboom.net" || document.domain.substring(document.domain.indexOf(".basketboom.net") + 1) == "basketboom.net") || (document.domain == "freerutor.com" || document.domain.substring(document.domain.indexOf(".freerutor.com") + 1) == "freerutor.com") || (document.domain == "gametech.ru" || document.domain.substring(document.domain.indexOf(".gametech.ru") + 1) == "gametech.ru") || (document.domain == "gidonline.fun" || document.domain.substring(document.domain.indexOf(".gidonline.fun") + 1) == "gidonline.fun") || (document.domain == "hokeyboom.net" || document.domain.substring(document.domain.indexOf(".hokeyboom.net") + 1) == "hokeyboom.net") || (document.domain == "imgrutor.com" || document.domain.substring(document.domain.indexOf(".imgrutor.com") + 1) == "imgrutor.com") || (document.domain == "kinoboom.su" || document.domain.substring(document.domain.indexOf(".kinoboom.su") + 1) == "kinoboom.su") || (document.domain == "mma-today.net" || document.domain.substring(document.domain.indexOf(".mma-today.net") + 1) == "mma-today.net") || (document.domain == "oblozhki.net" || document.domain.substring(document.domain.indexOf(".oblozhki.net") + 1) == "oblozhki.net") || (document.domain == "sportarena.com" || document.domain.substring(document.domain.indexOf(".sportarena.com") + 1) == "sportarena.com") || (document.domain == "sportboom.info" || document.domain.substring(document.domain.indexOf(".sportboom.info") + 1) == "sportboom.info") || (document.domain == "uateam.tv" || document.domain.substring(document.domain.indexOf(".uateam.tv") + 1) == "uateam.tv") || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info"))
  413. css += [
  414. "body:not(#id), html:not(#id) {margin-top: 0 !important;}"
  415. ].join("\n");
  416. if (false || (document.domain == "batenka.ru" || document.domain.substring(document.domain.indexOf(".batenka.ru") + 1) == "batenka.ru"))
  417. css += [
  418. "body > .subscribe-popup {display: none !important;}",
  419. " body {overflow: auto !important;}"
  420. ].join("\n");
  421. if (false || (document.domain == "bestpersons.ru" || document.domain.substring(document.domain.indexOf(".bestpersons.ru") + 1) == "bestpersons.ru"))
  422. css += [
  423. "#userTabs {float: none !important;}"
  424. ].join("\n");
  425. if (false || (document.domain == "bin.ua" || document.domain.substring(document.domain.indexOf(".bin.ua") + 1) == "bin.ua"))
  426. css += [
  427. "div[style=\"position:absolute;left:0px;top:0px;width:240px;margin-top:660px\"] {position: relative !important; margin-top: auto !important;}"
  428. ].join("\n");
  429. if (false || (document.domain == "binmovie.org" || document.domain.substring(document.domain.indexOf(".binmovie.org") + 1) == "binmovie.org"))
  430. css += " #content {top: 0 !important; left: 0 !important; width: 100% !important; margin-left: 0 !important;}";
  431. if (false || (document.domain == "biqle.ru" || document.domain.substring(document.domain.indexOf(".biqle.ru") + 1) == "biqle.ru") || (document.domain == "gecid.com" || document.domain.substring(document.domain.indexOf(".gecid.com") + 1) == "gecid.com") || (document.domain == "valetudo.ru" || document.domain.substring(document.domain.indexOf(".valetudo.ru") + 1) == "valetudo.ru"))
  432. css += [
  433. "body > * {pointer-events: auto !important;}",
  434. " body {pointer-events: none !important;}"
  435. ].join("\n");
  436. if (false || (document.domain == "blitz.if.ua" || document.domain.substring(document.domain.indexOf(".blitz.if.ua") + 1) == "blitz.if.ua"))
  437. css += [
  438. "aside#sidebar {min-height: auto !important;}"
  439. ].join("\n");
  440. if (false || (document.domain == "blogs.pravda.com.ua" || document.domain.substring(document.domain.indexOf(".blogs.pravda.com.ua") + 1) == "blogs.pravda.com.ua"))
  441. css += [
  442. "body > .block0 {margin-top: 0 !important;}"
  443. ].join("\n");
  444. if (false || (document.domain == "bosch-home.ru" || document.domain.substring(document.domain.indexOf(".bosch-home.ru") + 1) == "bosch-home.ru"))
  445. css += [
  446. ".cookielaw-modal-layer {display: none !important;}",
  447. " body.cookielaw-blur-background > * {filter: none !important;}",
  448. " html > head ~ body {overflow-y: auto !important;}"
  449. ].join("\n");
  450. if (false || (document.domain == "botanichka.ru" || document.domain.substring(document.domain.indexOf(".botanichka.ru") + 1) == "botanichka.ru"))
  451. css += [
  452. "html > body {background-image: none !important; pointer-events: none !important;}",
  453. " .td-banner-wrap-full {display: none !important;}",
  454. " html > body > * {pointer-events: auto !important;}"
  455. ].join("\n");
  456. if (false || (document.domain == "bst.bratsk.ru" || document.domain.substring(document.domain.indexOf(".bst.bratsk.ru") + 1) == "bst.bratsk.ru"))
  457. css += [
  458. "#site-wrap > a[href] {display: none !important;}"
  459. ].join("\n");
  460. if (false || (document.domain == "btu.org.ua" || document.domain.substring(document.domain.indexOf(".btu.org.ua") + 1) == "btu.org.ua"))
  461. css += [
  462. ".alltop1 {margin-bottom: 30px !important;}"
  463. ].join("\n");
  464. if (false || (document.domain == "bugaga.ru" || document.domain.substring(document.domain.indexOf(".bugaga.ru") + 1) == "bugaga.ru") || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  465. css += [
  466. ".body-branding {background: none !important; padding-top: 0 !important;}"
  467. ].join("\n");
  468. if (false || (document.domain == "buh24.com.ua" || document.domain.substring(document.domain.indexOf(".buh24.com.ua") + 1) == "buh24.com.ua"))
  469. css += [
  470. "body > div[class^=\"mfp-\"] {display: none !important;}",
  471. " html {overflow: auto !important;}"
  472. ].join("\n");
  473. if (false || (document.domain == "buhonline.ru" || document.domain.substring(document.domain.indexOf(".buhonline.ru") + 1) == "buhonline.ru"))
  474. css += [
  475. "html[style*=\"overflow:\"] > body > div:not([id]):not([class]):not([data-stories-widget-settings]) {display: none !important;}",
  476. " html {width: auto !important; position: unset !important; overflow: auto !important;}"
  477. ].join("\n");
  478. if (false || (document.domain == "businessua.com" || document.domain.substring(document.domain.indexOf(".businessua.com") + 1) == "businessua.com"))
  479. css += [
  480. "body {background-color: white !important;}"
  481. ].join("\n");
  482. if (false || (document.domain == "bvedomosti.ru" || document.domain.substring(document.domain.indexOf(".bvedomosti.ru") + 1) == "bvedomosti.ru"))
  483. css += [
  484. "#art-main {background-image: none !important;}",
  485. " .art-Header {display: none !important;}",
  486. " .bg-top-menu {top: 0 !important;}"
  487. ].join("\n");
  488. if (false || (document.domain == "car.ru" || document.domain.substring(document.domain.indexOf(".car.ru") + 1) == "car.ru"))
  489. css += [
  490. ".header.header-wrapper {padding-top: 15px !important;}"
  491. ].join("\n");
  492. if (false || (document.domain == "carambatv.ru" || document.domain.substring(document.domain.indexOf(".carambatv.ru") + 1) == "carambatv.ru"))
  493. css += " .content {background: none !important; padding: 0 !important;}";
  494. if (false || (document.domain == "cars.ru" || document.domain.substring(document.domain.indexOf(".cars.ru") + 1) == "cars.ru"))
  495. css += [
  496. "a[href*=\"/adclick.php?bannerid=\"] {display: none !important;}",
  497. " #main {margin-top: 0 !important;}"
  498. ].join("\n");
  499. if (false || (document.domain == "cartoonka.art" || document.domain.substring(document.domain.indexOf(".cartoonka.art") + 1) == "cartoonka.art") || (document.domain == "multmania.club" || document.domain.substring(document.domain.indexOf(".multmania.club") + 1) == "multmania.club"))
  500. css += [
  501. "body {background: black !important;}",
  502. " div[style=\"clear:both;\"] > div[class]:first-child {margin-top: 0 !important;}",
  503. " #wrap[class*=\"menu\"] {position: static !important;}"
  504. ].join("\n");
  505. if (false || (document.domain == "casstudio.tv" || document.domain.substring(document.domain.indexOf(".casstudio.tv") + 1) == "casstudio.tv"))
  506. css += [
  507. ".footer {margin-bottom: 0 !important;}"
  508. ].join("\n");
  509. if (false || (document.domain == "censor.net" || document.domain.substring(document.domain.indexOf(".censor.net") + 1) == "censor.net"))
  510. css += [
  511. "body > .widget_header {padding-top: 60px !important;}",
  512. " body > .widget_header .header_icons, body > .widget_header .lang_switcher, ",
  513. " body > .widget_header .menu {top: 0 !important;}"
  514. ].join("\n");
  515. if (false || (document.domain == "cf.ua" || document.domain.substring(document.domain.indexOf(".cf.ua") + 1) == "cf.ua"))
  516. css += [
  517. ".hamburger__overlay.no-close {display: none !important;}",
  518. " .scroll-content.disable-scrolling, body.overflow--hidden {overflow:auto !important;}"
  519. ].join("\n");
  520. if (false || (document.domain == "champion.com.ua" || document.domain.substring(document.domain.indexOf(".champion.com.ua") + 1) == "champion.com.ua"))
  521. css += [
  522. "body > #app {margin-top: 0 !important;}"
  523. ].join("\n");
  524. if (false || (document.domain == "championat.com" || document.domain.substring(document.domain.indexOf(".championat.com") + 1) == "championat.com"))
  525. css += [
  526. "html:not(#id) {padding-top: 0 !important;}",
  527. " .page-sidebar > .sticky-vertical {position: relative !important; top: 0 !important;}"
  528. ].join("\n");
  529. if (false || (document.domain == "cherkassy-sport.com" || document.domain.substring(document.domain.indexOf(".cherkassy-sport.com") + 1) == "cherkassy-sport.com"))
  530. css += [
  531. "#body {margin-top: 0 !important;}"
  532. ].join("\n");
  533. if (false || (document.domain == "chita.ru" || document.domain.substring(document.domain.indexOf(".chita.ru") + 1) == "chita.ru"))
  534. css += [
  535. "body {background: none !important; margin-top: 0 !important; padding-top: 0 !important;}"
  536. ].join("\n");
  537. if (false || (document.domain == "cinema-hd.ru" || document.domain.substring(document.domain.indexOf(".cinema-hd.ru") + 1) == "cinema-hd.ru") || (document.domain == "dc-marvel.org" || document.domain.substring(document.domain.indexOf(".dc-marvel.org") + 1) == "dc-marvel.org") || (document.domain == "filmshd.vip" || document.domain.substring(document.domain.indexOf(".filmshd.vip") + 1) == "filmshd.vip") || (document.domain == "newseries.club" || document.domain.substring(document.domain.indexOf(".newseries.club") + 1) == "newseries.club"))
  538. css += [
  539. ".wrap {padding-top: 0 !important;}"
  540. ].join("\n");
  541. if (false || (document.domain == "cloud.mail.ru" || document.domain.substring(document.domain.indexOf(".cloud.mail.ru") + 1) == "cloud.mail.ru"))
  542. css += [
  543. "[class*=\"public__content__noads\"] {display: none !important;}",
  544. " .public .b-layout__col_1_2 {margin-right: auto !important;}"
  545. ].join("\n");
  546. if (false || (document.domain == "comments.ua" || document.domain.substring(document.domain.indexOf(".comments.ua") + 1) == "comments.ua"))
  547. css += [
  548. ".back_bottom {cursor: auto !important;}",
  549. " .back_bottom > * {pointer-events: auto !important;}",
  550. " .back_bottom {pointer-events: none !important;}"
  551. ].join("\n");
  552. if (false || (document.domain == "cont.ws" || document.domain.substring(document.domain.indexOf(".cont.ws") + 1) == "cont.ws") || (document.domain == "kraj.by" || document.domain.substring(document.domain.indexOf(".kraj.by") + 1) == "kraj.by"))
  553. css += [
  554. "body.modal-open > [class^=\"modal\"] {display: none !important;}",
  555. " body.modal-open {overflow: auto !important;}"
  556. ].join("\n");
  557. if (false || (document.domain == "context.reverso.net" || document.domain.substring(document.domain.indexOf(".context.reverso.net") + 1) == "context.reverso.net"))
  558. css += [
  559. ".popup[id*=\"-results-banner\"] {display: none !important;}",
  560. " .blocked, .blocked .text, .locked .example {filter: none !important;",
  561. " -webkit-filter: none !important;}"
  562. ].join("\n");
  563. if (false || (document.domain == "coop-land.ru" || document.domain.substring(document.domain.indexOf(".coop-land.ru") + 1) == "coop-land.ru"))
  564. css += [
  565. "body:not(#id) > .header {margin-bottom: auto !important;}"
  566. ].join("\n");
  567. if (false || (document.domain == "coub.com" || document.domain.substring(document.domain.indexOf(".coub.com") + 1) == "coub.com"))
  568. css += [
  569. "header[class=\"header -transparent\"] {background: #e0e0e0 !important;}",
  570. " .promo-background {display: none !important;}"
  571. ].join("\n");
  572. if (false || (document.domain == "cpa.rip" || document.domain.substring(document.domain.indexOf(".cpa.rip") + 1) == "cpa.rip"))
  573. css += [
  574. "#page-wrapper > header {margin-bottom: auto !important;}"
  575. ].join("\n");
  576. if (false || (document.domain == "cq.ru" || document.domain.substring(document.domain.indexOf(".cq.ru") + 1) == "cq.ru"))
  577. css += [
  578. ".box[class*=\"content\"] {margin-top: auto !important;}"
  579. ].join("\n");
  580. if (false || (document.domain == "crazyatomicgames.com" || document.domain.substring(document.domain.indexOf(".crazyatomicgames.com") + 1) == "crazyatomicgames.com") || (document.domain == "xxx-igra.com" || document.domain.substring(document.domain.indexOf(".xxx-igra.com") + 1) == "xxx-igra.com") || (document.domain == "yaldagames.com" || document.domain.substring(document.domain.indexOf(".yaldagames.com") + 1) == "yaldagames.com"))
  581. css += [
  582. ".fon_site_pic {background-image: none !important; padding-top: 0 !important;}"
  583. ].join("\n");
  584. if (false || (document.domain == "creativportal.ru" || document.domain.substring(document.domain.indexOf(".creativportal.ru") + 1) == "creativportal.ru"))
  585. css += [
  586. " .pocaz {width: 10px !important; height: 10px !important; position: fixed !important; top: -100px !important;}"
  587. ].join("\n");
  588. if (false || (document.domain == "ctv7.ru" || document.domain.substring(document.domain.indexOf(".ctv7.ru") + 1) == "ctv7.ru"))
  589. css += [
  590. "body > .site {margin-top: 0 !important;}"
  591. ].join("\n");
  592. if (false || (document.domain == "cyberforum.ru" || document.domain.substring(document.domain.indexOf(".cyberforum.ru") + 1) == "cyberforum.ru"))
  593. css += [
  594. "body > div[style*=\"width\"][style*=\"margin\"] {margin-top: 0 !important;}"
  595. ].join("\n");
  596. if (false || (document.domain == "cybersport.ru" || document.domain.substring(document.domain.indexOf(".cybersport.ru") + 1) == "cybersport.ru"))
  597. css += [
  598. "body {background-image: none !important;}",
  599. " body > a[href][target=\"_blank\"] {display: none !important;}",
  600. " #header.position-fixed {position: relative !important;}"
  601. ].join("\n");
  602. if (false || (document.domain == "darkermagazine.ru" || document.domain.substring(document.domain.indexOf(".darkermagazine.ru") + 1) == "darkermagazine.ru"))
  603. css += [
  604. "body > .header {margin-top: 0 !important;}"
  605. ].join("\n");
  606. if (false || (document.domain == "delfi.ee" || document.domain.substring(document.domain.indexOf(".delfi.ee") + 1) == "delfi.ee"))
  607. css += [
  608. ".C-ad-block-layer {display: none !important;}",
  609. " body {overflow: auto !important;}"
  610. ].join("\n");
  611. if (false || (document.domain == "delovoymir.biz" || document.domain.substring(document.domain.indexOf(".delovoymir.biz") + 1) == "delovoymir.biz"))
  612. css += [
  613. "body {padding-top: 0 !important; background-color: transparent !important;}"
  614. ].join("\n");
  615. if (false || (document.domain == "dentalmagazine.ru" || document.domain.substring(document.domain.indexOf(".dentalmagazine.ru") + 1) == "dentalmagazine.ru"))
  616. css += [
  617. ".subscribe-modal {display: none !important;}",
  618. " html {overflow: auto !important;}"
  619. ].join("\n");
  620. if (false || (document.domain == "deti.mail.ru" || document.domain.substring(document.domain.indexOf(".deti.mail.ru") + 1) == "deti.mail.ru"))
  621. css += [
  622. ".deti-slot_exchange {display: none !important;}"
  623. ].join("\n");
  624. if (false || (document.domain == "dev.ua" || document.domain.substring(document.domain.indexOf(".dev.ua") + 1) == "dev.ua"))
  625. css += [
  626. ".island_overflow-initial > .feature_wide {margin: auto !important;}"
  627. ].join("\n");
  628. if (false || (document.domain == "diets.ru" || document.domain.substring(document.domain.indexOf(".diets.ru") + 1) == "diets.ru"))
  629. css += [
  630. "body > #container {top: 0 !important;}"
  631. ].join("\n");
  632. if (false || (document.domain == "dmod.cc" || document.domain.substring(document.domain.indexOf(".dmod.cc") + 1) == "dmod.cc") || (document.domain == "draug.ru" || document.domain.substring(document.domain.indexOf(".draug.ru") + 1) == "draug.ru") || (document.domain == "modsforwot.ru" || document.domain.substring(document.domain.indexOf(".modsforwot.ru") + 1) == "modsforwot.ru"))
  633. css += [
  634. "#timer_2 {display: block !important;}",
  635. " #timer_1 {display: none !important;}",
  636. " body {overflow: auto !important;}"
  637. ].join("\n");
  638. if (false || (document.domain == "doba.te.ua" || document.domain.substring(document.domain.indexOf(".doba.te.ua") + 1) == "doba.te.ua"))
  639. css += [
  640. "#popup-root {display: none !important;}",
  641. " body.locked, html.locked {overflow:auto !important;}"
  642. ].join("\n");
  643. if (false || (document.domain == "doefiratv.info" || document.domain.substring(document.domain.indexOf(".doefiratv.info") + 1) == "doefiratv.info"))
  644. css += [
  645. ".b-cell > div[id] {padding-top: 0 !important;}"
  646. ].join("\n");
  647. if (false || (document.domain == "doramax.net" || document.domain.substring(document.domain.indexOf(".doramax.net") + 1) == "doramax.net"))
  648. css += [
  649. ".wrapper.full {margin-top: 70px !important;}"
  650. ].join("\n");
  651. if (false || (document.domain == "doramy.su" || document.domain.substring(document.domain.indexOf(".doramy.su") + 1) == "doramy.su"))
  652. css += [
  653. ".site {margin-top: 0 !important;}"
  654. ].join("\n");
  655. if (false || (document.domain == "dostfilms.org" || document.domain.substring(document.domain.indexOf(".dostfilms.org") + 1) == "dostfilms.org") || (document.domain == "liveresult.ru" || document.domain.substring(document.domain.indexOf(".liveresult.ru") + 1) == "liveresult.ru") || (document.domain == "wowskill.ru" || document.domain.substring(document.domain.indexOf(".wowskill.ru") + 1) == "wowskill.ru"))
  656. css += [
  657. ".header {margin-top: 0 !important;}"
  658. ].join("\n");
  659. if (false || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru"))
  660. css += [
  661. "html:not(#id) > body > [id]:not([style]) {background-image: none !important; padding-top: 0 !important;}",
  662. " .p-sidebar {margin: auto !important;}",
  663. " div[class^=\"banner\"] + section {padding: unset !important; margin: unset !important;}",
  664. " div[class^=\"banner\"] + section > div {width: auto !important; height: auto !important;}"
  665. ].join("\n");
  666. if (false || (document.domain == "drahelas.ru" || document.domain.substring(document.domain.indexOf(".drahelas.ru") + 1) == "drahelas.ru"))
  667. css += [
  668. ".forumAd {height: 1px !important;}",
  669. " .adb, .navbar_notice {position: fixed !important; transform: scale(0) !important;}"
  670. ].join("\n");
  671. if (false || (document.domain == "nnm.ru" || document.domain.substring(document.domain.indexOf(".nnm.ru") + 1) == "nnm.ru") || (document.domain == "dugtor.org" || document.domain.substring(document.domain.indexOf(".dugtor.org") + 1) == "dugtor.org") || (document.domain == "nnm2.com" || document.domain.substring(document.domain.indexOf(".nnm2.com") + 1) == "nnm2.com") || (document.domain == "mynnm.ru" || document.domain.substring(document.domain.indexOf(".mynnm.ru") + 1) == "mynnm.ru") || (document.domain == "txapela.ru" || document.domain.substring(document.domain.indexOf(".txapela.ru") + 1) == "txapela.ru") || (document.domain == "adderall.ru" || document.domain.substring(document.domain.indexOf(".adderall.ru") + 1) == "adderall.ru") || (document.domain == "rkna.xyz" || document.domain.substring(document.domain.indexOf(".rkna.xyz") + 1) == "rkna.xyz") || (document.domain == "investxp.ru" || document.domain.substring(document.domain.indexOf(".investxp.ru") + 1) == "investxp.ru") || (document.domain == "torror.ru" || document.domain.substring(document.domain.indexOf(".torror.ru") + 1) == "torror.ru"))
  672. css += [
  673. "body > #page {padding-top: 0 !important;}"
  674. ].join("\n");
  675. if (false || (document.domain == "drive2.com" || document.domain.substring(document.domain.indexOf(".drive2.com") + 1) == "drive2.com") || (document.domain == "drive2.ru" || document.domain.substring(document.domain.indexOf(".drive2.ru") + 1) == "drive2.ru"))
  676. css += [
  677. ".js-page > div[class$=\"-header\"] + div[class] > div[class]:not([class*=\"column\"]):first-child + div[class]:last-child {box-shadow: none !important;}",
  678. " .c-dv-container, .c-pager + div[class]:last-child, .dv-post-header, ",
  679. " .offer[itemtype=\"http://schema.org/Product\"] + div, ",
  680. " .offer[itemtype=\"http://schema.org/Product\"] + div + div, ",
  681. " div[class$=\"content\"] ~ div[data-role][data-target] + div, ",
  682. " div[class*=\"--content article \"] + div, ",
  683. " div[class*=\"--content article \"] + div + div:not(:last-child), ",
  684. " div[class*=\"--content article \"] + div ~ div:last-child > div:first-child + div[class], ",
  685. " div[itemtype=\"http://schema.org/BlogPosting\"] ~ div:last-child > div:first-child + div[class], ",
  686. " div[itemtype^=\"http://schema.org/\"] ~ div[data-role][data-target] + div ~ div:last-child > div:first-child + div[class], ",
  687. " div[itemtype^=\"http://schema.org/\"] ~ div[data-role][data-target] + div:not(:last-child) {display: none !important;}",
  688. " [itemtype^=\"http://schema.org/\"] ~ div[data-role][data-target] + div ~ div:last-child > div:first-child:not(:only-child), ",
  689. " div[class*=\"--content article \"] + div ~ div:last-child > div:first-child:not(:only-child), ",
  690. " div[itemtype=\"http://schema.org/BlogPosting\"] ~ div:last-child > div:first-child:not(:only-child) {max-width: unset !important;}",
  691. " .article ~ div:not(:last-child), ",
  692. " [itemtype=\"http://schema.org/Review\"] + div ~ div[class]:not(:last-child), ",
  693. " div[itemtype=\"http://schema.org/BlogPosting\"] ~ div:not(:last-child) {min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important;}"
  694. ].join("\n");
  695. if (false || (document.domain == "driveroff.net" || document.domain.substring(document.domain.indexOf(".driveroff.net") + 1) == "driveroff.net"))
  696. css += [
  697. "body > #right {display: none !important;}",
  698. " body > #right ~ .middle {margin-right: 4px !important;}"
  699. ].join("\n");
  700. if (false || (document.domain == "drlink.online" || document.domain.substring(document.domain.indexOf(".drlink.online") + 1) == "drlink.online") || (document.domain == "picclick.ru" || document.domain.substring(document.domain.indexOf(".picclick.ru") + 1) == "picclick.ru") || (document.domain == "picclock.ru" || document.domain.substring(document.domain.indexOf(".picclock.ru") + 1) == "picclock.ru") || (document.domain == "picforall.ru" || document.domain.substring(document.domain.indexOf(".picforall.ru") + 1) == "picforall.ru"))
  701. css += [
  702. "div[id^=\"pai_thumbz_\"][id$=\"_side\"] {background: #363636 !important;}"
  703. ].join("\n");
  704. if (false || (document.domain == "dtf.ru" || document.domain.substring(document.domain.indexOf(".dtf.ru") + 1) == "dtf.ru"))
  705. css += [
  706. ".igrozhur-promo-ref {padding: 0 !important; background-color: transparent !important; cursor: auto !important;}"
  707. ].join("\n");
  708. if (false || (document.domain == "dugtor.org" || document.domain.substring(document.domain.indexOf(".dugtor.org") + 1) == "dugtor.org") || (document.domain == "dugtor.ru" || document.domain.substring(document.domain.indexOf(".dugtor.ru") + 1) == "dugtor.ru"))
  709. css += [
  710. "#left-block, #right-block {min-height: 100% !important;}"
  711. ].join("\n");
  712. if (false || (document.domain == "dynamo.kiev.ua" || document.domain.substring(document.domain.indexOf(".dynamo.kiev.ua") + 1) == "dynamo.kiev.ua") || (document.domain == "ringside24.com" || document.domain.substring(document.domain.indexOf(".ringside24.com") + 1) == "ringside24.com"))
  713. css += [
  714. ".social-open {overflow: auto !important;}",
  715. " .fader-social {position: fixed !important; top: -10000px !important; opacity: 0 !important; z-index: -9999 !important;}"
  716. ].join("\n");
  717. if (false || (document.domain == "dyvys.info" || document.domain.substring(document.domain.indexOf(".dyvys.info") + 1) == "dyvys.info"))
  718. css += [
  719. ".td-header-sp-logo {max-height: 90px !important;}",
  720. " body > * {pointer-events: auto !important;}",
  721. " body {pointer-events: none !important;}"
  722. ].join("\n");
  723. if (false || (document.domain == "e.mail.ru" || document.domain.substring(document.domain.indexOf(".e.mail.ru") + 1) == "e.mail.ru"))
  724. css += [
  725. "#LEGO .b-rb, #LEGO div[id^=\"preload_banner\"], #theme #LEGO #leftcol-banners {display: none !important;}",
  726. " .ph-projects > a[href^=\"https://e.mail.ru/messages/inbox?utm_\"] {pointer-events: none !important;}",
  727. " #LEGO > .b-sticky:first-child {width: 100% !important;}"
  728. ].join("\n");
  729. if (false || (document.domain == "e.mail.ru" || document.domain.substring(document.domain.indexOf(".e.mail.ru") + 1) == "e.mail.ru") || (document.domain == "octavius.mail.ru" || document.domain.substring(document.domain.indexOf(".octavius.mail.ru") + 1) == "octavius.mail.ru"))
  730. css += [
  731. "#app-canvas .layout_bordered > .layout__column_right {display: none !important;}",
  732. " .application-mail__wrap > .application-mail__layout > .layout[style*=\"grid-template-columns:\"] {grid-template-columns: 232px 1fr 0 0 !important;}",
  733. " #app-canvas .application-mail__wrap > .layout > .layout__main-frame {margin-right: auto !important;}",
  734. " .layer-sent-page > .layer {min-height: 0 !important;}",
  735. " #app-canvas .paginator-container {right: 8px !important;}"
  736. ].join("\n");
  737. if (false || (document.domain == "echo.msk.ru" || document.domain.substring(document.domain.indexOf(".echo.msk.ru") + 1) == "echo.msk.ru"))
  738. css += [
  739. "div[style^=\"padding:\"][style*=\"px 0px 0px;\"] {display: none !important;}",
  740. " .first[id][style*=\"height\"] {height: auto !important;}",
  741. " div[id]:empty {min-height: 0 !important;}"
  742. ].join("\n");
  743. if (false || (document.domain == "economistua.com" || document.domain.substring(document.domain.indexOf(".economistua.com") + 1) == "economistua.com"))
  744. css += [
  745. ".wdpu-container, .wpmui-overlay {display: none !important;}",
  746. " body, html {padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none !important;}",
  747. " body > * {pointer-events: auto !important;}"
  748. ].join("\n");
  749. if (false || (document.domain == "electric-house.ru" || document.domain.substring(document.domain.indexOf(".electric-house.ru") + 1) == "electric-house.ru"))
  750. css += [
  751. "table[class^=\"header\"] > tbody > tr > td ~ [class] {display: none !important;}"
  752. ].join("\n");
  753. if (false || (document.domain == "electric-house.ru" || document.domain.substring(document.domain.indexOf(".electric-house.ru") + 1) == "electric-house.ru") || (document.domain == "freefotohelp.ru" || document.domain.substring(document.domain.indexOf(".freefotohelp.ru") + 1) == "freefotohelp.ru") || (document.domain == "so-wiki.ru" || document.domain.substring(document.domain.indexOf(".so-wiki.ru") + 1) == "so-wiki.ru") || (document.domain == "stroi-help.ru" || document.domain.substring(document.domain.indexOf(".stroi-help.ru") + 1) == "stroi-help.ru") || (document.domain == "vseprosto.top" || document.domain.substring(document.domain.indexOf(".vseprosto.top") + 1) == "vseprosto.top"))
  754. css += [
  755. ".adsbygoogle {height: 1px !important; opacity: 0 !important;}"
  756. ].join("\n");
  757. if (false || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua"))
  758. css += [
  759. " body {cursor: auto !important;}",
  760. " .right_column_aside > .block {margin-top: auto !important;}",
  761. " body > div[align=\"center\"] {width: auto !important; margin: 0 !important;}"
  762. ].join("\n");
  763. if (false || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua") || (document.domain == "fast-torrent.co" || document.domain.substring(document.domain.indexOf(".fast-torrent.co") + 1) == "fast-torrent.co") || (document.domain == "online-freebee.club" || document.domain.substring(document.domain.indexOf(".online-freebee.club") + 1) == "online-freebee.club") || (document.domain == "seasonvar.be" || document.domain.substring(document.domain.indexOf(".seasonvar.be") + 1) == "seasonvar.be") || (document.domain == "seasonvar.re" || document.domain.substring(document.domain.indexOf(".seasonvar.re") + 1) == "seasonvar.re") || (document.domain == "seasonvar.ru" || document.domain.substring(document.domain.indexOf(".seasonvar.ru") + 1) == "seasonvar.ru") || (document.domain == "uniondht.org" || document.domain.substring(document.domain.indexOf(".uniondht.org") + 1) == "uniondht.org"))
  764. css += [
  765. "body:not(#id), html:not(#id) {padding: 0 !important;}"
  766. ].join("\n");
  767. if (false || (document.domain == "espreso.tv" || document.domain.substring(document.domain.indexOf(".espreso.tv") + 1) == "espreso.tv"))
  768. css += [
  769. "#disqus_thread {min-width: 700px !important;}"
  770. ].join("\n");
  771. if (false || (document.domain == "euro-football.ru" || document.domain.substring(document.domain.indexOf(".euro-football.ru") + 1) == "euro-football.ru") || (document.domain == "freehat.cc" || document.domain.substring(document.domain.indexOf(".freehat.cc") + 1) == "freehat.cc") || (document.domain == "lalapaluza.ru" || document.domain.substring(document.domain.indexOf(".lalapaluza.ru") + 1) == "lalapaluza.ru") || (document.domain == "turkcinema.org" || document.domain.substring(document.domain.indexOf(".turkcinema.org") + 1) == "turkcinema.org")) css += [
  772. "#page {margin-top: 0 !important;}"
  773. ].join("\n");
  774. if (false || (document.domain == "eurointegration.com.ua" || document.domain.substring(document.domain.indexOf(".eurointegration.com.ua") + 1) == "eurointegration.com.ua"))
  775. css += [
  776. ".header.fixed .layout, .right_column_content > .block_news, header.header {margin-top: 0 !important;}",
  777. " .fh .layout_main {padding-top: 0 !important;}"
  778. ].join("\n");
  779. if (false || (document.domain == "eva.ru" || document.domain.substring(document.domain.indexOf(".eva.ru") + 1) == "eva.ru"))
  780. css += [
  781. "body > .eva {margin-top: 50px !important;}"
  782. ].join("\n");
  783. if (false || (document.domain == "factor.ua" || document.domain.substring(document.domain.indexOf(".factor.ua") + 1) == "factor.ua"))
  784. css += [
  785. ".b-access__auth, .b-access__overlay {display: none !important;}",
  786. " body {overflow: auto !important;}"
  787. ].join("\n");
  788. if (false || (document.domain == "fast-film.ru" || document.domain.substring(document.domain.indexOf(".fast-film.ru") + 1) == "fast-film.ru") || (document.domain == "fast-torrent.club" || document.domain.substring(document.domain.indexOf(".fast-torrent.club") + 1) == "fast-torrent.club") || (document.domain == "fast-torrent.ru" || document.domain.substring(document.domain.indexOf(".fast-torrent.ru") + 1) == "fast-torrent.ru") || (document.domain == "fast-torrent.su" || document.domain.substring(document.domain.indexOf(".fast-torrent.su") + 1) == "fast-torrent.su") || (document.domain == "filmopotok.ru" || document.domain.substring(document.domain.indexOf(".filmopotok.ru") + 1) == "filmopotok.ru") || (document.domain == "filmpotok.ru" || document.domain.substring(document.domain.indexOf(".filmpotok.ru") + 1) == "filmpotok.ru") || (document.domain == "pickfilm.ru" || document.domain.substring(document.domain.indexOf(".pickfilm.ru") + 1) == "pickfilm.ru") || (document.domain == "veleto.ru" || document.domain.substring(document.domain.indexOf(".veleto.ru") + 1) == "veleto.ru"))
  789. css += [
  790. "body {padding-top: 0px !important;}",
  791. " body{background: url(\'\') !important;}",
  792. " body{background-image: url(\" \") !important;}",
  793. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  794. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}"
  795. ].join("\n");
  796. if (false || (document.domain == "fclmnews.ru" || document.domain.substring(document.domain.indexOf(".fclmnews.ru") + 1) == "fclmnews.ru"))
  797. css += [
  798. ".site {margin-top: 0 !important;}"
  799. ].join("\n");
  800. if (false || (document.domain == "fex.net" || document.domain.substring(document.domain.indexOf(".fex.net") + 1) == "fex.net"))
  801. css += [
  802. ".modal_type_video-ads {display: none !important;}",
  803. " .ReactVirtualized__Grid__innerScrollContainer, ",
  804. " .fs-table__row[style^=\"height: 162px;\"] {height: auto !important;}",
  805. " body {overflow: auto !important;}",
  806. " .fs-table__row {position: initial !important;}"
  807. ].join("\n");
  808. if (false || (document.domain == "filebase.ws" || document.domain.substring(document.domain.indexOf(".filebase.ws") + 1) == "filebase.ws"))
  809. css += [
  810. "body > .root {top: 0 !important;}"
  811. ].join("\n");
  812. if (false || (document.domain == "filmishki.net" || document.domain.substring(document.domain.indexOf(".filmishki.net") + 1) == "filmishki.net"))
  813. css += [
  814. ".wrap > .block {margin-top: 0 !important;}"
  815. ].join("\n");
  816. if (false || (document.domain == "filmitorrent.site" || document.domain.substring(document.domain.indexOf(".filmitorrent.site") + 1) == "filmitorrent.site"))
  817. css += [
  818. "body > #container {margin-top: 0 !important;}"
  819. ].join("\n");
  820. if (false || (document.domain == "filmive-hd.net" || document.domain.substring(document.domain.indexOf(".filmive-hd.net") + 1) == "filmive-hd.net") || (document.domain == "kinoshack.net" || document.domain.substring(document.domain.indexOf(".kinoshack.net") + 1) == "kinoshack.net") || (document.domain == "tree.tv" || document.domain.substring(document.domain.indexOf(".tree.tv") + 1) == "tree.tv"))
  821. css += [
  822. "body > .wrapper {margin-top: 0 !important;}"
  823. ].join("\n");
  824. if (false || (document.domain == "filmix.ac" || document.domain.substring(document.domain.indexOf(".filmix.ac") + 1) == "filmix.ac") || (document.domain == "filmix.biz" || document.domain.substring(document.domain.indexOf(".filmix.biz") + 1) == "filmix.biz") || (document.domain == "filmix.buzz" || document.domain.substring(document.domain.indexOf(".filmix.buzz") + 1) == "filmix.buzz") || (document.domain == "filmix.cc" || document.domain.substring(document.domain.indexOf(".filmix.cc") + 1) == "filmix.cc") || (document.domain == "filmix.click" || document.domain.substring(document.domain.indexOf(".filmix.click") + 1) == "filmix.click") || (document.domain == "filmix.co" || document.domain.substring(document.domain.indexOf(".filmix.co") + 1) == "filmix.co") || (document.domain == "filmix.email" || document.domain.substring(document.domain.indexOf(".filmix.email") + 1) == "filmix.email") || (document.domain == "filmix.ink" || document.domain.substring(document.domain.indexOf(".filmix.ink") + 1) == "filmix.ink") || (document.domain == "filmix.ltd" || document.domain.substring(document.domain.indexOf(".filmix.ltd") + 1) == "filmix.ltd") || (document.domain == "filmix.online" || document.domain.substring(document.domain.indexOf(".filmix.online") + 1) == "filmix.online") || (document.domain == "filmix.site" || document.domain.substring(document.domain.indexOf(".filmix.site") + 1) == "filmix.site") || (document.domain == "filmix.today" || document.domain.substring(document.domain.indexOf(".filmix.today") + 1) == "filmix.today") || (document.domain == "filmix.wiki" || document.domain.substring(document.domain.indexOf(".filmix.wiki") + 1) == "filmix.wiki") || (document.domain == "filmix.zone" || document.domain.substring(document.domain.indexOf(".filmix.zone") + 1) == "filmix.zone"))
  825. css += [
  826. ".remove-sda-wrap {display: none !important;}",
  827. " .main-wrapper, .page-wrapper {margin-top: 0 !important;}"
  828. ].join("\n");
  829. if (false || (document.domain == "films-online.club" || document.domain.substring(document.domain.indexOf(".films-online.club") + 1) == "films-online.club"))
  830. css += [
  831. ".body-wrap > #content {margin-top:42px !important;}"
  832. ].join("\n");
  833. if (false || (document.domain == "firepic.org" || document.domain.substring(document.domain.indexOf(".firepic.org") + 1) == "firepic.org"))
  834. css += [
  835. ".span12 {clear: both !important;}",
  836. " .container, .row {max-width: none !important;}",
  837. " body {padding: 0 !important; background-image: none !important;}",
  838. " .row {padding: 30px !important; margin: 0 !important;}",
  839. " .container {width: 100% !important;}"
  840. ].join("\n");
  841. if (false || (document.domain == "fishki.net" || document.domain.substring(document.domain.indexOf(".fishki.net") + 1) == "fishki.net"))
  842. css += "#container {cursor: auto !important;}";
  843. if (false || (document.domain == "flashscore.com.ua" || document.domain.substring(document.domain.indexOf(".flashscore.com.ua") + 1) == "flashscore.com.ua") || (document.domain == "flashscore.kz" || document.domain.substring(document.domain.indexOf(".flashscore.kz") + 1) == "flashscore.kz") || (document.domain == "flashscore.ru" || document.domain.substring(document.domain.indexOf(".flashscore.ru") + 1) == "flashscore.ru") || (document.domain == "livescore.in" || document.domain.substring(document.domain.indexOf(".livescore.in") + 1) == "livescore.in"))
  844. css += [
  845. "[data-bookmaker-id], [onclick*=\"bookmaker\"] {pointer-events: none !important;}"
  846. ].join("\n");
  847. if (false || (document.domain == "footballhd.ru" || document.domain.substring(document.domain.indexOf(".footballhd.ru") + 1) == "footballhd.ru"))
  848. css += [
  849. "body > #header {margin-top: 0 !important;}"
  850. ].join("\n");
  851. if (false || (document.domain == "footballtransfer.com.ua" || document.domain.substring(document.domain.indexOf(".footballtransfer.com.ua") + 1) == "footballtransfer.com.ua"))
  852. css += [
  853. "center + br + div[style*=\"background-color: #ebebeb\"] {margin-top: auto !important;}"
  854. ].join("\n");
  855. if (false || (document.domain == "footboom.by" || document.domain.substring(document.domain.indexOf(".footboom.by") + 1) == "footboom.by") || (document.domain == "footboom.com" || document.domain.substring(document.domain.indexOf(".footboom.com") + 1) == "footboom.com") || (document.domain == "footboom.kz" || document.domain.substring(document.domain.indexOf(".footboom.kz") + 1) == "footboom.kz"))
  856. css += [
  857. ".b-footer__footer-links > .b-footer-links__footer-col:nth-child(3), ",
  858. " .b-hideable-table, .b-news-open__tags ~ div:not([class*=\"-\"]), ",
  859. " .b-page__right-col > :not(.b-right-col__block):not(.informer-placeholder), ",
  860. " .b-sw__table, .bet-informer__widget {display: none !important;}"
  861. ].join("\n");
  862. if (false || (document.domain == "forum.flprog.ru" || document.domain.substring(document.domain.indexOf(".forum.flprog.ru") + 1) == "forum.flprog.ru"))
  863. css += [
  864. ".sitemaker > .grid > .sm-responsive-full-width {width: auto !important;}"
  865. ].join("\n");
  866. if (false || (document.domain == "forum.ixbt.com" || document.domain.substring(document.domain.indexOf(".forum.ixbt.com") + 1) == "forum.ixbt.com"))
  867. css += [
  868. ".left.column > #question.dialog_thanks {left: 67% !important;}",
  869. " .body_content_table > .left.column {margin-right: 0 !important; width: 100% !important;}",
  870. " .fullscreen_branding ~ .body_content_table {margin-top: 0 !important; z-index: 0 !important;}",
  871. " .body_wrapper {max-width: 100% !important;}"
  872. ].join("\n");
  873. if (false || (document.domain == "forum.ruboard.ru" || document.domain.substring(document.domain.indexOf(".forum.ruboard.ru") + 1) == "forum.ruboard.ru"))
  874. css += [
  875. "#content_container, #content_container #content {margin-right: 0 !important;}"
  876. ].join("\n");
  877. if (false || (document.domain == "forums.drom.ru" || document.domain.substring(document.domain.indexOf(".forums.drom.ru") + 1) == "forums.drom.ru"))
  878. css += [
  879. "#dromRightCol {display: none !important;}",
  880. " .contentWrap .lcWrap {padding-right: unset !important;}"
  881. ].join("\n");
  882. if (false || (document.domain == "forums.overclockers.ru" || document.domain.substring(document.domain.indexOf(".forums.overclockers.ru") + 1) == "forums.overclockers.ru"))
  883. css += [
  884. "tr > td[nowrap=\"nowrap\"][style=\"color: red; font-weight: bold\"] {color: #004488 !important; font-weight: 200 !important;}"
  885. ].join("\n");
  886. if (false || (document.domain == "fototips.ru" || document.domain.substring(document.domain.indexOf(".fototips.ru") + 1) == "fototips.ru"))
  887. css += [
  888. ".ftips-branding .td-main-page-wrap, .ftips-branding-ad + div, .ftips-branding.td_category_template_1 .td-category-header {padding-top: 5px !important;}"
  889. ].join("\n");
  890. if (false || (document.domain == "freefotohelp.ru" || document.domain.substring(document.domain.indexOf(".freefotohelp.ru") + 1) == "freefotohelp.ru"))
  891. css += [
  892. "#T_Bottom {width: auto !important;}"
  893. ].join("\n");
  894. if (false || (document.domain == "freehat.cc" || document.domain.substring(document.domain.indexOf(".freehat.cc") + 1) == "freehat.cc") || (document.domain == "lalapaluza.ru" || document.domain.substring(document.domain.indexOf(".lalapaluza.ru") + 1) == "lalapaluza.ru"))
  895. css += [
  896. "body:not(#id):not(:empty) {background: whitesmoke !important;}"
  897. ].join("\n");
  898. if (false || (document.domain == "freekeys.club" || document.domain.substring(document.domain.indexOf(".freekeys.club") + 1) == "freekeys.club") || (document.domain == "trialnod.club" || document.domain.substring(document.domain.indexOf(".trialnod.club") + 1) == "trialnod.club"))
  899. css += [
  900. "#keysbox {display: block !important;}",
  901. " #time {display: none !important;}"
  902. ].join("\n");
  903. if (false || (document.domain == "freekeys.club" || document.domain.substring(document.domain.indexOf(".freekeys.club") + 1) == "freekeys.club") || (document.domain == "trialnod.club" || document.domain.substring(document.domain.indexOf(".trialnod.club") + 1) == "trialnod.club") || (document.domain == "w98008mo.beget.tech" || document.domain.substring(document.domain.indexOf(".w98008mo.beget.tech") + 1) == "w98008mo.beget.tech"))
  904. css += [
  905. "#modal-overlay, #modal-window {display: none !important;}"
  906. ].join("\n");
  907. if (false || (document.domain == "freeopenvpn.org" || document.domain.substring(document.domain.indexOf(".freeopenvpn.org") + 1) == "freeopenvpn.org"))
  908. css += [
  909. "body > a[href][target=\"_blank\"] {display: none !important;}",
  910. " #advert {height: 1px !important;}"
  911. ].join("\n");
  912. if (false || (document.domain == "freeopenvpn.org" || document.domain.substring(document.domain.indexOf(".freeopenvpn.org") + 1) == "freeopenvpn.org") || (document.domain == "leninsw.info" || document.domain.substring(document.domain.indexOf(".leninsw.info") + 1) == "leninsw.info"))
  913. css += [
  914. ".adsbygoogle {max-height: 6px !important;}"
  915. ].join("\n");
  916. if (false || (document.domain == "fssprus.ru" || document.domain.substring(document.domain.indexOf(".fssprus.ru") + 1) == "fssprus.ru"))
  917. css += [
  918. ".tingle-modal {display: none !important;}",
  919. " html > body {overflow-y: auto !important; position: static !important;}"
  920. ].join("\n");
  921. if (false || (document.domain == "gagadget.com" || document.domain.substring(document.domain.indexOf(".gagadget.com") + 1) == "gagadget.com") || (document.domain == "gazeta.ru" || document.domain.substring(document.domain.indexOf(".gazeta.ru") + 1) == "gazeta.ru") || (document.domain == "ngs.ru" || document.domain.substring(document.domain.indexOf(".ngs.ru") + 1) == "ngs.ru") || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  922. css += [
  923. "body:not(#id) {overflow: auto !important;}"
  924. ].join("\n");
  925. if (false || (document.domain == "game-pool.ru" || document.domain.substring(document.domain.indexOf(".game-pool.ru") + 1) == "game-pool.ru"))
  926. css += [
  927. "body:not(#id) {background-image: none !important;}",
  928. " div[class^=\"container-content\"] > div[class^=\"obolox\"] {margin-top: 52px !important;}"
  929. ].join("\n");
  930. if (false || (document.domain == "game2day.ru" || document.domain.substring(document.domain.indexOf(".game2day.ru") + 1) == "game2day.ru"))
  931. css += [
  932. "body > .container {margin-top: 120px !important;}"
  933. ].join("\n");
  934. if (false || (document.domain == "gamebomb.ru" || document.domain.substring(document.domain.indexOf(".gamebomb.ru") + 1) == "gamebomb.ru"))
  935. css += [
  936. "body {background-color: #303030 !important; background-image: none !important;}",
  937. " div[id^=\"wrrpper\"] > div[id] > [id^=\"mainsbackgrnd-\"] {display: none !important;}",
  938. " #content.site-max-width {margin-top: 0 !important;}"
  939. ].join("\n");
  940. if (false || (document.domain == "gamemag.ru" || document.domain.substring(document.domain.indexOf(".gamemag.ru") + 1) == "gamemag.ru"))
  941. css += [
  942. ".comment-background, .main-content {background: none !important;}"
  943. ].join("\n");
  944. if (false || (document.domain == "games.mail.ru" || document.domain.substring(document.domain.indexOf(".games.mail.ru") + 1) == "games.mail.ru"))
  945. css += [
  946. ".b-pc-str {width: auto !important;}"
  947. ].join("\n");
  948. if (false || (document.domain == "gametech.ru" || document.domain.substring(document.domain.indexOf(".gametech.ru") + 1) == "gametech.ru"))
  949. css += [
  950. "body {background: #eee !important;}",
  951. " .tm-wrapper > .tm {margin-bottom: auto !important;}",
  952. " body:not(#id) {margin-top: 0 !important;}"
  953. ].join("\n");
  954. if (false || (document.domain == "gamma.mirtesen.ru" || document.domain.substring(document.domain.indexOf(".gamma.mirtesen.ru") + 1) == "gamma.mirtesen.ru"))
  955. css += [
  956. ".aggregator-page {pointer-events: none !important; opacity: 0 !important;}"
  957. ].join("\n");
  958. if (false || (document.domain == "gasolina-online.com" || document.domain.substring(document.domain.indexOf(".gasolina-online.com") + 1) == "gasolina-online.com"))
  959. css += [
  960. "#facebook-modal, body.modal-open > .modal-backdrop {display: none !important;}",
  961. " body.modal-open {overflow: auto !important;}"
  962. ].join("\n");
  963. if (false || (document.domain == "gastronom.ru" || document.domain.substring(document.domain.indexOf(".gastronom.ru") + 1) == "gastronom.ru"))
  964. css += [
  965. "body { cursor: auto !important;}",
  966. " #wrapper {max-width: none !important;}"
  967. ].join("\n");
  968. if (false || (document.domain == "gazeta.ru" || document.domain.substring(document.domain.indexOf(".gazeta.ru") + 1) == "gazeta.ru"))
  969. css += [
  970. "#news-left > div[id]:nth-child(-n+6):not(#additional_news_block):not(#most_readable), ",
  971. " .b_olimpbet_board-header {display: none !important;}",
  972. " .b_olimpbet_board {height: auto !important;}"
  973. ].join("\n");
  974. if (false || (document.domain == "gazeta.ru" || document.domain.substring(document.domain.indexOf(".gazeta.ru") + 1) == "gazeta.ru") || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  975. css += [
  976. ".stopper > #boxbox, .stopper > #boxfade {display: none !important;}"
  977. ].join("\n");
  978. if (false || (document.domain == "gazeta.ua" || document.domain.substring(document.domain.indexOf(".gazeta.ua") + 1) == "gazeta.ua"))
  979. css += [
  980. "#header-wrapper > header > *, body > * {pointer-events: auto !important;}",
  981. " #header-wrapper > header, body {pointer-events: none !important;}"
  982. ].join("\n");
  983. if (false || (document.domain == "gdetraffic.com" || document.domain.substring(document.domain.indexOf(".gdetraffic.com") + 1) == "gdetraffic.com"))
  984. css += [
  985. ".main.with-top-menu {padding-top: 100px !important;}"
  986. ].join("\n");
  987. if (false || (document.domain == "glav.su" || document.domain.substring(document.domain.indexOf(".glav.su") + 1) == "glav.su"))
  988. css += [
  989. "#js-l-h ~ div[class] > div:not([id]):not([class]):not([style]) {display: none !important;}",
  990. " #js-l-h ~ div[class*=\" \"] {padding-top: unset !important; padding-bottom: unset !important;}"
  991. ].join("\n");
  992. if (false || (document.domain == "glavnoe.ua" || document.domain.substring(document.domain.indexOf(".glavnoe.ua") + 1) == "glavnoe.ua"))
  993. css += [
  994. "#main-block > .content-block {margin: auto !important;}"
  995. ].join("\n");
  996. if (false || (document.domain == "glavred.info" || document.domain.substring(document.domain.indexOf(".glavred.info") + 1) == "glavred.info"))
  997. css += [
  998. ".newsfeed {height: auto !important;}"
  999. ].join("\n");
  1000. if (false || (document.domain == "go.mail.ru" || document.domain.substring(document.domain.indexOf(".go.mail.ru") + 1) == "go.mail.ru"))
  1001. css += [
  1002. "body > div[style^=\"z-index:\"], div[class^=\"Direct\"], div[class^=\"RbSlot\"] {display: none !important;}"
  1003. ].join("\n");
  1004. if (false || (document.domain == "goclips.tv" || document.domain.substring(document.domain.indexOf(".goclips.tv") + 1) == "goclips.tv"))
  1005. css += " .video_content {height: auto !important;}";
  1006. if (false || (document.domain == "goodgame.ru" || document.domain.substring(document.domain.indexOf(".goodgame.ru") + 1) == "goodgame.ru"))
  1007. css += [
  1008. ".main-block .main-inner-wrap {margin-top: 0 !important;}"
  1009. ].join("\n");
  1010. if (false || (document.domain == "gordonua.com" || document.domain.substring(document.domain.indexOf(".gordonua.com") + 1) == "gordonua.com"))
  1011. css += [
  1012. "html:not([class*=\" mob\"]) > body > .wrap {width: 1170px !important; padding: 20px !important;}"
  1013. ].join("\n");
  1014. if (false || (document.domain == "gorod.dp.ua" || document.domain.substring(document.domain.indexOf(".gorod.dp.ua") + 1) == "gorod.dp.ua") || (document.domain == "intermedia.ru" || document.domain.substring(document.domain.indexOf(".intermedia.ru") + 1) == "intermedia.ru") || (document.domain == "sefon.cc" || document.domain.substring(document.domain.indexOf(".sefon.cc") + 1) == "sefon.cc"))
  1015. css += [
  1016. "html > body {padding-top: unset !important;}"
  1017. ].join("\n");
  1018. if (false || (document.domain == "gotps3.ru" || document.domain.substring(document.domain.indexOf(".gotps3.ru") + 1) == "gotps3.ru"))
  1019. css += "#Page {margin-top: 0 !important;}";
  1020. if (false || (document.domain == "govoritmoskva.ru" || document.domain.substring(document.domain.indexOf(".govoritmoskva.ru") + 1) == "govoritmoskva.ru"))
  1021. css += [
  1022. ".rightColumn > .darkPart, footer.pageContainer {height: auto !important;}"
  1023. ].join("\n");
  1024. if (false || (document.domain == "great-tv.ru" || document.domain.substring(document.domain.indexOf(".great-tv.ru") + 1) == "great-tv.ru") || (document.domain == "vserialy.com" || document.domain.substring(document.domain.indexOf(".vserialy.com") + 1) == "vserialy.com") || (document.domain == "vserialy.fun" || document.domain.substring(document.domain.indexOf(".vserialy.fun") + 1) == "vserialy.fun"))
  1025. css += [
  1026. "#header_box {height: auto !important; min-height: auto !important;}"
  1027. ].join("\n");
  1028. if (false || (document.domain == "grippua.com.ua" || document.domain.substring(document.domain.indexOf(".grippua.com.ua") + 1) == "grippua.com.ua"))
  1029. css += [
  1030. "body {background-image: none !important; pointer-events: none !important;}",
  1031. " a[href*=\"utm_campai\"] > div > img {display: none !important;}",
  1032. " body > :not(a) {pointer-events: auto !important;}",
  1033. " a[href*=\"utm_campai\"] {pointer-events: none !important;}"
  1034. ].join("\n");
  1035. if (false || (document.domain == "gstv.ru" || document.domain.substring(document.domain.indexOf(".gstv.ru") + 1) == "gstv.ru"))
  1036. css += ".page-content {margin-top: 0 !important;}";
  1037. if (false || (document.domain == "gta-gaming.ru" || document.domain.substring(document.domain.indexOf(".gta-gaming.ru") + 1) == "gta-gaming.ru"))
  1038. css += [
  1039. "#link-b {display: block !important;}",
  1040. " .first-b {display: none !important;}"
  1041. ].join("\n");
  1042. if (false || (document.domain == "gta.com.ua" || document.domain.substring(document.domain.indexOf(".gta.com.ua") + 1) == "gta.com.ua"))
  1043. css += [
  1044. "body {background-image: none !important; background-color: #f5f5f5 !important;}"
  1045. ].join("\n");
  1046. if (false || (document.domain == "gtavicecity.ru" || document.domain.substring(document.domain.indexOf(".gtavicecity.ru") + 1) == "gtavicecity.ru"))
  1047. css += [
  1048. ".wrapper-body {margin-top: 0 !important;}"
  1049. ].join("\n");
  1050. if (false || (document.domain == "gubkinskiy.com" || document.domain.substring(document.domain.indexOf(".gubkinskiy.com") + 1) == "gubkinskiy.com"))
  1051. css += [
  1052. "#page-content {margin-top: 0 !important;}"
  1053. ].join("\n");
  1054. if (false || (document.domain == "hdkinomir.cc" || document.domain.substring(document.domain.indexOf(".hdkinomir.cc") + 1) == "hdkinomir.cc"))
  1055. css += [
  1056. "#wrapper > .menu {margin-top: auto !important;}"
  1057. ].join("\n");
  1058. if (false || (document.domain == "hdkinozzoro.ru" || document.domain.substring(document.domain.indexOf(".hdkinozzoro.ru") + 1) == "hdkinozzoro.ru"))
  1059. css += [
  1060. ".jirrua {margin-top: 0 !important;}",
  1061. " body:not(#id) {padding-top: 0 !important;}"
  1062. ].join("\n");
  1063. if (false || (document.domain == "hdrezka.fun" || document.domain.substring(document.domain.indexOf(".hdrezka.fun") + 1) == "hdrezka.fun") || (document.domain == "omskbird.tv" || document.domain.substring(document.domain.indexOf(".omskbird.tv") + 1) == "omskbird.tv"))
  1064. css += [
  1065. ".have-brand .wrap {margin-top: 0 !important;}"
  1066. ].join("\n");
  1067. if (false || (document.domain == "hdru.net" || document.domain.substring(document.domain.indexOf(".hdru.net") + 1) == "hdru.net"))
  1068. css += [
  1069. ".page {margin-top: 0 !important;}"
  1070. ].join("\n");
  1071. if (false || (document.domain == "hdtochka.club" || document.domain.substring(document.domain.indexOf(".hdtochka.club") + 1) == "hdtochka.club"))
  1072. css += [
  1073. "body > .wrapp {margin-top: 0 !important;}"
  1074. ].join("\n");
  1075. if (false || (document.domain == "health.mail.ru" || document.domain.substring(document.domain.indexOf(".health.mail.ru") + 1) == "health.mail.ru") || (document.domain == "hi-tech.mail.ru" || document.domain.substring(document.domain.indexOf(".hi-tech.mail.ru") + 1) == "hi-tech.mail.ru") || (document.domain == "news.mail.ru" || document.domain.substring(document.domain.indexOf(".news.mail.ru") + 1) == "news.mail.ru") || (document.domain == "sportmail.ru" || document.domain.substring(document.domain.indexOf(".sportmail.ru") + 1) == "sportmail.ru"))
  1076. css += [
  1077. ".branding-p {display: none !important;}"
  1078. ].join("\n");
  1079. if (false || (document.domain == "hellomagazine.com" || document.domain.substring(document.domain.indexOf(".hellomagazine.com") + 1) == "hellomagazine.com"))
  1080. css += [
  1081. ".footer {position: relative !important;}"
  1082. ].join("\n");
  1083. if (false || (document.domain == "hentaiz.org" || document.domain.substring(document.domain.indexOf(".hentaiz.org") + 1) == "hentaiz.org"))
  1084. css += [
  1085. "body {background: #4ba1ba !important;}",
  1086. " .toporg {height: 0 !important;}"
  1087. ].join("\n");
  1088. if (false || (document.domain == "hi-fi.ru" || document.domain.substring(document.domain.indexOf(".hi-fi.ru") + 1) == "hi-fi.ru"))
  1089. css += [
  1090. "body {background: none !important;}",
  1091. " .page-branded {margin-top: 0 !important;}"
  1092. ].join("\n");
  1093. if (false || (document.domain == "hi-news.ru" || document.domain.substring(document.domain.indexOf(".hi-news.ru") + 1) == "hi-news.ru") || (document.domain == "kino-teatr.ua" || document.domain.substring(document.domain.indexOf(".kino-teatr.ua") + 1) == "kino-teatr.ua") || (document.domain == "serialbox.org" || document.domain.substring(document.domain.indexOf(".serialbox.org") + 1) == "serialbox.org"))
  1094. css += [
  1095. "body {background: none !important;}"
  1096. ].join("\n");
  1097. if (false || (document.domain == "hi-tech.mail.ru" || document.domain.substring(document.domain.indexOf(".hi-tech.mail.ru") + 1) == "hi-tech.mail.ru"))
  1098. css += [
  1099. ".cols_margin .link-hdr {display: none !important;}",
  1100. " #portal-menu, .header-banner {margin: 0 !important;}"
  1101. ].join("\n");
  1102. if (false || (document.domain == "hlamer.ru" || document.domain.substring(document.domain.indexOf(".hlamer.ru") + 1) == "hlamer.ru") || (document.domain == "serialfilm.ru" || document.domain.substring(document.domain.indexOf(".serialfilm.ru") + 1) == "serialfilm.ru") || (document.domain == "zloekino.com" || document.domain.substring(document.domain.indexOf(".zloekino.com") + 1) == "zloekino.com") || (document.domain == "zloekino.ru" || document.domain.substring(document.domain.indexOf(".zloekino.ru") + 1) == "zloekino.ru") || (document.domain == "zloekino.su" || document.domain.substring(document.domain.indexOf(".zloekino.su") + 1) == "zloekino.su"))
  1103. css += [
  1104. "body {background-color: #596c84 !important;}"
  1105. ].join("\n");
  1106. if (false || (document.domain == "holod.media" || document.domain.substring(document.domain.indexOf(".holod.media") + 1) == "holod.media"))
  1107. css += [
  1108. ".article__bg {left: 49% !important;}"
  1109. ].join("\n");
  1110. if (false || (document.domain == "horoscopes.rambler.ru" || document.domain.substring(document.domain.indexOf(".horoscopes.rambler.ru") + 1) == "horoscopes.rambler.ru"))
  1111. css += [
  1112. "div[class] {min-height: 0 !important;}",
  1113. " a[data-horo$=\"::button\"] {width: auto !important;}"
  1114. ].join("\n");
  1115. if (false || (document.domain == "horrorzone.ru" || document.domain.substring(document.domain.indexOf(".horrorzone.ru") + 1) == "horrorzone.ru"))
  1116. css += [
  1117. "body > .all {margin-top: 0 !important;}"
  1118. ].join("\n");
  1119. if (false || (document.domain == "hotline.ua" || document.domain.substring(document.domain.indexOf(".hotline.ua") + 1) == "hotline.ua"))
  1120. css += [
  1121. ".reset-scroll:before, div[data-lightbox-id=\"product-fast-question\"] {display: none !important;}",
  1122. " .reset-scroll {overflow: auto !important;}"
  1123. ].join("\n");
  1124. if (false || (document.domain == "housechief.ru" || document.domain.substring(document.domain.indexOf(".housechief.ru") + 1) == "housechief.ru"))
  1125. css += [
  1126. ".td-main-content-wrap, ",
  1127. " .tdc-content-wrap > div[class*=\"vc_custom_\"]:first-child {margin-top: auto !important;}"
  1128. ].join("\n");
  1129. if (false || (document.domain == "houzz.ru" || document.domain.substring(document.domain.indexOf(".houzz.ru") + 1) == "houzz.ru"))
  1130. css += [
  1131. ".modal.in.modal-vc {display: none !important;}",
  1132. " body.modal-open, html {overflow: auto !important;}"
  1133. ].join("\n");
  1134. if (false || (document.domain == "hs-manacost.ru" || document.domain.substring(document.domain.indexOf(".hs-manacost.ru") + 1) == "hs-manacost.ru"))
  1135. css += [
  1136. "body {background-image: none !important; background-color: whitesmoke !important;}",
  1137. " #td-outer-wrap > *, body > * {pointer-events: auto !important;}",
  1138. " #td-outer-wrap, body {pointer-events: none !important;}"
  1139. ].join("\n");
  1140. if (false || (document.domain == "hvylya.net" || document.domain.substring(document.domain.indexOf(".hvylya.net") + 1) == "hvylya.net"))
  1141. css += [
  1142. ".right-column > .b-newsfeed > span {margin-top: 0 !important;}"
  1143. ].join("\n");
  1144. if (false || (document.domain == "i.ua" || document.domain.substring(document.domain.indexOf(".i.ua") + 1) == "i.ua"))
  1145. css += [
  1146. ".footer_container {height: auto !important; margin-top: auto !important;}",
  1147. " .body_container {padding-bottom: unset !important;}"
  1148. ].join("\n");
  1149. if (false || (document.domain == "ictv.ua" || document.domain.substring(document.domain.indexOf(".ictv.ua") + 1) == "ictv.ua"))
  1150. css += [
  1151. ".video-stream {background-image:none !important; pointer-events: none !important;}",
  1152. " .video-stream > * {pointer-events: auto !important;}"
  1153. ].join("\n");
  1154. if (false || (document.domain == "igromania.ru" || document.domain.substring(document.domain.indexOf(".igromania.ru") + 1) == "igromania.ru"))
  1155. css += [
  1156. "body > .outer_outer > .outer_inner {background: #dedede !important;}",
  1157. " .wrapper_outer > .wide_brand {display: none !important;}",
  1158. " .outer_inner > .wrapper_outer > div[class] {height: auto !important; min-height: auto !important;}",
  1159. " div.hmenu_box a.hmenu {padding-right: 13px !important; padding-left: 13px !important;}"
  1160. ].join("\n");
  1161. if (false || (document.domain == "infocar.ua" || document.domain.substring(document.domain.indexOf(".infocar.ua") + 1) == "infocar.ua"))
  1162. css += [
  1163. "#totalbg {background-image: none !important;}"
  1164. ].join("\n");
  1165. if (false || (document.domain == "infomama.com.ua" || document.domain.substring(document.domain.indexOf(".infomama.com.ua") + 1) == "infomama.com.ua"))
  1166. css += [
  1167. "#logo {display: none !important;}",
  1168. " #headerMover #headerProxy {height: 50px !important;}"
  1169. ].join("\n");
  1170. if (false || (document.domain == "infoua.biz" || document.domain.substring(document.domain.indexOf(".infoua.biz") + 1) == "infoua.biz"))
  1171. css += [
  1172. "#id_box_r_y1, #idbbbad {position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important;}"
  1173. ].join("\n");
  1174. if (false || (document.domain == "innal.top" || document.domain.substring(document.domain.indexOf(".innal.top") + 1) == "innal.top") || (document.domain == "zannn.top" || document.domain.substring(document.domain.indexOf(".zannn.top") + 1) == "zannn.top"))
  1175. css += [
  1176. "table.lista[width=\"100%\"][style] > tbody > tr > td.header[width=\"110px\"] {color: transparent !important;}"
  1177. ].join("\n");
  1178. if (false || (document.domain == "inoprosport.ru" || document.domain.substring(document.domain.indexOf(".inoprosport.ru") + 1) == "inoprosport.ru"))
  1179. css += [
  1180. "body > .page__wrapper {padding-top: 60px !important;}"
  1181. ].join("\n");
  1182. if (false || (document.domain == "instagram.com" || document.domain.substring(document.domain.indexOf(".instagram.com") + 1) == "instagram.com"))
  1183. css += [
  1184. "body[style*=\"overflow: hidden;\"] {overflow: auto !important;}"
  1185. ].join("\n");
  1186. if (false || (document.domain == "intermedia.ru" || document.domain.substring(document.domain.indexOf(".intermedia.ru") + 1) == "intermedia.ru"))
  1187. css += [
  1188. ".general_block > a[href][target=\"_blank\"] {display: none !important;}"
  1189. ].join("\n");
  1190. if (false || (document.domain == "investing.com" || document.domain.substring(document.domain.indexOf(".investing.com") + 1) == "investing.com"))
  1191. css += [
  1192. "#PromoteSignUpPopUp, #abPopup, div[class^=\"adBlock-popup\"], ",
  1193. " div[class^=\"adBlock-popup_\"] ~ div[class^=\"overlay_\"], ",
  1194. " div[data-test=\"ad-slot-visible\"] {display: none !important;}",
  1195. " body {overflow: auto !important;}"
  1196. ].join("\n");
  1197. if (false || (document.domain == "iphones.ru" || document.domain.substring(document.domain.indexOf(".iphones.ru") + 1) == "iphones.ru"))
  1198. css += "#contentShifter {height: 127px!important;}";
  1199. if (false || (document.domain == "www.ivi.ru" || document.domain.substring(document.domain.indexOf(".www.ivi.ru") + 1) == "www.ivi.ru"))
  1200. css += [
  1201. "body.watch > div[class]:not([id]):not([style]):nth-child(-n+2) {background: none !important;}",
  1202. " body.watch > div[class]:not([id]):not([style]):nth-child(-n+2) > style + .content {display: none !important;}",
  1203. " .page-wrapper > .content-main {padding-top: 0 !important;}",
  1204. " body.watch > header.ivi-top {top: 0 !important;}"
  1205. ].join("\n");
  1206. if (false || (document.domain == "isport.ua" || document.domain.substring(document.domain.indexOf(".isport.ua") + 1) == "isport.ua"))
  1207. css += [
  1208. "body > .layout {margin-top: 0 !important;}"
  1209. ].join("\n");
  1210. if (false || (document.domain == "it-actual.ru" || document.domain.substring(document.domain.indexOf(".it-actual.ru") + 1) == "it-actual.ru"))
  1211. css += [
  1212. ".fltext {background: none !important; position: unset !important;}",
  1213. " .entry-content > [class*=\" \"][style=\"text-align: center;\"] {display: none !important;}"
  1214. ].join("\n");
  1215. if (false || (document.domain == "itnews.com.ua" || document.domain.substring(document.domain.indexOf(".itnews.com.ua") + 1) == "itnews.com.ua"))
  1216. css += [
  1217. "#right > div[style^=\"height:\"] {height: 0 !important;}",
  1218. " #content > #header {height: 220px !important; background-position-y: -100px !important;}",
  1219. " #content > #header > div[style^=\"height: 94px;\"] {height: 6px !important;}",
  1220. " td.left[width=\"200\"][valign=\"top\"] {height: auto !important;}"
  1221. ].join("\n");
  1222. if (false || (document.domain == "jut-su.net" || document.domain.substring(document.domain.indexOf(".jut-su.net") + 1) == "jut-su.net"))
  1223. css += [
  1224. "body:not(#id) {padding-top: 0 !important; padding-bottom: 0 !important;}"
  1225. ].join("\n");
  1226. if (false || (document.domain == "kaluga-poisk.ru" || document.domain.substring(document.domain.indexOf(".kaluga-poisk.ru") + 1) == "kaluga-poisk.ru"))
  1227. css += [
  1228. "body:not(#id) {background: whitesmoke !important;}"
  1229. ].join("\n");
  1230. if (false || (document.domain == "kaztorka.org" || document.domain.substring(document.domain.indexOf(".kaztorka.org") + 1) == "kaztorka.org"))
  1231. css += [
  1232. "#main {max-width: 100% !important;}",
  1233. " body {padding-top: 0 !important;}"
  1234. ].join("\n");
  1235. if (false || (document.domain == "kg-portal.ru" || document.domain.substring(document.domain.indexOf(".kg-portal.ru") + 1) == "kg-portal.ru"))
  1236. css += [
  1237. "body {background-image: none !important; background-color: #bdbdbd !important;}",
  1238. " .content_wrap > div[class^=\"content_\"] > div > a[href^=\"/go.php?id=\"], ",
  1239. " .ten_topbar + div:not(.ten_ears_wrap), ",
  1240. " .ten_topbar ~ div[class]:not([id]):nth-child(-n+10):not(.ten_ears_wrap):not(.content_wrap):not(.footer_wrap) {display: none !important;}",
  1241. " .ten_topbar {height: 0 !important;}",
  1242. " .ten_ears_wrap {margin: 35px auto 0 auto !important;}",
  1243. " .comments_form {min-height: 0 !important;}",
  1244. " body > .menu_wrap {position: relative !important;}"
  1245. ].join("\n");
  1246. if (false || (document.domain == "kino-teatr.ru" || document.domain.substring(document.domain.indexOf(".kino-teatr.ru") + 1) == "kino-teatr.ru"))
  1247. css += [
  1248. "nav > #menu_line {top: 3rem !important;}"
  1249. ].join("\n");
  1250. if (false || (document.domain == "kino-teatr.ua" || document.domain.substring(document.domain.indexOf(".kino-teatr.ua") + 1) == "kino-teatr.ua"))
  1251. css += [
  1252. "html:not(#id) {background: none !important;}",
  1253. " .imaband {display: none !important;}"
  1254. ].join("\n");
  1255. if (false || (document.domain == "kino.video" || document.domain.substring(document.domain.indexOf(".kino.video") + 1) == "kino.video") || (document.domain == "tasix.me" || document.domain.substring(document.domain.indexOf(".tasix.me") + 1) == "tasix.me"))
  1256. css += [
  1257. "#embed-video > [id^=\"blink\"], .publisher-name > [id^=\"blink\"] {",
  1258. " -webkit-animation: none !important;",
  1259. " animation: none !important;",
  1260. " color: var(--color--normal) !important;",
  1261. " font-weight: normal !important;}",
  1262. " .navbart > a[href] > .spin {animation-name: none !important;}"
  1263. ].join("\n");
  1264. if (false || (document.domain == "kinoakter.net" || document.domain.substring(document.domain.indexOf(".kinoakter.net") + 1) == "kinoakter.net"))
  1265. css += [
  1266. "body > div[class^=\"wrapper\"] {margin-top: 0 !important;}"
  1267. ].join("\n");
  1268. if (false || (document.domain == "kinobos.org" || document.domain.substring(document.domain.indexOf(".kinobos.org") + 1) == "kinobos.org"))
  1269. css += [
  1270. ".wrapper > .wrap {margin-top: 0 !important;}"
  1271. ].join("\n");
  1272. if (false || (document.domain == "kinogo-hit.com" || document.domain.substring(document.domain.indexOf(".kinogo-hit.com") + 1) == "kinogo-hit.com"))
  1273. css += [
  1274. ".contener {padding-top: 0 !important;}"
  1275. ].join("\n");
  1276. if (false || (document.domain == "kinokladovka.com" || document.domain.substring(document.domain.indexOf(".kinokladovka.com") + 1) == "kinokladovka.com"))
  1277. css += [
  1278. ".b-background {background: none !important; padding-top: 0 !important;}"
  1279. ].join("\n");
  1280. if (false || (document.domain == "kinomania.ru" || document.domain.substring(document.domain.indexOf(".kinomania.ru") + 1) == "kinomania.ru"))
  1281. css += [
  1282. ".outer {padding-top: 0 !important;}"
  1283. ].join("\n");
  1284. if (false || (document.domain == "kinometro.ru" || document.domain.substring(document.domain.indexOf(".kinometro.ru") + 1) == "kinometro.ru"))
  1285. css += [
  1286. "body {background-color: transparent !important;}"
  1287. ].join("\n");
  1288. if (false || (document.domain == "kinopoisk.ru" || document.domain.substring(document.domain.indexOf(".kinopoisk.ru") + 1) == "kinopoisk.ru")){
  1289. var lkp=location.href;
  1290. css += [
  1291. " body, body:not(#id){background: none !important; background: url(\'\') !important;}",
  1292. " html[style], body {background-image: url(\'\') !important;}",
  1293. "html:not(#id):not([style=\"height: 100%; width: 100%;\"]) {background-color: #e6e6e6 !important;}",
  1294. " div[class^=\"styles_emptyItems__\"] div {background-color: transparent !important;}",
  1295. " #header-info-bg {background-color: transparent !important; background-image: none !important;}",
  1296. " .film-seances-page, .shadow.shadow-restyle {box-shadow: 0 -8px 15px #333333 !important;}",
  1297. " #top > div[id][style^=\"height: 210px\"], ",
  1298. " .app__page > div[class*=\"-container_\"]:not([class*=\"media\"]):not([class*=\"content\"]):first-child, ",
  1299. " .desktop-layout-with-sidebar__middle > .desktop-layout-with-sidebar__wrapper > div[class*=\"-container_\"]:not([class*=\"kinopoisk\"]):first-child, ",
  1300. " .media-post-page > div[class*=\"-container_\"]:not([class*=\"media\"]):first-child, ",
  1301. " .page-content > div[id]:not(#header-info-bg):empty, .top-banner-container, ",
  1302. " a[href^=\"https://kinopoisk.ru/special/\"][href*=\"utm_campaign=\"], ",
  1303. " aside.dialog, div[class^=\"styles_adBlockWarningRoot\"], ",
  1304. " div[class^=\"toaster-container\"], div[data-type=\"teaserspec\"], ",
  1305. " div[id*=\"_superbanner_\"] {display: none !important;}",
  1306. " .page-content > #header-info-bg + div[id]:not([class]), ",
  1307. " .page-content > div[id]:not(#header-info-bg):empty + div[id]:not(#top) {margin-bottom: 40px !important;}",
  1308. " .content-container_app-width_wide, ",
  1309. " div[class*=\"styles_headerContainer\"] + div[class^=\"styles_\"], ",
  1310. " div[class^=\"styles_footerContainer__\"] {max-width: 100% !important;}",
  1311. " .app__content div[style=\"min-height:250px\"], ",
  1312. " .underheader-superbanner-wrapper, ",
  1313. " div[class*=\"kinopoisk-media-container_pending\"], ",
  1314. " div[class^=\"styles_pending_\"], div[style=\"min-width:1px\"] {min-height: 0 !important;}",
  1315. " .modal-root div[class^=\"fullscreen-selector\"], ",
  1316. " div > a[aria-label=\"КиноПоиск\"] ~ div > button ~ div, ",
  1317. " div[class*=\"user-bar\"] > div > button ~ div {opacity: inherit !important;}",
  1318. " .filmsListNew .info {padding-right: 116px !important;}",
  1319. " #actorListBlock {padding-right: 19px !important;}",
  1320. " .user-subscription-partial-component__subscription-item-text {white-space: pre-wrap !important;}",
  1321. " .desktop-layout-with-sidebar__content > div[class][data-tid] {width: auto !important;}",
  1322. // " /* addedFilters */ ",
  1323. " div[class*=\"_container\"]>div[style=\"width: 100%; height: 250px;\"]>iframe {display: none !important;}",
  1324. " div[class^=\"styles_root__\"],div[class^=\"styles_basicInfoSection\"],div[class^=\"styles_basicMediaSection\"] {padding: 0px 0 0px!important;}",
  1325. " div[class*=\"styles_nameplate_\"] {right: 240px;!important;}",
  1326. " div[class*=\"styles_rootWithBranding_\"],div[id=\"kinopoisk-header-sticky-container\"],div[id=\"partial_component__footer\"],div[class*=\"styles_footerContainer_\"],footer{display: none!important;}",
  1327. "DIV[class*=\"styles_contentContainer__\"]:nth-child(2)>DIV[class*=\"styles_root__\"]:nth-child(2)>DIV[class*=\"styles_root__\"]>DIV[class*=\"styles_root__\"]>DIV[class*=\"styles_column__\"][class*=\"styles_sidebarSection__\"]:nth-child(3)>DIV[class*=\"styles_sidebar__\"]>DIV[class*=\"styles_sticky__\"]:nth-child(4)>DIV[class*=\"styles_root__\"]{display: none!important;}",
  1328. "HTML>BODY[class=\"body\"]>DIV[id=\"__next\"]>DIV[class*=\"styles_root__\"]>DIV[class*=\"styles_contentContainer_\"]>DIV[class*=\"styles_root__\"]>DIV[class*=\"styles_root__\"]>DIV[class*=\"styles_root__\"]>DIV[class*=\"styles_column_\"]>DIV[class*=\"styles_main__\"][class*=\"styles_additionalInformationSection_\"]>DIV[class*=\"styles_root_\"][class*=\"styles_rootRendered__\"]>DIV[class*=\"styles_theme\"]{display: none!important;}",
  1329. "div[class*=\"styles_themeTopBanner__\"]{display: none!important;}",
  1330. "DIV[class*=\"styles_sidebarSection_\"]:nth-child(3)>DIV[class*=\"styles_sidebar_\"]>DIV[class*=\"styles_sticky_\"]:nth-child(4)>DIV[class*=\"styles_rootRendered_\"]>DIV[class*=\"styles_themeDefault_\"]>DIV[class*=\"styles_container_\"]>DIV[id][class]{display: none!important;}",
  1331. // спрятать блок трейлера и пользовательский блок
  1332. " div[class*=\"film-trailer\"]{display: none!important;}",
  1333. " div[class*=\"styles_trailerContainer__\"]{display: none!important;}",
  1334. " div[class*=\"styles_userControlsContainer__\"]{display: none!important;}",
  1335. // спрятать блок соцсетей
  1336. "div[class*=\"hd-nameplate\"][class*=\"styles_root__\"][class*=\"styles_nameplate__\"]{right: 250px!important;}",
  1337. "div[class*=\"styles_userControlsContainer__\"]>div[class*=\"styles_controlContainer__\"]>div[class*=\"styles_foldersMenu__\"][class*=\"styles_root___\"]{display: none!important;}",
  1338. "div[class*=\"styles_share__\"],div[class*=\"styles_socialControlsContainer__\"]{display: none!important;}",
  1339. " "
  1340. ].join("\n");
  1341. if (lkp.match('kinopoisk.ru/series/')){
  1342. css += [
  1343. "div[class*=\"-kinopoisk-media-container\"][class*=\"kinopoisk-media-container_rendered\"]{display: none!important;}",
  1344. "div[class*=\"styles_rootWithBranding_\"]{display: none!important;}",
  1345. "body > div[class*=\app-container\"][class*=\app-container_app-theme\"] > div > div[class*=\"app__content\"][class*=\app__content_app-width_wide\"][class*=\app__content_app-theme\"] > div[class*=\app__page\"][class*=\app__page_app-theme\"] > div > div[class][class] > div[class] > div > div[class][class][class][class] > div > div > div[class][class]{display: none!important;}",
  1346. "div#film-share-buttons{display: none!important;}",
  1347. "DIV[class*=\"styles_sidebarSection_\"]:nth-child(3)>DIV[class*=\"styles_sidebar_\"]>DIV[class*=\"styles_sticky_\"]:nth-child(5)>DIV[class*=\"styles_rootRendered\"]>DIV[class*=\"styles_themeDefault_\"]>DIV[class*=\"styles_container_\"]>DIV[id][class]{display: none!important;}",
  1348. "BODY>DIV[class*=\"app-container\"]:nth-child(1)>DIV[class*=\"app_app-theme_\"]>DIV[class*=\"app__content\"]:nth-child(2)>DIV[class*=\"app__page\"]:nth-child(6)>DIV>DIV:nth-child(3)>DIV:nth-child(2)>DIV[class]>DIV:nth-child(1)>DIV>DIV>DIV:nth-child(3){display: none!important;}",
  1349. "BODY>DIV[class*=\"app-container\"]:nth-child(1)>DIV[class*=\"app_app-theme_\"]>DIV[class*=\"app__content\"]:nth-child(2)>DIV[class*=\"app__page\"]:nth-child(6)>DIV>DIV:nth-child(4)>DIV>DIV>DIV:nth-child(3)>DIV>DIV>DIV:nth-child(4){display: none!important;}",
  1350. ""
  1351. ].join("\n");
  1352. }
  1353. }
  1354. if (false || (document.domain == "kinoprofi.vip" || document.domain.substring(document.domain.indexOf(".kinoprofi.vip") + 1) == "kinoprofi.vip"))
  1355. css += [
  1356. "body .header {padding-top: 0 !important;}",
  1357. " body .header .header-fixed {top: 0 !important;}"
  1358. ].join("\n");
  1359. if (false || (document.domain == "kinosezon.net" || document.domain.substring(document.domain.indexOf(".kinosezon.net") + 1) == "kinosezon.net"))
  1360. css += [
  1361. "#subheader {padding-top: 0 !important;}"
  1362. ].join("\n");
  1363. if (false || (document.domain == "kinoteatr.ru" || document.domain.substring(document.domain.indexOf(".kinoteatr.ru") + 1) == "kinoteatr.ru"))
  1364. css += [
  1365. "html > body {background-image: none !important; background-color: black !important;}",
  1366. " .branding-wrapper {display: none !important;}",
  1367. " .header_container {margin-top: 0 !important;}"
  1368. ].join("\n");
  1369. if (false || (document.domain == "kinotochka.co" || document.domain.substring(document.domain.indexOf(".kinotochka.co") + 1) == "kinotochka.co") || (document.domain == "kinotochka.me" || document.domain.substring(document.domain.indexOf(".kinotochka.me") + 1) == "kinotochka.me"))
  1370. css += ".center-box2 {margin-top: 0!important;}";
  1371. if (false || (document.domain == "kinoxa.win" || document.domain.substring(document.domain.indexOf(".kinoxa.win") + 1) == "kinoxa.win") || (document.domain == "lord-films.pw" || document.domain.substring(document.domain.indexOf(".lord-films.pw") + 1) == "lord-films.pw") || (document.domain == "lordfilm.in" || document.domain.substring(document.domain.indexOf(".lordfilm.in") + 1) == "lordfilm.in") || (document.domain == "lordfilm.net" || document.domain.substring(document.domain.indexOf(".lordfilm.net") + 1) == "lordfilm.net") || (document.domain == "lordfilm6.tv" || document.domain.substring(document.domain.indexOf(".lordfilm6.tv") + 1) == "lordfilm6.tv") || (document.domain == "lordfilm7.tv" || document.domain.substring(document.domain.indexOf(".lordfilm7.tv") + 1) == "lordfilm7.tv") || (document.domain == "lordfilmtv.vip" || document.domain.substring(document.domain.indexOf(".lordfilmtv.vip") + 1) == "lordfilmtv.vip") || (document.domain == "lordsfilm.net" || document.domain.substring(document.domain.indexOf(".lordsfilm.net") + 1) == "lordsfilm.net") || (document.domain == "lordsfilm.pro" || document.domain.substring(document.domain.indexOf(".lordsfilm.pro") + 1) == "lordsfilm.pro") || (document.domain == "lordsfilms.pro" || document.domain.substring(document.domain.indexOf(".lordsfilms.pro") + 1) == "lordsfilms.pro"))
  1372. css += [
  1373. "html > body {background-color: #e5e5e5 !important;}",
  1374. " body > .wrap {margin-top: 0 !important; padding-top: 0 !important;}"
  1375. ].join("\n");
  1376. if (false || (document.domain == "kinozoz.net" || document.domain.substring(document.domain.indexOf(".kinozoz.net") + 1) == "kinozoz.net"))
  1377. css += [
  1378. "body > .wr {padding-top: 0 !important;}"
  1379. ].join("\n");
  1380. if (false || (document.domain == "kirov.online" || document.domain.substring(document.domain.indexOf(".kirov.online") + 1) == "kirov.online"))
  1381. css += [
  1382. ".bg_container > .wrapper-content {padding-top: 0 !important;}"
  1383. ].join("\n");
  1384. if (false || (document.domain == "kirovnet.ru" || document.domain.substring(document.domain.indexOf(".kirovnet.ru") + 1) == "kirovnet.ru"))
  1385. css += [
  1386. ".subbody2 {margin-top: 0 !important;}",
  1387. " .bg_container {padding-top: 0 !important;}"
  1388. ].join("\n");
  1389. if (false || (document.domain == "ko.com.ua" || document.domain.substring(document.domain.indexOf(".ko.com.ua") + 1) == "ko.com.ua"))
  1390. css += [
  1391. ".gbg {top: auto !important;}"
  1392. ].join("\n");
  1393. if (false || (document.domain == "korabel.ru" || document.domain.substring(document.domain.indexOf(".korabel.ru") + 1) == "korabel.ru"))
  1394. css += [
  1395. "div[id^=\"newsid_\"] > .row0[style=\"margin-bottom:8px;\"] {pointer-events: none !important;}"
  1396. ].join("\n");
  1397. if (false || (document.domain == "kp.by" || document.domain.substring(document.domain.indexOf(".kp.by") + 1) == "kp.by") || (document.domain == "kp.kg" || document.domain.substring(document.domain.indexOf(".kp.kg") + 1) == "kp.kg") || (document.domain == "kp.kz" || document.domain.substring(document.domain.indexOf(".kp.kz") + 1) == "kp.kz") || (document.domain == "kp.md" || document.domain.substring(document.domain.indexOf(".kp.md") + 1) == "kp.md") || (document.domain == "kp.ru" || document.domain.substring(document.domain.indexOf(".kp.ru") + 1) == "kp.ru"))
  1398. css += [
  1399. "aside[class^=\"styled__Aside-\"] > div, ",
  1400. " div[class^=\"styled__AsideWrapper-\"] > div {height: auto !important;}",
  1401. " div[class^=\"styled__Branding-\"] {padding-top: 0 !important;}"
  1402. ].join("\n");
  1403. if (false || (document.domain == "kp.ru" || document.domain.substring(document.domain.indexOf(".kp.ru") + 1) == "kp.ru"))
  1404. css += [
  1405. "div[class^=\"styled__FinancialSource-\"] {display: none !important;}",
  1406. " .page-wrapper > .page-inner {margin-top: auto !important;}",
  1407. " #allrecords > #t-header + div + div[id^=\"rec\"][style*=\"padding-top:\"], #allrecords > #t-header + div[id^=\"rec\"][style*=\"padding-top:\"] {padding-top: 0 !important;}"
  1408. ].join("\n");
  1409. if (false || (document.domain == "kredos.com.ua" || document.domain.substring(document.domain.indexOf(".kredos.com.ua") + 1) == "kredos.com.ua") || (document.domain == "smartphone.ua" || document.domain.substring(document.domain.indexOf(".smartphone.ua") + 1) == "smartphone.ua"))
  1410. css += [
  1411. "#header {height: auto !important;}"
  1412. ].join("\n");
  1413. if (false || (document.domain == "kriminal.net.ua" || document.domain.substring(document.domain.indexOf(".kriminal.net.ua") + 1) == "kriminal.net.ua") || (document.domain == "news.dn.ua" || document.domain.substring(document.domain.indexOf(".news.dn.ua") + 1) == "news.dn.ua"))
  1414. css += [
  1415. "#popup-manager.popup-show + #layout {-webkit-filter: none !important; filter: none !important;}",
  1416. " #popup-manager.popup-show {display: none !important;}"
  1417. ].join("\n");
  1418. if (false || (document.domain == "kv.by" || document.domain.substring(document.domain.indexOf(".kv.by") + 1) == "kv.by"))
  1419. css += [
  1420. "#page {top: 0 !important;}"
  1421. ].join("\n");
  1422. if (false || (document.domain == "kwikeer.com" || document.domain.substring(document.domain.indexOf(".kwikeer.com") + 1) == "kwikeer.com"))
  1423. css += [
  1424. ".__post-content-preview::after {content: none !important;}",
  1425. " div[data-post-action-id^=\"#post_\"] > .__post-content-btn {display: none !important;}",
  1426. " div[id^=\"post_\"][class=\"__post-content-preview\"] {max-height: none !important;}"
  1427. ].join("\n");
  1428. if (false || (document.domain == "l2top.ru" || document.domain.substring(document.domain.indexOf(".l2top.ru") + 1) == "l2top.ru"))
  1429. css += [
  1430. ".container[style=\"max-width: unset;\"] > .container {margin-top: auto !important;}"
  1431. ].join("\n");
  1432. if (false || (document.domain == "lafa.site" || document.domain.substring(document.domain.indexOf(".lafa.site") + 1) == "lafa.site"))
  1433. css += [
  1434. ".wrapper-header {margin-top: 0 !important;}"
  1435. ].join("\n");
  1436. if (false || (document.domain == "latifundimag.com" || document.domain.substring(document.domain.indexOf(".latifundimag.com") + 1) == "latifundimag.com"))
  1437. css += [
  1438. "body > .wrapper > * {pointer-events: auto !important;}",
  1439. " body > .wrapper {pointer-events: none !important;}"
  1440. ].join("\n");
  1441. if (false || (document.domain == "lenta.ru" || document.domain.substring(document.domain.indexOf(".lenta.ru") + 1) == "lenta.ru"))
  1442. css += [
  1443. ".b-board._olimp {border-bottom: none !important; margin-top: 30px !important;}",
  1444. " .b-board._olimp > .b-board__wrap {margin-left: 0 !important;}",
  1445. " .js-lower-column, .js-top-column {position: relative !important;}"
  1446. ].join("\n");
  1447. if (false || (document.domain == "lenta.ru" || document.domain.substring(document.domain.indexOf(".lenta.ru") + 1) == "lenta.ru") || (document.domain == "ngs.ru" || document.domain.substring(document.domain.indexOf(".ngs.ru") + 1) == "ngs.ru") || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  1448. css += [
  1449. ".subscribe-popup {display: none !important;}"
  1450. ].join("\n");
  1451. if (false || (document.domain == "life.ru" || document.domain.substring(document.domain.indexOf(".life.ru") + 1) == "life.ru"))
  1452. css += [
  1453. ".banner-mylife, .banner-mylife-backdrop, .banner-mylife-visible > div[class^=\"arcticmodal-\"], .nagscreen, body > .arcticmodal-overlay[style*=\"opacity: 0.6\"] {display: none !important;}",
  1454. " body:not(#id) {overflow: auto !important; margin-right: auto !important;}"
  1455. ].join("\n");
  1456. if (false || (document.domain == "eksmo.ru" || document.domain.substring(document.domain.indexOf(".eksmo.ru") + 1) == "eksmo.ru") || (document.domain == "lenta.ru" || document.domain.substring(document.domain.indexOf(".lenta.ru") + 1) == "lenta.ru") || (document.domain == "live-rutor.org" || document.domain.substring(document.domain.indexOf(".live-rutor.org") + 1) == "live-rutor.org") || (document.domain == "liverutor.org" || document.domain.substring(document.domain.indexOf(".liverutor.org") + 1) == "liverutor.org") || (document.domain == "new-rutor.org" || document.domain.substring(document.domain.indexOf(".new-rutor.org") + 1) == "new-rutor.org") || (document.domain == "rns.online" || document.domain.substring(document.domain.indexOf(".rns.online") + 1) == "rns.online") || (document.domain == "the-rutor.org" || document.domain.substring(document.domain.indexOf(".the-rutor.org") + 1) == "the-rutor.org"))
  1457. css += [
  1458. "body {overflow: auto !important;}"
  1459. ].join("\n");
  1460. if (false || (document.domain == "lostfilmhd.ru" || document.domain.substring(document.domain.indexOf(".lostfilmhd.ru") + 1) == "lostfilmhd.ru"))
  1461. css += [
  1462. "#wrap {background-image: none !important;}"
  1463. ].join("\n");
  1464. if (false || (document.domain == "mail.rambler.ru" || document.domain.substring(document.domain.indexOf(".mail.rambler.ru") + 1) == "mail.rambler.ru"))
  1465. css += [
  1466. "div[class*=\"WithRightBarWrapper\"] > div[class*=\"AutoAppContainer\"] ~ * {display: none !important;}",
  1467. " div[class*=\"WithRightBarWrapper\"] > div[class*=\"AutoAppContainer\"] {max-width: 100% !important;}"
  1468. ].join("\n");
  1469. if (false || (document.domain == "market.yandex.by" || document.domain.substring(document.domain.indexOf(".market.yandex.by") + 1) == "market.yandex.by") || (document.domain == "market.yandex.kz" || document.domain.substring(document.domain.indexOf(".market.yandex.kz") + 1) == "market.yandex.kz") || (document.domain == "market.yandex.ru" || document.domain.substring(document.domain.indexOf(".market.yandex.ru") + 1) == "market.yandex.ru") || (document.domain == "market.yandex.ua" || document.domain.substring(document.domain.indexOf(".market.yandex.ua") + 1) == "market.yandex.ua") || (document.domain == "market.yandex.uz" || document.domain.substring(document.domain.indexOf(".market.yandex.uz") + 1) == "market.yandex.uz"))
  1470. css += [
  1471. "div[data-zone-name=\"direct-ads-gallery\"] {display: none !important;}",
  1472. " div[data-zone-name=\"morda_context\"] > div ~ div > div[data-tid] > div[class] > div[class]:not([data-tid]) > div[class]:not([data-tid]) {width: unset !important;}"
  1473. ].join("\n");
  1474. if (false || (document.domain == "maxpark.com" || document.domain.substring(document.domain.indexOf(".maxpark.com") + 1) == "maxpark.com") || (document.domain == "newsland.com" || document.domain.substring(document.domain.indexOf(".newsland.com") + 1) == "newsland.com"))
  1475. css += " .b-branding__wrap {padding: 0 !important;}";
  1476. if (false || (document.domain == "mc.today" || document.domain.substring(document.domain.indexOf(".mc.today") + 1) == "mc.today"))
  1477. css += [
  1478. ".category-all #content {background-image: none !important; cursor: auto !important;}"
  1479. ].join("\n");
  1480. if (false || (document.domain == "mediasat.info" || document.domain.substring(document.domain.indexOf(".mediasat.info") + 1) == "mediasat.info"))
  1481. css += [
  1482. ".td-ad-background-link #td-outer-wrap {cursor: default !important;}"
  1483. ].join("\n");
  1484. if (false || (document.domain == "mega.io" || document.domain.substring(document.domain.indexOf(".mega.io") + 1) == "mega.io") || (document.domain == "mega.nz" || document.domain.substring(document.domain.indexOf(".mega.nz") + 1) == "mega.nz"))
  1485. css += [
  1486. ".cookie-dialog, .fm-dialog-overlay {display: none !important;}",
  1487. " .overlayed .bottom-page.scroll-block {filter: none !important; -webkit-filter: none !important;}"
  1488. ].join("\n");
  1489. if (false || (document.domain == "megogo.net" || document.domain.substring(document.domain.indexOf(".megogo.net") + 1) == "megogo.net"))
  1490. css += [
  1491. "#videoViewPlayer {padding-top: unset !important;}"
  1492. ].join("\n");
  1493. if (false || (document.domain == "mel.fm" || document.domain.substring(document.domain.indexOf(".mel.fm") + 1) == "mel.fm"))
  1494. css += [
  1495. ".i-layout_branding {background-image: none !important;}",
  1496. " .i-layout__branding-content-wrapper {margin-top: 0 !important;}"
  1497. ].join("\n");
  1498. if (false || (document.domain == "meta.ua" || document.domain.substring(document.domain.indexOf(".meta.ua") + 1) == "meta.ua"))
  1499. css += [
  1500. ".infobar > .info-block:not(.mail):not(.weather) {border: none !important;}"
  1501. ].join("\n");
  1502. if (false || (document.domain == "minigames.mail.ru" || document.domain.substring(document.domain.indexOf(".minigames.mail.ru") + 1) == "minigames.mail.ru"))
  1503. css += [
  1504. "#like-buttons {display: none !important;}",
  1505. " #portal-headline {margin-top: auto !important;}"
  1506. ].join("\n");
  1507. if (false || (document.domain == "mirf.ru" || document.domain.substring(document.domain.indexOf(".mirf.ru") + 1) == "mirf.ru"))
  1508. css += [
  1509. "#cb-bg-to {display: none !important;}",
  1510. " #cb-outer-container {margin-top: 0 !important;}"
  1511. ].join("\n");
  1512. if (false || (document.domain == "mirkino.club" || document.domain.substring(document.domain.indexOf(".mirkino.club") + 1) == "mirkino.club"))
  1513. css += [
  1514. "body > header {margin-top: 0 !important;}"
  1515. ].join("\n");
  1516. if (false || (document.domain == "mk.ru" || document.domain.substring(document.domain.indexOf(".mk.ru") + 1) == "mk.ru"))
  1517. css += [
  1518. "div[class^=\"Banner_right\"] {margin-bottom: 0 !important; padding-bottom: 0 !important;}"
  1519. ].join("\n");
  1520. if (false || (document.domain == "mmo13.ru" || document.domain.substring(document.domain.indexOf(".mmo13.ru") + 1) == "mmo13.ru"))
  1521. css += [
  1522. "div[class^=\"bnr-background\"] {display: none !important;}",
  1523. " #page > .content {margin-top: 74px !important;}",
  1524. " .header-wrapper {min-height: 0 !important;}"
  1525. ].join("\n");
  1526. if (false || (document.domain == "mobile-review.com" || document.domain.substring(document.domain.indexOf(".mobile-review.com") + 1) == "mobile-review.com"))
  1527. css += [
  1528. "html > body {background-color: white !important;}",
  1529. " body > .navbar {margin-top: 0 !important;}"
  1530. ].join("\n");
  1531. if (false || (document.domain == "mobiltelefon.ru" || document.domain.substring(document.domain.indexOf(".mobiltelefon.ru") + 1) == "mobiltelefon.ru"))
  1532. css += [
  1533. "html > body {background-color: #f7f8f9 !important;}",
  1534. " #move_up[style*=\"left: -40px;\"] {left: 0 !important;}",
  1535. " #gl_pos1 {min-width: auto !important; width: unset !important;}",
  1536. " #main_tb {top: 0 !important;}"
  1537. ].join("\n");
  1538. if (false || (document.domain == "more.tv" || document.domain.substring(document.domain.indexOf(".more.tv") + 1) == "more.tv"))
  1539. css += [
  1540. ".framework__subscription {display: none !important;}"
  1541. ].join("\n");
  1542. if (false || (document.domain == "motorpage.ru" || document.domain.substring(document.domain.indexOf(".motorpage.ru") + 1) == "motorpage.ru"))
  1543. css += [
  1544. "body.noscroll:before {content: none !important;}",
  1545. " body.noscroll {overflow: auto !important;}"
  1546. ].join("\n");
  1547. if (false || (document.domain == "movieshok.ru" || document.domain.substring(document.domain.indexOf(".movieshok.ru") + 1) == "movieshok.ru"))
  1548. css += [
  1549. ".wrapp_content {margin-top: 0 !important;}"
  1550. ].join("\n");
  1551. if (false || (document.domain == "music.yandex.by" || document.domain.substring(document.domain.indexOf(".music.yandex.by") + 1) == "music.yandex.by") || (document.domain == "music.yandex.kz" || document.domain.substring(document.domain.indexOf(".music.yandex.kz") + 1) == "music.yandex.kz") || (document.domain == "music.yandex.ru" || document.domain.substring(document.domain.indexOf(".music.yandex.ru") + 1) == "music.yandex.ru") || (document.domain == "music.yandex.ua" || document.domain.substring(document.domain.indexOf(".music.yandex.ua") + 1) == "music.yandex.ua") || (document.domain == "music.yandex.uz" || document.domain.substring(document.domain.indexOf(".music.yandex.uz") + 1) == "music.yandex.uz"))
  1552. css += [
  1553. "body > div[style^=\"min-height\"] > div[class][style=\"display: block;\"], ",
  1554. " div[class*=\"sidebar\"] .no-ads {display: none !important;}",
  1555. " body.no-scroll {overflow: visible !important;}"
  1556. ].join("\n");
  1557. if (false || (document.domain == "muzland.ru" || document.domain.substring(document.domain.indexOf(".muzland.ru") + 1) == "muzland.ru"))
  1558. css += [
  1559. "body { filter: none !important;}",
  1560. " .googlefull {height: 1px !important;}"
  1561. ].join("\n");
  1562. if (false || (document.domain == "my-hit.org" || document.domain.substring(document.domain.indexOf(".my-hit.org") + 1) == "my-hit.org"))
  1563. css += [
  1564. ".navbar-default {margin-bottom: 0 !important;}"
  1565. ].join("\n");
  1566. if (false || (document.domain == "my-tfile.org" || document.domain.substring(document.domain.indexOf(".my-tfile.org") + 1) == "my-tfile.org") || (document.domain == "tfile.cc" || document.domain.substring(document.domain.indexOf(".tfile.cc") + 1) == "tfile.cc") || (document.domain == "tfile.co" || document.domain.substring(document.domain.indexOf(".tfile.co") + 1) == "tfile.co"))
  1567. css += [
  1568. ".full #top_tools {padding-left: 0 !important;}",
  1569. " #head, #table_reduser {width: 100% !important;}"
  1570. ].join("\n");
  1571. if (false || (document.domain == "my.mail.ru" || document.domain.substring(document.domain.indexOf(".my.mail.ru") + 1) == "my.mail.ru"))
  1572. css += [
  1573. "#history_container > div[class][style*=\"display: block!important;\"], ",
  1574. " .app-event-bubbles, .b-history__adv-post-carousel, .l-app__left, ",
  1575. " .l-app__right, .sp-video__billboard, :not(.l-common__container) > div[style*=\"position\"][style*=\"display\"][style*=\"visible\"][style*=\"opacity\"][style*=\"background-color\"], div[class^=\"app-adv-\"], html.window-loaded .b-video-backscreen {display: none !important;}",
  1576. " html.window-loaded .b-video-controls__inside-play-button {visibility: visible !important; opacity: 0 !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important;}"
  1577. ].join("\n");
  1578. if (false || (document.domain == "myseria.co" || document.domain.substring(document.domain.indexOf(".myseria.co") + 1) == "myseria.co"))
  1579. css += [
  1580. ".wrapper main {margin-top: 0 !important;}"
  1581. ].join("\n");
  1582. if (false || (document.domain == "myshows.me" || document.domain.substring(document.domain.indexOf(".myshows.me") + 1) == "myshows.me"))
  1583. css += [
  1584. ".DefaultLayout-main {margin-top: 0 !important;}"
  1585. ].join("\n");
  1586. if (false || (document.domain == "namba.kg" || document.domain.substring(document.domain.indexOf(".namba.kg") + 1) == "namba.kg"))
  1587. css += [
  1588. "html > body:not(#id) {overflow: auto !important;}"
  1589. ].join("\n");
  1590. if (false || (document.domain == "namba.kz" || document.domain.substring(document.domain.indexOf(".namba.kz") + 1) == "namba.kz"))
  1591. css += [
  1592. "body {background: #e8ecff !important;}"
  1593. ].join("\n");
  1594. if (false || (document.domain == "naruto-base.su" || document.domain.substring(document.domain.indexOf(".naruto-base.su") + 1) == "naruto-base.su"))
  1595. css += [
  1596. ".footerLeft, .footerRight, body, html {background-color: #fff7e3 !important;}",
  1597. " body > [onclick], body > p {display: none !important;}",
  1598. " .is--forum {margin-top: 0 !important;}",
  1599. " body > div[id]:not([class]) {margin-top: auto !important;}"
  1600. ].join("\n");
  1601. if (false || (document.domain == "naruto-brand.ru" || document.domain.substring(document.domain.indexOf(".naruto-brand.ru") + 1) == "naruto-brand.ru"))
  1602. css += [
  1603. "[style^=\"background:url(/img\"][style*=\"padding\"], ",
  1604. " a[href*=\"/test/\"][target=\"_blank\"] {display: none !important;}"
  1605. ].join("\n");
  1606. if (false || (document.domain == "nashaplaneta.net" || document.domain.substring(document.domain.indexOf(".nashaplaneta.net") + 1) == "nashaplaneta.net"))
  1607. css += [
  1608. "header > .body {margin-top: 54px !important;}"
  1609. ].join("\n");
  1610. if (false || (document.domain == "nevasport.ru" || document.domain.substring(document.domain.indexOf(".nevasport.ru") + 1) == "nevasport.ru") || (document.domain == "ru-drivemusic.net" || document.domain.substring(document.domain.indexOf(".ru-drivemusic.net") + 1) == "ru-drivemusic.net"))
  1611. css += [
  1612. ".main-wrapper {margin-top: 0 !important;}"
  1613. ].join("\n");
  1614. if (false || (document.domain == "newdeaf.vip" || document.domain.substring(document.domain.indexOf(".newdeaf.vip") + 1) == "newdeaf.vip"))
  1615. css += [
  1616. ".lft-rk #nado-mob {display: none !important;}"
  1617. ].join("\n");
  1618. if (false || (document.domain == "newkaliningrad.ru" || document.domain.substring(document.domain.indexOf(".newkaliningrad.ru") + 1) == "newkaliningrad.ru"))
  1619. css += [
  1620. "#page-wrapper {margin-top: 0 !important;}"
  1621. ].join("\n");
  1622. if (false || (document.domain == "news-sport.info" || document.domain.substring(document.domain.indexOf(".news-sport.info") + 1) == "news-sport.info"))
  1623. css += [
  1624. "body > #page {margin-top: 0 !important;}"
  1625. ].join("\n");
  1626. if (false || (document.domain == "news.mail.ru" || document.domain.substring(document.domain.indexOf(".news.mail.ru") + 1) == "news.mail.ru"))
  1627. css += [
  1628. "#ratesTarget > div > div:first-child > div:first-child, div[data-view=\"MyWidgetView.SmokyExtend\"] {display: none !important;}"
  1629. ].join("\n");
  1630. if (false || (document.domain == "news.mail.ru" || document.domain.substring(document.domain.indexOf(".news.mail.ru") + 1) == "news.mail.ru") || (document.domain == "pogoda.mail.ru" || document.domain.substring(document.domain.indexOf(".pogoda.mail.ru") + 1) == "pogoda.mail.ru") || (document.domain == "sportmail.ru" || document.domain.substring(document.domain.indexOf(".sportmail.ru") + 1) == "sportmail.ru"))
  1631. css += [
  1632. ".layout_footer > .block {display: none !important;}"
  1633. ].join("\n");
  1634. if (false || (document.domain == "news.mail.ru" || document.domain.substring(document.domain.indexOf(".news.mail.ru") + 1) == "news.mail.ru") || (document.domain == "sportmail.ru" || document.domain.substring(document.domain.indexOf(".sportmail.ru") + 1) == "sportmail.ru"))
  1635. css += [
  1636. "div[data-module=\"LazyLoad.PromoPopup\"] .js-module.block {display: none !important;}"
  1637. ].join("\n");
  1638. if (false || (document.domain == "newsoneua.tv" || document.domain.substring(document.domain.indexOf(".newsoneua.tv") + 1) == "newsoneua.tv"))
  1639. css += [
  1640. "body {background: none !important;}"
  1641. ].join("\n");
  1642. if (false || (document.domain == "nn.by" || document.domain.substring(document.domain.indexOf(".nn.by") + 1) == "nn.by"))
  1643. css += [
  1644. "#mainWrapper {background: none !important; padding-top: 0 !important;}"
  1645. ].join("\n");
  1646. if (false || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me") || (document.domain == "nnmclub.ro" || document.domain.substring(document.domain.indexOf(".nnmclub.ro") + 1) == "nnmclub.ro") || (document.domain == "nnmclub.to" || document.domain.substring(document.domain.indexOf(".nnmclub.to") + 1) == "nnmclub.to"))
  1647. css += [
  1648. "body > .wrap {top: 0 !important;}"
  1649. ].join("\n");
  1650. if (false || (document.domain == "noob-club.ru" || document.domain.substring(document.domain.indexOf(".noob-club.ru") + 1) == "noob-club.ru"))
  1651. css += [
  1652. "#header-b {margin-bottom: 11px !important;}"
  1653. ].join("\n");
  1654. if (false || (document.domain == "technogies.ru" || document.domain.substring(document.domain.indexOf(".technogies.ru") + 1) == "technogies.ru"))
  1655. css += [
  1656. "html > body:not(#id) {background: #abc4a1 !important;}",
  1657. " body > #page {padding-top: 0 !important;}"
  1658. ].join("\n");
  1659. if (false || (document.domain == "nova.rambler.ru" || document.domain.substring(document.domain.indexOf(".nova.rambler.ru") + 1) == "nova.rambler.ru"))
  1660. css += [
  1661. "span[class^=\"Menu__browser--\"] {display: none !important;}",
  1662. " html > body:not(#id) {overflow: unset !important;}"
  1663. ].join("\n");
  1664. if (false || (document.domain == "nrj.ua" || document.domain.substring(document.domain.indexOf(".nrj.ua") + 1) == "nrj.ua"))
  1665. css += [
  1666. ".main-holder > .heading {min-height: 0 !important;}"
  1667. ].join("\n");
  1668. if (false || (document.domain == "nv.ua" || document.domain.substring(document.domain.indexOf(".nv.ua") + 1) == "nv.ua"))
  1669. css += [
  1670. "#home_page {max-width: 100% !important;}",
  1671. " body {padding-top: 0 !important;}"
  1672. ].join("\n");
  1673. if (false || (document.domain == "obozrevatel.com" || document.domain.substring(document.domain.indexOf(".obozrevatel.com") + 1) == "obozrevatel.com"))
  1674. css += [
  1675. "body > .header {margin-top: 0 !important;}",
  1676. " .videoOfDa div[id^=\"video_\"][id$=\"-float-container\"] {position: relative !important;}"
  1677. ].join("\n");
  1678. if (false || (document.domain == "ofxme.co" || document.domain.substring(document.domain.indexOf(".ofxme.co") + 1) == "ofxme.co"))
  1679. css += [
  1680. ".wrapper > .main-content {margin-top: 0 !important;}"
  1681. ].join("\n");
  1682. if (false || (document.domain == "ogorod.ru" || document.domain.substring(document.domain.indexOf(".ogorod.ru") + 1) == "ogorod.ru"))
  1683. css += [
  1684. "div[class=\"global-top-menus article_menu_type\"] {margin-top: auto !important;}"
  1685. ].join("\n");
  1686. if (false || (document.domain == "ok.ru" || document.domain.substring(document.domain.indexOf(".ok.ru") + 1) == "ok.ru"))
  1687. css += [
  1688. ".dialogWrapperBanner {transform: scale(0) !important; opacity: 0 !important; pointer-events: none !important; position: fixed !important; top: -1000px !important;}"
  1689. ].join("\n");
  1690. if (false || (document.domain == "ogorodniki.com" || document.domain.substring(document.domain.indexOf(".ogorodniki.com") + 1) == "ogorodniki.com"))
  1691. css += [
  1692. ".b-mask {display: none !important;}",
  1693. " body {overflow: auto !important;}"
  1694. ].join("\n");
  1695. if (false || (document.domain == "ohotniki.ru" || document.domain.substring(document.domain.indexOf(".ohotniki.ru") + 1) == "ohotniki.ru"))
  1696. css += [
  1697. ".adv-banner__right {min-height: 0 !important;}"
  1698. ].join("\n");
  1699. if (false || (document.domain == "oper.ru" || document.domain.substring(document.domain.indexOf(".oper.ru") + 1) == "oper.ru"))
  1700. css += [
  1701. "#wrapper {background-image: none !important; padding-bottom: 0 !important;}"
  1702. ].join("\n");
  1703. if (false || (document.domain == "optimakomp.ru" || document.domain.substring(document.domain.indexOf(".optimakomp.ru") + 1) == "optimakomp.ru"))
  1704. css += [
  1705. "#posts div[id^=\"ugolkrug\"] > div[style^=\"background-color\"] {background: none !important;}",
  1706. " #posts div[id^=\"ugolkrug\"] {box-shadow: none !important;}"
  1707. ].join("\n");
  1708. if (false || (document.domain == "otxataba.net" || document.domain.substring(document.domain.indexOf(".otxataba.net") + 1) == "otxataba.net") || (document.domain == "xatab-repack.com" || document.domain.substring(document.domain.indexOf(".xatab-repack.com") + 1) == "xatab-repack.com") || (document.domain == "xatab-repack.org" || document.domain.substring(document.domain.indexOf(".xatab-repack.org") + 1) == "xatab-repack.org"))
  1709. css += [
  1710. "body {background-color: #e5e5e5 !important;}",
  1711. " .page-wrapper {margin-top: 0 !important;}"
  1712. ].join("\n");
  1713. if (false || (document.domain == "otzovik.com" || document.domain.substring(document.domain.indexOf(".otzovik.com") + 1) == "otzovik.com"))
  1714. css += [
  1715. "[class*=\"_no_abs\"], [class*=\"_no_abs\"] > * {height: auto !important;}"
  1716. ].join("\n");
  1717. if (false || (document.domain == "outlook.live.com" || document.domain.substring(document.domain.indexOf(".outlook.live.com") + 1) == "outlook.live.com"))
  1718. css += [
  1719. "div[tabindex][role=\"region\"][aria-label] ~ div[data-max-width][class] + div[class^=\"_3_\"] {display: none !important;}"
  1720. ].join("\n");
  1721. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  1722. css += [
  1723. ".an-link-list, .main-wrap > .grid.ui > .sixteen.wide.column.container-block, .material-inline-an {position: fixed !important; top: -10000px !important; left: -10000px !important;}"
  1724. ].join("\n");
  1725. if (false || (document.domain == "peka2.tv" || document.domain.substring(document.domain.indexOf(".peka2.tv") + 1) == "peka2.tv"))
  1726. css += [
  1727. ".body--has-ad:before, advert-header-banner {display: none !important;}",
  1728. " .body--has-ad {padding-top: 0 !important;}"
  1729. ].join("\n");
  1730. if (false || (document.domain == "penzainform.ru" || document.domain.substring(document.domain.indexOf(".penzainform.ru") + 1) == "penzainform.ru"))
  1731. css += [
  1732. "body {cursor: auto !important; background: whitesmoke !important;}"
  1733. ].join("\n");
  1734. if (false || (document.domain == "playground.ru" || document.domain.substring(document.domain.indexOf(".playground.ru") + 1) == "playground.ru"))
  1735. css += [
  1736. "#foundationWrapper {background: #373737 !important;}"
  1737. ].join("\n");
  1738. if (false || (document.domain == "playtor.tv" || document.domain.substring(document.domain.indexOf(".playtor.tv") + 1) == "playtor.tv"))
  1739. css += [
  1740. ".page-wrapper {margin-top: 0 !important;}"
  1741. ].join("\n");
  1742. if (false || (document.domain == "playua.net" || document.domain.substring(document.domain.indexOf(".playua.net") + 1) == "playua.net"))
  1743. css += [
  1744. "html > body {background-image: none !important; background-color: transparent !important;}",
  1745. " body > #page {margin-top: 65px !important;}"
  1746. ].join("\n");
  1747. if (false || (document.domain == "pluggedin.ru" || document.domain.substring(document.domain.indexOf(".pluggedin.ru") + 1) == "pluggedin.ru"))
  1748. css += [
  1749. ".banner-advertise {margin-top: 0 !important;}",
  1750. " .open-main-container {margin-top: 60px !important;}"
  1751. ].join("\n");
  1752. if (false || (document.domain == "podrobno.uz" || document.domain.substring(document.domain.indexOf(".podrobno.uz") + 1) == "podrobno.uz"))
  1753. css += [
  1754. "#offerPopup {display: none !important;}",
  1755. " .main {margin-top: 0 !important;}",
  1756. " body {overflow: auto !important;}"
  1757. ].join("\n");
  1758. if (false || (document.domain == "politobzor.net" || document.domain.substring(document.domain.indexOf(".politobzor.net") + 1) == "politobzor.net"))
  1759. css += " .banner {height: 90px !important;}";
  1760. if (false || (document.domain == "pornolab.biz" || document.domain.substring(document.domain.indexOf(".pornolab.biz") + 1) == "pornolab.biz") || (document.domain == "pornolab.cc" || document.domain.substring(document.domain.indexOf(".pornolab.cc") + 1) == "pornolab.cc") || (document.domain == "pornolab.net" || document.domain.substring(document.domain.indexOf(".pornolab.net") + 1) == "pornolab.net"))
  1761. css += [
  1762. "[id*=\"adbloc\"] {display: none !important;}",
  1763. " .site-logo {max-height: 90px !important; width: auto !important;}"
  1764. ].join("\n");
  1765. if (false || (document.domain == "pornreactor.cc" || document.domain.substring(document.domain.indexOf(".pornreactor.cc") + 1) == "pornreactor.cc"))
  1766. css += [
  1767. "#background, #container, body {background: #6d1700 !important; padding-top: 0 !important;}",
  1768. " #container > :not(#page) a[target^=\"_\"] {display: none !important;}"
  1769. ].join("\n");
  1770. if (false || (document.domain == "porus.ru" || document.domain.substring(document.domain.indexOf(".porus.ru") + 1) == "porus.ru") || (document.domain == "ruporus.biz" || document.domain.substring(document.domain.indexOf(".ruporus.biz") + 1) == "ruporus.biz") || (document.domain == "ruporus.cc" || document.domain.substring(document.domain.indexOf(".ruporus.cc") + 1) == "ruporus.cc") || (document.domain == "ruporus.com" || document.domain.substring(document.domain.indexOf(".ruporus.com") + 1) == "ruporus.com") || (document.domain == "ruporus.net" || document.domain.substring(document.domain.indexOf(".ruporus.net") + 1) == "ruporus.net") || (document.domain == "ruporus.top" || document.domain.substring(document.domain.indexOf(".ruporus.top") + 1) == "ruporus.top") || (document.domain == "ruporus.tv" || document.domain.substring(document.domain.indexOf(".ruporus.tv") + 1) == "ruporus.tv") || (document.domain == "ruporus.xyz" || document.domain.substring(document.domain.indexOf(".ruporus.xyz") + 1) == "ruporus.xyz"))
  1771. css += [
  1772. "div[class=\"article vid\"] {margin-top: auto !important;}"
  1773. ].join("\n");
  1774. if (false || (document.domain == "povarenok.ru" || document.domain.substring(document.domain.indexOf(".povarenok.ru") + 1) == "povarenok.ru"))
  1775. css += [
  1776. "body {background: none !important;}",
  1777. " .sp-header-block {height: 50px !important;}",
  1778. " .page-width {margin-top: 0 !important;}"
  1779. ].join("\n");
  1780. if (false || (document.domain == "prikol.ru" || document.domain.substring(document.domain.indexOf(".prikol.ru") + 1) == "prikol.ru"))
  1781. css += [
  1782. "html > body {background-image:none !important; pointer-events: none !important;}",
  1783. " html > body > * {pointer-events: auto !important;}",
  1784. " #container {top: auto !important;}"
  1785. ].join("\n");
  1786. if (false || (document.domain == "proagro.com.ua" || document.domain.substring(document.domain.indexOf(".proagro.com.ua") + 1) == "proagro.com.ua"))
  1787. css += [
  1788. "header > a[href=\"/\"] {display: block !important;}",
  1789. " .ban_head {display: block !important; background: none !important; pointer-events: none !important;}",
  1790. " main {margin-top: 0 !important;}"
  1791. ].join("\n");
  1792. if (false || (document.domain == "promodj.com" || document.domain.substring(document.domain.indexOf(".promodj.com") + 1) == "promodj.com"))
  1793. css += [
  1794. "html:not(#id) > body {background-color: #fff !important;}",
  1795. " #topbrandingspot {padding-top: 0 !important;}"
  1796. ].join("\n");
  1797. if (false || (document.domain == "pronpic.org" || document.domain.substring(document.domain.indexOf(".pronpic.org") + 1) == "pronpic.org"))
  1798. css += [
  1799. "div[style=\"color:red;font-size:25px;\"], .adblock_loock {display: none !important;}",
  1800. " #vO5STmSLgNAkebzSluI8coxpDgsG97g {height: 1px !important;}"
  1801. ].join("\n");
  1802. if (false || (document.domain == "prophotos.ru" || document.domain.substring(document.domain.indexOf(".prophotos.ru") + 1) == "prophotos.ru"))
  1803. css += [
  1804. "body:not(#id) {padding-top: 130px !important;}"
  1805. ].join("\n");
  1806. if (false || (document.domain == "protanki.tv" || document.domain.substring(document.domain.indexOf(".protanki.tv") + 1) == "protanki.tv"))
  1807. css += [
  1808. ".ant-modal-mask, .ant-modal-wrap {display: none !important;}",
  1809. " body {overflow: auto !important; padding-right: 0 !important;}"
  1810. ].join("\n");
  1811. if (false || (document.domain == "pure-t.ru" || document.domain.substring(document.domain.indexOf(".pure-t.ru") + 1) == "pure-t.ru"))
  1812. css += [
  1813. ".g1-header {top: 0 !important; position: relative !important;}"
  1814. ].join("\n");
  1815. if (false || (document.domain == "pvpru.com" || document.domain.substring(document.domain.indexOf(".pvpru.com") + 1) == "pvpru.com"))
  1816. css += [
  1817. ".above_body > div[style] {height: auto !important;}",
  1818. " #ad_global_below_navbar, #header ~ * {position: fixed !important; transform: scale(0) !important; top: -10000px !important;}"
  1819. ].join("\n");
  1820. if (false || (document.domain == "radikal.ru" || document.domain.substring(document.domain.indexOf(".radikal.ru") + 1) == "radikal.ru"))
  1821. css += [
  1822. "body[style*=\"cursor\"] {background-image: none !important; pointer-events: none !important; position: relative !important;}",
  1823. " .render_body_main {margin-top: 0 !important;}",
  1824. " body[style*=\"cursor\"] .base-page_wrapper > * > * {pointer-events: auto !important;}"
  1825. ].join("\n");
  1826. if (false || (document.domain == "radioclub.ua" || document.domain.substring(document.domain.indexOf(".radioclub.ua") + 1) == "radioclub.ua"))
  1827. css += [
  1828. "#js-content {padding-top: 0 !important;}"
  1829. ].join("\n");
  1830. if (false || (document.domain == "radioromantika.ru" || document.domain.substring(document.domain.indexOf(".radioromantika.ru") + 1) == "radioromantika.ru"))
  1831. css += [
  1832. "body > a[href][target] {display: none !important;}",
  1833. " .main-wrapp__content {margin-top: 0 !important;}"
  1834. ].join("\n");
  1835. if (false || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  1836. css += [
  1837. "#bigColumn script + div[class] > div[style^=\"height\"] * {height: inherit !important;}",
  1838. " #bigColumn > div[class]:nth-of-type(3) {height: unset !important; margin-top: unset !important; margin-bottom: unset !important;}",
  1839. " .commercial-branding > div[class][style^=\"order:\"] div, ",
  1840. " [data-blocks] div[class]:empty, [data-blocks^=\"cluster_\"] > div:empty ~ div {min-height: 0 !important;}",
  1841. " #bigColumn script + div[class] > div[style^=\"height\"] > div {position: initial !important; transform: none !important; width: inherit !important;}",
  1842. " body[style*=\"position:\"] {position: unset !important;}",
  1843. " #bigColumn script + div[class] > div[style^=\"height\"] {width: inherit !important; height: inherit !important;}"
  1844. ].join("\n");
  1845. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  1846. css += [
  1847. ".g-icon-big.g-play:after {bottom: calc(50% - 55px) !important; left: calc(50% - 55px) !important; cursor: pointer !important;}",
  1848. " .l-sticky-right-parent, .popup_push {display: none !important;}",
  1849. " .js-forecast-passback {height: auto !important;}"
  1850. ].join("\n");
  1851. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru") || (document.domain == "sportrbc.ru" || document.domain.substring(document.domain.indexOf(".sportrbc.ru") + 1) == "sportrbc.ru"))
  1852. css += [
  1853. ".g-banner__news-footer {min-height: 0 !important;}",
  1854. " .l-col-100h {min-height: 0 !important; height: auto !important;}",
  1855. " #js_col_left > .l-sticky {position: relative !important; top: 0 !important;}",
  1856. " .js-news-feed > .news-feed {top: 160px !important;}"
  1857. ].join("\n");
  1858. if (false || (document.domain == "rbkgames.com" || document.domain.substring(document.domain.indexOf(".rbkgames.com") + 1) == "rbkgames.com"))
  1859. css += [
  1860. ".branding .main-content {margin-top: 60px !important;}"
  1861. ].join("\n");
  1862. if (false || (document.domain == "relook.ru" || document.domain.substring(document.domain.indexOf(".relook.ru") + 1) == "relook.ru"))
  1863. css += [
  1864. "#topcontainer {margin-top: 40px !important;}"
  1865. ].join("\n");
  1866. if (false || (document.domain == "ren.tv" || document.domain.substring(document.domain.indexOf(".ren.tv") + 1) == "ren.tv"))
  1867. css += [
  1868. "#container-main, #sidebar, .main-with-sidebar {min-height: 0 !important;}"
  1869. ].join("\n");
  1870. if (false || (document.domain == "reshebnik.com" || document.domain.substring(document.domain.indexOf(".reshebnik.com") + 1) == "reshebnik.com"))
  1871. css += [
  1872. "#message-error-page > p {height: 0 !important; opacity: 0 !important;}"
  1873. ].join("\n");
  1874. if (false || (document.domain == "ria.ru" || document.domain.substring(document.domain.indexOf(".ria.ru") + 1) == "ria.ru"))
  1875. css += [
  1876. ".m-blur ~ #modalLayer {display: none !important;}",
  1877. " .m-blur {filter: none !important; position: relative !important;}"
  1878. ].join("\n");
  1879. if (false || (document.domain == "riotpixels.com" || document.domain.substring(document.domain.indexOf(".riotpixels.com") + 1) == "riotpixels.com"))
  1880. css += [
  1881. "body {background-image: none !important;}",
  1882. " body:not(#id) .all-wrapper, body:not(#id) .bottom-bar {top: 0 !important;}"
  1883. ].join("\n");
  1884. if (false || (document.domain == "rns.online" || document.domain.substring(document.domain.indexOf(".rns.online") + 1) == "rns.online"))
  1885. css += [
  1886. "#boxbox, #boxfade {display: none !important;}"
  1887. ].join("\n");
  1888. if (false || (document.domain == "root-nation.com" || document.domain.substring(document.domain.indexOf(".root-nation.com") + 1) == "root-nation.com"))
  1889. css += [
  1890. " .backstretch {display: none !important;}"
  1891. ].join("\n");
  1892. if (false || (document.domain == "rp5.am" || document.domain.substring(document.domain.indexOf(".rp5.am") + 1) == "rp5.am") || (document.domain == "rp5.by" || document.domain.substring(document.domain.indexOf(".rp5.by") + 1) == "rp5.by") || (document.domain == "rp5.co.nz" || document.domain.substring(document.domain.indexOf(".rp5.co.nz") + 1) == "rp5.co.nz") || (document.domain == "rp5.co.uk" || document.domain.substring(document.domain.indexOf(".rp5.co.uk") + 1) == "rp5.co.uk") || (document.domain == "rp5.kz" || document.domain.substring(document.domain.indexOf(".rp5.kz") + 1) == "rp5.kz") || (document.domain == "rp5.lt" || document.domain.substring(document.domain.indexOf(".rp5.lt") + 1) == "rp5.lt") || (document.domain == "rp5.lv" || document.domain.substring(document.domain.indexOf(".rp5.lv") + 1) == "rp5.lv") || (document.domain == "rp5.md" || document.domain.substring(document.domain.indexOf(".rp5.md") + 1) == "rp5.md") || (document.domain == "rp5.ru" || document.domain.substring(document.domain.indexOf(".rp5.ru") + 1) == "rp5.ru") || (document.domain == "rp5.ua" || document.domain.substring(document.domain.indexOf(".rp5.ua") + 1) == "rp5.ua"))
  1893. css += [
  1894. "#FheaderContent > div[id]:not([class]) {min-height: 0 !important;}"
  1895. ].join("\n");
  1896. if (false || (document.domain == "rufilmtv.pro" || document.domain.substring(document.domain.indexOf(".rufilmtv.pro") + 1) == "rufilmtv.pro"))
  1897. css += [
  1898. "body > header {margin-bottom: auto !important;}"
  1899. ].join("\n");
  1900. if (false || (document.domain == "rufootballtv.org" || document.domain.substring(document.domain.indexOf(".rufootballtv.org") + 1) == "rufootballtv.org"))
  1901. css += [
  1902. "body > #branding {padding-top: 0 !important;}"
  1903. ].join("\n");
  1904. if (false || (document.domain == "rusfootball.info" || document.domain.substring(document.domain.indexOf(".rusfootball.info") + 1) == "rusfootball.info"))
  1905. css += [
  1906. "#wrap {margin-top: auto !important;}"
  1907. ].join("\n");
  1908. if (false || (document.domain == "rusprofile.ru" || document.domain.substring(document.domain.indexOf(".rusprofile.ru") + 1) == "rusprofile.ru"))
  1909. css += [
  1910. "#subscription_banner_root {display: none !important;}",
  1911. " body {overflow: auto !important;}"
  1912. ].join("\n");
  1913. if (false || (document.domain == "russorosso.ru" || document.domain.substring(document.domain.indexOf(".russorosso.ru") + 1) == "russorosso.ru"))
  1914. css += [
  1915. "#wrapper > #header {margin-top: 0 !important;}"
  1916. ].join("\n");
  1917. if (false || (document.domain == "rutr.life" || document.domain.substring(document.domain.indexOf(".rutr.life") + 1) == "rutr.life") || (document.domain == "rutracker.net" || document.domain.substring(document.domain.indexOf(".rutracker.net") + 1) == "rutracker.net") || (document.domain == "rutracker.nl" || document.domain.substring(document.domain.indexOf(".rutracker.nl") + 1) == "rutracker.nl") || (document.domain == "rutracker.org" || document.domain.substring(document.domain.indexOf(".rutracker.org") + 1) == "rutracker.org"))
  1918. css += [
  1919. "#topic_main > [id^=\"post_\"] ~ .hide-for-print, ",
  1920. " #topic_main > [id^=\"post_\"] ~ tbody:not([id^=\"post_\"]) > [class], ",
  1921. " [class^=\"internal-promo-\"] {display: none !important;}"
  1922. ].join("\n");
  1923. if (false || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru"))
  1924. css += [
  1925. ".body--brranding > .content {margin-top: unset !important;}",
  1926. " html:not(#id) > body:not(#id) .body--brranding > * {pointer-events: auto !important;}",
  1927. " html:not(#id) > body:not(#id) .body--brranding {pointer-events: none !important;}"
  1928. ].join("\n");
  1929. if (false || (document.domain == "sdamgia.ru" || document.domain.substring(document.domain.indexOf(".sdamgia.ru") + 1) == "sdamgia.ru"))
  1930. css += [
  1931. ".wrapper > div[class] > [style*=\"red;\"][style*=\"font-size:\"], ",
  1932. " div[style=\"height: 205px;margin: 0 auto;\"] {display: none !important;}",
  1933. " .PageLayout-Main > section ~ div[class*=\" \"] > div, ",
  1934. " aside > div[class]:first-child {height: auto !important;}"
  1935. ].join("\n");
  1936. if (false || (document.domain == "season-var.net" || document.domain.substring(document.domain.indexOf(".season-var.net") + 1) == "season-var.net"))
  1937. css += [
  1938. "#main-wrapper {top: 0 !important;}"
  1939. ].join("\n");
  1940. if (false || (document.domain == "semestr.ru" || document.domain.substring(document.domain.indexOf(".semestr.ru") + 1) == "semestr.ru"))
  1941. css += [
  1942. "body > .row {margin-left: 0 !important; margin-right: 0 !important;}"
  1943. ].join("\n");
  1944. if (false || (document.domain == "senior.ua" || document.domain.substring(document.domain.indexOf(".senior.ua") + 1) == "senior.ua"))
  1945. css += [
  1946. ".mfp-content {background-color: #ddd !important;}",
  1947. " .mfp-bg, .subscribe-popup {display: none !important;}",
  1948. " html {overflow: auto !important;}",
  1949. " .mfp-wrap {position: unset !important;}"
  1950. ].join("\n");
  1951. if (false || (document.domain == "sergeistrelec.ru" || document.domain.substring(document.domain.indexOf(".sergeistrelec.ru") + 1) == "sergeistrelec.ru"))
  1952. css += [
  1953. "div[id][style^=\"background\"][style*=\"fixed\"][style*=\"z-index\"] {display: none !important;}"
  1954. ].join("\n");
  1955. if (false || (document.domain == "shaiba.kz" || document.domain.substring(document.domain.indexOf(".shaiba.kz") + 1) == "shaiba.kz"))
  1956. css += [
  1957. ".page-layout-without-banner {margin-top: 0 !important;}"
  1958. ].join("\n");
  1959. if (false || (document.domain == "sherdog.com" || document.domain.substring(document.domain.indexOf(".sherdog.com") + 1) == "sherdog.com"))
  1960. css += [
  1961. "body > div[class]:not([id])[style^=\"background-color\"][style*=\"z-index:\"] {display: none !important;}",
  1962. " html, html > body {overflow: auto !important;}"
  1963. ].join("\n");
  1964. if (false || (document.domain == "simhost.org" || document.domain.substring(document.domain.indexOf(".simhost.org") + 1) == "simhost.org"))
  1965. css += [
  1966. ".top_bg {height: 0 !important;}"
  1967. ].join("\n");
  1968. if (false || (document.domain == "slushat-tekst-pesni.ru" || document.domain.substring(document.domain.indexOf(".slushat-tekst-pesni.ru") + 1) == "slushat-tekst-pesni.ru"))
  1969. css += [
  1970. ".abp {transform: none !important; direction: ltr !important;}"
  1971. ].join("\n");
  1972. if (false || (document.domain == "smb.ixbt.com" || document.domain.substring(document.domain.indexOf(".smb.ixbt.com") + 1) == "smb.ixbt.com"))
  1973. css += [
  1974. ".smb-bg {background: none !important;}",
  1975. " .wrapper > #tm {margin-bottom: auto !important;}"
  1976. ].join("\n");
  1977. if (false || (document.domain == "smotri.com" || document.domain.substring(document.domain.indexOf(".smotri.com") + 1) == "smotri.com"))
  1978. css += [
  1979. "#wrapper > #all {margin-top: 0 !important;}"
  1980. ].join("\n");
  1981. if (false || (document.domain == "snob.ru" || document.domain.substring(document.domain.indexOf(".snob.ru") + 1) == "snob.ru"))
  1982. css += [
  1983. ".promotion .h-layoutWide {cursor: auto !important;}"
  1984. ].join("\n");
  1985. if (false || (document.domain == "soccer.ru" || document.domain.substring(document.domain.indexOf(".soccer.ru") + 1) == "soccer.ru"))
  1986. css += [
  1987. "#main_body > .block {height: auto !important;}",
  1988. " #site {margin-top: 0 !important}"
  1989. ].join("\n");
  1990. if (false || (document.domain == "sochi.camera" || document.domain.substring(document.domain.indexOf(".sochi.camera") + 1) == "sochi.camera"))
  1991. css += [
  1992. "#cams_top_block, .banner {height: 0 !important;}"
  1993. ].join("\n");
  1994. if (false || (document.domain == "softbox.tv" || document.domain.substring(document.domain.indexOf(".softbox.tv") + 1) == "softbox.tv"))
  1995. css += [
  1996. "#cn-content.playlists-iframe {display: block !important;}"
  1997. ].join("\n");
  1998. if (false || (document.domain == "softportal.com" || document.domain.substring(document.domain.indexOf(".softportal.com") + 1) == "softportal.com"))
  1999. css += [
  2000. ".TblBorderCLR > tbody > tr > td[style=\"padding:15px 0;\"][align=\"center\"], ",
  2001. " .TblTopBanCLR td > a[href] > img, a[href^=\"prog\"][target=\"_blank\"], ",
  2002. " a[href^=\"prog\"][target=\"_blank\"] ~ *, ",
  2003. " td[style=\"width:342px; padding-right:14px;\"][valign=\"top\"] {display: none !important;}",
  2004. " .cardPageDescMain > div[style*=\"min-height:\"] {min-height: 0 !important;}",
  2005. " html {overflow: auto !important;}"
  2006. ].join("\n");
  2007. if (false || (document.domain == "sovet.kidstaff.com.ua" || document.domain.substring(document.domain.indexOf(".sovet.kidstaff.com.ua") + 1) == "sovet.kidstaff.com.ua"))
  2008. css += [
  2009. "body {padding-top: 40px !important; background-image: none !important;}"
  2010. ].join("\n");
  2011. if (false || (document.domain == "sovetromantica.com" || document.domain.substring(document.domain.indexOf(".sovetromantica.com") + 1) == "sovetromantica.com"))
  2012. css += [
  2013. ".mainContainer {padding-top: 0 !important;}"
  2014. ].join("\n");
  2015. if (false || (document.domain == "sport-express.ru" || document.domain.substring(document.domain.indexOf(".sport-express.ru") + 1) == "sport-express.ru"))
  2016. css += [
  2017. "#show-popup {display: none !important;}",
  2018. " body.popup {overflow: auto !important;}"
  2019. ].join("\n");
  2020. if (false || (document.domain == "sport.ua" || document.domain.substring(document.domain.indexOf(".sport.ua") + 1) == "sport.ua"))
  2021. css += [
  2022. "#outer-top {padding-top: initial !important;}"
  2023. ].join("\n");
  2024. if (false || (document.domain == "sportarena.com" || document.domain.substring(document.domain.indexOf(".sportarena.com") + 1) == "sportarena.com"))
  2025. css += [
  2026. ".admineditor-menu {margin-top: 0 !important;}"
  2027. ].join("\n");
  2028. if (false || (document.domain == "sportmail.ru" || document.domain.substring(document.domain.indexOf(".sportmail.ru") + 1) == "sportmail.ru"))
  2029. css += [
  2030. ".layout_footer {margin-top: 20px !important;}"
  2031. ].join("\n");
  2032. if (false || (document.domain == "spbvoditel.ru" || document.domain.substring(document.domain.indexOf(".spbvoditel.ru") + 1) == "spbvoditel.ru"))
  2033. css += [
  2034. // !! расширяем
  2035. " .main .content .right-col {width: 90% !important;}"
  2036. ].join("\n");
  2037. if (false || (document.domain == "spot.uz" || document.domain.substring(document.domain.indexOf(".spot.uz") + 1) == "spot.uz"))
  2038. css += [
  2039. "#header-dummy:not(#id) {min-height: 70px !important;}"
  2040. ].join("\n");
  2041. if (false || (document.domain == "stadion.uz" || document.domain.substring(document.domain.indexOf(".stadion.uz") + 1) == "stadion.uz"))
  2042. css += [
  2043. "#site_container {margin-top: auto !important;}"
  2044. ].join("\n");
  2045. if (false || (document.domain == "stalker-mods.clan.su" || document.domain.substring(document.domain.indexOf(".stalker-mods.clan.su") + 1) == "stalker-mods.clan.su") || (document.domain == "stalker-mods.su" || document.domain.substring(document.domain.indexOf(".stalker-mods.su") + 1) == "stalker-mods.su") || (document.domain == "stalkerportaal.ru" || document.domain.substring(document.domain.indexOf(".stalkerportaal.ru") + 1) == "stalkerportaal.ru"))
  2046. css += [
  2047. "#timer_2 {display: block !important;}",
  2048. " #timer_1 {display: none !important;}"
  2049. ].join("\n");
  2050. if (false || (document.domain == "stopgame.ru" || document.domain.substring(document.domain.indexOf(".stopgame.ru") + 1) == "stopgame.ru"))
  2051. css += [
  2052. "div[id^=\"videoplayer_\"][class^=\"iframe_wrapper\"] {display: block !important;}",
  2053. " #preroll_mediaplayer {display: none !important;}"
  2054. ].join("\n");
  2055. if (false || (document.domain == "stranamam.ru" || document.domain.substring(document.domain.indexOf(".stranamam.ru") + 1) == "stranamam.ru"))
  2056. css += [
  2057. ".n-main-branding-container {margin-top: 0 !important;}"
  2058. ].join("\n");
  2059. if (false || (document.domain == "stratege.ru" || document.domain.substring(document.domain.indexOf(".stratege.ru") + 1) == "stratege.ru"))
  2060. css += [
  2061. "#vbulletin_html > body > style ~ div:not([title]):not([id*=\"footer\"]):not(:nth-last-child(-n+5)), ",
  2062. " html.home body > div[class]:not([class*=\"-\"])[id*=\"-\"], ",
  2063. " html.home div[class*=\"-\"][id*=\"-\"] > div[class]:not([class*=\"-\"])[id*=\"-\"] {background-image: none !important; background-color: #dbdbdb !important;}",
  2064. " #vbulletin_html > body > style ~ div ~ :not([title]):not([id*=\"footer\"]):not(:nth-last-child(-n+5)), ",
  2065. " #vbulletin_html > body > style ~ div:not([title]):not([id*=\"footer\"]):not(:nth-last-child(-n+5)) > style + div[id]:not(#globalcontent), ",
  2066. " html.home #wrapper > #content > :not(div), ",
  2067. " html.home #wrapper > #content > [id]:empty, ",
  2068. " html.home #wrapper > #content ~ :not(#footer), html.home .tlpf_info_box, ",
  2069. " html.home div > img[src*=\"://ad.adriver.ru/\"] ~ style + [id]:not(#wrapper), ",
  2070. " html.home div[class][id$=\"_content\"] > div:not([id]):not([class]) > [class^=\"alelt_\"][class$=\"_info\"] {display: none !important;}",
  2071. " #vbulletin_html .above_body {margin-bottom: auto !important;}",
  2072. " #vbulletin_html #globalcontent {margin-top: 0 !important;}"
  2073. ].join("\n");
  2074. if (false || (document.domain == "stravy.net" || document.domain.substring(document.domain.indexOf(".stravy.net") + 1) == "stravy.net"))
  2075. css += [
  2076. ".right-sidebar {margin-top: 0 !important; overflow: hidden !important;}"
  2077. ].join("\n");
  2078. if (false || (document.domain == "tarkov-wiki.ru" || document.domain.substring(document.domain.indexOf(".tarkov-wiki.ru") + 1) == "tarkov-wiki.ru"))
  2079. css += [
  2080. "html > div[class][style^=\"background-color: rgba\"] {display: none !important;}",
  2081. " html > body {overflow: auto !important;}"
  2082. ].join("\n");
  2083. if (false || (document.domain == "tehnot.com" || document.domain.substring(document.domain.indexOf(".tehnot.com") + 1) == "tehnot.com"))
  2084. css += [
  2085. "html > body {background-image: none !important; background-color: #e8e8e8 !important; cursor: auto !important;}",
  2086. " body > #td-outer-wrap > * {pointer-events: auto !important;}",
  2087. " body > #td-outer-wrap {pointer-events: none !important; cursor: auto !important;}"
  2088. ].join("\n");
  2089. if (false || (document.domain == "texterra.ru" || document.domain.substring(document.domain.indexOf(".texterra.ru") + 1) == "texterra.ru"))
  2090. css += [
  2091. "html {overflow: auto !important;}"
  2092. ].join("\n");
  2093. if (false || (document.domain == "tricolor.tv" || document.domain.substring(document.domain.indexOf(".tricolor.tv") + 1) == "tricolor.tv"))
  2094. css += [
  2095. " {background-image: url(\" \") !important;}",
  2096. " #allWrap {background: #dfdfdf !important;}",
  2097. " .is-index-help, #allWrap {background: url(\" \") !important;}"
  2098. ].join("\n");
  2099. if (false || (document.domain == "tochka.net" || document.domain.substring(document.domain.indexOf(".tochka.net") + 1) == "tochka.net"))
  2100. css += [
  2101. ".promobar {margin-bottom: 0 !important;}",
  2102. " body > footer {margin-top: 0 !important;}",
  2103. " #comments_block {margin-top: unset !important;}",
  2104. " .embed-instagram > iframe {max-width: unset !important;}"
  2105. ].join("\n");
  2106. if (false || (document.domain == "torrentinka.me" || document.domain.substring(document.domain.indexOf(".torrentinka.me") + 1) == "torrentinka.me"))
  2107. css += [
  2108. ".dwrp {margin-top: 0 !important;}"
  2109. ].join("\n");
  2110. if (false || (document.domain == "torrentss.ru" || document.domain.substring(document.domain.indexOf(".torrentss.ru") + 1) == "torrentss.ru"))
  2111. css += [
  2112. ".header_bottom {margin-top: 0 !important;}"
  2113. ].join("\n");
  2114. if (false || (document.domain == "tort.fm" || document.domain.substring(document.domain.indexOf(".tort.fm") + 1) == "tort.fm"))
  2115. css += "#topper_up {height: 88px !important;}";
  2116. if (false || (document.domain == "translit.ru" || document.domain.substring(document.domain.indexOf(".translit.ru") + 1) == "translit.ru"))
  2117. css += [
  2118. ".tBlurred {-webkit-filter: none !important;}",
  2119. " .tPechenkiInfoblock {display: none !important;}"
  2120. ].join("\n");
  2121. if (false || (document.domain == "trashbox.ru" || document.domain.substring(document.domain.indexOf(".trashbox.ru") + 1) == "trashbox.ru"))
  2122. css += [
  2123. "html[prefix] > body {background-color: #202030 !important; background-image: none !important;}"
  2124. ].join("\n");
  2125. if (false || (document.domain == "ts.kg" || document.domain.substring(document.domain.indexOf(".ts.kg") + 1) == "ts.kg"))
  2126. css += [
  2127. ".main-container {margin-top: 0 !important;}"
  2128. ].join("\n");
  2129. if (false || (document.domain == "turboserial.net" || document.domain.substring(document.domain.indexOf(".turboserial.net") + 1) == "turboserial.net"))
  2130. css += [
  2131. "body > div[class^=\"arcticmodal-\"] {display: none !important;}",
  2132. " body:not(#id) {overflow: auto !important;}"
  2133. ].join("\n");
  2134. if (false || (document.domain == "tut.by" || document.domain.substring(document.domain.indexOf(".tut.by") + 1) == "tut.by"))
  2135. css += [
  2136. "html[class] > body {background-color: #e6e6e6 !important;}"
  2137. ].join("\n");
  2138. if (false || (document.domain == "tv-kanali.online" || document.domain.substring(document.domain.indexOf(".tv-kanali.online") + 1) == "tv-kanali.online"))
  2139. css += [
  2140. "iframe.youtube-video:not([src*=\"//utraff.com/\"]) {display: block !important;}"
  2141. ].join("\n");
  2142. if (false || (document.domain == "tv.yandex.by" || document.domain.substring(document.domain.indexOf(".tv.yandex.by") + 1) == "tv.yandex.by") || (document.domain == "tv.yandex.kz" || document.domain.substring(document.domain.indexOf(".tv.yandex.kz") + 1) == "tv.yandex.kz") || (document.domain == "tv.yandex.ru" || document.domain.substring(document.domain.indexOf(".tv.yandex.ru") + 1) == "tv.yandex.ru") || (document.domain == "tv.yandex.ua" || document.domain.substring(document.domain.indexOf(".tv.yandex.ua") + 1) == "tv.yandex.ua") || (document.domain == "tv.yandex.uz" || document.domain.substring(document.domain.indexOf(".tv.yandex.uz") + 1) == "tv.yandex.uz"))
  2143. css += [
  2144. "#mount main > div[class^=\"content__\"] > .content__main ~ div[class*=\"content__\"] > *, ",
  2145. " #mount main > div[class^=\"content__\"] ~ div:not([class^=\"content__\"]):not(.zen):not(.bread-crumbs) > *, ",
  2146. " .main-controller__grid-wrapper > [class*=\"grid_period_\"] ~ * > *, ",
  2147. " .page_controller_channel main.content > div[class]:first-child > div:first-child[style*=\"background-image\"], ",
  2148. " .zen, ",
  2149. " [class*=\"grid_period_\"] > div[class] > div[class^=\"grid__\"] ~ div:not([class^=\"grid__\"]), ",
  2150. " body > #mount > div[class] > :not(header):not(main):not(footer):not(.metrika-loader) {display: none !important;}"
  2151. ].join("\n");
  2152. if (false || (document.domain == "tvzavr.ru" || document.domain.substring(document.domain.indexOf(".tvzavr.ru") + 1) == "tvzavr.ru"))
  2153. css += [
  2154. ".page__inner {padding-top: 59px !important;}"
  2155. ].join("\n");
  2156. if (false || (document.domain == "ua-cinema.com" || document.domain.substring(document.domain.indexOf(".ua-cinema.com") + 1) == "ua-cinema.com"))
  2157. css += [
  2158. "body {background: #091016 !important;}",
  2159. " .head-top {position: absolute !important;}"
  2160. ].join("\n");
  2161. if (false || (document.domain == "ua.news" || document.domain.substring(document.domain.indexOf(".ua.news") + 1) == "ua.news"))
  2162. css += [
  2163. "body {background-image: none !important; background-color: #ffffff !important; padding-top: 0 !important;}"
  2164. ].join("\n");
  2165. if (false || (document.domain == "uakino.com" || document.domain.substring(document.domain.indexOf(".uakino.com") + 1) == "uakino.com"))
  2166. css += [
  2167. "header .container {padding-top: 30px !important;}"
  2168. ].join("\n");
  2169. if (false || (document.domain == "ukr.bio" || document.domain.substring(document.domain.indexOf(".ukr.bio") + 1) == "ukr.bio"))
  2170. css += [
  2171. "#site {top: 0 !important;}"
  2172. ].join("\n");
  2173. if (false || (document.domain == "ukrainianwall.com" || document.domain.substring(document.domain.indexOf(".ukrainianwall.com") + 1) == "ukrainianwall.com"))
  2174. css += [
  2175. "body {padding-top: unset !important;}",
  2176. " .navbar, .right-column > .sticky-box {position: relative !important;}"
  2177. ].join("\n");
  2178. if (false || (document.domain == "uniondht.org" || document.domain.substring(document.domain.indexOf(".uniondht.org") + 1) == "uniondht.org"))
  2179. css += [
  2180. ".colorAdmin {color: black !important; font-weight: 100 !important; font-size: 8px !important;}"
  2181. ].join("\n");
  2182. if (false || (document.domain == "uteka.ua" || document.domain.substring(document.domain.indexOf(".uteka.ua") + 1) == "uteka.ua"))
  2183. css += [
  2184. "#page { -webkit-filter:none !important; filter: none !important;}",
  2185. " .fancybox-lock .fancybox-overlay {display: none !important;}",
  2186. " .fancybox-lock body {overflow: auto !important;}"
  2187. ].join("\n");
  2188. if (false || (document.domain == "vgae.ru" || document.domain.substring(document.domain.indexOf(".vgae.ru") + 1) == "vgae.ru"))
  2189. css += [
  2190. "#cmain {margin-left: unset !important;}"
  2191. ].join("\n");
  2192. if (false || (document.domain == "vgtimes.ru" || document.domain.substring(document.domain.indexOf(".vgtimes.ru") + 1) == "vgtimes.ru"))
  2193. css += [
  2194. "body[style] > .vgt_orig_bg {display: block !important;}",
  2195. " .vgt_fullscreen {display: none !important;}",
  2196. " html > body[style] > :not(.vgt_orig_bg) {pointer-events: auto !important;}",
  2197. " html > body[style] {pointer-events: none !important; padding-top: 0 !important; background-image: none !important;}"
  2198. ].join("\n");
  2199. if (false || (document.domain == "videomore.ru" || document.domain.substring(document.domain.indexOf(".videomore.ru") + 1) == "videomore.ru"))
  2200. css += [
  2201. " .with-cookies-agreements .wrapper {margin-top: 120px !important;}",
  2202. " body > .wrapper {padding-top: 0 !important;",
  2203. " background-color: #ECEFF2 !important;}",
  2204. " .wrapper.adfoxClickable {padding-top: 0 !important;",
  2205. " background-image: none !important;",
  2206. " pointer-events: none !important;",
  2207. " background-color: #ECEFF2 !important;}",
  2208. " .wrapper.adfoxClickable > div {pointer-events: auto !important;}",
  2209. " .with-cookies-agreements .header {top: 0 !important;}",
  2210. " .with-cookies-agreements .channels-line {top: calc(70px + 0px) !important;}"
  2211. ].join("\n");
  2212. if (false || (document.domain == "videoredaktor.ru" || document.domain.substring(document.domain.indexOf(".videoredaktor.ru") + 1) == "videoredaktor.ru"))
  2213. css += [
  2214. "div[style^=\"min-height: 100vh;\"] {min-height: 0 !important;}",
  2215. " .bbbOwner {min-height: 0 !important; height: 0 !important;}"
  2216. ].join("\n");
  2217. if (false || (document.domain == "virtualbrest.ru" || document.domain.substring(document.domain.indexOf(".virtualbrest.ru") + 1) == "virtualbrest.ru"))
  2218. css += [
  2219. "body > div[id][class] > .header > div > div:not([class^=\"header\"]) > *, ",
  2220. " body > div[id][class] > .header ~ div[class] > ul > li[class]:not(.ttyyuu) {display: none !important;}",
  2221. " ul.tabsmenuverch li {padding-right: 2px !important; padding-left: 2px !important;}"
  2222. ].join("\n");
  2223. if (false || (document.domain == "vk.com" || document.domain.substring(document.domain.indexOf(".vk.com") + 1) == "vk.com"))
  2224. css += [
  2225. ".JoinForm__notNow {font-weight: bold !important; color: red !important; border: 3px solid red !important; padding: 6px !important;}"
  2226. ].join("\n");
  2227. if (false || (document.domain == "vm.ru" || document.domain.substring(document.domain.indexOf(".vm.ru") + 1) == "vm.ru"))
  2228. css += [
  2229. ".onair_wrapper.fixed {position: relative !important;}"
  2230. ].join("\n");
  2231. if (false || (document.domain == "vo-dela.su" || document.domain.substring(document.domain.indexOf(".vo-dela.su") + 1) == "vo-dela.su"))
  2232. css += [
  2233. "#sidebar_column .scrolled {top: auto !important;}"
  2234. ].join("\n");
  2235. if (false || (document.domain == "volnorez.com.ua" || document.domain.substring(document.domain.indexOf(".volnorez.com.ua") + 1) == "volnorez.com.ua"))
  2236. css += [
  2237. ".block-type-widget-area {min-height: 0 !important; box-shadow: none !important;}"
  2238. ].join("\n");
  2239. if (false || (document.domain == "volynpost.com" || document.domain.substring(document.domain.indexOf(".volynpost.com") + 1) == "volynpost.com"))
  2240. css += [
  2241. "body > #layout-center > * {pointer-events: auto !important;}",
  2242. " body > #layout-center {pointer-events: none !important;}"
  2243. ].join("\n");
  2244. if (false || (document.domain == "vrtp.ru" || document.domain.substring(document.domain.indexOf(".vrtp.ru") + 1) == "vrtp.ru"))
  2245. css += [
  2246. "td[width=\"100%\"][valign=\"top\"][class^=\"post\"] > .postcolor > img {max-width: 100% !important;}"
  2247. ].join("\n");
  2248. if (false || (document.domain == "vsthouse.ru" || document.domain.substring(document.domain.indexOf(".vsthouse.ru") + 1) == "vsthouse.ru"))
  2249. css += [
  2250. ".a-overlay {display: none !important;}"
  2251. ].join("\n");
  2252. if (false || (document.domain == "vtimes.io" || document.domain.substring(document.domain.indexOf(".vtimes.io") + 1) == "vtimes.io"))
  2253. css += [
  2254. "div[class^=\"cookies-modal\"] {display: none !important;}",
  2255. " body {position: unset !important;}"
  2256. ].join("\n");
  2257. if (false || (document.domain == "vtrahe.tube" || document.domain.substring(document.domain.indexOf(".vtrahe.tube") + 1) == "vtrahe.tube"))
  2258. css += [
  2259. ".fullw > .view_video {width: 85% !important;}"
  2260. ].join("\n");
  2261. if (false || (document.domain == "warfiles.ru" || document.domain.substring(document.domain.indexOf(".warfiles.ru") + 1) == "warfiles.ru"))
  2262. css += "#header + .banner {height: 100px !important;}";
  2263. if (false || (document.domain == "vz.ru" || document.domain.substring(document.domain.indexOf(".vz.ru") + 1) == "vz.ru"))
  2264. css += [
  2265. " div.main-container{max-width: inherit !important;}",
  2266. " div.main-menu > div.menu.sys_thumbs{overflow: inherit !important;}",
  2267. " div.main-menu > div.menu.sys_thumbs > ul > li.thumb{margin-right: 0 !important;}",
  2268. " div.menu{max-width: inherit !important;}"
  2269. ].join("\n");
  2270. if (false || (document.domain == "webdesign-master.ru" || document.domain.substring(document.domain.indexOf(".webdesign-master.ru") + 1) == "webdesign-master.ru"))
  2271. css += [
  2272. "body > div[class] > p {display: none !important;}"
  2273. ].join("\n");
  2274. if (false || (document.domain == "webfile.ru" || document.domain.substring(document.domain.indexOf(".webfile.ru") + 1) == "webfile.ru"))
  2275. css += ".p_wrap {margin-top: 0 !important;}";
  2276. if (false || (document.domain == "wotspeak.ru" || document.domain.substring(document.domain.indexOf(".wotspeak.ru") + 1) == "wotspeak.ru"))
  2277. css += [
  2278. "#popup-1 {display: none !important;}",
  2279. " .wrap {transform: none !important; margin-top: 0 !important;}"
  2280. ].join("\n");
  2281. if (false || (document.domain == "www.anilibria.tv" || document.domain.substring(document.domain.indexOf(".www.anilibria.tv") + 1) == "www.anilibria.tv"))
  2282. css += [
  2283. "body > div[class]:not([id]):nth-child(-n+5) > div[class] {background-image: none !important;}",
  2284. " body > div[class]:not([id]):nth-child(-n+5) {background-image: none !important; height: auto !important;}",
  2285. " body > div[class]:not([id]):nth-child(-n+5) > a[href] {display: none !important;}"
  2286. ].join("\n");
  2287. if (false || (document.domain == "www.drive2.ru" || document.domain.substring(document.domain.indexOf(".www.drive2.ru") + 1) == "www.drive2.ru"))
  2288. css += [
  2289. ".dv-post-header, ",
  2290. " .g-full-size-post ~ div:not([class*=\"content\"]):not([data-role]):not([class*=\"column\"]):not(:last-child), ",
  2291. " .offer ~ div:not([class*=\"content\"]):not([data-role]):not([class*=\"columns\"]), ",
  2292. " [class*=\"-base-mobile\"] ~ div:not([class*=\"content\"]):not([data-role]):not([class*=\"column\"]):not(:last-child) {display: none !important;}"
  2293. ].join("\n");
  2294. if (false || (document.domain == "wtftime.ru" || document.domain.substring(document.domain.indexOf(".wtftime.ru") + 1) == "wtftime.ru"))
  2295. css += [
  2296. "body {background-color: #f1f3f6 !important;}"
  2297. ].join("\n");
  2298. if (false || (document.domain == "www.bigmir.net" || document.domain.substring(document.domain.indexOf(".www.bigmir.net") + 1) == "www.bigmir.net"))
  2299. css += [
  2300. "body > .page {padding-top: 144px !important;}",
  2301. " body > #header {top: 0 !important;}"
  2302. ].join("\n");
  2303. if (false || (document.domain == "www.goha.ru" || document.domain.substring(document.domain.indexOf(".www.goha.ru") + 1) == "www.goha.ru"))
  2304. css += [
  2305. "body {background-color: #efeded !important;}",
  2306. " .badge {display: none !important;}",
  2307. " #goharu > #site {margin-top: 110px !important;}",
  2308. " #content-container {padding-top: 0 !important;}",
  2309. " #content-container > div:empty {position: unset !important;}"
  2310. ].join("\n");
  2311. if (false || (document.domain == "www.okino.ua" || document.domain.substring(document.domain.indexOf(".www.okino.ua") + 1) == "www.okino.ua"))
  2312. css += [
  2313. ".fader-social {display: none !important;}",
  2314. " .social-open {overflow: auto !important;}"
  2315. ].join("\n");
  2316. if (false || (document.domain == "www.rambler.ru" || document.domain.substring(document.domain.indexOf(".www.rambler.ru") + 1) == "www.rambler.ru"))
  2317. css += [
  2318. "div[style^=\"height:\"][style*=\"300px\"], div[style^=\"height:\"][style*=\"600px\"] {background-color: transparent !important;}",
  2319. " div[style*=\"margin-bottom\"] > div[style^=\"height:\"] {height: auto !important;}",
  2320. " div[style^=\"padding-bottom:\"] > div {height: unset !important;}"
  2321. ].join("\n");
  2322. if (false || (document.domain == "www.ukr.net" || document.domain.substring(document.domain.indexOf(".www.ukr.net") + 1) == "www.ukr.net"))
  2323. css += [
  2324. ".right-banner > div {height: auto !important;}"
  2325. ].join("\n");
  2326. if (false || (document.domain == "www.zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".www.zoneofgames.ru") + 1) == "www.zoneofgames.ru"))
  2327. css += [
  2328. "html > body:not(#id) {background-color: #3a3a3a !important;}",
  2329. " #columns > .transparent {background-color: transparent !important;}",
  2330. " body > div[id][style*=\"margin-top\"] {margin-top: 0 !important;}",
  2331. " .ushki {width: unset !important; height: unset !important;}"
  2332. ].join("\n");
  2333. if (false || (document.domain == "yk.kz" || document.domain.substring(document.domain.indexOf(".yk.kz") + 1) == "yk.kz"))
  2334. css += [
  2335. ".top-line {display: none !important;}",
  2336. " .top-line + header.main {top: auto !important;}"
  2337. ].join("\n");
  2338. if (false || (document.domain == "zaycev.online" || document.domain.substring(document.domain.indexOf(".zaycev.online") + 1) == "zaycev.online"))
  2339. css += [
  2340. ".content:not(#id) {margin-top: 80px !important;}"
  2341. ].join("\n");
  2342. if (false || (document.domain == "zerno-ua.com" || document.domain.substring(document.domain.indexOf(".zerno-ua.com") + 1) == "zerno-ua.com"))
  2343. css += [
  2344. ".branding_wrapper > * {pointer-events: auto !important;}",
  2345. " .branding_wrapper {pointer-events: none !important;}"
  2346. ].join("\n");
  2347. if (false || (document.domain == "znak.com" || document.domain.substring(document.domain.indexOf(".znak.com") + 1) == "znak.com"))
  2348. css += [
  2349. ".wrapper > header {margin-top: 15px !important;}"
  2350. ].join("\n");
  2351. if (false || (document.domain == "zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".zoneofgames.ru") + 1) == "zoneofgames.ru"))
  2352. css += [
  2353. ".branding, .logo {background: none !important; height: auto !important;}"
  2354. ].join("\n");
  2355. if (false || (document.domain == "zr.ru" || document.domain.substring(document.domain.indexOf(".zr.ru") + 1) == "zr.ru"))
  2356. css += [
  2357. ".rotate-block {display: table !important;}"
  2358. ].join("\n");
  2359. if (false || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com"))
  2360. css += [
  2361. "body {background-color: white !important;}",
  2362. " body{background-image: url() !important;}",
  2363. " body{background-image: none !important;}",
  2364. " div{background-image: url() !important;}",
  2365. " .branding {padding-top: 5px !important;}",
  2366. " body {padding-top: 5px !important;}",
  2367. " body:not(#id) > .b-content.b-content__breadcrumbs, body:not(#id) > .b-content__pagecontent {margin-top: 0 !important;}",
  2368. " .limiter{padding-top: 5px !important; margin-top: 0 !important;}",
  2369. " .main_tm_search_tool,.searchline {background: white !important;}",
  2370. " #page-wrapper {background-color: white !important;}",
  2371. " #page-wrapper > .tm-wrapper > .tm {margin-bottom: auto !important;}",
  2372. " #page-wrapper > #wrapper {padding-top: 0 !important;}",
  2373. // !! для широкоформатных мониторов
  2374. " .header_container, .bottom_container, #content, .content, .wrapper, .limiter {width: 100% !important;}",
  2375. " div.limiter > div.wrapper > div.c_w > table > tbody > tr > td[align=\"center\"] > table[width=\"960\"] {width: 100% !important;}"
  2376. ].join("\n");
  2377. if (false || (document.domain == "dugtor-deer.pw" || document.domain.substring(document.domain.indexOf(".dugtor-deer.pw") + 1) == "dugtor-deer.pw") || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me") || (document.domain == "nnmclub.to" || document.domain.substring(document.domain.indexOf(".nnmclub.to") + 1) == "nnmclub.to"))
  2378. // ! console.log("es1");
  2379. css += [
  2380. "body{background: none !important;}",
  2381. " body {padding-top: 0px !important;}",
  2382. " body{background-image: none !important;}",
  2383. " body{padding: 0 !important;}",
  2384. " body > .wrap {top: 0 !important;}",
  2385. " .skin-block{background-image: url(\" \") !important;}",
  2386. " element.style{background-image: url(\"\") !important;}",
  2387. " #brTop{background-image: url(\"\") !important;}",
  2388. " html{prefix: \" \" !important;}",
  2389. // !! --- широко
  2390. // !! ".wrap{min-width: 1030px;max-width: 100% !important;}",
  2391. " body > table[width=\"85%\"]{width: 100% !important;}",
  2392. " body > div.wrap{max-width: 100% !important;}",
  2393. " body > div.wrap{min-width: 1030px !important;}"
  2394. ].join("\n");
  2395. if (false || (new RegExp("^https?:\/\/(www|beta)\.gismeteo\.")).test(document.location.href))
  2396. css += [
  2397. " #canvas,.cleft{width: 988px !important;}#weather-maps,#map-view,#weather-old,#weather-busy{width: 986px !important;}#weather-cities,#weather-weekly,#weather-daily,#weather-hourly,#geomagnetic{width: 738px !important;}#weather-news{width: 362px !important;}.wtab{width: 228px !important;}.wtabs .wttr{left: 224px !important;}.wbfull tbody th{width: 85px !important;}.wdata thead th,.wdata tbody th{text-align: center !important;}.workday,tbody tr .weekend{width: 40px !important;}.wbshort .wbday{left: 450px !important;}.wbshort .wbnight{left: 70px !important;}.rframe{background-color: rgba(255,255,255,0.4) !important;}.wsection, .wbshort, .wbfull, .rfc{background: transparent !important;}.wbshort: hover{background-color: rgb(255,255,225) !important;}body,.content{background: url(http://www.refropkb.ru/Images/685414393.jpg) !important;background-attachment: fixed !important;}#weather-maps .fcontent{height: 280px !important;}#weather-maps li{width: 108px !important;} .wsection table{width: 690px !important;}",
  2398. " #logo, .soft-promo, #soft-promo{display: none !important;}",
  2399. // !!? " #graph{float: none !important;}", //проверить
  2400. " div#post-container,div#pre-container,.soft-promo{background: url(\"\") !important;}",
  2401. " td.content.editor{background: url(\"\") !important;} ",
  2402. " div.map.lazyload{background-image: url(\"\") !important;}",
  2403. // !! оставим меню: снежинки вырезать, на бету сходить
  2404. " #header{height:32px !important;}",
  2405. " #header.fcontent{height:26px !important;}",
  2406. " #menu{top: 0px !important;}",
  2407. " .flakesnow{left: 0px !important;}",
  2408. " #weather-top{height:0px !important; padding: 0px !important;}",
  2409. " div.cright>div#information.rframe{display: none !important;}",
  2410. " div.c-right>div#information.rframe{display: none !important;}",
  2411. " div.c-right>div#weather-right.rframe{display: none !important;}",
  2412. " div.c-right>div#weather-gis-news-alter{display: none !important;}",
  2413. " div#informer.rframe{display: none !important;}",
  2414. " div.newstape__feed{display: none !important;}",
  2415. " #information, #informer, .instagramteaser, #weather-lb-content.fcontent, #weather-lb.rframe, .newsadvert{display: none !important;}",
  2416. " #traffim-widget-169.section, #weather-rbkua .fcontent, #w-hor.rframe, .navteaser, #rbc .rframe, .rframe#weather-left {display: none !important;}",
  2417. // !! " section.content>.wrap>[class]>[class]>o-9imj.column-wrap{display: none !important;}",
  2418. " li#tourism_button{display: none !important;}",
  2419. " body[class*=\"-ru\"] > .content > div[class]:last-child > div > div[class]:first-child ~ div:nth-child(n+1), ",
  2420. " body[class*=\"-ru\"] > div[class]:not([id]):nth-child(-n+2) {display: none !important;}"
  2421. ].join("\n");
  2422. if (false || (document.domain == "nnm.ru" || document.domain.substring(document.domain.indexOf(".nnm.ru") + 1) == "nnm.ru") || (document.domain == "mynnm.ru" || document.domain.substring(document.domain.indexOf(".mynnm.ru") + 1) == "mynnm.ru") || (document.domain == "itog.info" || document.domain.substring(document.domain.indexOf(".itog.info") + 1) == "itog.info") || (document.domain == "txapela.ru" || document.domain.substring(document.domain.indexOf(".txapela.ru") + 1) == "txapela.ru") || (document.domain == "adderall.ru" || document.domain.substring(document.domain.indexOf(".adderall.ru") + 1) == "adderall.ru") || (document.domain == "technogies.ru" || document.domain.substring(document.domain.indexOf(".technogies.ru") + 1) == "technogies.ru") || (document.domain == "rkna.xyz" || document.domain.substring(document.domain.indexOf(".rkna.xyz") + 1) == "rkna.xyz") || (document.domain == "investxp.ru" || document.domain.substring(document.domain.indexOf(".investxp.ru") + 1) == "investxp.ru") || (document.domain == "torror.ru" || document.domain.substring(document.domain.indexOf(".torror.ru") + 1) == "torror.ru"))
  2423. css += [
  2424. " html:not(#id),body:not(#id) {background-image: none!important;}",
  2425. " body{background: none !important;}",
  2426. " body, #theme_8, #theme_2, #theme_3, #theme_4, #theme_5, #theme_6, #theme_7, #theme_1{background: url(\'\') !important;}",
  2427. // !! " body {background-image: none !important;}",
  2428. " body, div#page{background: gray !important; background-color: gray !important;}",
  2429. " body, div#page, element.style, #brTop{background-image: url(\'\') !important;}",
  2430. " body, div#page, .pirate-branding, .pb_button_play{background: none !important;}",
  2431. " div#page, div#wrap, div#content-b{margin-top: 0px !important; top: 0px !important;}",
  2432. " div#optionspanel{margin-top: 0px !important; margin-left: 0px !important;}",
  2433. " div#page > div[style*=\"width: 990px;\"][style*=\"height: 206px; position: relative;\"]{height: 0px !important;}",
  2434. " .pb_top_img, .pirate-branding, a.pb_link, .pb_logo_brand, .pb_left_banner, .pb_right_banner, #b-logo{height: 0px !important;}",
  2435. " .pirate-branding, .pb_button_play_big{top: 0px !important;}",
  2436. " body{padding-top: 0px !important;}",
  2437. " body > #page {padding-top: 0 !important;}",
  2438. " #mmmBanner{height: 0px !important;}",
  2439. " .head_assn {height: 0px !important; width: 0px !important;}",
  2440. " .head_assn .assn_logo {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  2441. " .head_assn .assn_slogan {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  2442. " html{height: 0px !important;}",
  2443. " body{click=(\'\') !important;}",
  2444. // !! заполненяем всю ширину экрана
  2445. " #wrap, htmlarea, text{width: 99% !important;}",
  2446. " #scrollPanel{width: auto !important;}",
  2447. " #wrapper {width: auto !important;}",
  2448. " #content{width: auto !important;}",
  2449. " #content-b, text{width: 100% !important;}",
  2450. " #cntnt, #content-b{position: absolute !important; left: 0px !important; margin-top: 0px !important; margin-left: 0px !important;}",
  2451. // !! проверить замену " .categories{margin: 0 100px 10px !important; float: left !important;}",
  2452. " .categories{width: auto !important; margin: -60px 180px 10px !important; float: left !important;}",
  2453. // !! убрать? " body {text-align: center !important;}",
  2454. // !! убрать? " #page {display: inline-block !important; top: 0px !important; margin-top: 0 !important;}",
  2455. " #wrap {text-align: initial !important;}"
  2456. ].join("\n");
  2457. if (false || (document.domain == "xsport.ua" || document.domain.substring(document.domain.indexOf(".xsport.ua") + 1) == "xsport.ua"))
  2458. css += [
  2459. ".site {margin-top: 0 !important;}"
  2460. ].join("\n");
  2461. if (false || (document.domain == "yandex.by" || document.domain.substring(document.domain.indexOf(".yandex.by") + 1) == "yandex.by") || (document.domain == "yandex.kz" || document.domain.substring(document.domain.indexOf(".yandex.kz") + 1) == "yandex.kz") || (document.domain == "yandex.ru" || document.domain.substring(document.domain.indexOf(".yandex.ru") + 1) == "yandex.ru") || (document.domain == "yandex.ua" || document.domain.substring(document.domain.indexOf(".yandex.ua") + 1) == "yandex.ua") || (document.domain == "yandex.uz" || document.domain.substring(document.domain.indexOf(".yandex.uz") + 1) == "yandex.uz"))
  2462. css += [
  2463. // ! site yandex
  2464. " .adv_pos_compare-bottom, .adv_pos_compare-side, .adv_pos_popup, ",
  2465. " .blocks-grid__item_static > .direct_type_stripe, .home-arrow__bottom, ",
  2466. " .map-copyrights ~ .sidebar-container .scroll__content .route-panel-form-view__content > div > div[class][style^=\"border-top\"], ",
  2467. " .mini-suggest__item_subtype_ad, .serp-item div[class*=\"advanced-polaroid\"], ",
  2468. " .serp-list > .incut > .direct, .turbo-advert__loader, ",
  2469. " body > .popup[data-bem*=\"https://yabs.yandex.ru/count/\"], ",
  2470. " body > .route-tip-view, ",
  2471. " body[class*=\"logged \"][class*=\" b-page_\"] #rtb-inserts, ",
  2472. " body[class*=\"logged \"][class*=\" b-page_\"] ._item-type_rtb-card, ",
  2473. " body[class*=\"logged \"][class*=\" b-page_\"] div[class*=\"direct-desktop_\"], ",
  2474. " div[aria-label=\"Реклама\"], div[class*=\" news-\"][class$=\"_mode_daas\"], ",
  2475. " div[class*=\"cl-teaser cl-teaser_card cl-teaser_fixed\"] ~ div[class=\"cl-teaser cl-teaser_card cl-teaser_fixed\"], ",
  2476. " div[class*=\"sidebar\"] > .direct-snippet, ",
  2477. " li[data-suggest-counter] > a[href*=\"://yabs.yandex.\"] {display: none !important;}",
  2478. " .media-grid .media-grid__row_visible_yes > div:empty, ",
  2479. " .monetization-group > .monetization-group__item {height: auto !important;}",
  2480. " body.b-page > .b-page__container .card.content__adv.card {margin-bottom: unset !important; padding: unset !important;}",
  2481. " .serp-header {margin-top: 0 !important;}",
  2482. " .mg-grid__col > .mg-card > .mg-card__text-content > .mg-card__text > .mg-card__link {max-width: 100% !important;}",
  2483. " .main .widgets__col_td_1 {max-width: unset !important;}",
  2484. " body.page_url-replacement div[class*=\"_type_\"], ",
  2485. " body.page_url-replacement div[class*=\"rect\"][id][data-name] {min-height: 0 !important; height: unset !important;}",
  2486. " .feed__row[id^=\"zen-row-\"] .feed__item-wrap > .feed__item {min-height: auto !important;}",
  2487. " .b-page {padding-top: 0 !important;}",
  2488. " .media-infinity-footer__content_sticky_yes {position: fixed !important;}",
  2489. " .head-stripe {position: fixed !important; transform: scale(0) !important;}",
  2490. " .b-top-wizard{width: 1000px !important;}",
  2491. " .b-body-items.b-serp-list{width: 1000px !important;}",
  2492. " /* Пустое место от директа на tv.yandex */ ",
  2493. " .tv-grid__page > div[class^=\"tv-grid__item\"], .tv-grid__page > .tv-sortable-item { margin-right: auto !important;}",
  2494. // ! !! чистим maps.yandex
  2495. " .ymaps-map{background: none !important;}",
  2496. // " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-copyright__logo,.ymaps-2-1-30-copyright__logo_lang_en,.ymaps-2-1-30-copyright__content,.ymaps-2-1-30-copyright__content,.ymaps-2-1-30-copyright_fog_yes: after,.ymaps-2-1-30-copyright__fog,.ymaps-2-1-30-hint__x{background-image: url() !important;}",
  2497. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background-image: url() !important;}",
  2498. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background: url(\'\') !important;}",
  2499. // ! !! убрать все фоновые рисунки в картах
  2500. // ! " ymaps{background-image: url() !important;}",
  2501. " tv.yandex.ru##td[width=\"24%\"]{width: 12% !important;}",
  2502. " a{onmousedown='' !important;}",
  2503. " a{onclick='' !important;}"
  2504. ].join("\n");
  2505. if (false || (document.domain == "yandex.ru" || document.domain.substring(document.domain.indexOf(".yandex.ru") + 1) == "yandex.ru"))
  2506. css += [
  2507. "div > .banner-root ~ .page-root > #page div[class^=\"_\"] > div > script + section > div:not([class]) > div[class^=\"_\"] ~ div[class^=\"_\"] > div[class^=\"_\"] ~ div > div:first-child, ",
  2508. " div > .banner-root ~ .page-root > #page div[class^=\"_\"] > div > script + section div[class^=\"_\"] > [data-id] + div[class^=\"_\"]:not([data-id]) > div {min-height: 0 !important;}"
  2509. ].join("\n");
  2510. if (false || (document.domain == "soft-club.me" || document.domain.substring(document.domain.indexOf(".soft-club.me") + 1) == "soft-club.me"))
  2511. css += [
  2512. // ! !! --- широко
  2513. " .main,.main-wrap,.header,.header-main{width: 100% !important;}",
  2514. " div.all,div.all-wrap,.pageWidth{max-width: 100% !important; width: 100% !important;}",
  2515. " article,.header,.header-main{width: 100% !important;}",
  2516. " div.content{width: 80% !important;}",
  2517. " div.sidebar1{width: 18% !important;}"
  2518. ].join("\n");
  2519. if (false || (document.domain == "4seasons-ltc.com" || document.domain.substring(document.domain.indexOf(".4seasons-ltc.com") + 1) == "4seasons-ltc.com"))
  2520. css += [
  2521. "body{background-image: none !important;}",
  2522. " body{font-family: Tahoma !important;}"
  2523. ].join("\n");
  2524. if (false || (document.domain == "80-e.ru" || document.domain.substring(document.domain.indexOf(".80-e.ru") + 1) == "80-e.ru"))
  2525. css += [
  2526. " div#ipbwrapper{margin: 0 !important; width: inherit !important; max-width: inherit !important;}"
  2527. ].join("\n");
  2528. if (false || (document.domain == "china-review.com.ua" || document.domain.substring(document.domain.indexOf(".china-review.com.ua") + 1) == "china-review.com.ua"))
  2529. css += [
  2530. "body{background: url() !important;}",
  2531. " body{background-image: none !important;}",
  2532. " body{background: none !important;}",
  2533. " body{margin-top: 0px !important;}"
  2534. ].join("\n");
  2535. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  2536. css += [
  2537. "body{background: none !important;} .layer_top {background: none !important;} .layer_bottom {background: none !important;} .cast_bg{background: none !important;}",
  2538. " .contentbg {background-image: none !important;} #4iframe {background-image: none !important;} ",
  2539. " #framescr{background-image: none !important;}"
  2540. ].join("\n");
  2541. if (false || (document.domain == "amovies.tv" || document.domain.substring(document.domain.indexOf(".amovies.tv") + 1) == "amovies.tv"))
  2542. css += [
  2543. // !! расширяем
  2544. "article{width: 980px !important;}",
  2545. " #vk_select {float: none !important; margin-left: 445px !important;}",
  2546. " #vk_top,#vk_select {background: url() !important;}"
  2547. ].join("\n");
  2548. if (false || (document.domain == "apteka.ru" || document.domain.substring(document.domain.indexOf(".apteka.ru") + 1) == "apteka.ru"))
  2549. css += [
  2550. " div.wrapper_root > div.wrapper > section.middle{margin-bottom: 0 !important;}",
  2551. " div.wrapper_root > div.wrapper > section.middle > div.container.clr{min-height: 180px !important;}",
  2552. " div.wrapper_root > div.wrapper > section.middle > div.container.clr > div.content.bottom-content > section.items.items-tile.items-viewed{margin: 0 !important;}",
  2553. " div.wrapper_root > div.wrapper > section.middle > div.tabs.top-tabs.clr{margin-bottom: 0 !important;}"
  2554. ].join("\n");
  2555. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  2556. css += " .bonprix-1{background: none !important;} ";
  2557. if (false || (document.domain == "bash.im" || document.domain.substring(document.domain.indexOf(".bash.im") + 1) == "bash.im"))
  2558. css += " span.csd{background: none !important;}";
  2559. if (false || (document.domain == "batzbatz.com" || document.domain.substring(document.domain.indexOf(".batzbatz.com") + 1) == "batzbatz.com"))
  2560. css += [
  2561. // !! " !! расширяем
  2562. " .wrap{width: 100% !important;}",
  2563. " .left{width: 75% !important;}"
  2564. ].join("\n");
  2565. if (false || (document.domain == "best-cashback.ru" || document.domain.substring(document.domain.indexOf(".best-cashback.ru") + 1) == "best-cashback.ru"))
  2566. css += [
  2567. " [id=\"menu-osnovnoe-menyu\"] > [id^=\"menu-item-\"] > a.menu-item-link{color: black !important;}",
  2568. " div#theme-page{top: 80px !important;}",
  2569. " [class^=\"mk-header-\"]{background-color: lightgrey !important;}",
  2570. " section#mk-footer{padding: 0 !important; top: 80px !important;}",
  2571. " div#sub-footer{background-color: lightgrey !important;}"
  2572. ].join("\n");
  2573. if (false || (document.domain == "besplatnye-kupony.ru" || document.domain.substring(document.domain.indexOf(".besplatnye-kupony.ru") + 1) == "besplatnye-kupony.ru"))
  2574. css += [
  2575. " body{background: none !important; background-color: lightgrey !important;}",
  2576. " div{width: inherit !important; margin: 0 !important;}",
  2577. " div#site-container{border: none !important;}"
  2578. ].join("\n");
  2579. if (false || (document.domain == "bestrepack.net" || document.domain.substring(document.domain.indexOf(".bestrepack.net") + 1) == "bestrepack.net"))
  2580. css += " div#body_container{padding: 0 !important;}";
  2581. if (false || (document.domain == "bigpicture.ru" || document.domain.substring(document.domain.indexOf(".bigpicture.ru") + 1) == "bigpicture.ru"))
  2582. css += [
  2583. " div.content{padding: 0 !important;}",
  2584. " div.podheader{width: 240px !important; float: right !important;}",
  2585. " div.podheader-right{float: right !important;}"
  2586. ].join("\n");
  2587. if (false || (document.domain == "blogspot.ru" || document.domain.substring(document.domain.indexOf(".blogspot.ru") + 1) == "blogspot.ru") || (document.domain == "blogspot.com" || document.domain.substring(document.domain.indexOf(".blogspot.com") + 1) == "blogspot.com") || (document.domain == "blogspot.sk" || document.domain.substring(document.domain.indexOf(".blogspot.sk") + 1) == "blogspot.sk"))
  2588. css += [
  2589. " body{background-image: none !important;}",
  2590. " body{background-image: url(\" \") !important;}",
  2591. // !! --- расширим ---
  2592. " .content-outer, .content-fauxcolumn-outer, .region-inner {max-width: none !important;}",
  2593. " div#header-inner > div.descriptionwrapper{margin-bottom: 5px !important;}",
  2594. " #outer-wrapper {width: 95% !important;}",
  2595. " #main-wrapper {width: 95% !important;}"
  2596. ].join("\n");
  2597. if (false || (document.domain == "bookvoed.ru" || document.domain.substring(document.domain.indexOf(".bookvoed.ru") + 1) == "bookvoed.ru"))
  2598. css += " .Fh{margin-top: 79px !important;}";
  2599. if (false || (document.domain == "calend.ru" || document.domain.substring(document.domain.indexOf(".calend.ru") + 1) == "calend.ru"))
  2600. css += " .pad, .main-l{width: 95% !important;}";
  2601. if (false || (document.domain == "clubupravdom.ru" || document.domain.substring(document.domain.indexOf(".clubupravdom.ru") + 1) == "clubupravdom.ru"))
  2602. css += " *{background-image: none !important;}";
  2603. if (false || (document.domain == "computerra.ru" || document.domain.substring(document.domain.indexOf(".computerra.ru") + 1) == "computerra.ru"))
  2604. css += [
  2605. " body{background: none!important;}",
  2606. " div > p{text-align: justify !important;}",
  2607. " div.top {top: 0px !important; width: auto !important;}",
  2608. " div.top-submenu {width: 100% !important;}",
  2609. " div.main {margin-top: 0px !important;}",
  2610. " div.column{max-width: 80% !important;}",
  2611. " div.main-column.main-column-article{width: 100% !important;}"
  2612. ].join("\n");
  2613. if (false || (document.domain == "cont.ws" || document.domain.substring(document.domain.indexOf(".cont.ws") + 1) == "cont.ws"))
  2614. css += [
  2615. " body > div.content{width: 100% !important;}",
  2616. " body > div.content > div{margin: 0 !important;}",
  2617. " body > div.content{margin-left: 5px !important;}",
  2618. " body > div.content{margin-right: 5px !important;}",
  2619. " div.sidebar{width: 14% !important;}",
  2620. " [class^=\"post\"]{width: 85% !important;}",
  2621. " [class^=\"post\"]{max-width: 1880px !important; margin: 0 !important; padding: 0 !important;}",
  2622. " div.post > [class^=\"article\"]{padding: 0 !important;}",
  2623. " div#wp.author-bar2.wallpaper.plus{background-image: url() !important; padding: 0 !important;}",
  2624. " div.author-bar2-inside{padding: 0 !important;}",
  2625. " a.m_author{display: inline-block !important;}",
  2626. " .plus .author-bar2-inside{color: #666 !important;}",
  2627. " div.dark{background: url() !important;}",
  2628. " .wallpaper .author-bar2-inside, .wallpaper .author-bar2-inside a, .wallpaper .author-bar2-inside textarea {color: inherit !important;}"
  2629. ].join("\n");
  2630. if (false || (document.domain == "crowdin.com" || document.domain.substring(document.domain.indexOf(".crowdin.com") + 1) == "crowdin.com"))
  2631. css += " #user-cover-picture,#user-cover-picture-blurred{background: url() !important;}";
  2632. if (false || (document.domain == "cyberry.ru" || document.domain.substring(document.domain.indexOf(".cyberry.ru") + 1) == "cyberry.ru") || (document.domain == "f1-world.ru" || document.domain.substring(document.domain.indexOf(".f1-world.ru") + 1) == "f1-world.ru"))
  2633. css += [
  2634. "body{background: none !important;}",
  2635. " td{background-image: none !important;}"
  2636. ].join("\n");
  2637. if (false || (document.domain == "ebay-forum.ru" || document.domain.substring(document.domain.indexOf(".ebay-forum.ru") + 1) == "ebay-forum.ru"))
  2638. css += " .banner_ap{height: 30px !important;} #search{margin: 0 0 7px !important;} .header_effects{height: 66px !important;} #branding{height: 66px !important; min-height: 66px !important;}";
  2639. if (false || (document.domain == "f-page.ru" || document.domain.substring(document.domain.indexOf(".f-page.ru") + 1) == "f-page.ru") || (document.domain == "f-picture.net" || document.domain.substring(document.domain.indexOf(".f-picture.net") + 1) == "f-picture.net") || (document.domain == "radikal-foto.ru" || document.domain.substring(document.domain.indexOf(".radikal-foto.ru") + 1) == "radikal-foto.ru") || (document.domain == "letitbit.net" || document.domain.substring(document.domain.indexOf(".letitbit.net") + 1) == "letitbit.net") || (document.domain == "novafilm.tv" || document.domain.substring(document.domain.indexOf(".novafilm.tv") + 1) == "novafilm.tv") || (document.domain == "nowa.cc" || document.domain.substring(document.domain.indexOf(".nowa.cc") + 1) == "nowa.cc") || (document.domain == "radical-foto.ru" || document.domain.substring(document.domain.indexOf(".radical-foto.ru") + 1) == "radical-foto.ru") || (document.domain == "radikal.ru" || document.domain.substring(document.domain.indexOf(".radikal.ru") + 1) == "radikal.ru") || (document.domain == "radikal.cc" || document.domain.substring(document.domain.indexOf(".radikal.cc") + 1) == "radikal.cc") || (document.domain == "radical.cc" || document.domain.substring(document.domain.indexOf(".radical.cc") + 1) == "radical.cc") || (document.domain == "rghost.ru" || document.domain.substring(document.domain.indexOf(".rghost.ru") + 1) == "rghost.ru") || (document.domain == "voffka.com" || document.domain.substring(document.domain.indexOf(".voffka.com") + 1) == "voffka.com"))
  2640. css += [
  2641. "body{background: none !important;}",
  2642. " body{background-image: none !important;}"
  2643. ].join("\n");
  2644. if (false || (document.domain == "ddlmkvhd.com" || document.domain.substring(document.domain.indexOf(".ddlmkvhd.com") + 1) == "ddlmkvhd.com"))
  2645. css += [
  2646. " body{background: none !important;}",
  2647. " div.page-body-t{position: relative !important;}"
  2648. ].join("\n");
  2649. if (false || (document.domain == "ddlvillage.org" || document.domain.substring(document.domain.indexOf(".ddlvillage.org") + 1) == "ddlvillage.org"))
  2650. css += [
  2651. " div{background: none !important;}"
  2652. ].join("\n");
  2653. if (false || (document.domain == "f1news.ru" || document.domain.substring(document.domain.indexOf(".f1news.ru") + 1) == "f1news.ru"))
  2654. css += [
  2655. " div[id=\"bannerText\"]{border: 0px !important; margin-left: 10px !important;}",
  2656. " body{background: url() top center no-repeat #000000 !important;}",
  2657. // !! расширяем текстовое поле
  2658. " div#textBlock{width: 900px !important;}"
  2659. ].join("\n");
  2660. if (false || (document.domain == "facebook.com" || document.domain.substring(document.domain.indexOf(".facebook.com") + 1) == "facebook.com"))
  2661. css += [
  2662. // !! !! расширение, но текст подползает под боковую панель
  2663. // !! " #contentArea {width: 750px !important;}",
  2664. // !! " .uiUfi {width: 650px !important;}",
  2665. // !! " body {background: url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  2666. // !! " #contentCol {background: url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  2667. " div#profile_stream_composer {background-color: #C1D5F6 !important;}",
  2668. " #blueBar {background-color: transparent !important;}",
  2669. " #headNav {background-color: #transparent !important;}",
  2670. " .jewelButton {background-color: transparent !important;}",
  2671. // !! " #fbNotificationsFlyout {left: 10px !important;}",
  2672. " .fbJewelFlyout {background-color: white !important; border-bottom: 1px solid #293E6A !important; border: solid !important; left: 0px !important; overflow: visible !important; position: absolute !important; top: 30px !important; width: 350px !important; z-index: -1 !important;}",
  2673. // !! " #pageNav a {color: #00ffff !important;display: inline-block;font-weight: bold;height: 22px;padding: 8px 10px 0px;text-decoration: none;}",
  2674. " .UIImageBlock {color: #000000 !important;}",
  2675. " .fcg {color: darkgreen !important;}",
  2676. " .mts.uiAttachmentDesc.translationEligibleUserAttachmentMessage {color: black !important;}"
  2677. ].join("\n");
  2678. if (false || (document.domain == "fastpic.org" || document.domain.substring(document.domain.indexOf(".fastpic.org") + 1) == "fastpic.org") || (document.domain == "fastpic.ru" || document.domain.substring(document.domain.indexOf(".fastpic.ru") + 1) == "fastpic.ru"))
  2679. css += [
  2680. "body > footer {background: none !important;}",
  2681. " .justify-content-center > .col[id] {max-width: max-content !important;}",
  2682. " main#mainContainer {max-width: unset !important;}"
  2683. ].join("\n");
  2684. if (false || (document.location.href.indexOf("http://fastpic.ru/") === 0) || (document.location.href.indexOf("https://fastpic.ru/") === 0) || (document.domain == "fastpic.ru" || document.domain.substring(document.domain.indexOf(".fastpic.ru") + 1) == "fastpic.ru"))
  2685. css += [
  2686. " html, body {pointer-events: none !important; height: 110% !important;}",
  2687. //??
  2688. " html,body,#mainContainer,#footerContainer,#content,#footer {margin: 0 !important; width: 100% !important; border-radius: 0 !important;}",
  2689. " #mainContainer > table {width: 850px !important; margin: auto !important;}",
  2690. " html,body {display: flex !important; flex-direction: column !important;}",
  2691. " #mainContainer {flex-grow: 1 !important;}",
  2692. " #mainContainer,#footerContainer {overflow: visible !important;}",
  2693. " #content,#footer {background-color: transparent !important;}",
  2694. " #content {display: flex !important; flex-grow: 1 !important; min-height: inherit !important;}",
  2695. //??
  2696. " #logo-area{padding-top: 0px !important;}",
  2697. " *{background: none !important;}",
  2698. " *{background-image: none !important;}",
  2699. " #footer-container {background-image: none !important; height: auto !important;}",
  2700. " body > a {display: none !important;}",
  2701. " div#show-code-content.rounded-corners{position: inherit !important;}",
  2702. " div#foot-area.center.rounded-corners{position: inherit !important;}",
  2703. " div#footer.center.rounded-corners{position: inherit !important;}",
  2704. " .center {padding: 0 !important;}",
  2705. " div#right-bottom.rounded-corners{position: relative !important; margin-top: 0px !important; height: 0px !important; padding-top: 5px !important;}",
  2706. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  2707. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  2708. " body{padding-top: 0px !important;}",
  2709. // !! всё - чёрным
  2710. " *{color: black !important;}",
  2711. " body {background: none !important;}"
  2712. // " html {background-color: #171616 !important;}"
  2713. ].join("\n");
  2714. if (false || (document.domain == "fapl.ru" || document.domain.substring(document.domain.indexOf(".fapl.ru") + 1) == "fapl.ru"))
  2715. css += [
  2716. " noindex > div[id]{background-image: none !important;}",
  2717. " noindex > div[id]{background-image: url(\"\") !important;}",
  2718. // ! --- широко
  2719. " body > div#wrapper{width: 98% !important;}",
  2720. " body > div#wrapper > div#container{width: 84% !important; padding: 1px !important;}",
  2721. " body > div#wrapper > div#container > div#content{width: 75% !important;}",
  2722. " body > div#wrapper > div#container > div#content > div.block{width: 99% !important;}"
  2723. ].join("\n");
  2724. if (false || (document.domain == "filmix.net" || document.domain.substring(document.domain.indexOf(".filmix.net") + 1) == "filmix.net"))
  2725. css += " body{padding: 0px 0 0 0 !important;}";
  2726. if (false || (document.domain == "formulakino.ru" || document.domain.substring(document.domain.indexOf(".formulakino.ru") + 1) == "formulakino.ru"))
  2727. css += [
  2728. " div.backF > a > span{background-image: none !important; background: #fff !important;}",
  2729. " div.vjs-poster{background: url() !important;}",
  2730. " div.pagecontent{margin-top: 0px !important;}",
  2731. " div#wrapper{background: #fff !important;}"
  2732. ].join("\n");
  2733. if (false || (document.domain == "google.ru" || document.domain.substring(document.domain.indexOf(".google.ru") + 1) == "google.ru"))
  2734. css += [
  2735. " body[class=\"cP\"] tr td.Bu:last-child div.nH div.nH div.nH:first-child {position: fixed !important; right: 16px !important; top: 200px !important; padding: 5px 0px 10px 8px !important; border: 1px solid lightblue !important; width: 150px !important; background-color: #fff !important; opacity: 0.5 !important; border-bottom-left-radius: 10px !important; border-top-left-radius: 10px !important;}",
  2736. " body[class=\"cP\"] tr td.Bu:last-child div.nH div.nH div.nH:first-child:hover {opacity: 1 !important;}",
  2737. " body[class=\"cP\"] tr td.Bu:last-child div.nH {width: 0px !important;}",
  2738. // ! расширяем выдачу в поиске
  2739. " .center_col,#center_col {width: 1000px !important; margin-left: 10px !important; margin-right: 10px !important;} .s {max-width: 100% !important;}"
  2740. ].join("\n");
  2741. if (false || (document.domain == "ifmo.ru" || document.domain.substring(document.domain.indexOf(".ifmo.ru") + 1) == "ifmo.ru"))
  2742. css += [
  2743. " header.h-header, .b-header-pad{height: 100px !important;}"
  2744. ].join("\n");
  2745. if (false || (document.domain == "inosmi.ru" || document.domain.substring(document.domain.indexOf(".inosmi.ru") + 1) == "inosmi.ru"))
  2746. css += [
  2747. " body{background-image: none !important;}",
  2748. " body{background: url() !important;}",
  2749. // !! поаккуратнее
  2750. " .header{padding-top: 0px !important;}",
  2751. " #addbwr{margin-top: 0px !important;}",
  2752. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след. строками )
  2753. " .main{width: 95% !important;}",
  2754. " .comments .comments-list ul li {max-width: 95% !important; }",
  2755. " button.layout__scroll-to-top {left: 2% !important; }"
  2756. ].join("\n");
  2757. if (false || (document.domain == "keeplinks.eu" || document.domain.substring(document.domain.indexOf(".keeplinks.eu") + 1) == "keeplinks.eu"))
  2758. css += " div#header{background: none !important;}";
  2759. if (false || (document.domain == "kino-tor.net" || document.domain.substring(document.domain.indexOf(".kino-tor.net") + 1) == "kino-tor.net"))
  2760. css += [
  2761. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  2762. " .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  2763. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  2764. " body{padding-top: 0px !important;}"
  2765. ].join("\n");
  2766. if (false || (document.domain == "letitfilms.com" || document.domain.substring(document.domain.indexOf(".letitfilms.com") + 1) == "letitfilms.com"))
  2767. css += [
  2768. " body{background: url() !important; background-color: black !important;}",
  2769. " div#container{width: inherit !important; margin: 0 !important;}",
  2770. " div#container > div#main > *{padding: 0 !important;}",
  2771. " div#container > div#main > aside{width: 20% !important;}",
  2772. " div#container > div#main > div#content{width: 79% !important;}"
  2773. ].join("\n");
  2774. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  2775. css += [
  2776. // !! убираем фон и баннер
  2777. " body {background: none !important; color: #333 !important;}",
  2778. " body{background: url() !important; background-color: #000002 !important;}",
  2779. " body,.top-panel-wrap.fixed {background-image: url() !important;}",
  2780. " body{background-image: none !important;}",
  2781. " div[id=\"flash\"]{height: 0px !important;}"
  2782. ].join("\n");
  2783. if (false || (document.domain == "lifetambov.ru" || document.domain.substring(document.domain.indexOf(".lifetambov.ru") + 1) == "lifetambov.ru"))
  2784. css += [
  2785. ".theme-wrapper > .container > div {padding-bottom: unset !important;}"
  2786. ].join("\n");
  2787. if (false || (document.domain == "list-org.com" || document.domain.substring(document.domain.indexOf(".list-org.com") + 1) == "list-org.com"))
  2788. css += [
  2789. ".menu > #map ~ div {background: transparent !important; border: transparent !important;}",
  2790. " .adsbygoogle {position: fixed !important; top: -10000px !important;}"
  2791. ].join("\n");
  2792. if (false || (document.domain == "livecars.ru" || document.domain.substring(document.domain.indexOf(".livecars.ru") + 1) == "livecars.ru") || (document.domain == "livesport.ru" || document.domain.substring(document.domain.indexOf(".livesport.ru") + 1) == "livesport.ru"))
  2793. css += [
  2794. ".content {margin-top: 0 !important;}"
  2795. ].join("\n");
  2796. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  2797. css += [
  2798. "body > div:not([id]):not([class]) + div:not([id]):not([class]) + div:not([id]):not([class]) + div:not([id]):not([class]) ~ div[id]:not([class]) {display: none !important;}",
  2799. " body {padding-top: 0 !important;}"
  2800. ].join("\n");
  2801. if (false || (document.domain == "lostfilm.info" || document.domain.substring(document.domain.indexOf(".lostfilm.info") + 1) == "lostfilm.info") || (document.domain == "lostfilm-online.ru" || document.domain.substring(document.domain.indexOf(".lostfilm-online.ru") + 1) == "lostfilm-online.ru") || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv") || (document.domain == "lostfilm.tw" || document.domain.substring(document.domain.indexOf(".lostfilm.tw") + 1) == "lostfilm.tw"))
  2802. css += [
  2803. // " body{background: #c0c0c0 !important;}",
  2804. "body {background-image: none !important; background-color: #1c1e1f !important;}",
  2805. // !! ==== и меняем на читаемый цвет
  2806. " div[class=\"user_avatar\"]{color: black !important;}",
  2807. " span[class=\"wh\"]{color: black !important;}",
  2808. " a[href*=\"\/my.php\"]{color: black !important;}",
  2809. " a[href*=\"\/messages.php\"]{color: black !important;}",
  2810. " a[href*=\"bogi.ru\/logout.php\"]{color: black !important;}",
  2811. // !! расширяем полезную площадь
  2812. " .lstfml .wrapper{margin-bottom: 15px !important; width: 100% !important; }",
  2813. " .lstfml #main-center-side{width: 70% !important;}",
  2814. " .lstfml #main-left-side{width: 12% !important;}",
  2815. " .lstfml #main-right-side{width: 14% !important;}",
  2816. " a.new-movie, a.new-movie > img{width: 95% !important;}",
  2817. " a.new-movie > div.title{width: 100% !important;}",
  2818. " a.new-movie > div.date{width: 30% !important;}",
  2819. " .lstfml .left-pane{width: 75% !important;}"
  2820. ].join("\n");
  2821. if (false || (document.domain == "lostfilm.info" || document.domain.substring(document.domain.indexOf(".lostfilm.info") + 1) == "lostfilm.info") || (document.domain == "lostfilm.run" || document.domain.substring(document.domain.indexOf(".lostfilm.run") + 1) == "lostfilm.run") || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv") || (document.domain == "lostfilm.tw" || document.domain.substring(document.domain.indexOf(".lostfilm.tw") + 1) == "lostfilm.tw") || (document.domain == "lostfilm.uno" || document.domain.substring(document.domain.indexOf(".lostfilm.uno") + 1) == "lostfilm.uno") || (document.domain == "lostfilm.win" || document.domain.substring(document.domain.indexOf(".lostfilm.win") + 1) == "lostfilm.win") || (document.domain == "lostfilmtv.site" || document.domain.substring(document.domain.indexOf(".lostfilmtv.site") + 1) == "lostfilmtv.site"))
  2822. css += [
  2823. "body {background-image: none !important; background-color: #1c1e1f !important;}"
  2824. ].join("\n");
  2825. if (false || (document.domain == "lostfilm.run" || document.domain.substring(document.domain.indexOf(".lostfilm.run") + 1) == "lostfilm.run") || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv") || (document.domain == "lostfilm.tw" || document.domain.substring(document.domain.indexOf(".lostfilm.tw") + 1) == "lostfilm.tw") || (document.domain == "lostfilm.uno" || document.domain.substring(document.domain.indexOf(".lostfilm.uno") + 1) == "lostfilm.uno") || (document.domain == "lostfilm.win" || document.domain.substring(document.domain.indexOf(".lostfilm.win") + 1) == "lostfilm.win") || (document.domain == "lostfilmtv.site" || document.domain.substring(document.domain.indexOf(".lostfilmtv.site") + 1) == "lostfilmtv.site"))
  2826. css += [
  2827. ".footer {background: #1c1e1f !important; color: #fff !important;}",
  2828. " .lstfml .footer .links a {color: #fff !important;}",
  2829. " body > * > div[style^=\"padding-top\"], body > a[onclick], ",
  2830. " body > div:not([id]):not([class]):not([style]), body > span:nth-child(-n+6) {display: none !important;}",
  2831. " .gallery_img_preload {position: absolute !important;",
  2832. " display: block !important; opacity: 0 !important;",
  2833. " margin-top: 155px !important;",
  2834. " margin-left: 20px !important;",
  2835. " width: calc(100% - 40%) !important;}"
  2836. ].join("\n");
  2837. if (false || (document.domain == "lostfilmhd.ru" || document.domain.substring(document.domain.indexOf(".lostfilmhd.ru") + 1) == "lostfilmhd.ru"))
  2838. css += [
  2839. "#wrap {background-image: none !important;}"
  2840. ].join("\n");
  2841. if (false || (document.domain == "mail.ru" || document.domain.substring(document.domain.indexOf(".mail.ru") + 1) == "mail.ru"))
  2842. css += [
  2843. ".searchContainer > .search > .search__btn {background-color: rgb(0, 95, 249) !important;}",
  2844. " .searchContainer > .search {border-top-color: rgb(0, 95, 249) !important; border-right-color: rgb(0, 95, 249) !important; border-bottom-color: rgb(0, 95, 249) !important; border-left-color: rgb(0, 95, 249) !important; box-shadow: rgb(0, 95, 249) 0 0 0 10px inset !important;}",
  2845. " .article__item_source_viqeo .article__container:before {content: initial !important;}",
  2846. " #bubble-home, .grid__lcol_mailbox .horoscope ~ div, ",
  2847. " .mailbox-container ~ .horoscope ~ [class], .ph-ext, body > .grid .grid__rcol, ",
  2848. " body > .grid .news-item_tgb, body > .grid .rectangle-banner, ",
  2849. " body > .grid > div[class^=\"grid\"][class*=\"__header\"] > .toolbar, ",
  2850. " body > .zeropixel ~ * .balloon, body > .zeropixel ~ * .new-tgb-wrap, ",
  2851. " body > .zeropixel ~ * .rectangle-banner, ",
  2852. " body > .zeropixel ~ * .searchContainer ~ .ssr-main ~ div[class] ~ div[class], ",
  2853. " body > .zeropixel ~ * .searchContainer ~ .tabs + div[class] ~ div, ",
  2854. " body > .zeropixel ~ * .searchContainer ~ [class] > .tabs-content ~ div > div:first-child:not([name]), ",
  2855. " body > .zeropixel ~ * .searchContainer ~ div > a.dmb, ",
  2856. " body > .zeropixel ~ * .skeleton-tgb, ",
  2857. " body > .zeropixel ~ * div[class][style^=\"color:\"][style$=\"background-size:auto 40px\"] {display: none !important;}",
  2858. " body > .zeropixel ~ * .tabs-content__item > [class*=\"news-main\"] {max-height: 5em !important; position: static !important;}",
  2859. " body > .zeropixel ~ * .tabs-content__item > [class*=\"news-main\"] > .news-main__text-wrapper {max-height: 5em !important; white-space: pre-wrap !important;}",
  2860. " body > .zeropixel ~ * .tabs-content__item > [class*=\"news-main\"] > .news-main__img {max-width: unset !important; min-width: unset !important; height: 5em !important; width: 6.66em !important;}",
  2861. " body > .zeropixel ~ * .searchContainer ~ .tabs + div[class] {min-width: 640px !important;}"
  2862. ].join("\n");
  2863. if (false || (document.domain == "mail.ru" || document.domain.substring(document.domain.indexOf(".mail.ru") + 1) == "mail.ru") || (document.domain == "sportmail.ru" || document.domain.substring(document.domain.indexOf(".sportmail.ru") + 1) == "sportmail.ru"))
  2864. css += [
  2865. "#video-footer, .ph-balloon, .pulse-lenta, ",
  2866. " a[id^=\"tb-\"][class^=\"tb-\"][target=\"_blank\"], div[data-mp*=\"LazyPulse\"] {display: none !important;}"
  2867. ].join("\n");
  2868. if (false || (document.domain == "meduza.io" || document.domain.substring(document.domain.indexOf(".meduza.io") + 1) == "meduza.io"))
  2869. css += [
  2870. // !! "!! <--- Выравнивание шрифта --- > ",
  2871. " div.Material-container {text-align: justify !important;}",
  2872. " div.Page-section {text-align: center !important;}",
  2873. // !! "!! <--- Форматируем заголовки --- > ",
  2874. " *[class*=\"MaterialHeader\"] {max-width: 100% !important; text-align: center !important;}",
  2875. // !! "!! <--- Размеры блоков --- > ",
  2876. " div.Lead {max-width: 100% !important;}",
  2877. " div[class*=\"Content\"] {max-width: 120% !important;}",
  2878. " div.Body > p{max-width: 100% !important;}",
  2879. " div[class=\"Context\"] {max-width: 95% !important;}",
  2880. " div.Figure-title{max-width: 100% !important;}",
  2881. " blockquote {max-width: 100% !important;}",
  2882. " div.Related{max-width: 100% !important;}",
  2883. " div.Body > div{max-width: 100% !important;}"
  2884. ].join("\n");
  2885. if (false || (document.domain == "megashara.com" || document.domain.substring(document.domain.indexOf(".megashara.com") + 1) == "megashara.com"))
  2886. css += [
  2887. // !! расширяем
  2888. " .all, #content{width: 100% !important;}",
  2889. " #center-block {width: 65% !important;}"
  2890. ].join("\n");
  2891. if (false || (document.domain == "ncrypt.in" || document.domain.substring(document.domain.indexOf(".ncrypt.in") + 1) == "ncrypt.in"))
  2892. css += [
  2893. " body{background: none !important;}",
  2894. " div#wrapper{margin: 0 0 0 0 !important;}"
  2895. ].join("\n");
  2896. if (false || (document.domain == "newsru.com" || document.domain.substring(document.domain.indexOf(".newsru.com") + 1) == "newsru.com"))
  2897. css += [
  2898. " div.fc-ab-root, iframe[name=\"ym-native-frame\"], ##iframe[name=\"googlefcPresent\"]{visible: none !important;}",
  2899. " div[class][style*=\"bottom: 0px;\"][style*=\"left: 0px;\"][style*=\"position: fixed;\"]{visible: none !important;}"
  2900. ].join("\n");
  2901. if (false || (document.domain == "nn.ru" || document.domain.substring(document.domain.indexOf(".nn.ru") + 1) == "nn.ru"))
  2902. css += [
  2903. " .body-cont {background-image: url(\' \') !important;}",
  2904. // !! расширяем
  2905. " .rn-global-container__inner {padding-right: 0px !important;}",
  2906. " .body-cont {margin-right: 0px !important;}"
  2907. ].join("\n");
  2908. if (false || (document.domain == "peterburg2.ru" || document.domain.substring(document.domain.indexOf(".peterburg2.ru") + 1) == "peterburg2.ru"))
  2909. css += [
  2910. "body > .a {background-image: none !important;}"
  2911. ].join("\n");
  2912. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  2913. css += [
  2914. ".footer__inner {background-color: var(--color--app__bg) !important; color: var(--color--app__text) !important;}",
  2915. " header > .header__main {background-color: var(--color--header__bg) !important;}",
  2916. " .footer {height: auto !important;}",
  2917. " .app > .app__inner[style*=\"padding-top\"] {padding-top: 64px !important;}"
  2918. ].join("\n");
  2919. if (false || (document.domain == "pimpletv.ru" || document.domain.substring(document.domain.indexOf(".pimpletv.ru") + 1) == "pimpletv.ru"))
  2920. css += [
  2921. "body > #branding {padding-top: 0 !important;}"
  2922. ].join("\n");
  2923. if (false || (document.domain == "playground.ru" || document.domain.substring(document.domain.indexOf(".playground.ru") + 1) == "playground.ru"))
  2924. css += [
  2925. "#foundationWrapper {background: #373737 !important; padding-top: 0 !important;}",
  2926. " #foundationWrapper > div {height: auto !important;}",
  2927. " #foundationWrapper > * {pointer-events: auto !important;}",
  2928. " #foundationWrapper {pointer-events: none !important;}"
  2929. ].join("\n");
  2930. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  2931. css += [
  2932. " div.paral > a > div{background: url() !important;}",
  2933. " div.paral > a > div{height: 64px !important;}",
  2934. " table#header_t {margin-top: 0px !important;}",
  2935. " \\!! расширяем полезную площадь",
  2936. " .b-story__content, .b-story__content_type_text {margin-left: 5px !important; width: 800px !important; max-width: 800px !important;}"
  2937. ].join("\n");
  2938. if (false || (document.domain == "piter.tv" || document.domain.substring(document.domain.indexOf(".piter.tv") + 1) == "piter.tv"))
  2939. css += [
  2940. " body{background-image: none !important;}"
  2941. ].join("\n");
  2942. if (false || (document.domain == "politikus.ru" || document.domain.substring(document.domain.indexOf(".politikus.ru") + 1) == "politikus.ru"))
  2943. css += [
  2944. " body{background-image: none !important;}",
  2945. " body{background: url() !important;}",
  2946. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след.четырьмя строками )
  2947. // " #main_content_holder{width: 100% !important; }",
  2948. // " #left{width: 80% !important; }",
  2949. // " .holder, div.block, .content, #dle-content{width: 100% !important; }",
  2950. // " .fullstory{width: 95% !important; }"
  2951. // !! доработанный вариант от Buba5473
  2952. " div#header{width: inherit !important; margin: 0 !important;}",
  2953. " div#header > div.holder{width: inherit !important; margin: 0 !important;}",
  2954. " div#main_content_holder{width: inherit !important; margin: 0 !important;}",
  2955. " div#main_content_holder > div#maintpl > div.holder{width: inherit !important; margin: 0 !important;}",
  2956. " div#main_footer_holder{width: inherit !important; margin: 0 !important;}",
  2957. " div#main_footer_holder > div.holder{width: inherit !important; margin: 0 !important;}",
  2958. " div#main_content{margin: 0 !important;}",
  2959. " div#right{margin: 0 !important; float: none !important; width: inherit !important;}",
  2960. " div#left{width: 80% !important;}"
  2961. ].join("\n");
  2962. if (false || (document.domain == "pleer.com" || document.domain.substring(document.domain.indexOf(".pleer.com") + 1) == "pleer.com"))
  2963. css += [
  2964. " div#main.clearfix > div#container > div#content{margin: 0 !important;}",
  2965. " div#container > div#content > div.clearfix:nth-child(3) > div.results > div.clearfix:nth-child(2) > div.results > div.index-cols.clearfix > div.index-col1{width: 68% !important;}",
  2966. " div#container > div#content > div.clearfix:nth-child(3) > div.results > div.clearfix:nth-child(2) > div.results > div.index-cols.clearfix > div.index-col2{width: 32% !important;}"
  2967. ].join("\n");
  2968. if (false || (document.domain == "f-page.ru" || document.domain.substring(document.domain.indexOf(".f-page.ru") + 1) == "f-page.ru") || (document.domain == "f-picture.net" || document.domain.substring(document.domain.indexOf(".f-picture.net") + 1) == "f-picture.net") || (document.domain == "radikal-foto.ru" || document.domain.substring(document.domain.indexOf(".radikal-foto.ru") + 1) == "radikal-foto.ru") || (document.domain == "radical-foto.ru" || document.domain.substring(document.domain.indexOf(".radical-foto.ru") + 1) == "radical-foto.ru") || (document.domain == "radikal.ru" || document.domain.substring(document.domain.indexOf(".radikal.ru") + 1) == "radikal.ru") || (document.domain == "radikal.cc" || document.domain.substring(document.domain.indexOf(".radikal.cc") + 1) == "radikal.cc"))
  2969. css += [
  2970. " .brand_bg{background-image: none !important;}",
  2971. // " .base-page_wrapper {width: auto !important; padding: 0 !important; background-position: center !important;}",
  2972. ".base-page_wrapper, .render_body_main {width: auto !important; padding: 0 !important; margin: 0 !important; background-position: center !important;}",
  2973. " .no-advert_wrapper_top, .no-advert_wrapper_bottom {width: 830px !important; margin: auto !important;}",
  2974. " .content{padding-top: 0px !important;}",
  2975. " .brand_bg{top: 0px !important;}",
  2976. " div.render_body_main {padding-top: 0px !important;}",
  2977. " div.ComplainAdminControl{left: 70px !important;}"
  2978. ].join("\n");
  2979. if (false || (document.domain == "newssearch.yandex.by" || document.domain.substring(document.domain.indexOf(".newssearch.yandex.by") + 1) == "newssearch.yandex.by") || (document.domain == "newssearch.yandex.kz" || document.domain.substring(document.domain.indexOf(".newssearch.yandex.kz") + 1) == "newssearch.yandex.kz") || (document.domain == "newssearch.yandex.ru" || document.domain.substring(document.domain.indexOf(".newssearch.yandex.ru") + 1) == "newssearch.yandex.ru") || (document.domain == "newssearch.yandex.ua" || document.domain.substring(document.domain.indexOf(".newssearch.yandex.ua") + 1) == "newssearch.yandex.ua") || (document.domain == "newssearch.yandex.uz" || document.domain.substring(document.domain.indexOf(".newssearch.yandex.uz") + 1) == "newssearch.yandex.uz"))
  2980. css += [
  2981. ".mg-advert__column {display: none !important;}"
  2982. ].join("\n");
  2983. if (false || (document.domain == "newsyou.info" || document.domain.substring(document.domain.indexOf(".newsyou.info") + 1) == "newsyou.info"))
  2984. css += [
  2985. ".home {background-image: none !important; padding-top: 0 !important;}",
  2986. " body {overflow: auto !important;}"
  2987. ].join("\n");
  2988. if (false || (document.domain == "ngs.ru" || document.domain.substring(document.domain.indexOf(".ngs.ru") + 1) == "ngs.ru") || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  2989. css += [
  2990. ".social-popup, .subscribe-popup-cover, .subscribe-popup__wrapper {display: none !important;}"
  2991. ].join("\n");
  2992. if (false || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru") || (document.domain == "autorambler.ru" || document.domain.substring(document.domain.indexOf(".autorambler.ru") + 1) == "autorambler.ru"))
  2993. css += [
  2994. // !! из старого, режет почту ".b-left-column .b-left-column__wrapper{margin: 0 !important;}",
  2995. " div[class=\"appWindow\"]{right: 0px !important;}",
  2996. // !! --- чистим фон
  2997. " body, html {background-image: url(\' \') !important; background: #f7f7f7 !important; }",
  2998. " div.b-header, element.style, .topcover{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  2999. " header.header{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  3000. " .region-back, .main-page__background-wrap {background: none !important; background-image: url(\' \') !important; background: url(\' \') !important;}",
  3001. " .sl, .sl_holder, .width.p16.tnav, .promo_def{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  3002. // !?##.b-informers__link{color: #030303 !important; }
  3003. // !! --- расширяем полезную площадь страницы
  3004. " .footer__wrap, .grid, .article, .nav__wrap, .j-metrics__views-out, .j-article__bounding, .j-statistics__cluster, .popup__wrap {width: 95% !important;}",
  3005. " .grid, .article__inner.wide {margin-left: 50px !important; margin-right: 50px !important;}",
  3006. " body, .body, .l-nav, .article-slide, .article__head, .main-wrapper, .main-wrapper main.root, .main-wrapper main.root section.content {max-width: 100% !important; width: 100% !important;}",
  3007. " .l-columns, .l-column-15, .l-column-16-5, .b-topic-body {width: 100% !important;}",
  3008. " .l-container, .b-topic-show__main, .mixednews__inner, .sizefix {width: 95% !important;}",
  3009. " .article__inner.narrow {margin-right: 3% !important;}",
  3010. " .action-panel, .content {margin-right: 3% !important; margin-left: 3% !important;}",
  3011. " section.standalone-news section.main{padding: 0 !important;}",
  3012. " .l-right-column-wrapper, .description-serial__container, .column, .card-full {padding-right: 0 !important;}",
  3013. " table.r--main, .article-item, .b-root-layout__inner, .news-item-layout, .page-base, .card-full {max-width: 100% !important; width: 100% !important;}",
  3014. " .appWindowWithBanner, .appSearchBar{right: 0px !important;}",
  3015. " .appWindow {width: 100% !important;}",
  3016. " .grid_18{width: 70% !important;}",
  3017. " .container, .seasons-links, .l-content{margin-right: 20px !important; margin-left: 20px !important; width: 100% !important;}",
  3018. " .tvguide-wrapper, .article-layout-wrapper {width: 95% !important;}",
  3019. " .left-side, .left-column, .left-column.js-main-column, .main-content {width: 100% !important;}",
  3020. " .seasons-links__slider-container._with-all-link{width: 85% !important;}",
  3021. " .b-topic-show__content iframe, .b-topic-show__text img, .b-topic-show__image img {width: auto !important;}",
  3022. " .preview {width: 70% !important; background: #fdfdfd !important;}",
  3023. " .preview img, .preview > img {width: auto !important; hight: auto !important;}"
  3024. ].join("\n");
  3025. if (false || (document.domain == "rgho.st" || document.domain.substring(document.domain.indexOf(".rgho.st") + 1) == "rgho.st") || (document.domain == "rghost.ru" || document.domain.substring(document.domain.indexOf(".rghost.ru") + 1) == "rghost.ru"))
  3026. css += [
  3027. "body{background: none !important;}",
  3028. " body {background-image: none !important;}",
  3029. " .with-bg{background-image: url(\" \") !important;}",
  3030. " .with-bg{background: url(\" \") !important;}",
  3031. " .with-bg{background: none !important;}",
  3032. " .with-bg{background: #c0c0c0 !important;}"
  3033. ].join("\n");
  3034. if (false || (document.domain == "riperam.org" || document.domain.substring(document.domain.indexOf(".riperam.org") + 1) == "riperam.org") || (document.domain == "riper.am" || document.domain.substring(document.domain.indexOf(".riper.am") + 1) == "riper.am"))
  3035. css += [
  3036. "#octo-set{background-image: none !important; padding-top: 0 !important;}",
  3037. " #main-wrapper{width: auto !important;}",
  3038. " body{background-image: none !important;} ",
  3039. " body{background: none !important;}",
  3040. " #main-wrapper{top: 10px !important;}",
  3041. " #main-wrapper > #wrap {padding: 0 10px !important;}",
  3042. // !! cкрыть заголовок
  3043. " #logo {padding: 0px 0px 0 0px !important;} #search-box {margin-top: 0px !important; height: 20px !important; top: -15px !important; padding-right: 120px !important;} div.headerbar{background-color: rgb(255, 255, 255) !important; height: 0px !important;}"
  3044. ].join("\n");
  3045. if (false || (document.domain == "rusfolder.com" || document.domain.substring(document.domain.indexOf(".rusfolder.com") + 1) == "rusfolder.com") || (document.domain == "rusfolder.net" || document.domain.substring(document.domain.indexOf(".rusfolder.net") + 1) == "rusfolder.net") || (document.domain == "rusfolder.ru" || document.domain.substring(document.domain.indexOf(".rusfolder.ru") + 1) == "rusfolder.ru"))
  3046. css += [
  3047. "*{background: none !important;}",
  3048. " *{background: url(\' \') !important;}",
  3049. " *{background: silver !important; color: black !important;}",
  3050. " div#header{height: 60px !important;} span{color: black !important; background: silver !important; border: 1px solid gray !important;} input[type=\"checkbox\"]{color: black !important; visibility: visible !important; }"
  3051. ].join("\n");
  3052. if (false || (document.domain == "rusnext.ru" || document.domain.substring(document.domain.indexOf(".rusnext.ru") + 1) == "rusnext.ru"))
  3053. css += [
  3054. // !! расширяем
  3055. " body{line-height: 1.2 !important;}",
  3056. " main>div.container {max-width: 1850px !important; width: 98% !important;}",
  3057. " main>div.container {margin-left: 20px !important;}",
  3058. " main>div.container>div.row>div#content {width: 60% !important;}",
  3059. " .col-md-3{width: 20% !important;}",
  3060. " .col-md-6{width: 60% !important;}",
  3061. " #block-views-slider-18-block{width: 60% !important;margin-left: 20% !important;}",
  3062. " main>div.container>div.row>div#content > div:nth-of-type(2) {font-size: 1.2em !important;}",
  3063. " main>div.container>div.row>div#content>div#region-top{width: 50% !important;margin-left: 25% !important;}"
  3064. ].join("\n");
  3065. if (false || (document.domain == "ruspravda.info" || document.domain.substring(document.domain.indexOf(".ruspravda.info") + 1) == "ruspravda.info"))
  3066. css += [
  3067. "body{background: white !important;}",
  3068. " table#header_t {margin-top: 0px !important;}"
  3069. ].join("\n");
  3070. if (false || (document.domain == "rustorka.com" || document.domain.substring(document.domain.indexOf(".rustorka.com") + 1) == "rustorka.com"))
  3071. css += " .topmenu{margin-top: 25px !important;}";
  3072. if (false || (document.domain == "rutor.org" || document.domain.substring(document.domain.indexOf(".rutor.org") + 1) == "rutor.org") || (document.domain == "new-rutor.org" || document.domain.substring(document.domain.indexOf(".new-rutor.org") + 1) == "new-rutor.org") || (document.domain == "live-rutor.org" || document.domain.substring(document.domain.indexOf(".live-rutor.org") + 1) == "live-rutor.org") || (document.domain == "free-rutor.org" || document.domain.substring(document.domain.indexOf(".free-rutor.org") + 1) == "free-rutor.org") || (document.domain == "rutor.info" || document.domain.substring(document.domain.indexOf(".rutor.info") + 1) == "rutor.info") || (document.domain == "rutor.is" || document.domain.substring(document.domain.indexOf(".rutor.is") + 1) == "rutor.is") || (document.domain == "krutor.org" || document.domain.substring(document.domain.indexOf(".krutor.org") + 1) == "krutor.org") || (document.domain == "mrutor.org" || document.domain.substring(document.domain.indexOf(".mrutor.org") + 1) == "mrutor.org") || (document.domain == "newrutor.org" || document.domain.substring(document.domain.indexOf(".newrutor.org") + 1) == "newrutor.org") || (document.domain == "rutor.in" || document.domain.substring(document.domain.indexOf(".rutor.in") + 1) == "rutor.in") || (document.domain == "ru-tor.net" || document.domain.substring(document.domain.indexOf(".ru-tor.net") + 1) == "ru-tor.net") || (document.domain == "freerutor.com" || document.domain.substring(document.domain.indexOf(".freerutor.com") + 1) == "freerutor.com") || (document.domain == "176.114.0.131" || document.domain.substring(document.domain.indexOf(".176.114.0.131") + 1) == "176.114.0.131"))
  3073. css += [
  3074. // !! оформление от zuefhrf
  3075. " body{padding-top: 5px !important;}",
  3076. " div#brTop {background-image: url(\" \") !important;}",
  3077. " div#ws div#sidebar{top: 0px !important;}",
  3078. " div#ws div#sidebar{right: 8px !important;}",
  3079. " div#ws div#sidebar div.sideblock{margin-top: 0px !important;}",
  3080. " div#ws div#content{right: 6px !important;}",
  3081. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  3082. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  3083. // !?? " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  3084. " h3{text-align: left !important;}",
  3085. " body{font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;}",
  3086. " s, strike, del {color: #C0C0C0 !important;}",
  3087. " .fr_wrapper { width: auto !important;}",
  3088. " .__tw{position: relative !important;}"
  3089. ].join("\n");
  3090. if (false || (document.domain == "rutracker.org" || document.domain.substring(document.domain.indexOf(".rutracker.org") + 1) == "rutracker.org") || (document.domain == "rutracker.net" || document.domain.substring(document.domain.indexOf(".rutracker.net") + 1) == "rutracker.net") || (document.domain == "rutracker.cr" || document.domain.substring(document.domain.indexOf(".rutracker.cr") + 1) == "rutracker.cr") || (document.domain == "rutracker.club" || document.domain.substring(document.domain.indexOf(".rutracker.club") + 1) == "rutracker.club") || (document.domain == "rutracker-pro.ru" || document.domain.substring(document.domain.indexOf(".rutracker-pro.ru") + 1) == "rutracker-pro.ru") || (document.domain == "rutracker.in" || document.domain.substring(document.domain.indexOf(".rutracker.in") + 1) == "rutracker.in") || (document.domain == "rutracker.nl" || document.domain.substring(document.domain.indexOf(".rutracker.nl") + 1) == "rutracker.nl") || (document.domain == "sssr-rutracker.org" || document.domain.substring(document.domain.indexOf(".sssr-rutracker.org") + 1) == "sssr-rutracker.org"))
  3091. css += [
  3092. " .branding #page_container {background-image: url(\" \") !important;}",
  3093. " .nav {background: url(\" \") !important;}",
  3094. // ! " !!##body.branding{-webkit-transform: scaleX(1) !important;}
  3095. " body{-webkit-transform: none !important;}",
  3096. " div#logo{min-height: 23px !important;}"
  3097. // ! " div.topmenu{padding-top: 24px !important;}"
  3098. ].join("\n");
  3099. if (false || (document.domain == "safety-gate.me" || document.domain.substring(document.domain.indexOf(".safety-gate.me") + 1) == "safety-gate.me"))
  3100. css += [
  3101. // ! !! --- широко
  3102. " .main,.main-wrap,.header,.header-main{width: 100% !important;}",
  3103. " div.all,div.all-wrap,.pageWidth{max-width: 100% !important; width: 100% !important;}",
  3104. " article,.header,.header-main{width: 100% !important;}",
  3105. " .xbBoxed,.pageContent{max-width: 100% !important;}",
  3106. " div.content{width: 80% !important;}",
  3107. " div.sidebar1{width: 18% !important;}"
  3108. ].join("\n");
  3109. if (false || (document.domain == "samlab.ws" || document.domain.substring(document.domain.indexOf(".samlab.ws") + 1) == "samlab.ws"))
  3110. css += [
  3111. "div.box.main {width: auto; !important;}",
  3112. " div#right {width: 2px; !important;}"
  3113. ].join("\n");
  3114. if (false || (document.domain == "samlib.ru" || document.domain.substring(document.domain.indexOf(".samlib.ru") + 1) == "samlib.ru"))
  3115. css += [
  3116. "body {font-family: sans-serif !important; line-height: 140% !important; color: #B2B2B2 !important; background: #3A3E46 !important;}",
  3117. " font {color: #B2B2B2 !important;}",
  3118. " table, td, td font {color: #BEBEBE !important; background-color: #555C66 !important;}",
  3119. " a:link {color: #9DD7FF !important;}",
  3120. " a:visited {color: #EAB6FF !important;}",
  3121. " a:hover {color: #F0B2B2 !important;}",
  3122. " dl {margin-top: 1em !important;}"
  3123. ].join("\n");
  3124. if (false || (document.domain == "securitylab.ru" || document.domain.substring(document.domain.indexOf(".securitylab.ru") + 1) == "securitylab.ru"))
  3125. css += [
  3126. " #content #left{margin-left: 0px !important; max-width: 1000px !important;}",
  3127. // !! логотип
  3128. " div#header{height: 00px !important; background-color: white !important;} div#MAIN_MENU{top: 0px !important;}"
  3129. ].join("\n");
  3130. if (false || (document.domain == "sportbox.ru" || document.domain.substring(document.domain.indexOf(".sportbox.ru") + 1) == "sportbox.ru"))
  3131. css += [
  3132. " body{background: none !important; padding-top: 0px !important;}",
  3133. " .sb_c_topmed_olymp, .gold, .silver, .bronze {background: none !important;}",
  3134. " [class*=\"AnnounceBlock\"]{display: none !important;}"
  3135. ].join("\n");
  3136. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru"))
  3137. css += [
  3138. ".x5-popup-overlay {display: none !important;}",
  3139. " body.is-fixed {overflow: auto !important;}"
  3140. ].join("\n");
  3141. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru") || (document.domain == "tribuna.com" || document.domain.substring(document.domain.indexOf(".tribuna.com") + 1) == "tribuna.com"))
  3142. css += [
  3143. "html > body {background-image: none !important; background-color: #a7a7a7 !important;}",
  3144. " .page-layout {margin-top: 0 !important;}",
  3145. " :not(.nba-global-nav-wrapper) + #branding-layout:not(#id) {margin-top: 96px !important;}",
  3146. " #branding-layout:not(#id), body.img-bg {padding-top: 0 !important;}",
  3147. " #branding-layout > * > * {pointer-events: auto !important;}",
  3148. " #branding-layout {pointer-events: none !important;}",
  3149. " [data-content-name=\"banner-static\"] {position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important;}",
  3150. " #branding-layout > a {width: 0 !important; height: 0 !important; left:-10000px !important;}"
  3151. ].join("\n");
  3152. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru") || (document.domain == "tribuna.com" || document.domain.substring(document.domain.indexOf(".tribuna.com") + 1) == "tribuna.com"))
  3153. css += [
  3154. "html > body {background: #a7a7a7 !important;}",
  3155. // ! " #branding-layout:not(#id), .page-layout {margin-top: 0 !important;}",
  3156. " [data-content-name=\"banner-static\"] {position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important;}",
  3157. // ! " #branding-layout > a {width: 0 !important; height: 0 !important; left: -10000px !important;}",
  3158. ".kaspersky, .overall, #branding-layout {background: none !important;}",
  3159. // !!" body.img-bg, #branding-layout:not(#id) {background: #f5f8fa !important; padding-top: 0 !important;}",
  3160. " #branding-layout {background: url(\'\') !important;}",
  3161. ".kaspersky, .pageLayout {top: 0px !important;}",
  3162. // !! расширяем
  3163. " .page-layout, .pageLayout{top: 0px !important; max-width: 2000px !important; }",
  3164. " .content-wrapper, .columns-layout__main, .g-wrap-main, .layout-columns {width: 100% !important;}",
  3165. " .main-wrap{width: 95% !important;}",
  3166. " .box{width: 98% !important;}",
  3167. " .mainPart{width: 80% !important;}",
  3168. " .additional-block {width: 200px !important;}",
  3169. " .rightPart {width: 20% !important;}",
  3170. " .rightPart {margin-left: 80% !important;}",
  3171. " .columns-layout__left + .columns-layout__main {max-width: 1100px !important;}",
  3172. " #branding-layout{padding-top: 0px !important;}",
  3173. " .tag-main-block .box {padding-right: 0px !important;}"
  3174. ].join("\n");
  3175. if (false || (document.domain == "tfile.me" || document.domain.substring(document.domain.indexOf(".tfile.me") + 1) == "tfile.me") || (document.domain == "my-tfile.org" || document.domain.substring(document.domain.indexOf(".my-tfile.org") + 1) == "my-tfile.org") || (document.domain == "tfile.cc" || document.domain.substring(document.domain.indexOf(".tfile.cc") + 1) == "tfile.cc") || (document.domain == "tfile.co" || document.domain.substring(document.domain.indexOf(".tfile.co") + 1) == "tfile.co") || (document.domain == "tfile-music.org" || document.domain.substring(document.domain.indexOf(".tfile-music.org") + 1) == "tfile-music.org"))
  3176. css += [
  3177. " body{background: url() !important;}",
  3178. " body{background-image: none !important;}",
  3179. " body{background-attachment: none !important;}",
  3180. " div#brTop{background-image: url(\'\') !important;}",
  3181. " element.style{background: url() !important;}",
  3182. " element.style, #skin_crown{background-image: url() !important;}",
  3183. " body{background: #D4D4D4 !important;}",
  3184. " body{padding: 0 !important;}",
  3185. " table#home_c{width: inherit !important;}",
  3186. " [id^=\"top_\"]{width: inherit !important;}",
  3187. " body{padding-top: 0px !important;}",
  3188. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  3189. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  3190. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  3191. // !! расширяем
  3192. " body, #foot_links{width: 100% !important;}",
  3193. " #foot_links{margin: 0px !important; padding: 0px !important;}",
  3194. " table#home_c{width: inherit !important;}",
  3195. " [id^=\"top_\"]{width: inherit !important;}"
  3196. ].join("\n");
  3197. if (false || (document.domain == "tfile-music.org" || document.domain.substring(document.domain.indexOf(".tfile-music.org") + 1) == "tfile-music.org"))
  3198. css += [
  3199. "body {width: 100% !important; }"
  3200. ].join("\n");
  3201. if (false || (document.domain == "the-village.com.ua" || document.domain.substring(document.domain.indexOf(".the-village.com.ua") + 1) == "the-village.com.ua") || (document.domain == "the-village.me" || document.domain.substring(document.domain.indexOf(".the-village.me") + 1) == "the-village.me") || (document.domain == "the-village.ru" || document.domain.substring(document.domain.indexOf(".the-village.ru") + 1) == "the-village.ru"))
  3202. css += [
  3203. ".page-content {background-color: inherit !important;}",
  3204. " .page-content {padding-top: 0 !important;}"
  3205. ].join("\n");
  3206. if (false || (document.domain == "thg.ru" || document.domain.substring(document.domain.indexOf(".thg.ru") + 1) == "thg.ru"))
  3207. css += [
  3208. "body {background: whitesmoke !important;}",
  3209. " body > div[style*=\'1010\'] {width: auto !important; margin-top: 0 !important;}"
  3210. ].join("\n");
  3211. if (false || (document.domain == "tjournal.ru" || document.domain.substring(document.domain.indexOf(".tjournal.ru") + 1) == "tjournal.ru") || (document.domain == "vc.ru" || document.domain.substring(document.domain.indexOf(".vc.ru") + 1) == "vc.ru"))
  3212. css += [
  3213. "body:not(#id) {background-color: #f0f0f0 !important;}"
  3214. ].join("\n");
  3215. if (false || (document.domain == "tnt-online.ru" || document.domain.substring(document.domain.indexOf(".tnt-online.ru") + 1) == "tnt-online.ru"))
  3216. css += [
  3217. "body {background-color: #fff !important;}",
  3218. " #all:not(#id) > #content {margin-top: 20px !important;}"
  3219. ].join("\n");
  3220. if (false || (document.domain == "torrent-tv.ru" || document.domain.substring(document.domain.indexOf(".torrent-tv.ru") + 1) == "torrent-tv.ru"))
  3221. css += [
  3222. " body {background-image: none !important; padding-top: 0px !important;}",
  3223. " div#main-wrapper {top: auto !important;}",
  3224. " div.news-text {width: auto !important;}",
  3225. " div[class^=\"usual-header\"] {width: 126% !important;}",
  3226. " div[class=\"usual\"] {width: 132% !important;}",
  3227. " div[class^=\"usual-content\"] {width: 99% !important;}"
  3228. // !!
  3229. // !! " body > div:nth-of-type(1) {background: url() !important;}",
  3230. // !! " body {background: gray !important;}",
  3231. ].join("\n");
  3232. if (false || (document.domain == "torrentino.com" || document.domain.substring(document.domain.indexOf(".torrentino.com") + 1) == "torrentino.com") || (document.domain == "torrentino.ru" || document.domain.substring(document.domain.indexOf(".torrentino.ru") + 1) == "torrentino.ru"))
  3233. css += [
  3234. // !! расширяем
  3235. " .container {width: 100% !important;}",
  3236. " .span9 {width: 95% !important;}",
  3237. ].join("\n");
  3238. if (false || (document.domain == "turbobit.net" || document.domain.substring(document.domain.indexOf(".turbobit.net") + 1) == "turbobit.net"))
  3239. css += " html {background: none !important;}";
  3240. if (false || (document.domain == "velolive.com" || document.domain.substring(document.domain.indexOf(".velolive.com") + 1) == "velolive.com"))
  3241. css += " body {background: url() !important;}";
  3242. if (false || (document.domain == "vesti.ru" || document.domain.substring(document.domain.indexOf(".vesti.ru") + 1) == "vesti.ru"))
  3243. css += [
  3244. " .bottom_bg {background: none !important;}",
  3245. " body, .head, .all_wrap {background: url(\" \") !important;}"
  3246. ].join("\n");
  3247. if (false || (document.domain == "vipfiles.nu" || document.domain.substring(document.domain.indexOf(".vipfiles.nu") + 1) == "vipfiles.nu"))
  3248. css += [
  3249. " div.loginformbox{background: none !important;}",
  3250. " div.tophhhhheader{background: none !important; padding: 0 !important; height: 75px !important;}",
  3251. " div.tophhhhheader > div.item1{height: 10px !important;}",
  3252. " div.tophhhhheader > div.item2{float: left !important; width: 500px !important;}",
  3253. " div.wrapper{margin: 0 !important; width: inherit !important;}",
  3254. " div.wrapwide.topheadwide{background: none !important;}"
  3255. ].join("\n");
  3256. if (false || (document.domain == "dns-shop.ru" || document.domain.substring(document.domain.indexOf(".dns-shop.ru") + 1) == "dns-shop.ru"))
  3257. css += " div.wrapper{width: auto !important;}";
  3258. if (false || (document.domain == "yap.ru" || document.domain.substring(document.domain.indexOf(".yap.ru") + 1) == "yap.ru") || (document.domain == "yaplakal.com" || document.domain.substring(document.domain.indexOf(".yaplakal.com") + 1) == "yaplakal.com"))
  3259. css += [
  3260. "body:not(#id) {background-color: #9ab9a7 !important;}",
  3261. " #footer {background: none !important; padding: 0 !important;}",
  3262. " #top-line {background: none !important; padding: 0 !important; height: auto !important;}",
  3263. " body{background: none !important;}",
  3264. " #footer{background: url() !important;}",
  3265. " #footer{background-image: none !important;}",
  3266. " #content{max-width: none !important;}"
  3267. ].join("\n");
  3268. if (false || (document.domain == "youtube.com" || document.domain.substring(document.domain.indexOf(".youtube.com") + 1) == "youtube.com"))
  3269. css += [
  3270. "#columns > #secondary {overflow: hidden !important;}"
  3271. ].join("\n");
  3272. if (false || (document.domain == "zagonka.net" || document.domain.substring(document.domain.indexOf(".zagonka.net") + 1) == "zagonka.net") || (document.domain == "zagonka.tv" || document.domain.substring(document.domain.indexOf(".zagonka.tv") + 1) == "zagonka.tv"))
  3273. css += [
  3274. "#sitebox:not(#id) {margin-top: 0 !important;}"
  3275. ].join("\n");
  3276. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  3277. css += [
  3278. // !! --- расширяем ---
  3279. " .page-head-bg {width: 99% !important; margin-left: auto !important;}",
  3280. " #page-head.stick {width: 98% !important; margin-left: auto !important;}",
  3281. " .body-gaps {max-width: 100% !important; left: 5px !important; margin-left: auto !important; width: 99% !important;}",
  3282. " body{ padding-top: 0px !important; padding: 5px !important; max-width: 100% !important;}",
  3283. " div[class=\"body-branding\"]{background: grey !important; padding-top: 0px !important; padding: 5px !important; max-width: 100% !important;}"
  3284. ].join("\n");
  3285. if (false || (document.domain == "zalil.su" || document.domain.substring(document.domain.indexOf(".zalil.su") + 1) == "zalil.su"))
  3286. css += [
  3287. " body{background: none !important;}",
  3288. " body{background-color: gray !important;}",
  3289. " body{background-image: none !important;}"
  3290. ].join("\n");
  3291. if (false || (document.domain == "taker.im" || document.domain.substring(document.domain.indexOf(".taker.im") + 1) == "taker.im"))
  3292. css += [
  3293. // !! скрываем рекламные ссылки (СПАМ) в тексте
  3294. " a[href^=\"/phpBB2/goto/http://www.ebay.com/sch/\"][rel=\"nofollow\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}"
  3295. ].join("\n");
  3296. if (typeof GM_addStyle != "undefined") {
  3297. GM_addStyle(css);
  3298. } else if (typeof PRO_addStyle != "undefined") {
  3299. PRO_addStyle(css);
  3300. } else if (typeof addStyle != "undefined") {
  3301. addStyle(css);
  3302. } else {
  3303. var node = document.createElement("style");
  3304. node.type = "text/css";
  3305. node.appendChild(document.createTextNode(css));
  3306. var heads = document.getElementsByTagName("head");
  3307. if (heads.length > 0) {
  3308. heads[0].appendChild(node);
  3309. } else {
  3310. // no head yet, stick it whereever
  3311. document.documentElement.appendChild(node);
  3312. }
  3313. }
  3314. }());
  3315. // позаимствовано у lainverse (https://greasyfork.org/ru/scripts/809-no-yandex-ads)
  3316. // Удаляет рекламу из поиска Яндекс
  3317. (function(){
  3318. 'use strict';
  3319. var win = (unsafeWindow || window),
  3320. // http://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser
  3321. isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0,
  3322. isChrome = !!window.chrome && !!window.chrome.webstore,
  3323. isSafari = (Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0 ||
  3324. (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window.safari || safari.pushNotification)),
  3325. isFirefox = typeof InstallTrigger !== 'undefined',
  3326. inIFrame = (win.self !== win.top),
  3327. _getAttribute = Element.prototype.getAttribute,
  3328. _setAttribute = Element.prototype.setAttribute,
  3329. _de = document.documentElement,
  3330. _appendChild = Document.prototype.appendChild.bind(_de),
  3331. _removeChild = Document.prototype.removeChild.bind(_de);
  3332. // console.log('01');
  3333. if (/^https?:\/\/(mail\.yandex\.|music\.yandex\.|news\.yandex\.|(www\.)?yandex\.[^\/]+\/(yand)?search[\/?])/i.test(win.location.href)) {
  3334. // https://greasyfork.org/en/scripts/809-no-yandex-ads
  3335. (function(){
  3336. var adWords = ['Яндекс.Директ','Реклама','Ad'],
  3337. genericAdSelectors = (
  3338. '.serp-adv__head + .serp-item,'+
  3339. '#adbanner,'+
  3340. '.serp-adv,'+
  3341. '.b-spec-adv,'+
  3342. 'div[class*="serp-adv__"]:not(.serp-adv__found):not(.serp-adv__displayed)'+
  3343. '._type_smart-banner'+
  3344. '.stripe_type_promo'+
  3345. '.footer_distro_yes'+
  3346. '.proffit'+
  3347. '.proffit__container'+
  3348. 'div[role="complementary"]'+
  3349. 'div[aria-label="Реклама"]'
  3350. );
  3351. function remove(node) {
  3352. node.parentNode.removeChild(node);
  3353. }
  3354. // Generic ads removal and fixes
  3355. function removeGenericAds() {
  3356. // var ss;
  3357. // ss = document.querySelector('.serp-header');
  3358. // if (ss) {
  3359. // ss.style.marginTop='0';
  3360. // }
  3361. var s = document.querySelector('.serp-header');
  3362. if (s) {
  3363. s.style.marginTop='0';
  3364. }
  3365. // for (s of document.querySelectorAll(genericAdSelectors)) {
  3366. // remove(s);
  3367. // }
  3368. // !! Правим ошибку синтаксиса (s of arr) не работает -> старый вариант
  3369. (function(s, i){
  3370. i = s.length;
  3371. while(i--){
  3372. remove(s[i]);}
  3373. })(document.querySelectorAll(genericAdSelectors), 0);
  3374. // })(document.querySelectorAll('.serp-adv__head + .serp-item'), 0);
  3375. (function(s){
  3376. for (var l = 0; l < s.length; l++) remove(s[l]);
  3377. })(document.querySelectorAll(genericAdSelectors));
  3378. //})(document.querySelectorAll(['#adbanner',
  3379. // '.serp-adv',
  3380. // '.b-spec-adv',
  3381. // 'div[class*="serp-adv__"]:not(.serp-adv__found):not(.serp-adv__displayed)',
  3382. // '._type_smart-banner',
  3383. // '.stripe_type_promo',
  3384. // '.footer_distro_yes'].join(',')));
  3385. // }
  3386. }
  3387. // Search ads
  3388. function removeSearchAds() {
  3389. var ll;
  3390. /* var s, item, l;
  3391. for (s of document.querySelectorAll('.t-construct-adapter__legacy')) {
  3392. item = s.querySelector('.organic__subtitle');
  3393. l = window.getComputedStyle(item, ':after').content;
  3394. if (item && adWords.indexOf(l.replace(/"/g,'')) > -1) {
  3395. remove(s);
  3396. console.log('Ads removed.');
  3397. }
  3398. }
  3399. } */
  3400. var s = document.querySelectorAll('.t-construct-adapter__legacy');
  3401. for (var l = 0; l < s.length; l++) {
  3402. var item = s[l].querySelector('.organic__subtitle');
  3403. ll = window.getComputedStyle(item, ':after').content;
  3404. // if (!item) continue;
  3405. // if (item && adWords.indexOf(item.textContent) > -1){
  3406. // remove(s[l]);
  3407. // console.log('Ads removed.');
  3408. // }
  3409. if (item && adWords.indexOf(ll.replace(/"/g,'')) > -1) {
  3410. remove(s);
  3411. console.log('Ads removed.');
  3412. }
  3413. }
  3414. }
  3415. // News ads
  3416. function removeNewsAds() {
  3417. /*
  3418. for (var s of document.querySelectorAll(
  3419. '.page-content__left > *,'+
  3420. '.page-content__right > *:not(.page-content__col),'+
  3421. '.page-content__right > .page-content__col > *'
  3422. )) {
  3423. if (s.textContent.indexOf(adWords[0]) > -1 ||
  3424. (s.clientHeight < 15 && s.classList.contains('rubric'))) {
  3425. remove(s);
  3426. console.log('Ads removed.');
  3427. }
  3428. }
  3429. */
  3430. var s = document.querySelectorAll(['.page-content__left > *',
  3431. '.page-content__right > *:not(.page-content__col)',
  3432. '.page-content__right > .page-content__col > *'].join(','));
  3433. for (var l = 0; l < s.length; l++) {
  3434. if (s[l].textContent.indexOf(adWords[0]) > -1 ||
  3435. (s[l].clientHeight < 15 && s[l].classList.contains('rubric'))) {
  3436. remove(s[l]);
  3437. console.log('Ads removed.');
  3438. }
  3439. }
  3440. }
  3441. // Music ads
  3442. function removeMusicAds() {
  3443. /* for (var s of document.querySelectorAll('.ads-block')) {
  3444. remove(s);
  3445. } */
  3446. var s = document.querySelectorAll('.ads-block');
  3447. for (var l = 0; l < s.length; l++) {
  3448. remove(s[l]);
  3449. console.log('Ads removed.');
  3450. }
  3451. }
  3452. // Mail ads
  3453. function removeMailAds() {
  3454. var slice = Array.prototype.slice,
  3455. nodes = slice.call(document.querySelectorAll('.ns-view-folders')),
  3456. node, len, cls;
  3457. /* for (node of nodes) {
  3458. if (!len || len > node.classList.length) {
  3459. len = node.classList.length;
  3460. }
  3461. } */
  3462. for (var l = 0; l < nodes.length; l++) {
  3463. node = nodes[l];
  3464. if (!len || len > node.classList.length) {
  3465. len = node.classList.length;
  3466. }
  3467. }
  3468. node = nodes.pop();
  3469. while (node) {
  3470. if (node.classList.length > len) {
  3471. /* for (cls of slice.call(node.classList)) {
  3472. if (cls.indexOf('-') === -1) {
  3473. remove(node);
  3474. break;
  3475. }
  3476. } */
  3477. for (var l7 = 0; l7 < node.classList.length; l7++) {
  3478. cls = slice.call(node.classList[l7]);
  3479. if (cls.indexOf('-') === -1) {
  3480. remove(node);
  3481. break;
  3482. }
  3483. }
  3484. }
  3485. node = nodes.pop();
  3486. }
  3487. }
  3488. // News fixes
  3489. function removePageAdsClass() {
  3490. if (document.body.classList.contains("b-page_ads_yes")){
  3491. document.body.classList.remove("b-page_ads_yes");
  3492. console.log('Page ads class removed.');
  3493. }
  3494. }
  3495. // myAdd
  3496. function removePageAdsClass2() {
  3497. if (document.body.classList.contains("stripe_type_promo")){
  3498. document.body.classList.remove("stripe_type_promo");
  3499. console.log('Page ads2 class removed.');
  3500. }
  3501. if (document.body.classList.contains("dist-popup_product_browser")){
  3502. document.body.classList.remove("dist-popup_product_browser");
  3503. console.log('Page ads2 class removed.');
  3504. }
  3505. if (document.body.classList.contains('[data-bem*="bannerid"]')){
  3506. document.body.classList.remove('[data-bem*="bannerid"]');
  3507. console.log('Page ads3 class removed.');
  3508. }
  3509. }
  3510. // Function to attach an observer to monitor dynamic changes on the page
  3511. function pageUpdateObserver(func, obj, params) {
  3512. if (obj) {
  3513. var o = new MutationObserver(func);
  3514. o.observe(obj,(params || {childList:true, subtree:true}));
  3515. }
  3516. }
  3517. // Cleaner
  3518. // не работает частично (со слушателем)
  3519. // document.addEventListener ('DOMContentLoaded', function() {
  3520. removeGenericAds();
  3521. if (win.location.hostname.search(/^mail\./i) === 0) {
  3522. removeGenericAds();
  3523. pageUpdateObserver(function(ms, o){
  3524. var aside = document.querySelector('.mail-Layout-Aside');
  3525. if (aside) {
  3526. o.disconnect();
  3527. pageUpdateObserver(removeMailAds, aside);
  3528. }
  3529. }, document.querySelector('BODY'));
  3530. removeMailAds();
  3531. } else if (win.location.hostname.search(/^music\./i) === 0) {
  3532. removeGenericAds();
  3533. pageUpdateObserver(removeMusicAds, document.querySelector('.sidebar'));
  3534. removeMusicAds();
  3535. } else if (win.location.hostname.search(/^news\./i) === 0) {
  3536. removeGenericAds();
  3537. pageUpdateObserver(removeNewsAds, document.querySelector('BODY'));
  3538. pageUpdateObserver(removePageAdsClass, document.body, {attributes:true, attributesFilter:['class']});
  3539. removeNewsAds();
  3540. removePageAdsClass();
  3541. removePageAdsClass2();
  3542. } else {
  3543. removeGenericAds();
  3544. pageUpdateObserver(removeSearchAds, document.querySelector('.main__content'));
  3545. pageUpdateObserver(removePageAdsClass2, document.body, {attributes:true, attributesFilter:['class']});
  3546. removeSearchAds();
  3547. removePageAdsClass2();
  3548. }
  3549. // });
  3550. })();
  3551. // return; //skip fixes for other sites
  3552. }
  3553. // Yandex Link Tracking
  3554. if (/^https?:\/\/([^.]+\.)*yandex\.[^\/]+/i.test(win.location.href)) {
  3555. // Partially based on https://greasyfork.org/en/scripts/22737-remove-yandex-redirect
  3556. (function(){
  3557. var link, selectors = (
  3558. 'A[onmousedown*="/jsredir"],'+
  3559. 'A[data-vdir-href],'+
  3560. 'A[data-counter]'
  3561. );
  3562. function removeTrackingAttributes(link) {
  3563. link.removeAttribute('onmousedown');
  3564. if (link.hasAttribute('data-vdir-href')) {
  3565. link.removeAttribute('data-vdir-href');
  3566. link.removeAttribute('data-orig-href');
  3567. }
  3568. if (link.hasAttribute('data-counter')) {
  3569. link.removeAttribute('data-counter');
  3570. link.removeAttribute('data-bem');
  3571. }
  3572. }
  3573. function removeTracking(scope) {
  3574. for (link of scope.querySelectorAll(selectors)) {
  3575. removeTrackingAttributes(link);
  3576. }
  3577. }
  3578. document.addEventListener('DOMContentLoaded', function(e) {
  3579. removeTracking(e.target);
  3580. });
  3581. (new MutationObserver(function(ms) {
  3582. var m, node;
  3583. for (m of ms) {
  3584. for (node of m.addedNodes) {
  3585. if (node.nodeType === Node.ELEMENT_NODE) {
  3586. if (node.tagName === 'A' && node.matches(selectors)) {
  3587. removeTrackingAttributes(node);
  3588. } else {
  3589. removeTracking(node);
  3590. }
  3591. }
  3592. }
  3593. }
  3594. })).observe(_de, {childList:true, subtree:true});
  3595. })();
  3596. return; //skip fixes for other sites
  3597. }
  3598. }());
  3599. // Удаляет рекламу из вконтакта
  3600. (function(){
  3601. var lct = location.href;
  3602. if(lct.match(/^https?:\/\/(.*\.)?(vkontakte\.ru|vk\.com)\/.*/)) {
  3603. // Generic ads removal
  3604. (function(s){
  3605. for (var l = 0; l < s.length; l++) s[l].parentNode.removeChild(s[l]);
  3606. })(document.querySelectorAll('#left_ads,.ads_ads_box,.ads_ads_all_ads,.ads_ad_box2,.ads_ad_box3,.ads_ad_box4,.ads_ad_box5,.ads_ad_box6,.ads_ad_box7,.ads_ad_box8,.ads_ad_text_box'));
  3607. console.log('Page ads class removed.');
  3608. }
  3609. }());
  3610. // Удаляет рекламу из gismeteo
  3611. (function(){
  3612. var lct = location.href;
  3613. if(lct.match(/^https?:\/\/(.*\.)?gismeteo\./)) {
  3614. var removeA = function() {
  3615. var s = document.querySelectorAll('yatag,#yandex_ad_horiz,#ad-left,#ad-lb-content,#ad-right.rframe,#rbc,.cright,.media_top,#soft-promo,.soft-promo,.soft-promo-wrap,#yandex_ad,div#informer.rframe,.rframe.awad,#ad-lb.rframe,[id*=yandex],#weather-news,#bottom_shadow,a#logo,#smi2,[id*=MarketGid],.news_frame,.media_left,.media_content,.media_frame,#counter,#adfox_catfish,[id*=banner],iframe,#soft-promo.soft-promo,div.media_middle,div.media-frame,#ad-top,#rek-top,[id*=AdFox],[id^=rek-],#weather-lb.rframe,#weather-left.rframe,#weather-top,[class^=text_ad],[class^=textAd],[class^=text-ad],[class^=ad-],[class*=pub_300x250],[class^=soc2],[class^=social-],div[class*=side___i],div.ad.ad_240x400,.itemAd,div[class=box__i],[class^=plista],div.side,div.side>noindex>div.extra,div[class=right_col_1]>div[class*=__frame]>div[id^=y],div[class=__frame]>div[id^=y],[id^=adfox],[id^=google_],a#aw0,[id^=yandex_],div.cright>div#information.rframe,div.c-right>div#information.rframe,div.c-right>div#weather-right.rframe,div.c-right>div#weather-gis-news-alter,.newstape__feed,#information,#informer,.instagramteaser,[data-type=rbc],[href*=\"type=news_type\"]');
  3616. for (var l = 0; l < s.length; l++) {
  3617. if(s[l].parentNode) s[l].parentNode.removeChild(s[l]);
  3618. }
  3619. }
  3620. (function(s){
  3621. var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
  3622. if (s) (new MutationObserver(removeA)).observe(s,{childList:true});
  3623. })(document.querySelector('.measure'));
  3624. // Google Chrome trick: sometimes the script is executed after that DOMContentLoaded was triggered, in this case we directly run our code
  3625. if (document.readyState == "complete") {
  3626. removeA();
  3627. console.log('Page ads class removed.');
  3628. } else {
  3629. window.addEventListener('DOMContentLoaded', removeA);
  3630. console.log('Page ads class removed.');
  3631. }
  3632. }
  3633. }());
  3634. // Удаляет рекламу из 4pda
  3635. (function(){
  3636. // пока убрано, поломалось
  3637. }());
  3638. }());