RU Max4_ABP_Fix CSS

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

目前為 2020-09-05 提交的版本,檢視 最新版本

  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.20200905050538
  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 == "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"))
  21. css += [
  22. "span.dats{position: relative !important; top: 10px !important;}",
  23. " div[id*=\"banner\"], body>center{display: none !important;}",
  24. // !! скрываем рекламные ссылки (СПАМ) в сообщениях
  25. " a[href^=\"http://forum.ru-board.com/\"][href$=\"/\"][target=\"_blank\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}",
  26. " a[href^=\"https://forum.ru-board.com/\"][href$=\"/\"][target=\"_blank\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}"
  27. // !! ======= ПРАВКА СТРУКТУРЫ. вынесено в отдельный скрипт. См. Ru-Board_Extrim_Max4_ABP_Fix-CSS =======
  28. ].join("\n");
  29. if (false || (document.domain == "forum.ru-board.com" || document.domain.substring(document.domain.indexOf(".forum.ru-board.com") + 1) == "forum.ru-board.com"))
  30. css += [
  31. ".tpc > .post > a[href] {word-break: break-all !important;}",
  32. " .tpc > .post > table[width=\"75%\"] > tbody > tr > .lgf, tr > .dats + .tpc > .post {word-break: break-word !important;}"
  33. ].join("\n");
  34. 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"))
  35. css += [
  36. "html > body {cursor: default !important;}"
  37. ].join("\n");
  38. 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"))
  39. css += [
  40. ".cookies {display: none !important;}",
  41. " body {padding-top: 0 !important;}",
  42. " .header {top: 0 !important;}"
  43. ].join("\n");
  44. if (false || (document.domain == "1plus1.video" || document.domain.substring(document.domain.indexOf(".1plus1.video") + 1) == "1plus1.video"))
  45. css += [
  46. "body.show-cookies ._opo_-header {top: 0 !important;}"
  47. ].join("\n");
  48. 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"))
  49. css += [
  50. "#user2s[height=\"71\"], #userlinks[height=\"70\"], td[height=\"70\"][style] {display: none !important;}"
  51. ].join("\n");
  52. if (false || (document.domain == "24video.vip" || document.domain.substring(document.domain.indexOf(".24video.vip") + 1) == "24video.vip") || (document.domain == "4watching.club" || document.domain.substring(document.domain.indexOf(".4watching.club") + 1) == "4watching.club") || (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 == "all-episodes.org" || document.domain.substring(document.domain.indexOf(".all-episodes.org") + 1) == "all-episodes.org") || (document.domain == "amovies.cc" || document.domain.substring(document.domain.indexOf(".amovies.cc") + 1) == "amovies.cc") || (document.domain == "baskino-site.icu" || document.domain.substring(document.domain.indexOf(".baskino-site.icu") + 1) == "baskino-site.icu") || (document.domain == "baskino.me" || document.domain.substring(document.domain.indexOf(".baskino.me") + 1) == "baskino.me") || (document.domain == "baskinonet.ru" || document.domain.substring(document.domain.indexOf(".baskinonet.ru") + 1) == "baskinonet.ru") || (document.domain == "betahdrezka.com" || document.domain.substring(document.domain.indexOf(".betahdrezka.com") + 1) == "betahdrezka.com") || (document.domain == "bigcinema-tv.club" || document.domain.substring(document.domain.indexOf(".bigcinema-tv.club") + 1) == "bigcinema-tv.club") || (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 == "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 == "ezhdrezka.com" || document.domain.substring(document.domain.indexOf(".ezhdrezka.com") + 1) == "ezhdrezka.com") || (document.domain == "film-max.ru" || document.domain.substring(document.domain.indexOf(".film-max.ru") + 1) == "film-max.ru") || (document.domain == "film-ua.com" || document.domain.substring(document.domain.indexOf(".film-ua.com") + 1) == "film-ua.com") || (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 == "hd720.biz" || document.domain.substring(document.domain.indexOf(".hd720.biz") + 1) == "hd720.biz") || (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.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.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.club" || document.domain.substring(document.domain.indexOf(".ikinohd.club") + 1) == "ikinohd.club") || (document.domain == "ikinohd.com" || document.domain.substring(document.domain.indexOf(".ikinohd.com") + 1) == "ikinohd.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 == "kinoaa.ru" || document.domain.substring(document.domain.indexOf(".kinoaa.ru") + 1) == "kinoaa.ru") || (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 == "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 == "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 == "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 == "russian-porn.online" || document.domain.substring(document.domain.indexOf(".russian-porn.online") + 1) == "russian-porn.online") || (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 == "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 == "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 == "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.club" || document.domain.substring(document.domain.indexOf(".zombie-film.club") + 1) == "zombie-film.club") || (document.domain == "zona-film.com" || document.domain.substring(document.domain.indexOf(".zona-film.com") + 1) == "zona-film.com"))
  53. css += [
  54. "body:not(#id), html:not(#id) {padding-top: 0 !important;}"
  55. ].join("\n");
  56. if (false || (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 == "clubhdrezka.com" || document.domain.substring(document.domain.indexOf(".clubhdrezka.com") + 1) == "clubhdrezka.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 == "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 == "film-max.ru" || document.domain.substring(document.domain.indexOf(".film-max.ru") + 1) == "film-max.ru") || (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 == "hd720.biz" || document.domain.substring(document.domain.indexOf(".hd720.biz") + 1) == "hd720.biz") || (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.gift" || document.domain.substring(document.domain.indexOf(".hdrezka.gift") + 1) == "hdrezka.gift") || (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 == "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 == "kino-full.ru" || document.domain.substring(document.domain.indexOf(".kino-full.ru") + 1) == "kino-full.ru") || (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 == "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 == "myshows.me" || document.domain.substring(document.domain.indexOf(".myshows.me") + 1) == "myshows.me") || (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 == "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 == "russian-porn.online" || document.domain.substring(document.domain.indexOf(".russian-porn.online") + 1) == "russian-porn.online") || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru") || (document.domain == "simhost.org" || document.domain.substring(document.domain.indexOf(".simhost.org") + 1) == "simhost.org") || (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 == "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") || (document.domain == "zakon.kz" || document.domain.substring(document.domain.indexOf(".zakon.kz") + 1) == "zakon.kz"))
  57. css += [
  58. " body:not(#id), html:not(#id) {background-image: none !important;}"
  59. ].join("\n");
  60. 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"))
  61. css += [
  62. ".megaShadow, .paywall-activated, .topAdvertize {display: none !important;}",
  63. " .topAdvertize__wrapper {height: auto !important;}",
  64. " .body * {opacity: 1 !important; filter: none !important; pointer-events: auto !important;}",
  65. " body {overflow: auto !important;}"
  66. ].join("\n");
  67. 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"))
  68. css += [
  69. "div[class^=\"GbShadow\"] {display: none !important;}"
  70. ].join("\n");
  71. if (false || (document.domain == "2ip.ua" || document.domain.substring(document.domain.indexOf(".2ip.ua") + 1) == "2ip.ua"))
  72. css += [
  73. ".ipblockgradient > .ip + div[class]:not([class^=\"ip\"]), ",
  74. " .ipblockgrid div[class*=\"mini\"], .result ~ [class*=\"mini\"], .socks, ",
  75. " div[class^=\"custom_proxy\"] {display: none !important;}"
  76. ].join("\n");
  77. if (false || (document.domain == "3dnews.ru" || document.domain.substring(document.domain.indexOf(".3dnews.ru") + 1) == "3dnews.ru"))
  78. css += [
  79. "html[lang=\"ru\"] > body {background: radial-gradient(ellipse at center,#4e4e4e 0%,#1a1a1a 100%) !important;}",
  80. " #global-wrapper[style*=\"pointer\"] {cursor: auto !important; padding-top: 0 !important; background: none !important; pointer-events: none !important;}",
  81. " #global-wrapper[style*=\"pointer\"] > * {pointer-events: auto !important;}",
  82. " #global-wrapper:not(#id) > #wrapper {top: 0 !important;}"
  83. ].join("\n");
  84. 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"))
  85. css += [
  86. "body[itemscope] [id]:first-child > style ~ a[href][target=\"_blank\"], ",
  87. " iframe[src*=\"utm_campaign\"], tbody > tr[valign=\"top\"] > td[width*=\"%\"] + td > a[href][target=\"_blank\"] > img {display: none !important;}",
  88. " #main, main, div{background-image: none !important;}",
  89. " * {background-image: url(\"\") !important;}",
  90. " div{background-image: url(\"\") !important;}",
  91. " .maintitle, .maintitlecollapse {background-color: #2982CC !important; background: #57a5de !important; background: linear-gradient(to bottom, #57a5de 0%, #047fbd 100%) !important;}",
  92. // !! " #header + #ruBlbZq {background-image: url() !important;}",
  93. // !! " #header + * {background-image: url() !important;}",
  94. // !! " #header + #ruBlbZq {background-image: url(\"\") !important;}",
  95. " #main {padding: 0 !important;}",
  96. " .brand-page {display: none !important;}",
  97. " .brand-page {height: 0 !important;}",
  98. " body,#main,#rnd-replace-main {background: #E6E7E9!important;}",
  99. " div#main > div.holder.no-hidden{padding: 0 !important;}",
  100. " div#main > div.holder.no-hidden{width: inherit !important;}",
  101. " html > body > div#wrapper > div:nth-of-type(1) > div:nth-of-type(1) > header+div {background-image: url(\"\") !important;}",
  102. " article#content{width: 920px !important;}",
  103. // ! " #header~div:not(#contacts):not(#body) {background-image: none !important;background-color: #E6E7E9!important;}",
  104. // ! " link~div[class$=\" \"] {display: none!important;}",
  105. " html {margin-top: 0px !important;}",
  106. " div [class^=\"h-frame\"]{top: 0px !important;}",
  107. " div#main > div.holder.no-hidden{padding: 0 !important;}",
  108. " div#main > div.holder.no-hidden{width: inherit !important;}",
  109. " iv#main > div.holder.no-hidden > a{display: none !important;}",
  110. " div#main > div.holder.no-hidden > div.brand-page-counters{display: none !important;}",
  111. " div#ipbwrapper > div.borderwrap-header{display: none !important;}",
  112. " div.borderwrap-header > table{display: none !important;}",
  113. " div#dw-wrapper{display: none !important;}",
  114. " a.brand-page.main{display: none !important;}",
  115. " div#wrapper > div:nth-of-type(1) > div:nth-of-type(1) > header+div > div:nth-of-type(4){display: none !important;}",
  116. " div#wrapper > div:nth-of-type(1) > div:nth-of-type(1) > header+div > div:nth-of-type(3){display: none !important;}",
  117. // ! расширяем
  118. // ! проверить " header#header{ max-width: 1500px !important; width: 95% !important;}",
  119. // ! проверить " header+div > div:nth-of-type(1){ margin: 0px !important; max-width: 1500px !important; width: 90% !important;}",
  120. " header+div > div > div+section > article{max-width: 1500px !important; width: 79% !important;}",
  121. // !? проверить вариант " header+div > div > div+section > article{max-width: 1500px !important; width: auto !important;}",
  122. " header+div > div > div+section > aside{max-width: 20% !important; width: 20% !important;}",
  123. " .holder, .holder-no-hidden {width: auto !important;}",
  124. " .selection .content {margin-left: 0px !important; margin-right: 0px !important;}",
  125. " header+div > div > div+section{margin-left: 0px !important; margin-right: 0px !important;}",
  126. " .g-btn.red, .g-btn.green {color: #326b92a8 !important;}"
  127. ].join("\n");
  128. if (false || (document.domain == "7days.ru" || document.domain.substring(document.domain.indexOf(".7days.ru") + 1) == "7days.ru"))
  129. css += [
  130. "body {margin-top: 0 !important;}"
  131. ].join("\n");
  132. if (false || (document.domain == "aces.gg" || document.domain.substring(document.domain.indexOf(".aces.gg") + 1) == "aces.gg"))
  133. css += [
  134. "html:not(#ublock0-epicker) body {background: black !important; cursor: default !important;}",
  135. " #alert > * {pointer-events: auto !important;}",
  136. " #alert {pointer-events: none !important;}"
  137. ].join("\n");
  138. 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"))
  139. css += [
  140. ".content-event_commercial_yes {margin-top: auto !important;}"
  141. ].join("\n");
  142. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  143. css += [
  144. "#header-links {display: none !important;}",
  145. " #new_logo_helper01 {top: 0 !important;}"
  146. ].join("\n");
  147. 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"))
  148. css += [
  149. "div[class^=\"headbg\"] {background-image: none !important; height: auto !important;}",
  150. " div[class^=\"headbg\"] > .menu .sar {bottom: auto !important; top: 50px !important; z-index: 100 !important;}",
  151. " div[class^=\"headbg\"] > .menu {top: 0 !important;}"
  152. ].join("\n");
  153. 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"))
  154. css += [
  155. "html > body {background-image: none !important;}",
  156. " html > body > * {pointer-events: auto !important;}",
  157. " html > body {pointer-events: none !important;}"
  158. ].join("\n");
  159. if (false || (document.domain == "aif.ru" || document.domain.substring(document.domain.indexOf(".aif.ru") + 1) == "aif.ru"))
  160. css += "#container:not(#id) {margin-top: 0!important;}";
  161. if (false || (document.domain == "ain.ua" || document.domain.substring(document.domain.indexOf(".ain.ua") + 1) == "ain.ua"))
  162. css += [
  163. ".big-ad-wrapper {height: auto !important;}",
  164. " html > body:not(#id) > * {pointer-events: auto !important;}",
  165. " html:not(#ublock0-epicker) > body:not(#id) {pointer-events: none !important; background-color: #eff1f2 !important;}",
  166. " #subbody {top: auto !important;}"
  167. ].join("\n");
  168. if (false || (document.domain == "alau.kz" || document.domain.substring(document.domain.indexOf(".alau.kz") + 1) == "alau.kz"))
  169. css += [
  170. ".td-ad-background-link .td-outer-container > * {pointer-events: auto !important;}",
  171. " .td-ad-background-link #td-outer-wrap, ",
  172. " .td-ad-background-link .td-outer-container {pointer-events: none !important;}"
  173. ].join("\n");
  174. 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"))
  175. css += [
  176. "body > .page {background-color: rgba(253,253,253,1) !important;}",
  177. " body > #heading.clickable {max-height: 50px !important;}"
  178. ].join("\n");
  179. if (false || (document.domain == "all-episodes.org" || document.domain.substring(document.domain.indexOf(".all-episodes.org") + 1) == "all-episodes.org"))
  180. css += [
  181. "body {background-image: none !important;}"
  182. ].join("\n");
  183. if (false || (document.domain == "all-episodes.org" || document.domain.substring(document.domain.indexOf(".all-episodes.org") + 1) == "all-episodes.org") || (document.domain == "all-episodes.tv" || document.domain.substring(document.domain.indexOf(".all-episodes.tv") + 1) == "all-episodes.tv"))
  184. css += [
  185. "body {background-image: none !important;}"
  186. ].join("\n");
  187. if (false || (document.domain == "allbasketball.org" || document.domain.substring(document.domain.indexOf(".allbasketball.org") + 1) == "allbasketball.org") || (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 == "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 == "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"))
  188. css += [
  189. "body:not(#id) {margin-top: 0 !important;}"
  190. ].join("\n");
  191. if (false || (document.domain == "allboxing.ru" || document.domain.substring(document.domain.indexOf(".allboxing.ru") + 1) == "allboxing.ru"))
  192. css += [
  193. ".content-wrapper {margin-top: 0 !important;}",
  194. " body * {transition: none !important;}"
  195. ].join("\n");
  196. if (false || (document.domain == "allhockey.ru" || document.domain.substring(document.domain.indexOf(".allhockey.ru") + 1) == "allhockey.ru"))
  197. css += ".adr-top { height: 0 !important; min-height: 0!important;}";
  198. if (false || (document.domain == "aliexpress.com" || document.domain.substring(document.domain.indexOf(".aliexpress.com") + 1) == "aliexpress.com"))
  199. css += [
  200. " dl.cl-item{display: inline-block !important;}",
  201. // !! " div.categories-main{ display: inline-block !important; width: auto !important; } dl.cl-item{display: inline-block !important;}",
  202. " div.index-page > div.user-helper-footer{position: relative !important; top: 120px !important; padding: 0 !important;}",
  203. " div.index-page > div.site-footer{position: relative !important; top: 120px !important; margin: 0 !important; padding: 0 !important;}",
  204. " div.index-page > div.footer-copywrite{position: relative !important; top: 120px !important;}",
  205. " div.index-page{height: inherit !important;}"
  206. ].join("\n");
  207. if (false || (document.domain == "allmmorpg.ru" || document.domain.substring(document.domain.indexOf(".allmmorpg.ru") + 1) == "allmmorpg.ru"))
  208. css += [
  209. "body {background-image: none !important;}",
  210. " .td-ad-background-link > * {pointer-events: auto !important;}",
  211. " .td-ad-background-link {pointer-events: none !important;}"
  212. ].join("\n");
  213. if (false || (document.domain == "amedia.online" || document.domain.substring(document.domain.indexOf(".amedia.online") + 1) == "amedia.online"))
  214. css += [
  215. "header.top {margin-bottom: 0 !important;}"
  216. ].join("\n");
  217. if (false || (document.domain == "androidinsider.ru" || document.domain.substring(document.domain.indexOf(".androidinsider.ru") + 1) == "androidinsider.ru"))
  218. css += [
  219. "#wrapper {background: none !important;}",
  220. " #trend {margin-bottom: 0 !important;}"
  221. ].join("\n");
  222. if (false || (document.domain == "anime-rus.ru" || document.domain.substring(document.domain.indexOf(".anime-rus.ru") + 1) == "anime-rus.ru"))
  223. css += [
  224. "#hide_show {display: none !important;}",
  225. " .nav {position: relative !important;}"
  226. ].join("\n");
  227. 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"))
  228. css += [
  229. "#main > .wrap-main {margin-left: auto !important; margin-right: auto !important;}",
  230. ".content, .content > .full {padding-top: 0 !important;}"
  231. ].join("\n");
  232. if (false || (document.domain == "animebest.club" || document.domain.substring(document.domain.indexOf(".animebest.club") + 1) == "animebest.club") || (document.domain == "animevost.club" || document.domain.substring(document.domain.indexOf(".animevost.club") + 1) == "animevost.club"))
  233. css += [
  234. "#wr-bg {padding-top: 60px !important;}"
  235. ].join("\n");
  236. if (false || (document.domain == "animedia.pro" || document.domain.substring(document.domain.indexOf(".animedia.pro") + 1) == "animedia.pro"))
  237. css += [
  238. ".right-sidebar {height: auto !important;}",
  239. " .content > .media {padding-bottom: unset !important;}"
  240. ].join("\n");
  241. 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"))
  242. css += [
  243. "div[class^=\"promo\"][class*=\"wrapper\"] {",
  244. " display: none !important",
  245. " }",
  246. " .main-container {",
  247. " margin-top: 80px !important",
  248. " }"
  249. ].join("\n");
  250. if (false || (document.domain == "animemovie.ru" || document.domain.substring(document.domain.indexOf(".animemovie.ru") + 1) == "animemovie.ru"))
  251. css += [
  252. "body > .standard, header[role=\"banner\"] {height: 100px !important; background: transparent !important;}",
  253. " .logo {margin-left: 0 !important; left: 0 !important;}",
  254. " .htitle {margin-left: 0 !important; left: 150px !important;}",
  255. " nav[role=\"navigation\"] > ul {top: 0 !important;}"
  256. ].join("\n");
  257. if (false || (document.domain == "animeonline.su" || document.domain.substring(document.domain.indexOf(".animeonline.su") + 1) == "animeonline.su"))
  258. css += [
  259. "#brandParallax {display: none !important;}",
  260. " #wrapper {padding-top: 50px !important;}"
  261. ].join("\n");
  262. 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 == "anistar1.org" || document.domain.substring(document.domain.indexOf(".anistar1.org") + 1) == "anistar1.org") || (document.domain == "anistar10.org" || document.domain.substring(document.domain.indexOf(".anistar10.org") + 1) == "anistar10.org") || (document.domain == "anistar11.org" || document.domain.substring(document.domain.indexOf(".anistar11.org") + 1) == "anistar11.org") || (document.domain == "anistar12.org" || document.domain.substring(document.domain.indexOf(".anistar12.org") + 1) == "anistar12.org") || (document.domain == "anistar13.org" || document.domain.substring(document.domain.indexOf(".anistar13.org") + 1) == "anistar13.org") || (document.domain == "anistar2.org" || document.domain.substring(document.domain.indexOf(".anistar2.org") + 1) == "anistar2.org") || (document.domain == "anistar3.org" || document.domain.substring(document.domain.indexOf(".anistar3.org") + 1) == "anistar3.org") || (document.domain == "anistar4.org" || document.domain.substring(document.domain.indexOf(".anistar4.org") + 1) == "anistar4.org") || (document.domain == "anistar5.org" || document.domain.substring(document.domain.indexOf(".anistar5.org") + 1) == "anistar5.org") || (document.domain == "anistar6.org" || document.domain.substring(document.domain.indexOf(".anistar6.org") + 1) == "anistar6.org") || (document.domain == "anistar7.org" || document.domain.substring(document.domain.indexOf(".anistar7.org") + 1) == "anistar7.org") || (document.domain == "anistar8.org" || document.domain.substring(document.domain.indexOf(".anistar8.org") + 1) == "anistar8.org") || (document.domain == "anistar9.org" || document.domain.substring(document.domain.indexOf(".anistar9.org") + 1) == "anistar9.org") || (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"))
  263. css += [
  264. "html > body:not(#id) {background-image: none !important;}",
  265. " body > .main.wrapper {margin-top: 0 !important;}",
  266. " body > header {top: 0 !important;}",
  267. " .list-nav {z-index: 1 !important;}",
  268. " .drowmenu {z-index: 1999999999 !important;}"
  269. ].join("\n");
  270. if (false || (document.domain == "anitokyo.tv" || document.domain.substring(document.domain.indexOf(".anitokyo.tv") + 1) == "anitokyo.tv"))
  271. css += [
  272. "#header_h {background-image: none !important;}",
  273. " html:not(#ublock0-epicker) body {background-image: none !important; background-color: #e4f1f6 !important;}",
  274. " div[class^=\"header_bg\"], header > a:not(.rss_ico) {display: none !important;}",
  275. " #wrapper, header {padding-top: 0 !important;}"
  276. ].join("\n");
  277. if (false || (document.domain == "anti-malware.ru" || document.domain.substring(document.domain.indexOf(".anti-malware.ru") + 1) == "anti-malware.ru"))
  278. css += "#header-bg-enf {margin-top: 0 !important;}";
  279. if (false || (document.domain == "app2top.ru" || document.domain.substring(document.domain.indexOf(".app2top.ru") + 1) == "app2top.ru"))
  280. css += [
  281. "body > .content, body > .content__full {margin-top: 50px !important;}"
  282. ].join("\n");
  283. if (false || (document.domain == "asienda.ru" || document.domain.substring(document.domain.indexOf(".asienda.ru") + 1) == "asienda.ru"))
  284. css += [
  285. "#pagewrapper {margin-top: 0 !important;}"
  286. ].join("\n");
  287. if (false || (document.domain == "audioboo.ru" || document.domain.substring(document.domain.indexOf(".audioboo.ru") + 1) == "audioboo.ru"))
  288. css += [
  289. ".right-block-content > .slider {padding: 0 !important;}"
  290. ].join("\n");
  291. if (false || (document.domain == "audioportal.su" || document.domain.substring(document.domain.indexOf(".audioportal.su") + 1) == "audioportal.su"))
  292. css += [
  293. "#blink2[color=\"red\"] {-webkit-animation: none !important; color: #837e6e !important;}",
  294. " div[id^=\"pos\"] > a > img[src*=\"audioportal.su/!!!ads/!rotator/\"] {zoom: 0.1 !important; filter: grayscale(1) !important;}"
  295. ].join("\n");
  296. 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"))
  297. css += [
  298. ".cols__inner > noindex {display: none !important;}"
  299. ].join("\n");
  300. if (false || (document.domain == "autonews.ru" || document.domain.substring(document.domain.indexOf(".autonews.ru") + 1) == "autonews.ru") || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru") || (document.domain == "rbcplus.ru" || document.domain.substring(document.domain.indexOf(".rbcplus.ru") + 1) == "rbcplus.ru") || (document.domain == "sportrbc.ru" || document.domain.substring(document.domain.indexOf(".sportrbc.ru") + 1) == "sportrbc.ru"))
  301. css += [
  302. ".banner, .banner__container, .banner__filmstrip {position: absolute !important; top: -10000px !important; left: -10000px !important;}"
  303. ].join("\n");
  304. if (false || (document.domain == "autoua.net" || document.domain.substring(document.domain.indexOf(".autoua.net") + 1) == "autoua.net"))
  305. css += [
  306. ".fader-social {display: none !important;}",
  307. " .social-open {overflow: auto !important;}"
  308. ].join("\n");
  309. if (false || (document.domain == "av.by" || document.domain.substring(document.domain.indexOf(".av.by") + 1) == "av.by"))
  310. css += [
  311. ".av-branding {background: none !important;}",
  312. " .av-branding .page {padding-top: 0 !important; padding-bottom: 0 !important;}"
  313. ].join("\n");
  314. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  315. css += [
  316. ".avito-ads-container {margin: 0 !important; min-height: 0 !important; padding-top: 0 !important;}"
  317. ].join("\n");
  318. 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"))
  319. css += [
  320. ".adsbygoogle, .well-google, .well-span {max-height: 121px !important; opacity: 0 !important; pointer-events: none !important;}"
  321. ].join("\n");
  322. if (false || (document.domain == "baibako.tv" || document.domain.substring(document.domain.indexOf(".baibako.tv") + 1) == "baibako.tv"))
  323. css += [
  324. ".topserial {height: auto !important;}"
  325. ].join("\n");
  326. if (false || (document.domain == "banki.ru" || document.domain.substring(document.domain.indexOf(".banki.ru") + 1) == "banki.ru"))
  327. css += [
  328. ".header--short.header {margin-top: 0 !important;}"
  329. ].join("\n");
  330. 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"))
  331. css += [
  332. "body:not(#id), html:not(#id) {margin-top: 0 !important;}"
  333. ].join("\n");
  334. if (false || (document.domain == "batenka.ru" || document.domain.substring(document.domain.indexOf(".batenka.ru") + 1) == "batenka.ru"))
  335. css += [
  336. "body > .subscribe-popup {display: none !important;}",
  337. " body {overflow: auto !important;}"
  338. ].join("\n");
  339. if (false || (document.domain == "bestpersons.ru" || document.domain.substring(document.domain.indexOf(".bestpersons.ru") + 1) == "bestpersons.ru"))
  340. css += [
  341. "#userTabs {float: none !important;}"
  342. ].join("\n");
  343. if (false || (document.domain == "binmovie.org" || document.domain.substring(document.domain.indexOf(".binmovie.org") + 1) == "binmovie.org"))
  344. css += " #content {top: 0 !important; left: 0 !important; width: 100% !important; margin-left: 0 !important;}";
  345. 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 == "russian-porn.online" || document.domain.substring(document.domain.indexOf(".russian-porn.online") + 1) == "russian-porn.online") || (document.domain == "valetudo.ru" || document.domain.substring(document.domain.indexOf(".valetudo.ru") + 1) == "valetudo.ru"))
  346. css += [
  347. "body > * {pointer-events: auto !important;}",
  348. " body {pointer-events: none !important;}"
  349. ].join("\n");
  350. if (false || (document.domain == "blogs.pravda.com.ua" || document.domain.substring(document.domain.indexOf(".blogs.pravda.com.ua") + 1) == "blogs.pravda.com.ua"))
  351. css += [
  352. "body > .block0 {margin-top: 0 !important;}"
  353. ].join("\n");
  354. if (false || (document.domain == "bosch-home.ru" || document.domain.substring(document.domain.indexOf(".bosch-home.ru") + 1) == "bosch-home.ru"))
  355. css += [
  356. ".cookielaw-modal-layer {display: none !important;}",
  357. " body.cookielaw-blur-background > * {filter: none !important;}",
  358. " html > head ~ body {overflow-y: auto !important;}"
  359. ].join("\n");
  360. if (false || (document.domain == "botanichka.ru" || document.domain.substring(document.domain.indexOf(".botanichka.ru") + 1) == "botanichka.ru"))
  361. css += [
  362. "html > body {background-image: none !important; pointer-events: none !important;}",
  363. " .td-banner-wrap-full {display: none !important;}",
  364. " html > body > * {pointer-events: auto !important;}"
  365. ].join("\n");
  366. if (false || (document.domain == "bst.bratsk.ru" || document.domain.substring(document.domain.indexOf(".bst.bratsk.ru") + 1) == "bst.bratsk.ru"))
  367. css += [
  368. "#main-nav-wrap {height: auto !important;}",
  369. " #post-right-col > .theiaStickySidebar {top: auto !important;}"
  370. ].join("\n");
  371. if (false || (document.domain == "btu.org.ua" || document.domain.substring(document.domain.indexOf(".btu.org.ua") + 1) == "btu.org.ua"))
  372. css += [
  373. ".alltop1 {margin-bottom: 30px !important;}"
  374. ].join("\n");
  375. if (false || (document.domain == "budport.com.ua" || document.domain.substring(document.domain.indexOf(".budport.com.ua") + 1) == "budport.com.ua"))
  376. css += [
  377. "html > body > * {pointer-events: auto !important;}",
  378. " html:not(#ublock0-epicker) > body {pointer-events: none !important; background-image: none !important; background-color: rgb(236, 234, 225) !important;}"
  379. ].join("\n");
  380. if (false || (document.domain == "buh24.com.ua" || document.domain.substring(document.domain.indexOf(".buh24.com.ua") + 1) == "buh24.com.ua"))
  381. css += [
  382. "body > div[class^=\"mfp-\"] {display: none !important;}",
  383. " html {overflow: auto !important;}"
  384. ].join("\n");
  385. if (false || (document.domain == "bvedomosti.ru" || document.domain.substring(document.domain.indexOf(".bvedomosti.ru") + 1) == "bvedomosti.ru"))
  386. css += [
  387. "#art-main {background-image: none !important;}",
  388. " .art-Header {display: none !important;}",
  389. " .bg-top-menu {top: 0 !important;}"
  390. ].join("\n");
  391. if (false || (document.domain == "car.ru" || document.domain.substring(document.domain.indexOf(".car.ru") + 1) == "car.ru"))
  392. css += [
  393. ".header.header-wrapper {padding-top: 15px !important;}"
  394. ].join("\n");
  395. if (false || (document.domain == "carambatv.ru" || document.domain.substring(document.domain.indexOf(".carambatv.ru") + 1) == "carambatv.ru"))
  396. css += " .content {background: none !important; padding: 0 !important;}";
  397. if (false || (document.domain == "cars.ru" || document.domain.substring(document.domain.indexOf(".cars.ru") + 1) == "cars.ru"))
  398. css += [
  399. "a[href*=\"/adclick.php?bannerid=\"] {display: none !important;}",
  400. " #main {margin-top: 0 !important;}"
  401. ].join("\n");
  402. 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") || (document.domain == "tlumtluda.info" || document.domain.substring(document.domain.indexOf(".tlumtluda.info") + 1) == "tlumtluda.info"))
  403. css += [
  404. "html:not(#ublock0-epicker) body {background: black !important;}",
  405. " div[style=\"clear:both;\"] > div[class]:first-child {margin-top: 0 !important;}",
  406. " #wrap[class*=\"menu\"] {position: static !important;}"
  407. ].join("\n");
  408. if (false || (document.domain == "casstudio.tv" || document.domain.substring(document.domain.indexOf(".casstudio.tv") + 1) == "casstudio.tv"))
  409. css += [
  410. ".footer {margin-bottom: 0 !important;}"
  411. ].join("\n");
  412. if (false || (document.domain == "censor.net.ua" || document.domain.substring(document.domain.indexOf(".censor.net.ua") + 1) == "censor.net.ua"))
  413. css += [
  414. "body > .widget_header {padding-top: 60px !important;}",
  415. " body > .widget_header .header_icons, body > .widget_header .lang_switcher, ",
  416. " body > .widget_header .menu {top: 0 !important;}"
  417. ].join("\n");
  418. if (false || (document.domain == "cf.ua" || document.domain.substring(document.domain.indexOf(".cf.ua") + 1) == "cf.ua"))
  419. css += [
  420. ".hamburger__overlay.no-close {display: none !important;}",
  421. " .scroll-content.disable-scrolling, body.overflow--hidden {overflow:auto !important;}"
  422. ].join("\n");
  423. if (false || (document.domain == "champion.com.ua" || document.domain.substring(document.domain.indexOf(".champion.com.ua") + 1) == "champion.com.ua"))
  424. css += [
  425. "body > #app {margin-top: 0 !important;}"
  426. ].join("\n");
  427. if (false || (document.domain == "championat.com" || document.domain.substring(document.domain.indexOf(".championat.com") + 1) == "championat.com"))
  428. css += [
  429. "html:not(#id) {padding-top: 0 !important;}",
  430. " .page-sidebar > .sticky-vertical {position: relative !important; top: 0 !important;}"
  431. ].join("\n");
  432. if (false || (document.domain == "chita.ru" || document.domain.substring(document.domain.indexOf(".chita.ru") + 1) == "chita.ru"))
  433. css += [
  434. "body {background: none !important; margin-top: 0 !important; padding-top: 0 !important;}"
  435. ].join("\n");
  436. if (false || (document.domain == "cinema-hd.ru" || document.domain.substring(document.domain.indexOf(".cinema-hd.ru") + 1) == "cinema-hd.ru") || (document.domain == "filmshd.vip" || document.domain.substring(document.domain.indexOf(".filmshd.vip") + 1) == "filmshd.vip") || (document.domain == "kinomaxfilm.ru" || document.domain.substring(document.domain.indexOf(".kinomaxfilm.ru") + 1) == "kinomaxfilm.ru") || (document.domain == "newseries.club" || document.domain.substring(document.domain.indexOf(".newseries.club") + 1) == "newseries.club"))
  437. css += [
  438. ".wrap {padding-top: 0 !important;}"
  439. ].join("\n");
  440. if (false || (document.domain == "comments.ua" || document.domain.substring(document.domain.indexOf(".comments.ua") + 1) == "comments.ua"))
  441. css += [
  442. ".back_bottom {cursor: auto !important;}",
  443. " .back_bottom > * {pointer-events: auto !important;}",
  444. " .back_bottom {pointer-events: none !important;}"
  445. ].join("\n");
  446. if (false || (document.domain == "cont.ws" || document.domain.substring(document.domain.indexOf(".cont.ws") + 1) == "cont.ws"))
  447. css += [
  448. "body.modal-open > .modal {display: none !important;}",
  449. " body.modal-open {overflow: auto !important;}"
  450. ].join("\n");
  451. if (false || (document.domain == "context.reverso.net" || document.domain.substring(document.domain.indexOf(".context.reverso.net") + 1) == "context.reverso.net"))
  452. css += [
  453. ".popup[id*=\"-results-banner\"] {display: none !important;}",
  454. " .blocked, .text {filter: none !important;",
  455. " -webkit-filter: none !important;}"
  456. ].join("\n");
  457. if (false || (document.domain == "coop-land.ru" || document.domain.substring(document.domain.indexOf(".coop-land.ru") + 1) == "coop-land.ru"))
  458. css += [
  459. "body:not(#id) > .header {margin-bottom: auto !important;}"
  460. ].join("\n");
  461. if (false || (document.domain == "coub.com" || document.domain.substring(document.domain.indexOf(".coub.com") + 1) == "coub.com"))
  462. css += [
  463. "header[class=\"header -transparent\"] {background: #e0e0e0 !important;}",
  464. " .promo-background {display: none !important;}"
  465. ].join("\n");
  466. 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"))
  467. css += [
  468. ".fon_site_pic {background-image: none !important; padding-top: 0 !important;}"
  469. ].join("\n");
  470. if (false || (document.domain == "creativportal.ru" || document.domain.substring(document.domain.indexOf(".creativportal.ru") + 1) == "creativportal.ru"))
  471. css += [
  472. " .pocaz {width: 10px !important; height: 10px !important; position: fixed !important; top: -100px !important;}"
  473. ].join("\n");
  474. if (false || (document.domain == "ctv7.ru" || document.domain.substring(document.domain.indexOf(".ctv7.ru") + 1) == "ctv7.ru"))
  475. css += [
  476. "body > .site {margin-top: 0 !important;}"
  477. ].join("\n");
  478. if (false || (document.domain == "cyberforum.ru" || document.domain.substring(document.domain.indexOf(".cyberforum.ru") + 1) == "cyberforum.ru"))
  479. css += [
  480. "body > div[style*=\"width\"][style*=\"margin\"] {margin-top: 0 !important;}"
  481. ].join("\n");
  482. if (false || (document.domain == "cybersport.ru" || document.domain.substring(document.domain.indexOf(".cybersport.ru") + 1) == "cybersport.ru"))
  483. css += [
  484. "body {background-image: none !important;}",
  485. " body > a[href][target=\"_blank\"] {display: none !important;}",
  486. " #header.position-fixed {position: relative !important;}"
  487. ].join("\n");
  488. if (false || (document.domain == "darkermagazine.ru" || document.domain.substring(document.domain.indexOf(".darkermagazine.ru") + 1) == "darkermagazine.ru"))
  489. css += [
  490. "body > .header {margin-top: 0 !important;}"
  491. ].join("\n");
  492. if (false || (document.domain == "delovoymir.biz" || document.domain.substring(document.domain.indexOf(".delovoymir.biz") + 1) == "delovoymir.biz"))
  493. css += [
  494. "body {padding-top: 0 !important; background-color: transparent !important;}"
  495. ].join("\n");
  496. if (false || (document.domain == "deti.mail.ru" || document.domain.substring(document.domain.indexOf(".deti.mail.ru") + 1) == "deti.mail.ru"))
  497. css += [
  498. ".deti-slot_exchange {display: none !important;}"
  499. ].join("\n");
  500. if (false || (document.domain == "doba.te.ua" || document.domain.substring(document.domain.indexOf(".doba.te.ua") + 1) == "doba.te.ua"))
  501. css += [
  502. "#popup-root {display: none !important;}",
  503. " body.locked, html.locked {overflow:auto !important;}"
  504. ].join("\n");
  505. if (false || (document.domain == "doefiratv.net" || document.domain.substring(document.domain.indexOf(".doefiratv.net") + 1) == "doefiratv.net"))
  506. css += [
  507. ".b-cell > div[id] {padding-top: 0 !important;}"
  508. ].join("\n");
  509. if (false || (document.domain == "doramax.tv" || document.domain.substring(document.domain.indexOf(".doramax.tv") + 1) == "doramax.tv"))
  510. css += [
  511. ".wrapper.full {margin-top: 70px !important;}"
  512. ].join("\n");
  513. if (false || (document.domain == "doramy.su" || document.domain.substring(document.domain.indexOf(".doramy.su") + 1) == "doramy.su"))
  514. css += [
  515. ".site {margin-top: 0 !important;}"
  516. ].join("\n");
  517. if (false || (document.domain == "dostfilms.net" || document.domain.substring(document.domain.indexOf(".dostfilms.net") + 1) == "dostfilms.net") || (document.domain == "wowskill.ru" || document.domain.substring(document.domain.indexOf(".wowskill.ru") + 1) == "wowskill.ru"))
  518. css += [
  519. ".header {margin-top: 0 !important;}"
  520. ].join("\n");
  521. if (false || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru"))
  522. css += [
  523. "html:not(#id) > body > [id]:not([style]) {background-image: none !important; padding-top: 0 !important;}",
  524. " .p-sidebar {margin: auto !important;}",
  525. " div[class^=\"banner\"] + section {padding: unset !important; margin: unset !important;}",
  526. " div[class^=\"banner\"] + section > div {width: auto !important; height: auto !important;}"
  527. ].join("\n");
  528. if (false || (document.domain == "drahelas.ru" || document.domain.substring(document.domain.indexOf(".drahelas.ru") + 1) == "drahelas.ru"))
  529. css += [
  530. ".forumAd {height: 1px !important;}",
  531. " .adb, .navbar_notice {position: fixed !important; transform: scale(0) !important;}"
  532. ].join("\n");
  533. if (false || (document.domain == "draug.ru" || document.domain.substring(document.domain.indexOf(".draug.ru") + 1) == "draug.ru") || (document.domain == "vargr.ru" || document.domain.substring(document.domain.indexOf(".vargr.ru") + 1) == "vargr.ru"))
  534. css += [
  535. "#timer_2 {display: block !important;}",
  536. " #timer_1 {display: none !important;}"
  537. ].join("\n");
  538. 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"))
  539. css += [
  540. "body > #page {padding-top: 0 !important;}"
  541. ].join("\n");
  542. 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"))
  543. css += [
  544. ".js-page > div[class$=\"-header\"] + div[class] > div[class]:not([class*=\"column\"]):first-child + div[class]:last-child {box-shadow: none !important;}",
  545. " .c-dv-container, .dv-post-header, ",
  546. " .offer[itemtype=\"http://schema.org/Product\"] + div, ",
  547. " .offer[itemtype=\"http://schema.org/Product\"] + div + div, ",
  548. " [itemtype=\"http://schema.org/Review\"] + div[class$=\"content\"] ~ div[class]:last-child > div[class$=\"content\"]:first-child + div, ",
  549. " [itemtype=\"http://schema.org/Review\"] + div[class$=\"content\"] ~ div[class]:not(:last-child), ",
  550. " div[class$=\"content\"] ~ div[data-role][data-target] + div, ",
  551. " div[itemtype=\"http://schema.org/BlogPosting\"] ~ div:last-child > div:first-child + div[class], ",
  552. " div[itemtype=\"http://schema.org/BlogPosting\"] ~ div:not(:last-child), ",
  553. " div[itemtype^=\"http://schema.org/\"] ~ div[data-role][data-target] + div ~ div:last-child > div:first-child + div[class], ",
  554. " div[itemtype^=\"http://schema.org/\"] ~ div[data-role][data-target] ~ div:not(:last-child), ",
  555. " form[action=\"/my/content/feed/editorial\"] + div, ",
  556. " form[action=\"/my/content/feed/editorial\"] + div + div:not(:last-child), ",
  557. " form[action=\"/my/content/feed/editorial\"] + div ~ div:last-child > div:first-child + div[class] {display: none !important;}",
  558. " [itemtype=\"http://schema.org/Review\"] + div[class$=\"content\"] ~ div[class]:last-child > div[class$=\"content\"]:first-child:not(:only-child), ",
  559. " [itemtype^=\"http://schema.org/\"] ~ div[data-role][data-target] + div ~ div:last-child > div:first-child:not(:only-child), ",
  560. " div[itemtype=\"http://schema.org/BlogPosting\"] ~ div:last-child > div:first-child:not(:only-child), ",
  561. " form[action=\"/my/content/feed/editorial\"] + div ~ div:last-child > div:first-child:not(:only-child) {max-width: unset !important;}"
  562. ].join("\n");
  563. 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"))
  564. css += [
  565. "div[id^=\"pai_thumbz_\"][id$=\"_side\"] {background: #363636 !important;}"
  566. ].join("\n");
  567. if (false || (document.domain == "dtf.ru" || document.domain.substring(document.domain.indexOf(".dtf.ru") + 1) == "dtf.ru"))
  568. css += [
  569. ".igrozhur-promo-ref {padding: 0 !important; background-color: transparent !important; cursor: auto !important;}"
  570. ].join("\n");
  571. 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"))
  572. css += [
  573. "#left-block, #right-block {min-height: 100% !important;}"
  574. ].join("\n");
  575. 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"))
  576. css += [
  577. ".social-open {overflow: auto !important;}",
  578. " .fader-social {position: fixed !important; top: -10000px !important; opacity: 0 !important; z-index: -9999 !important;}"
  579. ].join("\n");
  580. if (false || (document.domain == "dyvys.info" || document.domain.substring(document.domain.indexOf(".dyvys.info") + 1) == "dyvys.info"))
  581. css += [
  582. ".td-header-sp-logo {max-height: 90px !important;}",
  583. " body > * {pointer-events: auto !important;}",
  584. " body {pointer-events: none !important;}"
  585. ].join("\n");
  586. if (false || (document.domain == "e.mail.ru" || document.domain.substring(document.domain.indexOf(".e.mail.ru") + 1) == "e.mail.ru"))
  587. css += [
  588. "#LEGO .b-rb, #LEGO div[id^=\"preload_banner\"], #theme #LEGO #leftcol-banners {display: none !important;}",
  589. " #LEGO > .b-sticky:first-child {width: 100% !important;}"
  590. ].join("\n");
  591. 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"))
  592. css += [
  593. "#app-canvas .layout_bordered > .layout__column_right {display: none !important;}",
  594. " #app-canvas .application-mail__wrap > .layout > .layout__main-frame {margin-right: auto !important;}",
  595. " .layer-sent-page > .layer {min-height: 0 !important;}"
  596. ].join("\n");
  597. if (false || (document.domain == "echo.msk.ru" || document.domain.substring(document.domain.indexOf(".echo.msk.ru") + 1) == "echo.msk.ru"))
  598. css += [
  599. ".first[id][style*=\"height\"] {height: auto !important;}"
  600. ].join("\n");
  601. if (false || (document.domain == "economistua.com" || document.domain.substring(document.domain.indexOf(".economistua.com") + 1) == "economistua.com"))
  602. css += [
  603. ".wdpu-container, .wpmui-overlay {display: none !important;}",
  604. " html:not(#ublock0-epicker), html:not(#ublock0-epicker) body {padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none !important;}",
  605. " body > * {pointer-events: auto !important;}"
  606. ].join("\n");
  607. if (false || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua"))
  608. css += [
  609. " body {cursor: auto !important;}",
  610. " body > div[align=\"center\"] {width: auto !important; margin: 0 !important;}"
  611. ].join("\n");
  612. 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 == "kino-dom.tv" || document.domain.substring(document.domain.indexOf(".kino-dom.tv") + 1) == "kino-dom.tv") || (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"))
  613. css += [
  614. "body:not(#id), html:not(#id) {padding: 0 !important;}"
  615. ].join("\n");
  616. if (false || (document.domain == "espreso.tv" || document.domain.substring(document.domain.indexOf(".espreso.tv") + 1) == "espreso.tv"))
  617. css += [
  618. "#disqus_thread {min-width: 700px !important;}"
  619. ].join("\n");
  620. if (false || (document.domain == "euro-football.ru" || document.domain.substring(document.domain.indexOf(".euro-football.ru") + 1) == "euro-football.ru") || (document.domain == "forums.rusmedserv.com" || document.domain.substring(document.domain.indexOf(".forums.rusmedserv.com") + 1) == "forums.rusmedserv.com") || (document.domain == "liveresult.ru" || document.domain.substring(document.domain.indexOf(".liveresult.ru") + 1) == "liveresult.ru"))
  621. css += [
  622. "body > div[id]:not([class])[style=\"display: block;\"] {display: none !important;}"
  623. ].join("\n");
  624. if (false || (document.domain == "eurointegration.com.ua" || document.domain.substring(document.domain.indexOf(".eurointegration.com.ua") + 1) == "eurointegration.com.ua"))
  625. css += [
  626. ".header.fixed .layout, header.header {margin-top: 0 !important;}"
  627. ].join("\n");
  628. if (false || (document.domain == "eva.ru" || document.domain.substring(document.domain.indexOf(".eva.ru") + 1) == "eva.ru"))
  629. css += [
  630. "body > .eva {margin-top: 50px !important;}"
  631. ].join("\n");
  632. 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"))
  633. css += [
  634. "body {padding-top: 0px !important;}",
  635. " body{background: url(\'\') !important;}",
  636. " body{background-image: url(\" \") !important;}",
  637. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  638. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}"
  639. ].join("\n");
  640. if (false || (document.domain == "fclmnews.ru" || document.domain.substring(document.domain.indexOf(".fclmnews.ru") + 1) == "fclmnews.ru"))
  641. css += [
  642. ".site {margin-top: 0 !important;}"
  643. ].join("\n");
  644. if (false || (document.domain == "fex.net" || document.domain.substring(document.domain.indexOf(".fex.net") + 1) == "fex.net"))
  645. css += [
  646. ".modal_type_video-ads {display: none !important;}",
  647. " .ReactVirtualized__Grid__innerScrollContainer, ",
  648. " .fs-table__row[style^=\"height: 162px;\"] {height: auto !important;}",
  649. " body {overflow: auto !important;}",
  650. " .fs-table__row {position: initial !important;}"
  651. ].join("\n");
  652. if (false || (document.domain == "filebase.ws" || document.domain.substring(document.domain.indexOf(".filebase.ws") + 1) == "filebase.ws"))
  653. css += [
  654. "body > .root {top: 0 !important;}"
  655. ].join("\n");
  656. if (false || (document.domain == "filmishki.net" || document.domain.substring(document.domain.indexOf(".filmishki.net") + 1) == "filmishki.net"))
  657. css += [
  658. ".wrap > .block {margin-top: 0 !important;}"
  659. ].join("\n");
  660. if (false || (document.domain == "filmitorrent.site" || document.domain.substring(document.domain.indexOf(".filmitorrent.site") + 1) == "filmitorrent.site"))
  661. css += [
  662. "body > #container {margin-top: 0 !important;}"
  663. ].join("\n");
  664. 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"))
  665. css += [
  666. "body > .wrapper {margin-top: 0 !important;}"
  667. ].join("\n");
  668. if (false || (document.domain == "filmix.cc" || document.domain.substring(document.domain.indexOf(".filmix.cc") + 1) == "filmix.cc") || (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.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.zone" || document.domain.substring(document.domain.indexOf(".filmix.zone") + 1) == "filmix.zone"))
  669. css += [
  670. ".remove-sda-wrap {display: none !important;}"
  671. ].join("\n");
  672. if (false || (document.domain == "films-online.club" || document.domain.substring(document.domain.indexOf(".films-online.club") + 1) == "films-online.club"))
  673. css += [
  674. ".body-wrap > #content {margin-top:42px !important;}"
  675. ].join("\n");
  676. if (false || (document.domain == "firepic.org" || document.domain.substring(document.domain.indexOf(".firepic.org") + 1) == "firepic.org"))
  677. css += [
  678. ".span12 {clear: both !important;}",
  679. " .container, .row {max-width: none !important;}",
  680. " body {padding: 0 !important; background-image: none !important;}",
  681. " .row {padding: 30px !important; margin: 0 !important;}",
  682. " .container {width: 100% !important;}"
  683. ].join("\n");
  684. if (false || (document.domain == "fishki.net" || document.domain.substring(document.domain.indexOf(".fishki.net") + 1) == "fishki.net"))
  685. css += "#container {cursor: auto !important;}";
  686. 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"))
  687. css += [
  688. "[data-bookmaker-id], [onclick*=\"bookmaker\"] {pointer-events: none !important;}"
  689. ].join("\n");
  690. if (false || (document.domain == "footballhd.ru" || document.domain.substring(document.domain.indexOf(".footballhd.ru") + 1) == "footballhd.ru"))
  691. css += [
  692. "body > #header {margin-top: 0 !important;}"
  693. ].join("\n");
  694. if (false || (document.domain == "forum.flprog.ru" || document.domain.substring(document.domain.indexOf(".forum.flprog.ru") + 1) == "forum.flprog.ru"))
  695. css += [
  696. ".sitemaker > .grid > .sm-responsive-full-width {width: auto !important;}"
  697. ].join("\n");
  698. if (false || (document.domain == "forum.ixbt.com" || document.domain.substring(document.domain.indexOf(".forum.ixbt.com") + 1) == "forum.ixbt.com"))
  699. css += [
  700. ".left.column > #question.dialog_thanks {left: 67% !important;}",
  701. " .body_content_table > .left.column {margin-right: 0 !important; width: 100% !important;}",
  702. " .fullscreen_branding ~ .body_content_table {margin-top: 0 !important; z-index: 0 !important;}",
  703. " .body_wrapper {max-width: 100% !important;}"
  704. ].join("\n");
  705. if (false || (document.domain == "forum.ruboard.ru" || document.domain.substring(document.domain.indexOf(".forum.ruboard.ru") + 1) == "forum.ruboard.ru"))
  706. css += [
  707. "#content_container, #content_container #content {margin-right: 0 !important;}"
  708. ].join("\n");
  709. if (false || (document.domain == "forums.goha.ru" || document.domain.substring(document.domain.indexOf(".forums.goha.ru") + 1) == "forums.goha.ru"))
  710. css += [
  711. ".branding-background {background-image: none !important;}",
  712. " .branding-background a[href]:not([href=\"https://www.goha.ru\"]) {display: none !important;}"
  713. ].join("\n");
  714. if (false || (document.domain == "forums.overclockers.ru" || document.domain.substring(document.domain.indexOf(".forums.overclockers.ru") + 1) == "forums.overclockers.ru"))
  715. css += [
  716. "tr > td[nowrap=\"nowrap\"][style=\"color: red; font-weight: bold\"] {color: #004488 !important; font-weight: 200 !important;}"
  717. ].join("\n");
  718. if (false || (document.domain == "fototips.ru" || document.domain.substring(document.domain.indexOf(".fototips.ru") + 1) == "fototips.ru"))
  719. css += [
  720. ".ftips-branding .td-main-page-wrap, .ftips-branding-ad + div, .ftips-branding.td_category_template_1 .td-category-header {padding-top: 5px !important;}"
  721. ].join("\n");
  722. if (false || (document.domain == "freefotohelp.ru" || document.domain.substring(document.domain.indexOf(".freefotohelp.ru") + 1) == "freefotohelp.ru") || (document.domain == "hosgeldi.com" || document.domain.substring(document.domain.indexOf(".hosgeldi.com") + 1) == "hosgeldi.com") || (document.domain == "list-org.com" || document.domain.substring(document.domain.indexOf(".list-org.com") + 1) == "list-org.com"))
  723. css += [
  724. ".adsbygoogle {position: fixed !important; top: -10000px !important;}"
  725. ].join("\n");
  726. 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") || (document.domain == "moviebuster.tv" || document.domain.substring(document.domain.indexOf(".moviebuster.tv") + 1) == "moviebuster.tv"))
  727. css += [
  728. "html:not(#ublock0-epicker) body:not(#id) {background: whitesmoke !important;}"
  729. ].join("\n");
  730. 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") || (document.domain == "moviebuster.tv" || document.domain.substring(document.domain.indexOf(".moviebuster.tv") + 1) == "moviebuster.tv") || (document.domain == "turkcinema.org" || document.domain.substring(document.domain.indexOf(".turkcinema.org") + 1) == "turkcinema.org"))
  731. css += [
  732. "#page {margin-top: 0 !important;}"
  733. ].join("\n");
  734. 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"))
  735. css += [
  736. ".adsbygoogle {max-height: 6px !important;}"
  737. ].join("\n");
  738. if (false || (document.domain == "fssprus.ru" || document.domain.substring(document.domain.indexOf(".fssprus.ru") + 1) == "fssprus.ru"))
  739. css += [
  740. ".tingle-modal {display: none !important;}",
  741. " html > body {overflow-y: auto !important; position: static !important;}"
  742. ].join("\n");
  743. if (false || (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"))
  744. css += [
  745. "#wrapper {margin-top: 0 !important;}"
  746. ].join("\n");
  747. if (false || (document.domain == "gagadget.com" || document.domain.substring(document.domain.indexOf(".gagadget.com") + 1) == "gagadget.com"))
  748. css += [
  749. ".fader-social {display: none !important;}"
  750. ].join("\n");
  751. 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") || (document.domain == "www.eg.ru" || document.domain.substring(document.domain.indexOf(".www.eg.ru") + 1) == "www.eg.ru"))
  752. css += [
  753. "body:not(#id) {overflow: auto !important;}"
  754. ].join("\n");
  755. if (false || (document.domain == "game-pool.ru" || document.domain.substring(document.domain.indexOf(".game-pool.ru") + 1) == "game-pool.ru"))
  756. css += [
  757. "body:not(#id) {background-image: none !important;}",
  758. " div[class^=\"container-content\"] > div[class^=\"obolox\"] {margin-top: 52px !important;}"
  759. ].join("\n");
  760. if (false || (document.domain == "game2day.ru" || document.domain.substring(document.domain.indexOf(".game2day.ru") + 1) == "game2day.ru"))
  761. css += [
  762. "body > .container {margin-top: 120px !important;}"
  763. ].join("\n");
  764. if (false || (document.domain == "gamebomb.ru" || document.domain.substring(document.domain.indexOf(".gamebomb.ru") + 1) == "gamebomb.ru"))
  765. css += [
  766. "html:not(#ublock0-epicker) body {background-color: #303030 !important;}",
  767. " #ssdfsd {background-image: none !important;}",
  768. " .dfgdjkfgh {display: none !important;}",
  769. " #content {padding-top: 0 !important; margin-top: 0 !important; pointer-events: none !important;}",
  770. " #basic-content-container > * {pointer-events: auto !important;}"
  771. ].join("\n");
  772. if (false || (document.domain == "gamemag.ru" || document.domain.substring(document.domain.indexOf(".gamemag.ru") + 1) == "gamemag.ru"))
  773. css += [
  774. ".top-branding {max-height: 45rem !important;}"
  775. ].join("\n");
  776. if (false || (document.domain == "games.mail.ru" || document.domain.substring(document.domain.indexOf(".games.mail.ru") + 1) == "games.mail.ru"))
  777. css += [
  778. ".b-pc-str {width: auto !important;}"
  779. ].join("\n");
  780. if (false || (document.domain == "gametech.ru" || document.domain.substring(document.domain.indexOf(".gametech.ru") + 1) == "gametech.ru"))
  781. css += [
  782. "html:not(#ublock0-epicker) body {background: #eee !important;}"
  783. ].join("\n");
  784. if (false || (document.domain == "gamma.mirtesen.ru" || document.domain.substring(document.domain.indexOf(".gamma.mirtesen.ru") + 1) == "gamma.mirtesen.ru"))
  785. css += [
  786. ".aggregator-page {pointer-events: none !important; opacity: 0 !important;}"
  787. ].join("\n");
  788. if (false || (document.domain == "gasolina-online.com" || document.domain.substring(document.domain.indexOf(".gasolina-online.com") + 1) == "gasolina-online.com"))
  789. css += [
  790. "#facebook-modal, body.modal-open > .modal-backdrop {display: none !important;}",
  791. " body.modal-open {overflow: auto !important;}"
  792. ].join("\n");
  793. if (false || (document.domain == "gastronom.ru" || document.domain.substring(document.domain.indexOf(".gastronom.ru") + 1) == "gastronom.ru"))
  794. css += [
  795. "body { cursor: auto !important;}",
  796. " #wrapper {max-width: none !important;}"
  797. ].join("\n");
  798. if (false || (document.domain == "gazeta.ru" || document.domain.substring(document.domain.indexOf(".gazeta.ru") + 1) == "gazeta.ru"))
  799. css += [
  800. ".betting.onlineboard .m_slider-content {padding-top: 10px !important;}",
  801. " .sausage-list-maintheme.maintheme-flow .sausage-list-item:first-child {z-index: 1 !important;}"
  802. ].join("\n");
  803. 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"))
  804. css += [
  805. ".stopper > #boxbox, .stopper > #boxfade {display: none !important;}"
  806. ].join("\n");
  807. if (false || (document.domain == "gazeta.ua" || document.domain.substring(document.domain.indexOf(".gazeta.ua") + 1) == "gazeta.ua"))
  808. css += [
  809. "#header-wrapper > header > *, body > * {pointer-events: auto !important;}",
  810. " #header-wrapper > header, body {pointer-events: none !important;}"
  811. ].join("\n");
  812. if (false || (document.domain == "glav.su" || document.domain.substring(document.domain.indexOf(".glav.su") + 1) == "glav.su"))
  813. css += [
  814. "#js-l-h ~ div[class] > div:not([id]):not([class]):not([style]) {display: none !important;}",
  815. " #js-l-h ~ div[class] {padding-top: unset !important; padding-bottom: unset !important;}"
  816. ].join("\n");
  817. if (false || (document.domain == "glavnoe.ua" || document.domain.substring(document.domain.indexOf(".glavnoe.ua") + 1) == "glavnoe.ua"))
  818. css += [
  819. "#main-block > .content-block {margin: auto !important;}"
  820. ].join("\n");
  821. if (false || (document.domain == "go.mail.ru" || document.domain.substring(document.domain.indexOf(".go.mail.ru") + 1) == "go.mail.ru"))
  822. css += [
  823. "body > div[style^=\"z-index:\"], div[class^=\"Direct\"], div[class^=\"RbSlot\"] {display: none !important;}"
  824. ].join("\n");
  825. if (false || (document.domain == "goclips.tv" || document.domain.substring(document.domain.indexOf(".goclips.tv") + 1) == "goclips.tv"))
  826. css += " .video_content {height: auto !important;}";
  827. if (false || (document.domain == "goha.ru" || document.domain.substring(document.domain.indexOf(".goha.ru") + 1) == "goha.ru"))
  828. css += [
  829. "#goharu {background-color: transparent !important;}",
  830. " #stickybar > div[style^=\"margin-top\"], div[onclick^=\"truemedia_callback\"], header.header {display: none !important;}",
  831. " #site {padding-top: 20px !important;}",
  832. "#full-brand {background-image: none !important;}",
  833. " #full-brand-footer > div[style*=\"fixed\"], #head-tuppy > a {display: none !important;}",
  834. " #head-tuppy {height: 7px !important;}",
  835. " #banner, .adfox-banner-background, div[class^=\"foxyad\"], div[id^=\"foxyad\"] {display: none !important;}"
  836. ].join("\n");
  837. if (false || (document.domain == "goodgame.ru" || document.domain.substring(document.domain.indexOf(".goodgame.ru") + 1) == "goodgame.ru"))
  838. css += [
  839. ".main-block .main-inner-wrap {margin-top: 0 !important;}"
  840. ].join("\n");
  841. if (false || (document.domain == "gordonua.com" || document.domain.substring(document.domain.indexOf(".gordonua.com") + 1) == "gordonua.com"))
  842. css += [
  843. "html:not([class*=\" mob\"]) > body > .wrap {width: 1170px !important; padding: 20px !important;}"
  844. ].join("\n");
  845. if (false || (document.domain == "gorod.dp.ua" || document.domain.substring(document.domain.indexOf(".gorod.dp.ua") + 1) == "gorod.dp.ua") || (document.domain == "intermedia.ru.sefon.cc" || document.domain.substring(document.domain.indexOf(".intermedia.ru.sefon.cc") + 1) == "intermedia.ru.sefon.cc"))
  846. css += [
  847. "html > body {padding-top: unset !important;}"
  848. ].join("\n");
  849. if (false || (document.domain == "gotps3.ru" || document.domain.substring(document.domain.indexOf(".gotps3.ru") + 1) == "gotps3.ru"))
  850. css += "#Page {margin-top: 0 !important;}";
  851. 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"))
  852. css += [
  853. "#header_box {height: auto !important; min-height: auto !important;}"
  854. ].join("\n");
  855. if (false || (document.domain == "gstv.ru" || document.domain.substring(document.domain.indexOf(".gstv.ru") + 1) == "gstv.ru"))
  856. css += ".page-content {margin-top: 0 !important;}";
  857. if (false || (document.domain == "gta.com.ua" || document.domain.substring(document.domain.indexOf(".gta.com.ua") + 1) == "gta.com.ua"))
  858. css += [
  859. "html:not(#ublock0-epicker) body {background-image: none !important; background-color: #f5f5f5 !important;}"
  860. ].join("\n");
  861. if (false || (document.domain == "gtavicecity.ru" || document.domain.substring(document.domain.indexOf(".gtavicecity.ru") + 1) == "gtavicecity.ru"))
  862. css += [
  863. ".wrapper-body {margin-top: 0 !important;}"
  864. ].join("\n");
  865. if (false || (document.domain == "happy-hack.ru" || document.domain.substring(document.domain.indexOf(".happy-hack.ru") + 1) == "happy-hack.ru"))
  866. css += [
  867. "body:not(#id) > table[id^=\"blockblock\"] {display: none !important;}",
  868. " body:not(#id) > [id^=\"blockblock\"] {visibility: visible !important; display: block !important;}"
  869. ].join("\n");
  870. if (false || (document.domain == "hd720kino.ru" || document.domain.substring(document.domain.indexOf(".hd720kino.ru") + 1) == "hd720kino.ru"))
  871. css += [
  872. ".wrap {background: none !important;}",
  873. " .main.center {margin-top: 0 !important;}"
  874. ].join("\n");
  875. if (false || (document.domain == "hdfilms.tv" || document.domain.substring(document.domain.indexOf(".hdfilms.tv") + 1) == "hdfilms.tv"))
  876. css += " #subheader{padding-top: 1px !important;}";
  877. if (false || (document.domain == "hdkinomir.cc" || document.domain.substring(document.domain.indexOf(".hdkinomir.cc") + 1) == "hdkinomir.cc"))
  878. css += [
  879. "#wrapper > .menu {margin-top: auto !important;}"
  880. ].join("\n");
  881. if (false || (document.domain == "hdkinozzoro.ru" || document.domain.substring(document.domain.indexOf(".hdkinozzoro.ru") + 1) == "hdkinozzoro.ru"))
  882. css += [
  883. ".jirrua {margin-top: 0 !important;}",
  884. " body:not(#id) {padding-top: 0 !important;}"
  885. ].join("\n");
  886. if (false || (document.domain == "hdtochka.club" || document.domain.substring(document.domain.indexOf(".hdtochka.club") + 1) == "hdtochka.club"))
  887. css += [
  888. "body > .wrapp {margin-top: 0 !important;}"
  889. ].join("\n");
  890. 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"))
  891. css += [
  892. ".branding-p {display: none !important;}"
  893. ].join("\n");
  894. if (false || (document.domain == "hellomagazine.com" || document.domain.substring(document.domain.indexOf(".hellomagazine.com") + 1) == "hellomagazine.com"))
  895. css += [
  896. ".footer {position: relative !important;}"
  897. ].join("\n");
  898. if (false || (document.domain == "helpsetup.ru" || document.domain.substring(document.domain.indexOf(".helpsetup.ru") + 1) == "helpsetup.ru"))
  899. css += [
  900. "#blockajaxdown {display: none !important;}"
  901. ].join("\n");
  902. if (false || (document.domain == "helpsetup.ru" || document.domain.substring(document.domain.indexOf(".helpsetup.ru") + 1) == "helpsetup.ru") || (document.domain == "izzylaif.com" || document.domain.substring(document.domain.indexOf(".izzylaif.com") + 1) == "izzylaif.com") || (document.domain == "so-wiki.ru" || document.domain.substring(document.domain.indexOf(".so-wiki.ru") + 1) == "so-wiki.ru"))
  903. css += [
  904. ".adsbygoogle {height: 1px !important; opacity: 0 !important;}"
  905. ].join("\n");
  906. if (false || (document.domain == "hentaiz.org" || document.domain.substring(document.domain.indexOf(".hentaiz.org") + 1) == "hentaiz.org"))
  907. css += [
  908. "html:not(#ublock0-epicker) body {background: #4ba1ba !important;}",
  909. " .toporg {height: 0 !important;}"
  910. ].join("\n");
  911. if (false || (document.domain == "hi-fi.ru" || document.domain.substring(document.domain.indexOf(".hi-fi.ru") + 1) == "hi-fi.ru"))
  912. css += [
  913. "body {background: none !important;}"
  914. ].join("\n");
  915. 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"))
  916. css += [
  917. "body {background: none !important;}"
  918. ].join("\n");
  919. if (false || (document.domain == "hi-tech.mail.ru" || document.domain.substring(document.domain.indexOf(".hi-tech.mail.ru") + 1) == "hi-tech.mail.ru"))
  920. css += [
  921. ".cols_margin .link-hdr {display: none !important;}",
  922. " #portal-menu, .header-banner {margin: 0 !important;}"
  923. ].join("\n");
  924. if (false || (document.domain == "hlamer.ru" || document.domain.substring(document.domain.indexOf(".hlamer.ru") + 1) == "hlamer.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"))
  925. css += [
  926. "html:not(#ublock0-epicker) body {background-color: #596c84 !important;}"
  927. ].join("\n");
  928. if (false || (document.domain == "horrorzone.ru" || document.domain.substring(document.domain.indexOf(".horrorzone.ru") + 1) == "horrorzone.ru"))
  929. css += [
  930. "body > .all {margin-top: 0 !important;}"
  931. ].join("\n");
  932. if (false || (document.domain == "hotline.ua" || document.domain.substring(document.domain.indexOf(".hotline.ua") + 1) == "hotline.ua"))
  933. css += [
  934. ".reset-scroll:before, div[data-lightbox-id=\"product-fast-question\"] {display: none !important;}",
  935. " .reset-scroll {overflow: auto !important;}"
  936. ].join("\n");
  937. if (false || (document.domain == "housechief.ru" || document.domain.substring(document.domain.indexOf(".housechief.ru") + 1) == "housechief.ru"))
  938. css += [
  939. ".td-main-content-wrap, ",
  940. " .tdc-content-wrap > div[class*=\"vc_custom_\"]:first-child {margin-top: auto !important;}"
  941. ].join("\n");
  942. if (false || (document.domain == "houzz.ru" || document.domain.substring(document.domain.indexOf(".houzz.ru") + 1) == "houzz.ru"))
  943. css += [
  944. ".modal.in.modal-vc {display: none !important;}",
  945. " body.modal-open, html {overflow: auto !important;}"
  946. ].join("\n");
  947. if (false || (document.domain == "hs-manacost.ru" || document.domain.substring(document.domain.indexOf(".hs-manacost.ru") + 1) == "hs-manacost.ru"))
  948. css += [
  949. "html:not(#ublock0-epicker) body {background-image: none !important; background-color: whitesmoke !important;}",
  950. " #td-outer-wrap > *, body > * {pointer-events: auto !important;}",
  951. " #td-outer-wrap, body {pointer-events: none !important;}"
  952. ].join("\n");
  953. if (false || (document.domain == "i.ua" || document.domain.substring(document.domain.indexOf(".i.ua") + 1) == "i.ua"))
  954. css += [
  955. ".footer_container {height: auto !important; margin-top: auto !important;}",
  956. " .body_container {padding-bottom: unset !important;}"
  957. ].join("\n");
  958. if (false || (document.domain == "ictv.ua" || document.domain.substring(document.domain.indexOf(".ictv.ua") + 1) == "ictv.ua"))
  959. css += [
  960. ".video-stream {background-image:none !important; pointer-events: none !important;}",
  961. " .video-stream > * {pointer-events: auto !important;}"
  962. ].join("\n");
  963. if (false || (document.domain == "igromania.ru" || document.domain.substring(document.domain.indexOf(".igromania.ru") + 1) == "igromania.ru"))
  964. css += [
  965. "body > .outer_outer > .outer_inner {background: #dedede !important;}",
  966. " .wrapper_outer > .wide_brand {display: none !important;}",
  967. " .outer_inner > .wrapper_outer > div[class] {height: auto !important; min-height: auto !important;}",
  968. " div.hmenu_box a.hmenu {padding-right: 13px !important; padding-left: 13px !important;}"
  969. ].join("\n");
  970. if (false || (document.domain == "infocar.ua" || document.domain.substring(document.domain.indexOf(".infocar.ua") + 1) == "infocar.ua"))
  971. css += [
  972. "#totalbg {background-image: none !important;}"
  973. ].join("\n");
  974. if (false || (document.domain == "infomama.com.ua" || document.domain.substring(document.domain.indexOf(".infomama.com.ua") + 1) == "infomama.com.ua"))
  975. css += [
  976. "#logo {display: none !important;}",
  977. " #headerMover #headerProxy {height: 50px !important;}"
  978. ].join("\n");
  979. if (false || (document.domain == "infoua.biz" || document.domain.substring(document.domain.indexOf(".infoua.biz") + 1) == "infoua.biz"))
  980. css += [
  981. "#id_box_r_y1, #idbbbad {position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important;}"
  982. ].join("\n");
  983. if (false || (document.domain == "inoprosport.ru" || document.domain.substring(document.domain.indexOf(".inoprosport.ru") + 1) == "inoprosport.ru"))
  984. css += [
  985. "body > .page__wrapper {padding-top: 60px !important;}"
  986. ].join("\n");
  987. if (false || (document.domain == "instagram.com" || document.domain.substring(document.domain.indexOf(".instagram.com") + 1) == "instagram.com"))
  988. css += [
  989. "body[style*=\"overflow: hidden;\"] {overflow: auto !important;}"
  990. ].join("\n");
  991. if (false || (document.domain == "investing.com" || document.domain.substring(document.domain.indexOf(".investing.com") + 1) == "investing.com"))
  992. css += [
  993. "#PromoteSignUpPopUp, #abPopup {display: none !important;}",
  994. " body {overflow: auto !important;}"
  995. ].join("\n");
  996. if (false || (document.domain == "iphones.ru" || document.domain.substring(document.domain.indexOf(".iphones.ru") + 1) == "iphones.ru"))
  997. css += "#contentShifter {height: 127px!important;}";
  998. if (false || (document.domain == "www.ivi.ru" || document.domain.substring(document.domain.indexOf(".www.ivi.ru") + 1) == "www.ivi.ru"))
  999. css += [
  1000. "body.watch > div[class]:not([id]):not([style]):nth-child(-n+2) {background: none !important;}",
  1001. " body.watch > div[class]:not([id]):not([style]):nth-child(-n+2) > style + .content {display: none !important;}",
  1002. " .page-wrapper > .content-main {padding-top: 0 !important;}",
  1003. " body.watch > header.ivi-top {top: 0 !important;}"
  1004. ].join("\n");
  1005. if (false || (document.domain == "isport.ua" || document.domain.substring(document.domain.indexOf(".isport.ua") + 1) == "isport.ua"))
  1006. css += [
  1007. "body > .layout {margin-top: 0 !important;}"
  1008. ].join("\n");
  1009. if (false || (document.domain == "kaluga-poisk.ru" || document.domain.substring(document.domain.indexOf(".kaluga-poisk.ru") + 1) == "kaluga-poisk.ru"))
  1010. css += [
  1011. "html:not(#ublock0-epicker) body:not(#id) {background: whitesmoke !important;}"
  1012. ].join("\n");
  1013. if (false || (document.domain == "kanobu.ru" || document.domain.substring(document.domain.indexOf(".kanobu.ru") + 1) == "kanobu.ru"))
  1014. css += [
  1015. ".wrap > main:not(#id) {margin-top: calc(-100vh + 10px) !important;}"
  1016. ].join("\n");
  1017. if (false || (document.domain == "kaztorka.org" || document.domain.substring(document.domain.indexOf(".kaztorka.org") + 1) == "kaztorka.org"))
  1018. css += [
  1019. "#main {max-width: 100% !important;}",
  1020. " body {padding-top: 0 !important;}"
  1021. ].join("\n");
  1022. if (false || (document.domain == "kg-portal.ru" || document.domain.substring(document.domain.indexOf(".kg-portal.ru") + 1) == "kg-portal.ru"))
  1023. css += [
  1024. "html:not(#ublock0-epicker) body {background-image: none !important; background: #bdbdbd !important;}",
  1025. " .content_wrap > div[class^=\"content_\"] > div > a[href^=\"/go.php?id=\"], ",
  1026. " .ten_topbar + div:not(.ten_ears_wrap), ",
  1027. " .ten_topbar ~ div[class]:not([id]):nth-child(-n+10):not(.ten_ears_wrap):not(.content_wrap):not(.footer_wrap) {display: none !important;}",
  1028. " .ten_ears_wrap {margin: 35px auto 0 auto !important;}"
  1029. ].join("\n");
  1030. if (false || (document.domain == "kino-dom.tv" || document.domain.substring(document.domain.indexOf(".kino-dom.tv") + 1) == "kino-dom.tv"))
  1031. css += " #main {width: auto !important;}";
  1032. if (false || (document.domain == "kino-full.ru" || document.domain.substring(document.domain.indexOf(".kino-full.ru") + 1) == "kino-full.ru"))
  1033. css += [
  1034. "#wrapper {padding-top: 0 !important;}"
  1035. ].join("\n");
  1036. if (false || (document.domain == "kino-hdfilm.com" || document.domain.substring(document.domain.indexOf(".kino-hdfilm.com") + 1) == "kino-hdfilm.com"))
  1037. css += [
  1038. "#content-bar {margin-top: 0 !important;}"
  1039. ].join("\n");
  1040. if (false || (document.domain == "kino-teatr.ua" || document.domain.substring(document.domain.indexOf(".kino-teatr.ua") + 1) == "kino-teatr.ua"))
  1041. css += [
  1042. "html:not(#id) {background: none !important;}",
  1043. " .imaband {display: none !important;}"
  1044. ].join("\n");
  1045. if (false || (document.domain == "kino-v-online.tv" || document.domain.substring(document.domain.indexOf(".kino-v-online.tv") + 1) == "kino-v-online.tv"))
  1046. css += [
  1047. ".header_l {margin-top: 0 !important;}"
  1048. ].join("\n");
  1049. 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"))
  1050. css += [
  1051. "#embed-video > [id^=\"blink\"], .publisher-name > [id^=\"blink\"] {",
  1052. " -webkit-animation: none !important;",
  1053. " animation: none !important;",
  1054. " color: var(--color--normal) !important;",
  1055. " font-weight: normal !important;}",
  1056. " .navbart > a[href] > .spin {animation-name: none !important;}"
  1057. ].join("\n");
  1058. if (false || (document.domain == "kinoafisha.info" || document.domain.substring(document.domain.indexOf(".kinoafisha.info") + 1) == "kinoafisha.info"))
  1059. css += [
  1060. "body.main:not(#id) {background: #141414 !important; overflow: visible !important;}",
  1061. " .main_frame {background: none !important;}",
  1062. " .popup-illumination {display: none !important;}"
  1063. ].join("\n");
  1064. if (false || (document.domain == "kinoakter.net" || document.domain.substring(document.domain.indexOf(".kinoakter.net") + 1) == "kinoakter.net"))
  1065. css += [
  1066. "body > div[class^=\"wrapper\"] {margin-top: 0 !important;}"
  1067. ].join("\n");
  1068. if (false || (document.domain == "kinobos.org" || document.domain.substring(document.domain.indexOf(".kinobos.org") + 1) == "kinobos.org"))
  1069. css += [
  1070. ".wrapper > .wrap {margin-top: 0 !important;}"
  1071. ].join("\n");
  1072. if (false || (document.domain == "kinogo-hit.com" || document.domain.substring(document.domain.indexOf(".kinogo-hit.com") + 1) == "kinogo-hit.com"))
  1073. css += [
  1074. ".contener {padding-top: 0 !important;}"
  1075. ].join("\n");
  1076. if (false || (document.domain == "kinokladovka.com" || document.domain.substring(document.domain.indexOf(".kinokladovka.com") + 1) == "kinokladovka.com"))
  1077. css += [
  1078. ".b-background {background: none !important; padding-top: 0 !important;}"
  1079. ].join("\n");
  1080. if (false || (document.domain == "kinomania.ru" || document.domain.substring(document.domain.indexOf(".kinomania.ru") + 1) == "kinomania.ru"))
  1081. css += [
  1082. ".outer {padding-top: 0 !important;}"
  1083. ].join("\n");
  1084. if (false || (document.domain == "kinometro.ru" || document.domain.substring(document.domain.indexOf(".kinometro.ru") + 1) == "kinometro.ru"))
  1085. css += [
  1086. "body {background-color: transparent !important;}"
  1087. ].join("\n");
  1088. if (false || (document.domain == "kinopoisk.ru" || document.domain.substring(document.domain.indexOf(".kinopoisk.ru") + 1) == "kinopoisk.ru"))
  1089. css += [
  1090. // " body{background: none !important;}",
  1091. // " html[style] {background-image: url(\'\') !important;}",
  1092. "html:not(#ublock0-epicker):not(#id):not([style=\"height: 100%; width: 100%;\"]) {background-color: #e6e6e6 !important;}",
  1093. " #header-info-bg {background-color: transparent !important; background-image: none !important;}",
  1094. " .film-seances-page, .shadow.shadow-restyle {box-shadow: 0 -8px 15px #333333 !important;}",
  1095. " #top > div[id][style^=\"height: 210px\"], ",
  1096. " .app__page > div[class*=\"-container_\"]:not([class*=\"media\"]):not([class*=\"content\"]):first-child, ",
  1097. " .desktop-layout-with-sidebar__middle > .desktop-layout-with-sidebar__wrapper > div[class*=\"-container_\"]:not([class*=\"kinopoisk\"]):first-child, ",
  1098. " .media-post-page > div[class*=\"-container_\"]:not([class*=\"media\"]):first-child, ",
  1099. " .page-content > div[id]:not(#header-info-bg):empty, .top-banner-container, ",
  1100. " [class*=\"adblock-warning\"], ",
  1101. " a[href^=\"https://kinopoisk.ru/special/\"][href*=\"utm_campaign=\"], ",
  1102. " aside.dialog, div[data-type=\"teaserspec\"], div[id*=\"_superbanner_\"] {display: none !important;}",
  1103. " .page-content > #header-info-bg + div[id]:not([class]), ",
  1104. " .page-content > div[id]:not(#header-info-bg):empty + div[id]:not(#top) {margin-bottom: 40px !important;}",
  1105. " div[class*=\"styles_baseContainer\"] {max-width: -webkit-fill-available !important; max-width: -moz-available !important;}",
  1106. " .content-container_app-width_wide {max-width: 100% !important;}",
  1107. " .app__content div[style=\"min-height:250px\"], ",
  1108. " .underheader-superbanner-wrapper, ",
  1109. " div[class*=\"kinopoisk-media-container_pending\"], ",
  1110. " div[class^=\"styles_rootPending__\"] {min-height: 0 !important;}",
  1111. " .filmsListNew .info {padding-right: 116px !important;}",
  1112. " #actorListBlock {padding-right: 19px !important;}",
  1113. " .user-subscription-partial-component__subscription-item-text {white-space: pre-wrap !important;}",
  1114. " .desktop-layout-with-sidebar__content > div[class][data-tid] {width: auto !important;}"
  1115. ].join("\n");
  1116. if (false || (document.domain == "kinoprofi.vip" || document.domain.substring(document.domain.indexOf(".kinoprofi.vip") + 1) == "kinoprofi.vip"))
  1117. css += [
  1118. "body .header {padding-top: 0 !important;}",
  1119. " body .header .header-fixed {top: 0 !important;}"
  1120. ].join("\n");
  1121. if (false || (document.domain == "kinoservis.net" || document.domain.substring(document.domain.indexOf(".kinoservis.net") + 1) == "kinoservis.net"))
  1122. css += [
  1123. "body > .container {margin-top: 0 !important;}"
  1124. ].join("\n");
  1125. if (false || (document.domain == "kinosezon.tv" || document.domain.substring(document.domain.indexOf(".kinosezon.tv") + 1) == "kinosezon.tv"))
  1126. css += [
  1127. "#subheader {padding-top: 0 !important;}"
  1128. ].join("\n");
  1129. if (false || (document.domain == "kinosky.pro" || document.domain.substring(document.domain.indexOf(".kinosky.pro") + 1) == "kinosky.pro"))
  1130. css += [
  1131. "#karkas {padding-top: 0 !important;}"
  1132. ].join("\n");
  1133. if (false || (document.domain == "kinostark.com" || document.domain.substring(document.domain.indexOf(".kinostark.com") + 1) == "kinostark.com"))
  1134. css += [
  1135. "nofollow > .container {margin-top: 0 !important;}"
  1136. ].join("\n");
  1137. if (false || (document.domain == "kinoteatr.ru" || document.domain.substring(document.domain.indexOf(".kinoteatr.ru") + 1) == "kinoteatr.ru"))
  1138. css += [
  1139. "html:not(#ublock0-epicker) > body {background-image: none !important; background-color: black !important;}",
  1140. " .branding-wrapper {display: none !important;}",
  1141. " .header_container {margin-top: 0 !important;}"
  1142. ].join("\n");
  1143. 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"))
  1144. css += ".center-box2 {margin-top: 0!important;}";
  1145. if (false || (document.domain == "kinoxa.ws" || document.domain.substring(document.domain.indexOf(".kinoxa.ws") + 1) == "kinoxa.ws") || (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"))
  1146. css += [
  1147. "html:not(#ublock0-epicker) > body {background-color: #e5e5e5 !important;}",
  1148. " body > .wrap {margin-top: 0 !important; padding-top: 0 !important;}"
  1149. ].join("\n");
  1150. if (false || (document.domain == "kinozoz.net" || document.domain.substring(document.domain.indexOf(".kinozoz.net") + 1) == "kinozoz.net"))
  1151. css += [
  1152. "body > .wr {padding-top: 0 !important;}"
  1153. ].join("\n");
  1154. if (false || (document.domain == "kirov.online" || document.domain.substring(document.domain.indexOf(".kirov.online") + 1) == "kirov.online"))
  1155. css += [
  1156. ".bg_container > .wrapper-content {padding-top: 0 !important;}"
  1157. ].join("\n");
  1158. if (false || (document.domain == "kirovnet.ru" || document.domain.substring(document.domain.indexOf(".kirovnet.ru") + 1) == "kirovnet.ru"))
  1159. css += [
  1160. ".subbody2 {margin-top: 0 !important;}",
  1161. " .bg_container {padding-top: 0 !important;}"
  1162. ].join("\n");
  1163. if (false || (document.domain == "ko.com.ua" || document.domain.substring(document.domain.indexOf(".ko.com.ua") + 1) == "ko.com.ua"))
  1164. css += [
  1165. ".gbg {top: auto !important;}"
  1166. ].join("\n");
  1167. 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"))
  1168. css += [
  1169. "#header {height: auto !important;}"
  1170. ].join("\n");
  1171. if (false || (document.domain == "kriminal.net.ua" || document.domain.substring(document.domain.indexOf(".kriminal.net.ua") + 1) == "kriminal.net.ua"))
  1172. css += [
  1173. "#popup-manager.popup-show + #layout {-webkit-filter: none !important; filter: none !important;}",
  1174. " #popup-manager.popup-show {display: none !important;}"
  1175. ].join("\n");
  1176. if (false || (document.domain == "kv.by" || document.domain.substring(document.domain.indexOf(".kv.by") + 1) == "kv.by"))
  1177. css += [
  1178. "#page {top: 0 !important;}"
  1179. ].join("\n");
  1180. if (false || (document.domain == "kwikeer.com" || document.domain.substring(document.domain.indexOf(".kwikeer.com") + 1) == "kwikeer.com"))
  1181. css += [
  1182. ".__post-content-preview::after {content: none !important;}",
  1183. " div[data-post-action-id^=\"#post_\"] > .__post-content-btn {display: none !important;}",
  1184. " div[id^=\"post_\"][class=\"__post-content-preview\"] {max-height: none !important;}"
  1185. ].join("\n");
  1186. if (false || (document.domain == "latifundimag.com" || document.domain.substring(document.domain.indexOf(".latifundimag.com") + 1) == "latifundimag.com"))
  1187. css += [
  1188. "body > .wrapper > * {pointer-events: auto !important;}",
  1189. " body > .wrapper {pointer-events: none !important;}"
  1190. ].join("\n");
  1191. if (false || (document.domain == "lenta.ru" || document.domain.substring(document.domain.indexOf(".lenta.ru") + 1) == "lenta.ru"))
  1192. css += [
  1193. ".b-board._olimp {border-bottom: none !important; margin-top: 30px !important;}",
  1194. " .b-board._olimp > .b-board__wrap {margin-left: 0 !important;}",
  1195. " .js-lower-column, .js-top-column {position: relative !important;}"
  1196. ].join("\n");
  1197. 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"))
  1198. css += [
  1199. ".subscribe-popup {display: none !important;}"
  1200. ].join("\n");
  1201. if (false || (document.domain == "life.ru" || document.domain.substring(document.domain.indexOf(".life.ru") + 1) == "life.ru"))
  1202. css += [
  1203. ".banner-mylife, .banner-mylife-backdrop, .banner-mylife-visible > div[class^=\"arcticmodal-\"], .nagscreen, body > .arcticmodal-overlay[style*=\"opacity: 0.6\"] {display: none !important;}",
  1204. " body:not(#id) {overflow: auto !important; margin-right: auto !important;}"
  1205. ].join("\n");
  1206. 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"))
  1207. css += [
  1208. "body {overflow: auto !important;}"
  1209. ].join("\n");
  1210. if (false || (document.domain == "lostfilmhd.ru" || document.domain.substring(document.domain.indexOf(".lostfilmhd.ru") + 1) == "lostfilmhd.ru"))
  1211. css += [
  1212. "#wrap {background-image: none !important;}"
  1213. ].join("\n");
  1214. if (false || (document.domain == "mail.rambler.ru" || document.domain.substring(document.domain.indexOf(".mail.rambler.ru") + 1) == "mail.rambler.ru"))
  1215. css += [
  1216. "div[class*=\"WithRightBarWrapper\"] > div[class*=\"AutoAppContainer\"] ~ * {display: none !important;}",
  1217. " div[class*=\"WithRightBarWrapper\"] > div[class*=\"AutoAppContainer\"] {max-width: 100% !important;}"
  1218. ].join("\n");
  1219. 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"))
  1220. css += [
  1221. "div[data-zone-name=\"direct-ads-gallery\"] {display: none !important;}"
  1222. ].join("\n");
  1223. 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"))
  1224. css += " .b-branding__wrap {padding: 0 !important;}";
  1225. if (false || (document.domain == "mediasat.info" || document.domain.substring(document.domain.indexOf(".mediasat.info") + 1) == "mediasat.info"))
  1226. css += [
  1227. ".td-ad-background-link #td-outer-wrap {cursor: default !important;}"
  1228. ].join("\n");
  1229. if (false || (document.domain == "mel.fm" || document.domain.substring(document.domain.indexOf(".mel.fm") + 1) == "mel.fm"))
  1230. css += [
  1231. ".i-layout_branding {background-image: none !important;}",
  1232. " .i-layout__branding-content-wrapper {margin-top: 0 !important;}"
  1233. ].join("\n");
  1234. if (false || (document.domain == "meta.ua" || document.domain.substring(document.domain.indexOf(".meta.ua") + 1) == "meta.ua"))
  1235. css += [
  1236. ".infobar > .info-block:not(.mail):not(.weather) {border: none !important;}"
  1237. ].join("\n");
  1238. if (false || (document.domain == "minigames.mail.ru" || document.domain.substring(document.domain.indexOf(".minigames.mail.ru") + 1) == "minigames.mail.ru"))
  1239. css += [
  1240. "#like-buttons {display: none !important;}",
  1241. " #portal-headline {margin-top: auto !important;}"
  1242. ].join("\n");
  1243. if (false || (document.domain == "mirf.ru" || document.domain.substring(document.domain.indexOf(".mirf.ru") + 1) == "mirf.ru"))
  1244. css += [
  1245. "#cb-bg-to {display: none !important;}",
  1246. " #cb-outer-container {margin-top: 0 !important;}"
  1247. ].join("\n");
  1248. if (false || (document.domain == "mirkino.club" || document.domain.substring(document.domain.indexOf(".mirkino.club") + 1) == "mirkino.club"))
  1249. css += [
  1250. "body > header {margin-top: 0 !important;}"
  1251. ].join("\n");
  1252. if (false || (document.domain == "mk.ru" || document.domain.substring(document.domain.indexOf(".mk.ru") + 1) == "mk.ru"))
  1253. css += [
  1254. "div[class^=\"Banner_right\"] {margin-bottom: 0 !important; padding-bottom: 0 !important;}"
  1255. ].join("\n");
  1256. if (false || (document.domain == "mobile-review.com" || document.domain.substring(document.domain.indexOf(".mobile-review.com") + 1) == "mobile-review.com"))
  1257. css += [
  1258. "html:not(#ublock0-epicker) > body {background-color: white !important;}",
  1259. " body > .navbar {margin-top: 0 !important;}"
  1260. ].join("\n");
  1261. if (false || (document.domain == "mobiltelefon.ru" || document.domain.substring(document.domain.indexOf(".mobiltelefon.ru") + 1) == "mobiltelefon.ru"))
  1262. css += [
  1263. "htmll:not(#ublock0-epicker) > body {background-color: #f7f8f9 !important;}",
  1264. " #move_up[style*=\"left: -40px;\"] {left: 0 !important;}",
  1265. " #gl_pos1 {min-width: auto !important; width: unset !important;}",
  1266. " #main_tb {top: 0 !important;}"
  1267. ].join("\n");
  1268. if (false || (document.domain == "more.tv" || document.domain.substring(document.domain.indexOf(".more.tv") + 1) == "more.tv") || (document.domain == "videomore.ru" || document.domain.substring(document.domain.indexOf(".videomore.ru") + 1) == "videomore.ru"))
  1269. css += [
  1270. "button.info-bar__subscription {display: none !important;}"
  1271. ].join("\n");
  1272. if (false || (document.domain == "movieshok.ru" || document.domain.substring(document.domain.indexOf(".movieshok.ru") + 1) == "movieshok.ru"))
  1273. css += [
  1274. ".wrapp_content {margin-top: 0 !important;}"
  1275. ].join("\n");
  1276. 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"))
  1277. css += [
  1278. "body > div[style^=\"min-height\"] > div[class][style=\"display: block;\"], ",
  1279. " div[class*=\"sidebar\"] .no-ads {display: none !important;}"
  1280. ].join("\n");
  1281. if (false || (document.domain == "muzland.ru" || document.domain.substring(document.domain.indexOf(".muzland.ru") + 1) == "muzland.ru"))
  1282. css += [
  1283. "body { filter: none !important;}",
  1284. " .googlefull {height: 1px !important;}"
  1285. ].join("\n");
  1286. if (false || (document.domain == "muzofond.org" || document.domain.substring(document.domain.indexOf(".muzofond.org") + 1) == "muzofond.org"))
  1287. css += [
  1288. "body.branding .container .content { margin-top: 100px !important;}"
  1289. ].join("\n");
  1290. if (false || (document.domain == "my-hit.org" || document.domain.substring(document.domain.indexOf(".my-hit.org") + 1) == "my-hit.org"))
  1291. css += [
  1292. ".navbar-default {margin-bottom: 0 !important;}"
  1293. ].join("\n");
  1294. 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"))
  1295. css += [
  1296. ".full #top_tools {padding-left: 0 !important;}",
  1297. " #head, #table_reduser {width: 100% !important;}"
  1298. ].join("\n");
  1299. if (false || (document.domain == "my.mail.ru" || document.domain.substring(document.domain.indexOf(".my.mail.ru") + 1) == "my.mail.ru"))
  1300. css += [
  1301. "#history_container > div[class][style*=\"display: block!important\"], .b-history__adv-post-carousel, .l-app__left, .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;}",
  1302. " 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;}"
  1303. ].join("\n");
  1304. if (false || (document.domain == "namba.kg" || document.domain.substring(document.domain.indexOf(".namba.kg") + 1) == "namba.kg"))
  1305. css += [
  1306. "html > body:not(#id) {overflow: auto !important;}"
  1307. ].join("\n");
  1308. if (false || (document.domain == "namba.kz" || document.domain.substring(document.domain.indexOf(".namba.kz") + 1) == "namba.kz"))
  1309. css += [
  1310. "body {background: #e8ecff !important;}"
  1311. ].join("\n");
  1312. if (false || (document.domain == "naruto-base.su" || document.domain.substring(document.domain.indexOf(".naruto-base.su") + 1) == "naruto-base.su"))
  1313. css += [
  1314. ".footerLeft, .footerRight, html:not(#ublock0-epicker), ",
  1315. " html:not(#ublock0-epicker) body {background-color: #fff7e3 !important;}",
  1316. " body > [onclick], body > p {display: none !important;}",
  1317. " body > div[id]:not([class]) {margin-top: auto !important;}"
  1318. ].join("\n");
  1319. if (false || (document.domain == "naruto-brand.ru" || document.domain.substring(document.domain.indexOf(".naruto-brand.ru") + 1) == "naruto-brand.ru"))
  1320. css += [
  1321. "[style^=\"background:url(/img\"][style*=\"padding\"], ",
  1322. " a[href*=\"/test/\"][target=\"_blank\"] {display: none !important;}"
  1323. ].join("\n");
  1324. if (false || (document.domain == "nashaplaneta.net" || document.domain.substring(document.domain.indexOf(".nashaplaneta.net") + 1) == "nashaplaneta.net"))
  1325. css += [
  1326. "header > .body {margin-top: 54px !important;}"
  1327. ].join("\n");
  1328. 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"))
  1329. css += [
  1330. ".main-wrapper {margin-top: 0 !important;}"
  1331. ].join("\n");
  1332. if (false || (document.domain == "newdeaf.club" || document.domain.substring(document.domain.indexOf(".newdeaf.club") + 1) == "newdeaf.club"))
  1333. css += [
  1334. ".player-drop, .player-section {display: block !important;}",
  1335. " .digit[style*=\"font-size\"], .digit[style=\"display: block;\"], .reklama.center.head {display: none !important;}"
  1336. ].join("\n");
  1337. if (false || (document.domain == "newkaliningrad.ru" || document.domain.substring(document.domain.indexOf(".newkaliningrad.ru") + 1) == "newkaliningrad.ru"))
  1338. css += [
  1339. "#page-wrapper {margin-top: 0 !important;}"
  1340. ].join("\n");
  1341. if (false || (document.domain == "news-sport.info" || document.domain.substring(document.domain.indexOf(".news-sport.info") + 1) == "news-sport.info"))
  1342. css += [
  1343. "body > #page {margin-top: 0 !important;}"
  1344. ].join("\n");
  1345. if (false || (document.domain == "news.mail.ru" || document.domain.substring(document.domain.indexOf(".news.mail.ru") + 1) == "news.mail.ru"))
  1346. css += [
  1347. "#ratesTarget > div > div:first-child > div:first-child, div[data-view=\"MyWidgetView.SmokyExtend\"] {display: none !important;}"
  1348. ].join("\n");
  1349. 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"))
  1350. css += [
  1351. ".layout_footer > .block {display: none !important;}"
  1352. ].join("\n");
  1353. 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"))
  1354. css += [
  1355. "div[data-module=\"LazyLoad.PromoPopup\"] .js-module.block {display: none !important;}"
  1356. ].join("\n");
  1357. if (false || (document.domain == "newsone.ua" || document.domain.substring(document.domain.indexOf(".newsone.ua") + 1) == "newsone.ua"))
  1358. css += [
  1359. "body {background: none !important;}"
  1360. ].join("\n");
  1361. if (false || (document.domain == "nn.by" || document.domain.substring(document.domain.indexOf(".nn.by") + 1) == "nn.by"))
  1362. css += [
  1363. "#mainWrapper {background: none !important; padding-top: 0 !important;}"
  1364. ].join("\n");
  1365. 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"))
  1366. css += [
  1367. "body > .wrap {top: 0 !important;}"
  1368. ].join("\n");
  1369. if (false || (document.domain == "noob-club.ru" || document.domain.substring(document.domain.indexOf(".noob-club.ru") + 1) == "noob-club.ru"))
  1370. css += [
  1371. "#header-b {margin-bottom: 11px !important;}"
  1372. ].join("\n");
  1373. if (false || (document.domain == "technogies.ru" || document.domain.substring(document.domain.indexOf(".technogies.ru") + 1) == "technogies.ru"))
  1374. css += [
  1375. "html > body:not(#id) {background: #abc4a1 !important;}",
  1376. " body > #page {padding-top: 0 !important;}"
  1377. ].join("\n");
  1378. if (false || (document.domain == "nova.rambler.ru" || document.domain.substring(document.domain.indexOf(".nova.rambler.ru") + 1) == "nova.rambler.ru"))
  1379. css += [
  1380. "div[class^=\"DirectMKB__root\"], section > article[class^=\"Direct__item\"], ",
  1381. " span[class^=\"Menu__browser--\"] {display: none !important;}"
  1382. ].join("\n");
  1383. if (false || (document.domain == "obozrevatel.com" || document.domain.substring(document.domain.indexOf(".obozrevatel.com") + 1) == "obozrevatel.com"))
  1384. css += [
  1385. "body > .header {margin-top: 0 !important;}"
  1386. ].join("\n");
  1387. if (false || (document.domain == "ofxme.co" || document.domain.substring(document.domain.indexOf(".ofxme.co") + 1) == "ofxme.co"))
  1388. css += [
  1389. ".wrapper > .main-content {margin-top: 0 !important;}"
  1390. ].join("\n");
  1391. if (false || (document.domain == "ogorod.ru" || document.domain.substring(document.domain.indexOf(".ogorod.ru") + 1) == "ogorod.ru"))
  1392. css += [
  1393. "div[class=\"global-top-menus article_menu_type\"] {margin-top: auto !important;}"
  1394. ].join("\n");
  1395. if (false || (document.domain == "ok.ru" || document.domain.substring(document.domain.indexOf(".ok.ru") + 1) == "ok.ru"))
  1396. css += [
  1397. ".dialogWrapperBanner {transform: scale(0) !important; opacity: 0 !important; pointer-events: none !important; position: fixed !important; top: -1000px !important;}"
  1398. ].join("\n");
  1399. if (false || (document.domain == "oldseedoff.zannn.top" || document.domain.substring(document.domain.indexOf(".oldseedoff.zannn.top") + 1) == "oldseedoff.zannn.top") || (document.domain == "seedoff.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff.innal.top") + 1) == "seedoff.innal.top") || (document.domain == "seedoff.zannn.top" || document.domain.substring(document.domain.indexOf(".seedoff.zannn.top") + 1) == "seedoff.zannn.top") || (document.domain == "seedoff2.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff2.innal.top") + 1) == "seedoff2.innal.top") || (document.domain == "seedoff3.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff3.innal.top") + 1) == "seedoff3.innal.top") || (document.domain == "seedoff4.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff4.innal.top") + 1) == "seedoff4.innal.top") || (document.domain == "seedoff5.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff5.innal.top") + 1) == "seedoff5.innal.top") || (document.domain == "seedoff6.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff6.innal.top") + 1) == "seedoff6.innal.top") || (document.domain == "seedoff7.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff7.innal.top") + 1) == "seedoff7.innal.top") || (document.domain == "seedoff8.innal.top" || document.domain.substring(document.domain.indexOf(".seedoff8.innal.top") + 1) == "seedoff8.innal.top"))
  1400. css += [
  1401. "table.lista[width=\"100%\"][style] > tbody > tr > td.header[width=\"110px\"] {color: transparent !important;}"
  1402. ].join("\n");
  1403. if (false || (document.domain == "omskbird.tv" || document.domain.substring(document.domain.indexOf(".omskbird.tv") + 1) == "omskbird.tv"))
  1404. css += [
  1405. ".have-brand .wrap {margin-top: 0 !important;}"
  1406. ].join("\n");
  1407. if (false || (document.domain == "oper.ru" || document.domain.substring(document.domain.indexOf(".oper.ru") + 1) == "oper.ru"))
  1408. css += [
  1409. "#wrapper {background-image: none !important; padding-bottom: 0 !important;}"
  1410. ].join("\n");
  1411. if (false || (document.domain == "optimakomp.ru" || document.domain.substring(document.domain.indexOf(".optimakomp.ru") + 1) == "optimakomp.ru"))
  1412. css += [
  1413. "#posts div[id^=\"ugolkrug\"] > div[style^=\"background-color\"] {background: none !important;}",
  1414. " #posts div[id^=\"ugolkrug\"] {box-shadow: none !important;}"
  1415. ].join("\n");
  1416. if (false || (document.domain == "otvet.mail.ru" || document.domain.substring(document.domain.indexOf(".otvet.mail.ru") + 1) == "otvet.mail.ru"))
  1417. css += [
  1418. ".wrapper div[class^=\"adv-slot\"], .wrapper div[id^=\"trg-b\"], ",
  1419. " [class*=\"layout\"] div[class^=\"adv-slot\"], ",
  1420. " [class*=\"layout\"] div[id^=\"trg-b\"], ",
  1421. " [class]:not([style]) > [class^=\"adv-slot\"], ",
  1422. " [class]:not([style]) > [class^=\"banner-\"], ",
  1423. " div[class][style=\"top: 56px;\"] > div > div ~ div, ",
  1424. " div[class^=\"layout__contentCol1\"] > div[class^=\"block_1\"], ",
  1425. " footer > .mailru-visibility-check {height: 0 !important; pointer-events: none !important; opacity: 0 !important;}"
  1426. ].join("\n");
  1427. 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"))
  1428. css += [
  1429. "html:not(#ublock0-epicker) body {background-color: #e5e5e5 !important;}",
  1430. " .page-wrapper {margin-top: 0 !important;}"
  1431. ].join("\n");
  1432. if (false || (document.domain == "otzovik.com" || document.domain.substring(document.domain.indexOf(".otzovik.com") + 1) == "otzovik.com"))
  1433. css += [
  1434. "[class*=\"_no_abs\"], [class*=\"_no_abs\"] > * {height: auto !important;}"
  1435. ].join("\n");
  1436. if (false || (document.domain == "outlook.live.com" || document.domain.substring(document.domain.indexOf(".outlook.live.com") + 1) == "outlook.live.com"))
  1437. css += [
  1438. "div[tabindex][role=\"region\"][aria-label] ~ div[data-max-width][class] + div[class^=\"_3_\"] {display: none !important;}"
  1439. ].join("\n");
  1440. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  1441. css += [
  1442. ".an-link-list, .main-wrap > .grid.ui > .sixteen.wide.column.container-block, .material-inline-an {position: fixed !important; top: -10000px !important; left: -10000px !important;}"
  1443. ].join("\n");
  1444. if (false || (document.domain == "peka2.tv" || document.domain.substring(document.domain.indexOf(".peka2.tv") + 1) == "peka2.tv"))
  1445. css += [
  1446. ".body--has-ad:before, advert-header-banner {display: none !important;}",
  1447. " .body--has-ad {padding-top: 0 !important;}"
  1448. ].join("\n");
  1449. if (false || (document.domain == "penzainform.ru" || document.domain.substring(document.domain.indexOf(".penzainform.ru") + 1) == "penzainform.ru"))
  1450. css += [
  1451. "html:not(#ublock0-epicker) body {cursor: auto !important; pointer-events: none !important; background: whitesmoke !important;}",
  1452. " #divWrapper > * {pointer-events: auto !important;}",
  1453. " #divWrapper {pointer-events: none !important;}"
  1454. ].join("\n");
  1455. if (false || (document.domain == "playground.ru" || document.domain.substring(document.domain.indexOf(".playground.ru") + 1) == "playground.ru"))
  1456. css += [
  1457. "#foundationWrapper {background: #373737 !important;}"
  1458. ].join("\n");
  1459. if (false || (document.domain == "playtor.tv" || document.domain.substring(document.domain.indexOf(".playtor.tv") + 1) == "playtor.tv"))
  1460. css += [
  1461. ".page-wrapper {margin-top: 0 !important;}"
  1462. ].join("\n");
  1463. if (false || (document.domain == "playua.net" || document.domain.substring(document.domain.indexOf(".playua.net") + 1) == "playua.net"))
  1464. css += [
  1465. "html > body {background-image: none !important; background-color: transparent !important;}",
  1466. " body > #page {margin-top: 65px !important;}"
  1467. ].join("\n");
  1468. if (false || (document.domain == "pluggedin.ru" || document.domain.substring(document.domain.indexOf(".pluggedin.ru") + 1) == "pluggedin.ru"))
  1469. css += [
  1470. ".banner-advertise {margin-top: 0 !important;}",
  1471. " .open-main-container {margin-top: 60px !important;}"
  1472. ].join("\n");
  1473. if (false || (document.domain == "podrobno.uz" || document.domain.substring(document.domain.indexOf(".podrobno.uz") + 1) == "podrobno.uz"))
  1474. css += [
  1475. "#offerPopup {display: none !important;}",
  1476. " .main {margin-top: 0 !important;}",
  1477. " body {overflow: auto !important;}"
  1478. ].join("\n");
  1479. if (false || (document.domain == "politobzor.net" || document.domain.substring(document.domain.indexOf(".politobzor.net") + 1) == "politobzor.net"))
  1480. css += " .banner {height: 90px !important;}";
  1481. 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"))
  1482. css += [
  1483. "[id*=\"adbloc\"] {display: none !important;}"
  1484. ].join("\n");
  1485. if (false || (document.domain == "pornreactor.cc" || document.domain.substring(document.domain.indexOf(".pornreactor.cc") + 1) == "pornreactor.cc"))
  1486. css += [
  1487. "#background, #container, html:not(#ublock0-epicker) body {background: #6d1700 !important; padding-top: 0 !important;}",
  1488. " #container > :not(#page) a[target^=\"_\"] {display: none !important;}"
  1489. ].join("\n");
  1490. if (false || (document.domain == "povarenok.ru" || document.domain.substring(document.domain.indexOf(".povarenok.ru") + 1) == "povarenok.ru"))
  1491. css += [
  1492. "body {background: none !important;}",
  1493. " .sp-header-block {height: 50px !important;}",
  1494. " .page-width {margin-top: 0 !important;}"
  1495. ].join("\n");
  1496. if (false || (document.domain == "prikol.ru" || document.domain.substring(document.domain.indexOf(".prikol.ru") + 1) == "prikol.ru"))
  1497. css += [
  1498. "html > body {background-image:none !important; pointer-events: none !important;}",
  1499. " html > body > * {pointer-events: auto !important;}",
  1500. " #container {top: auto !important;}"
  1501. ].join("\n");
  1502. if (false || (document.domain == "promodj.com" || document.domain.substring(document.domain.indexOf(".promodj.com") + 1) == "promodj.com"))
  1503. css += " #topbrandingspot {padding-top: 0 !important;}";
  1504. if (false || (document.domain == "pronpic.org" || document.domain.substring(document.domain.indexOf(".pronpic.org") + 1) == "pronpic.org"))
  1505. css += [
  1506. "div[style=\"color:red;font-size:25px;\"], .adblock_loock {display: none !important;}",
  1507. " #vO5STmSLgNAkebzSluI8coxpDgsG97g {height: 1px !important;}"
  1508. ].join("\n");
  1509. if (false || (document.domain == "prophotos.ru" || document.domain.substring(document.domain.indexOf(".prophotos.ru") + 1) == "prophotos.ru"))
  1510. css += [
  1511. "body:not(#id) {padding-top: 130px !important;}"
  1512. ].join("\n");
  1513. if (false || (document.domain == "prostoporno.help" || document.domain.substring(document.domain.indexOf(".prostoporno.help") + 1) == "prostoporno.help"))
  1514. css += [
  1515. ".content_wrapper {padding-top: 0 !important;}"
  1516. ].join("\n");
  1517. if (false || (document.domain == "pure-t.ru" || document.domain.substring(document.domain.indexOf(".pure-t.ru") + 1) == "pure-t.ru"))
  1518. css += [
  1519. ".g1-header {top: 0 !important; position: relative !important;}"
  1520. ].join("\n");
  1521. if (false || (document.domain == "pvpru.com" || document.domain.substring(document.domain.indexOf(".pvpru.com") + 1) == "pvpru.com"))
  1522. css += [
  1523. ".above_body > div[style] {height: auto !important;}",
  1524. " #ad_global_below_navbar, #header ~ * {position: fixed !important; transform: scale(0) !important; top: -10000px !important;}"
  1525. ].join("\n");
  1526. if (false || (document.domain == "radikal.ru" || document.domain.substring(document.domain.indexOf(".radikal.ru") + 1) == "radikal.ru"))
  1527. css += [
  1528. "body[style*=\"cursor\"] {background-image: none !important; pointer-events: none !important; position: relative !important;}",
  1529. " .render_body_main {margin-top: 0 !important;}",
  1530. " body[style*=\"cursor\"] .base-page_wrapper > * > * {pointer-events: auto !important;}"
  1531. ].join("\n");
  1532. if (false || (document.domain == "radioclub.ua" || document.domain.substring(document.domain.indexOf(".radioclub.ua") + 1) == "radioclub.ua"))
  1533. css += [
  1534. "#js-content {padding-top: 0 !important;}"
  1535. ].join("\n");
  1536. if (false || (document.domain == "radiola.audio" || document.domain.substring(document.domain.indexOf(".radiola.audio") + 1) == "radiola.audio"))
  1537. css += [
  1538. ".mh-container {margin-top: 0 !important;}"
  1539. ].join("\n");
  1540. if (false || (document.domain == "razlozhi.ru" || document.domain.substring(document.domain.indexOf(".razlozhi.ru") + 1) == "razlozhi.ru"))
  1541. css += [
  1542. "html > head ~ body {width: 100% !important;}",
  1543. " body div[class][style^=\"background: url\"][style*=\"bgpattern.\"][style*=\"width:\"][style*=\"height:\"], ",
  1544. " html > body > div[class] {width: auto !important;}"
  1545. ].join("\n");
  1546. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  1547. css += [
  1548. ".l-sticky-right > style + div[class], .l-sticky-right-parent, .popup_push {display: none !important;}"
  1549. ].join("\n");
  1550. 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"))
  1551. css += [
  1552. ".g-banner__news-footer {min-height: 0 !important;}"
  1553. ].join("\n");
  1554. if (false || (document.domain == "rbkgames.com" || document.domain.substring(document.domain.indexOf(".rbkgames.com") + 1) == "rbkgames.com"))
  1555. css += [
  1556. ".branding .main-content {margin-top: 60px !important;}"
  1557. ].join("\n");
  1558. if (false || (document.domain == "ren.tv" || document.domain.substring(document.domain.indexOf(".ren.tv") + 1) == "ren.tv"))
  1559. css += [
  1560. "#container-main, #sidebar, .main-with-sidebar {min-height: 0 !important;}"
  1561. ].join("\n");
  1562. if (false || (document.domain == "ria.ru" || document.domain.substring(document.domain.indexOf(".ria.ru") + 1) == "ria.ru"))
  1563. css += [
  1564. ".m-blur ~ #modalLayer {display: none !important;}",
  1565. " .m-blur {filter: none !important; position: relative !important;}"
  1566. ].join("\n");
  1567. if (false || (document.domain == "riotpixels.com" || document.domain.substring(document.domain.indexOf(".riotpixels.com") + 1) == "riotpixels.com"))
  1568. css += [
  1569. "body {background-image: none !important;}",
  1570. " body:not(#id) .all-wrapper, body:not(#id) .bottom-bar {top: 0 !important;}"
  1571. ].join("\n");
  1572. if (false || (document.domain == "rns.online" || document.domain.substring(document.domain.indexOf(".rns.online") + 1) == "rns.online"))
  1573. css += [
  1574. "#boxbox, #boxfade {display: none !important;}"
  1575. ].join("\n");
  1576. if (false || (document.domain == "root-nation.com" || document.domain.substring(document.domain.indexOf(".root-nation.com") + 1) == "root-nation.com"))
  1577. css += [
  1578. " .backstretch {display: none !important;}"
  1579. ].join("\n");
  1580. 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.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"))
  1581. css += [
  1582. "#FheaderContent > div[id]:not([class]) {min-height: 0 !important;}"
  1583. ].join("\n");
  1584. if (false || (document.domain == "rufilmtv.pro" || document.domain.substring(document.domain.indexOf(".rufilmtv.pro") + 1) == "rufilmtv.pro"))
  1585. css += [
  1586. "body > header {margin-bottom: auto !important;}"
  1587. ].join("\n");
  1588. if (false || (document.domain == "rufootballtv.org" || document.domain.substring(document.domain.indexOf(".rufootballtv.org") + 1) == "rufootballtv.org"))
  1589. css += [
  1590. "body > #branding {padding-top: 0 !important;}"
  1591. ].join("\n");
  1592. if (false || (document.domain == "rusfootball.info" || document.domain.substring(document.domain.indexOf(".rusfootball.info") + 1) == "rusfootball.info"))
  1593. css += [
  1594. "#wrap {margin-top: auto !important;}"
  1595. ].join("\n");
  1596. if (false || (document.domain == "rusprofile.ru" || document.domain.substring(document.domain.indexOf(".rusprofile.ru") + 1) == "rusprofile.ru"))
  1597. css += [
  1598. "#subscription_banner_root {display: none !important;}",
  1599. " body {overflow: auto !important;}"
  1600. ].join("\n");
  1601. if (false || (document.domain == "russorosso.ru" || document.domain.substring(document.domain.indexOf(".russorosso.ru") + 1) == "russorosso.ru"))
  1602. css += [
  1603. "#wrapper > #header {margin-top: 0 !important;}"
  1604. ].join("\n");
  1605. if (false || (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"))
  1606. css += [
  1607. "[class^=\"internal-promo-\"]:not(#id) {color: #006699 !important; font-weight: 100 !important;}",
  1608. " #main-nav .floatR, #topic_main > [id^=\"post_\"] ~ .hide-for-print {display: none !important;}"
  1609. ].join("\n");
  1610. if (false || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru"))
  1611. css += [
  1612. ".body--brranding > .content {margin-top: unset !important;}",
  1613. " html:not(#id) > body:not(#id) .body--brranding > * {pointer-events: auto !important;}",
  1614. " html:not(#id) > body:not(#id) .body--brranding {pointer-events: none !important;}"
  1615. ].join("\n");
  1616. if (false || (document.domain == "season-var.net" || document.domain.substring(document.domain.indexOf(".season-var.net") + 1) == "season-var.net"))
  1617. css += [
  1618. "#main-wrapper {top: 0 !important;}"
  1619. ].join("\n");
  1620. if (false || (document.domain == "semestr.ru" || document.domain.substring(document.domain.indexOf(".semestr.ru") + 1) == "semestr.ru"))
  1621. css += [
  1622. "body > .row {margin-left: 0 !important; margin-right: 0 !important;}"
  1623. ].join("\n");
  1624. if (false || (document.domain == "sergeistrelec.ru" || document.domain.substring(document.domain.indexOf(".sergeistrelec.ru") + 1) == "sergeistrelec.ru"))
  1625. css += [
  1626. "div[id][style^=\"background\"][style*=\"fixed\"][style*=\"z-index\"] {display: none !important;}"
  1627. ].join("\n");
  1628. if (false || (document.domain == "sherdog.com" || document.domain.substring(document.domain.indexOf(".sherdog.com") + 1) == "sherdog.com"))
  1629. css += [
  1630. "body > div[class]:not([id])[style^=\"background-color\"][style$=\"z-index: 100000000;\"] {display: none !important;}",
  1631. " html, html > body {overflow: auto !important;}"
  1632. ].join("\n");
  1633. if (false || (document.domain == "simhost.org" || document.domain.substring(document.domain.indexOf(".simhost.org") + 1) == "simhost.org"))
  1634. css += [
  1635. ".main {margin-top: 50px !important;}"
  1636. ].join("\n");
  1637. if (false || (document.domain == "slushat-tekst-pesni.ru" || document.domain.substring(document.domain.indexOf(".slushat-tekst-pesni.ru") + 1) == "slushat-tekst-pesni.ru"))
  1638. css += [
  1639. ".abp {transform: none !important; direction: ltr !important;}"
  1640. ].join("\n");
  1641. if (false || (document.domain == "smb.ixbt.com" || document.domain.substring(document.domain.indexOf(".smb.ixbt.com") + 1) == "smb.ixbt.com"))
  1642. css += [
  1643. ".smb-bg {background: none !important;}",
  1644. " .wrapper > #tm {margin-bottom: auto !important;}"
  1645. ].join("\n");
  1646. if (false || (document.domain == "smotri-filmi.cc" || document.domain.substring(document.domain.indexOf(".smotri-filmi.cc") + 1) == "smotri-filmi.cc"))
  1647. css += [
  1648. ".broda {margin-top: 0 !important;}"
  1649. ].join("\n");
  1650. if (false || (document.domain == "smotri.com" || document.domain.substring(document.domain.indexOf(".smotri.com") + 1) == "smotri.com"))
  1651. css += [
  1652. "#wrapper > #all {margin-top: 0 !important;}"
  1653. ].join("\n");
  1654. if (false || (document.domain == "snob.ru" || document.domain.substring(document.domain.indexOf(".snob.ru") + 1) == "snob.ru"))
  1655. css += [
  1656. ".promotion .h-layoutWide {cursor: auto !important;}"
  1657. ].join("\n");
  1658. if (false || (document.domain == "soccer.ru" || document.domain.substring(document.domain.indexOf(".soccer.ru") + 1) == "soccer.ru"))
  1659. css += [
  1660. "#main_body > .block {height: auto !important;}",
  1661. " #site {margin-top: 0 !important}"
  1662. ].join("\n");
  1663. if (false || (document.domain == "sochi.camera" || document.domain.substring(document.domain.indexOf(".sochi.camera") + 1) == "sochi.camera"))
  1664. css += [
  1665. "#cams_top_block, .banner {height: 0 !important;}"
  1666. ].join("\n");
  1667. if (false || (document.domain == "softbox.tv" || document.domain.substring(document.domain.indexOf(".softbox.tv") + 1) == "softbox.tv"))
  1668. css += [
  1669. "#cn-content.playlists-iframe {display: block !important;}"
  1670. ].join("\n");
  1671. if (false || (document.domain == "softportal.com" || document.domain.substring(document.domain.indexOf(".softportal.com") + 1) == "softportal.com"))
  1672. css += [
  1673. ".TblBorderCLR > tbody > tr > td[style=\"padding:15px 0;\"][align=\"center\"], ",
  1674. " .TblTopBanCLR td > a[href] > img, a[href^=\"prog\"][target=\"_blank\"], ",
  1675. " a[href^=\"prog\"][target=\"_blank\"] ~ *, div[class=\"mfp-bg mfp-ready\"], ",
  1676. " div[class=\"mfp-wrap mfp-close-btn-in mfp-auto-cursor mfp-ready\"], ",
  1677. " td[style=\"width:342px; padding-right:14px;\"][valign=\"top\"] {display: none !important;}",
  1678. " html {overflow: auto !important;}"
  1679. ].join("\n");
  1680. if (false || (document.domain == "sovet.kidstaff.com.ua" || document.domain.substring(document.domain.indexOf(".sovet.kidstaff.com.ua") + 1) == "sovet.kidstaff.com.ua"))
  1681. css += [
  1682. "body {padding-top: 40px !important; background-image: none !important;}"
  1683. ].join("\n");
  1684. if (false || (document.domain == "sovetromantica.com" || document.domain.substring(document.domain.indexOf(".sovetromantica.com") + 1) == "sovetromantica.com"))
  1685. css += [
  1686. ".mainContainer {padding-top: 0 !important;}"
  1687. ].join("\n");
  1688. if (false || (document.domain == "sport-express.ru" || document.domain.substring(document.domain.indexOf(".sport-express.ru") + 1) == "sport-express.ru"))
  1689. css += [
  1690. "#show-popup {display: none !important;}",
  1691. " body.popup {overflow: auto !important;}"
  1692. ].join("\n");
  1693. if (false || (document.domain == "sportmail.ru" || document.domain.substring(document.domain.indexOf(".sportmail.ru") + 1) == "sportmail.ru"))
  1694. css += [
  1695. ".layout_footer {margin-top: 20px !important;}"
  1696. ].join("\n");
  1697. if (false || (document.domain == "spbvoditel.ru" || document.domain.substring(document.domain.indexOf(".spbvoditel.ru") + 1) == "spbvoditel.ru"))
  1698. css += [
  1699. // !! расширяем
  1700. " .main .content .right-col {width: 90% !important;}"
  1701. ].join("\n");
  1702. 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"))
  1703. css += [
  1704. "html > body {background: #a7a7a7 !important;}",
  1705. " #branding-layout:not(#id), .page-layout {margin-top: 0 !important;}",
  1706. " #branding-layout:not(#id), body.img-bg {padding-top: 0 !important;}",
  1707. " [data-content-name=\"banner-static\"] {position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important;}",
  1708. " #branding-layout > a {width: 0 !important; height: 0 !important; left: -10000px !important;}",
  1709. ".kaspersky, .overall, #branding-layout {background: none !important;}",
  1710. // !!" body.img-bg, #branding-layout:not(#id) {background: #f5f8fa !important; padding-top: 0 !important;}",
  1711. " #branding-layout {background: url(\'\') !important;}",
  1712. ".kaspersky, .pageLayout {top: 0px !important;}",
  1713. // !! расширяем
  1714. " .page-layout, .pageLayout{top: 0px !important; max-width: 2000px !important; }",
  1715. " .content-wrapper, .columns-layout__main, .g-wrap-main, .layout-columns {width: 100% !important;}",
  1716. " .main-wrap{width: 95% !important;}",
  1717. " .box{width: 98% !important;}",
  1718. " .mainPart{width: 80% !important;}",
  1719. " .additional-block {width: 200px !important;}",
  1720. " .rightPart {width: 20% !important;}",
  1721. " .rightPart {margin-left: 80% !important;}",
  1722. " .columns-layout__left + .columns-layout__main {max-width: 1100px !important;}",
  1723. " #branding-layout{padding-top: 0px !important;}",
  1724. " .tag-main-block .box {padding-right: 0px !important;}"
  1725. ].join("\n");
  1726. if (false || (document.domain == "spot.uz" || document.domain.substring(document.domain.indexOf(".spot.uz") + 1) == "spot.uz"))
  1727. css += [
  1728. "#header-dummy:not(#id) {min-height: 70px !important;}"
  1729. ].join("\n");
  1730. if (false || (document.domain == "stadion.uz" || document.domain.substring(document.domain.indexOf(".stadion.uz") + 1) == "stadion.uz"))
  1731. css += [
  1732. "#site_container {margin-top: auto !important;}"
  1733. ].join("\n");
  1734. 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"))
  1735. css += [
  1736. "#timer_2 {display: block !important;}",
  1737. " #timer_1 {display: none !important;}"
  1738. ].join("\n");
  1739. if (false || (document.domain == "stopgame.ru" || document.domain.substring(document.domain.indexOf(".stopgame.ru") + 1) == "stopgame.ru"))
  1740. css += [
  1741. "div[id^=\"videoplayer_\"][class^=\"iframe_wrapper\"] {display: block !important;}",
  1742. " #preroll_mediaplayer {display: none !important;}"
  1743. ].join("\n");
  1744. if (false || (document.domain == "stranamam.ru" || document.domain.substring(document.domain.indexOf(".stranamam.ru") + 1) == "stranamam.ru"))
  1745. css += [
  1746. ".n-main-branding-container {margin-top: 0 !important;}"
  1747. ].join("\n");
  1748. if (false || (document.domain == "stratege.ru" || document.domain.substring(document.domain.indexOf(".stratege.ru") + 1) == "stratege.ru"))
  1749. css += [
  1750. "#body_box_label > [class]:not([style]):not([title]), ",
  1751. " body:not(#body_box_label) > style ~ div[id]:not([class]):not([title]):not([id*=\"footer\"]):not(:nth-last-child(-n+5)) {background-image: none !important; background-color: #dbdbdb !important;}",
  1752. " #body_box_label #wrapper > #content > div:empty, ",
  1753. " #body_box_label #wrapper > #content ~ :not(#footer), ",
  1754. " #body_box_label #wrapper > #footer > div[id]:not(.wrapper), ",
  1755. " #body_box_label > [class]:not([title]) > style + [id]:not([class]):not(#wrapper), ",
  1756. " body:not(#body_box_label) > [id*=\"footer\"]:not(#footer):not(#footer_morecopyright), ",
  1757. " body:not(#body_box_label) > style ~ div[id]:not([class]):not([title]):not([id*=\"footer\"]):not(:nth-last-child(-n+5)) > style + div[id]:not(#globalcontent) {display: none !important;}",
  1758. " .above_body {margin-bottom: auto !important;}",
  1759. " #globalcontent {padding-top: 0 !important;}"
  1760. ].join("\n");
  1761. if (false || (document.domain == "tarkov-wiki.ru" || document.domain.substring(document.domain.indexOf(".tarkov-wiki.ru") + 1) == "tarkov-wiki.ru"))
  1762. css += [
  1763. "html > div[class][style^=\"background-color: rgba\"] {display: none !important;}",
  1764. " html > body {overflow: auto !important;}"
  1765. ].join("\n");
  1766. if (false || (document.domain == "tehnot.com" || document.domain.substring(document.domain.indexOf(".tehnot.com") + 1) == "tehnot.com"))
  1767. css += [
  1768. "html:not(#ublock0-epicker) > body {background-image: none !important; background-color: #e8e8e8 !important; cursor: auto !important;}",
  1769. " body > #td-outer-wrap > * {pointer-events: auto !important;}",
  1770. " body > #td-outer-wrap {pointer-events: none !important; cursor: auto !important;}"
  1771. ].join("\n");
  1772. if (false || (document.domain == "texterra.ru" || document.domain.substring(document.domain.indexOf(".texterra.ru") + 1) == "texterra.ru"))
  1773. css += [
  1774. "html {overflow: auto !important;}"
  1775. ].join("\n");
  1776. if (false || (document.domain == "tricolor.tv" || document.domain.substring(document.domain.indexOf(".tricolor.tv") + 1) == "tricolor.tv"))
  1777. css += [
  1778. " {background-image: url(\" \") !important;}",
  1779. " #allWrap {background: #dfdfdf !important;}",
  1780. " .is-index-help, #allWrap {background: url(\" \") !important;}"
  1781. ].join("\n");
  1782. if (false || (document.domain == "tochka.net" || document.domain.substring(document.domain.indexOf(".tochka.net") + 1) == "tochka.net"))
  1783. css += [
  1784. ".promobar {margin-bottom: 0 !important;}",
  1785. " body > footer {margin-top: 0 !important;}",
  1786. " #comments_block {margin-top: unset !important;}"
  1787. ].join("\n");
  1788. if (false || (document.domain == "torrentinka.me" || document.domain.substring(document.domain.indexOf(".torrentinka.me") + 1) == "torrentinka.me"))
  1789. css += [
  1790. ".dwrp {margin-top: 0 !important;}"
  1791. ].join("\n");
  1792. if (false || (document.domain == "tort.fm" || document.domain.substring(document.domain.indexOf(".tort.fm") + 1) == "tort.fm"))
  1793. css += "#topper_up {height: 88px !important;}";
  1794. if (false || (document.domain == "tracktor.tv" || document.domain.substring(document.domain.indexOf(".tracktor.tv") + 1) == "tracktor.tv"))
  1795. css += [
  1796. ".pagebg {padding-top: 0 !important;}"
  1797. ].join("\n");
  1798. if (false || (document.domain == "translit.ru" || document.domain.substring(document.domain.indexOf(".translit.ru") + 1) == "translit.ru"))
  1799. css += [
  1800. ".tBlurred {-webkit-filter: none !important;}",
  1801. " .tPechenkiInfoblock {display: none !important;}"
  1802. ].join("\n");
  1803. if (false || (document.domain == "trucks.ati.su" || document.domain.substring(document.domain.indexOf(".trucks.ati.su") + 1) == "trucks.ati.su"))
  1804. css += [
  1805. ".grid-user-data > .user-data-grid {background: none !important;}"
  1806. ].join("\n");
  1807. if (false || (document.domain == "turboserial.net" || document.domain.substring(document.domain.indexOf(".turboserial.net") + 1) == "turboserial.net"))
  1808. css += [
  1809. "body > div[class^=\"arcticmodal-\"] {display: none !important;}",
  1810. " body:not(#id) {overflow: auto !important;}"
  1811. ].join("\n");
  1812. if (false || (document.domain == "tv-kanali.online" || document.domain.substring(document.domain.indexOf(".tv-kanali.online") + 1) == "tv-kanali.online"))
  1813. css += [
  1814. "iframe.youtube-video:not([src*=\"//utraff.com/\"]) {display: block !important;}"
  1815. ].join("\n");
  1816. 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"))
  1817. css += [
  1818. "#mount main > div[class^=\"content__\"] > .content__main ~ div[class*=\"content__\"] > *, ",
  1819. " #mount main > div[class^=\"content__\"] ~ div:not([class^=\"content__\"]):not(.zen):not(.bread-crumbs) > *, ",
  1820. " .main-controller__grid-wrapper > [class*=\"grid_period_\"] ~ * > *, ",
  1821. " .page_controller_channel main.content > div[class]:first-child > div:first-child[style*=\"background-image\"], ",
  1822. " .zen, ",
  1823. " [class*=\"grid_period_\"] > div[class] > div[class^=\"grid__\"] ~ div:not([class^=\"grid__\"]), ",
  1824. " body > #mount > div[class] > :not(header):not(main):not(footer):not(.metrika-loader) {display: none !important;}"
  1825. ].join("\n");
  1826. if (false || (document.domain == "tvzavr.ru" || document.domain.substring(document.domain.indexOf(".tvzavr.ru") + 1) == "tvzavr.ru"))
  1827. css += [
  1828. ".page__inner_branding {background-image: none !important;}",
  1829. " .page__inner_branding > a {display: none !important;}",
  1830. " .page__inner_branding {padding-top: 100px !important;}"
  1831. ].join("\n");
  1832. if (false || (document.domain == "ua-cinema.com" || document.domain.substring(document.domain.indexOf(".ua-cinema.com") + 1) == "ua-cinema.com"))
  1833. css += [
  1834. "html:not(#ublock0-epicker) body {background: #091016 !important;}",
  1835. " .head-top {position: absolute !important;}"
  1836. ].join("\n");
  1837. if (false || (document.domain == "ua.news" || document.domain.substring(document.domain.indexOf(".ua.news") + 1) == "ua.news"))
  1838. css += [
  1839. "html:not(#ublock0-epicker) body {background-image: none !important; background-color: #ffffff !important; padding-top: 0 !important;}"
  1840. ].join("\n");
  1841. if (false || (document.domain == "uakino.com" || document.domain.substring(document.domain.indexOf(".uakino.com") + 1) == "uakino.com"))
  1842. css += [
  1843. "header .container {padding-top: 30px !important;}"
  1844. ].join("\n");
  1845. if (false || (document.domain == "uniondht.org" || document.domain.substring(document.domain.indexOf(".uniondht.org") + 1) == "uniondht.org"))
  1846. css += [
  1847. ".colorAdmin {color: black !important; font-weight: 100 !important; font-size: 8px !important;}"
  1848. ].join("\n");
  1849. if (false || (document.domain == "uteka.ua" || document.domain.substring(document.domain.indexOf(".uteka.ua") + 1) == "uteka.ua"))
  1850. css += [
  1851. "#page { -webkit-filter:none !important; filter: none !important;}",
  1852. " .fancybox-lock .fancybox-overlay {display: none !important;}",
  1853. " .fancybox-lock body {overflow: auto !important;}"
  1854. ].join("\n");
  1855. if (false || (document.domain == "vgtimes.ru" || document.domain.substring(document.domain.indexOf(".vgtimes.ru") + 1) == "vgtimes.ru"))
  1856. css += [
  1857. "body[style] > .vgt_orig_bg {display: block !important;}",
  1858. " .vgt_fullscreen {display: none !important;}",
  1859. " html > body[style] > :not(.vgt_orig_bg) {pointer-events: auto !important;}",
  1860. " html > body[style] {pointer-events: none !important; padding-top: 0 !important; background-image: none !important;}"
  1861. ].join("\n");
  1862. if (false || (document.domain == "videomore.ru" || document.domain.substring(document.domain.indexOf(".videomore.ru") + 1) == "videomore.ru"))
  1863. css += [
  1864. " .with-cookies-agreements .wrapper {margin-top: 120px !important;}",
  1865. " body > .wrapper {padding-top: 0 !important;",
  1866. " background-color: #ECEFF2 !important;}",
  1867. " .wrapper.adfoxClickable {padding-top: 0 !important;",
  1868. " background-image: none !important;",
  1869. " pointer-events: none !important;",
  1870. " background-color: #ECEFF2 !important;}",
  1871. " .wrapper.adfoxClickable > div {pointer-events: auto !important;}",
  1872. " .with-cookies-agreements .header {top: 0 !important;}",
  1873. " .with-cookies-agreements .channels-line {top: calc(70px + 0px) !important;}"
  1874. ].join("\n");
  1875. if (false || (document.domain == "videoredaktor.ru" || document.domain.substring(document.domain.indexOf(".videoredaktor.ru") + 1) == "videoredaktor.ru"))
  1876. css += [
  1877. "div[style^=\"min-height: 100vh;\"] {min-height: 0 !important;}"
  1878. ].join("\n");
  1879. if (false || (document.domain == "virtualbrest.by" || document.domain.substring(document.domain.indexOf(".virtualbrest.by") + 1) == "virtualbrest.by"))
  1880. css += [
  1881. ".left-block > .central-top-events > center, ",
  1882. " .right-block > .central-top-events > div[align=\"center\"], ",
  1883. " body > div[id][class] > .header > div > div:not([class^=\"header\"]) > *, ",
  1884. " body > div[id][class] > .header ~ div[class] > ul > li[class]:not(.ttyyuu), ",
  1885. " center > div[style=\"background: #ffffff; width: 700px+50px; padding-left: 10px;\"] {display: none !important;}"
  1886. ].join("\n");
  1887. if (false || (document.domain == "vo-dela.su" || document.domain.substring(document.domain.indexOf(".vo-dela.su") + 1) == "vo-dela.su"))
  1888. css += [
  1889. "#sidebar_column .scrolled {top: auto !important;}"
  1890. ].join("\n");
  1891. if (false || (document.domain == "volnorez.com.ua" || document.domain.substring(document.domain.indexOf(".volnorez.com.ua") + 1) == "volnorez.com.ua"))
  1892. css += [
  1893. ".block-type-widget-area {min-height: 0 !important; box-shadow: none !important;}"
  1894. ].join("\n");
  1895. if (false || (document.domain == "volynpost.com" || document.domain.substring(document.domain.indexOf(".volynpost.com") + 1) == "volynpost.com"))
  1896. css += [
  1897. "body > #layout-center > * {pointer-events: auto !important;}",
  1898. " body > #layout-center {pointer-events: none !important;}"
  1899. ].join("\n");
  1900. if (false || (document.domain == "vsthouse.ru" || document.domain.substring(document.domain.indexOf(".vsthouse.ru") + 1) == "vsthouse.ru"))
  1901. css += [
  1902. ".a-overlay {display: none !important;}"
  1903. ].join("\n");
  1904. if (false || (document.domain == "warfiles.ru" || document.domain.substring(document.domain.indexOf(".warfiles.ru") + 1) == "warfiles.ru"))
  1905. css += "#header + .banner {height: 100px !important;}";
  1906. if (false || (document.domain == "vz.ru" || document.domain.substring(document.domain.indexOf(".vz.ru") + 1) == "vz.ru"))
  1907. css += [
  1908. " div.main-container{max-width: inherit !important;}",
  1909. " div.main-menu > div.menu.sys_thumbs{overflow: inherit !important;}",
  1910. " div.main-menu > div.menu.sys_thumbs > ul > li.thumb{margin-right: 0 !important;}",
  1911. " div.menu{max-width: inherit !important;}"
  1912. ].join("\n");
  1913. if (false || (document.domain == "webdesign-master.ru" || document.domain.substring(document.domain.indexOf(".webdesign-master.ru") + 1) == "webdesign-master.ru"))
  1914. css += [
  1915. "body > div[class] > p {display: none !important;}"
  1916. ].join("\n");
  1917. if (false || (document.domain == "webfile.ru" || document.domain.substring(document.domain.indexOf(".webfile.ru") + 1) == "webfile.ru"))
  1918. css += ".p_wrap {margin-top: 0 !important;}";
  1919. if (false || (document.domain == "windowsobraz.com" || document.domain.substring(document.domain.indexOf(".windowsobraz.com") + 1) == "windowsobraz.com"))
  1920. css += [
  1921. ".timer-block ~ .wrapper > #example {display: block !important;}"
  1922. ].join("\n");
  1923. if (false || (document.domain == "wotspeak.ru" || document.domain.substring(document.domain.indexOf(".wotspeak.ru") + 1) == "wotspeak.ru"))
  1924. css += [
  1925. "#popup-1 {display: none !important;}",
  1926. " .wrap {transform: none !important; margin-top: 0 !important;}"
  1927. ].join("\n");
  1928. if (false || (document.domain == "www.anilibria.tv" || document.domain.substring(document.domain.indexOf(".www.anilibria.tv") + 1) == "www.anilibria.tv"))
  1929. css += [
  1930. "body > div[class]:not([id]):nth-child(-n+5) > div[class] {background-image: none !important;}",
  1931. " body > div[class]:not([id]):nth-child(-n+5) {background-image: none !important; height: auto !important;}",
  1932. " body > div[class]:not([id]):nth-child(-n+5) > a[href] {display: none !important;}"
  1933. ].join("\n");
  1934. if (false || (document.domain == "www.drive2.ru" || document.domain.substring(document.domain.indexOf(".www.drive2.ru") + 1) == "www.drive2.ru"))
  1935. css += [
  1936. ".dv-post-header, ",
  1937. " .g-full-size-post ~ div:not([class*=\"content\"]):not([data-role]):not([class*=\"column\"]):not(:last-child), ",
  1938. " .offer ~ div:not([class*=\"content\"]):not([data-role]):not([class*=\"columns\"]), ",
  1939. " [class*=\"-base-mobile\"] ~ div:not([class*=\"content\"]):not([data-role]):not([class*=\"column\"]):not(:last-child) {display: none !important;}"
  1940. ].join("\n");
  1941. if (false || (document.domain == "www.bigmir.net" || document.domain.substring(document.domain.indexOf(".www.bigmir.net") + 1) == "www.bigmir.net"))
  1942. css += [
  1943. "body > .page {padding-top: 144px !important;}",
  1944. " body > #header {top: 0 !important;}"
  1945. ].join("\n");
  1946. if (false || (document.domain == "www.eg.ru" || document.domain.substring(document.domain.indexOf(".www.eg.ru") + 1) == "www.eg.ru"))
  1947. css += [
  1948. ".facebook-bn_site-overlay {display: none !important;}"
  1949. ].join("\n");
  1950. if (false || (document.domain == "www.okino.ua" || document.domain.substring(document.domain.indexOf(".www.okino.ua") + 1) == "www.okino.ua"))
  1951. css += [
  1952. ".fader-social {display: none !important;}",
  1953. " .social-open {overflow: auto !important;}"
  1954. ].join("\n");
  1955. if (false || (document.domain == "www.zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".www.zoneofgames.ru") + 1) == "www.zoneofgames.ru"))
  1956. css += [
  1957. "html:not(#ublock0-epicker) > body:not(#id) {background-color: #3a3a3a !important;}",
  1958. " #columns > .transparent {background-color: transparent !important;}",
  1959. " body > div[id][style*=\"margin-top\"] {margin-top: 0 !important;}",
  1960. " .ushki {width: unset !important; height: unset !important;}"
  1961. ].join("\n");
  1962. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  1963. css += " .body-branding {background: none !important; padding-top: 0 !important;}";
  1964. if (false || (document.domain == "zaycev.online" || document.domain.substring(document.domain.indexOf(".zaycev.online") + 1) == "zaycev.online"))
  1965. css += [
  1966. ".content:not(#id) {margin-top: 80px !important;}"
  1967. ].join("\n");
  1968. if (false || (document.domain == "zen.yandex.by" || document.domain.substring(document.domain.indexOf(".zen.yandex.by") + 1) == "zen.yandex.by") || (document.domain == "zen.yandex.kz" || document.domain.substring(document.domain.indexOf(".zen.yandex.kz") + 1) == "zen.yandex.kz") || (document.domain == "zen.yandex.ru" || document.domain.substring(document.domain.indexOf(".zen.yandex.ru") + 1) == "zen.yandex.ru") || (document.domain == "zen.yandex.ua" || document.domain.substring(document.domain.indexOf(".zen.yandex.ua") + 1) == "zen.yandex.ua") || (document.domain == "zen.yandex.uz" || document.domain.substring(document.domain.indexOf(".zen.yandex.uz") + 1) == "zen.yandex.uz"))
  1969. css += [
  1970. ".feed__row > .feed__item-wrap div:after {background: transparent !important;}",
  1971. " .feed__row .blackout-filter:empty, .feed__row > .feed__item-wrap > .feed__item > .ad-card {display: none !important;}"
  1972. ].join("\n");
  1973. if (false || (document.domain == "zerofilm.ru" || document.domain.substring(document.domain.indexOf(".zerofilm.ru") + 1) == "zerofilm.ru"))
  1974. css += [
  1975. ".wrap-in {margin-top: 80px !important;}"
  1976. ].join("\n");
  1977. if (false || (document.domain == "znak.com" || document.domain.substring(document.domain.indexOf(".znak.com") + 1) == "znak.com"))
  1978. css += [
  1979. ".wrapper > header {margin-top: 15px !important;}"
  1980. ].join("\n");
  1981. if (false || (document.domain == "zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".zoneofgames.ru") + 1) == "zoneofgames.ru"))
  1982. css += [
  1983. ".branding, .logo {background: none !important; height: auto !important;}"
  1984. ].join("\n");
  1985. if (false || (document.domain == "zoomby.ru" || document.domain.substring(document.domain.indexOf(".zoomby.ru") + 1) == "zoomby.ru"))
  1986. css += [
  1987. ".wrapper {margin-top: 60px !important;}",
  1988. " #global_wrapper_cont {padding: 0 !important;}"
  1989. ].join("\n");
  1990. if (false || (document.domain == "zr.ru" || document.domain.substring(document.domain.indexOf(".zr.ru") + 1) == "zr.ru"))
  1991. css += [
  1992. ".rotate-block {display: table !important;}"
  1993. ].join("\n");
  1994. if (false || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com"))
  1995. css += [
  1996. "html:not(#ublock0-epicker) body {background-color: white !important;}",
  1997. " body{background-image: url() !important;}",
  1998. " body{background-image: none !important;}",
  1999. " div{background-image: url() !important;}",
  2000. " .branding {padding-top: 5px !important;}",
  2001. " body {padding-top: 5px !important;}",
  2002. " body:not(#id) > .b-content.b-content__breadcrumbs, body:not(#id) > .b-content__pagecontent {margin-top: 0 !important;}",
  2003. " .limiter{padding-top: 5px !important; margin-top: 0 !important;}",
  2004. " .main_tm_search_tool,.searchline {background: white !important;}",
  2005. // !! для широкоформатных мониторов
  2006. " .header_container, .bottom_container, #content, .content, .wrapper, .limiter {width: 100% !important;}",
  2007. " div.limiter > div.wrapper > div.c_w > table > tbody > tr > td[align=\"center\"] > table[width=\"960\"] {width: 100% !important;}"
  2008. ].join("\n");
  2009. 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"))
  2010. // ! console.log("es1");
  2011. css += [
  2012. "body{background: none !important;}",
  2013. " body {padding-top: 0px !important;}",
  2014. " body{background-image: none !important;}",
  2015. " body{padding: 0 !important;}",
  2016. " body > .wrap {top: 0 !important;}",
  2017. " .skin-block{background-image: url(\" \") !important;}",
  2018. " element.style{background-image: url(\"\") !important;}",
  2019. " #brTop{background-image: url(\"\") !important;}",
  2020. " html{prefix: \" \" !important;}",
  2021. // !! --- широко
  2022. // !! ".wrap{min-width: 1030px;max-width: 100% !important;}",
  2023. " body > table[width=\"85%\"]{width: 100% !important;}",
  2024. " body > div.wrap{max-width: 100% !important;}",
  2025. " body > div.wrap{min-width: 1030px !important;}"
  2026. ].join("\n");
  2027. if (false || (new RegExp("^https?:\/\/(www|beta)\.gismeteo\.")).test(document.location.href))
  2028. css += [
  2029. " #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;}",
  2030. " #logo, .soft-promo, #soft-promo{display: none !important;}",
  2031. // !!? " #graph{float: none !important;}", //проверить
  2032. " div#post-container,div#pre-container,.soft-promo{background: url(\"\") !important;}",
  2033. " td.content.editor{background: url(\"\") !important;} ",
  2034. " div.map.lazyload{background-image: url(\"\") !important;}",
  2035. // !! оставим меню: снежинки вырезать, на бету сходить
  2036. " #header{height:32px !important;}",
  2037. " #header.fcontent{height:26px !important;}",
  2038. " #menu{top: 0px !important;}",
  2039. " .flakesnow{left: 0px !important;}",
  2040. " #weather-top{height:0px !important; padding: 0px !important;}",
  2041. " div.cright>div#information.rframe{display: none !important;}",
  2042. " div.c-right>div#information.rframe{display: none !important;}",
  2043. " div.c-right>div#weather-right.rframe{display: none !important;}",
  2044. " div.c-right>div#weather-gis-news-alter{display: none !important;}",
  2045. " div#informer.rframe{display: none !important;}",
  2046. " div.newstape__feed{display: none !important;}",
  2047. " #information, #informer, .instagramteaser, #weather-lb-content.fcontent, #weather-lb.rframe, .newsadvert{display: none !important;}",
  2048. " #traffim-widget-169.section, #weather-rbkua .fcontent, #w-hor.rframe, .navteaser, #rbc .rframe, .rframe#weather-left {display: none !important;}",
  2049. // !! " section.content>.wrap>[class]>[class]>o-9imj.column-wrap{display: none !important;}",
  2050. " li#tourism_button{display: none !important;}",
  2051. " body[class*=\"-ru\"] > .content > div[class]:last-child > div > div[class]:first-child ~ div:nth-child(n+1), ",
  2052. " body[class*=\"-ru\"] > div[class]:not([id]):nth-child(-n+2) {display: none !important;}"
  2053. ].join("\n");
  2054. 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"))
  2055. css += [
  2056. " html:not(#id),body:not(#id) {background-image: none!important;}",
  2057. " body{background: none !important;}",
  2058. " body, #theme_8, #theme_2, #theme_3, #theme_4, #theme_5, #theme_6, #theme_7, #theme_1{background: url(\'\') !important;}",
  2059. // !! " body {background-image: none !important;}",
  2060. " body, div#page{background: gray !important; background-color: gray !important;}",
  2061. " body, div#page, element.style, #brTop{background-image: url(\'\') !important;}",
  2062. " body, div#page, .pirate-branding, .pb_button_play{background: none !important;}",
  2063. " div#page, div#wrap, div#content-b{margin-top: 0px !important; top: 0px !important;}",
  2064. " div#optionspanel{margin-top: 0px !important; margin-left: 0px !important;}",
  2065. " div#page > div[style*=\"width: 990px;\"][style*=\"height: 206px; position: relative;\"]{height: 0px !important;}",
  2066. " .pb_top_img, .pirate-branding, a.pb_link, .pb_logo_brand, .pb_left_banner, .pb_right_banner, #b-logo{height: 0px !important;}",
  2067. " .pirate-branding, .pb_button_play_big{top: 0px !important;}",
  2068. " body{padding-top: 0px !important;}",
  2069. " body > #page {padding-top: 0 !important;}",
  2070. " #mmmBanner{height: 0px !important;}",
  2071. " .head_assn {height: 0px !important; width: 0px !important;}",
  2072. " .head_assn .assn_logo {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  2073. " .head_assn .assn_slogan {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  2074. " html{height: 0px !important;}",
  2075. " body{click=(\'\') !important;}",
  2076. // !! заполненяем всю ширину экрана
  2077. " #wrap, htmlarea, text{width: 99% !important;}",
  2078. " #scrollPanel{width: auto !important;}",
  2079. " #wrapper {width: auto !important;}",
  2080. " #content{width: auto !important;}",
  2081. " #content-b, text{width: 100% !important;}",
  2082. " #cntnt, #content-b{position: absolute !important; left: 0px !important; margin-top: 0px !important; margin-left: 0px !important;}",
  2083. // !! проверить замену " .categories{margin: 0 100px 10px !important; float: left !important;}",
  2084. " .categories{width: auto !important; margin: -60px 180px 10px !important; float: left !important;}",
  2085. // !! убрать? " body {text-align: center !important;}",
  2086. // !! убрать? " #page {display: inline-block !important; top: 0px !important; margin-top: 0 !important;}",
  2087. " #wrap {text-align: initial !important;}"
  2088. ].join("\n");
  2089. 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"))
  2090. css += [
  2091. // ! site yandex
  2092. "div.media-grid__row[data-blockname=\"infinity_zen\"] .feed__row .feed__item > div:not([class*=\"card\"]):not([class*=\"feed\"]) > div[class]:not([style]) {background-color: transparent !important;}",
  2093. " div.media-grid__row[data-blockname=\"infinity_zen\"] .feed__row .feed__item > div:not([class*=\"card\"]):not([class*=\"feed\"]):after {background: transparent !important;}",
  2094. " div.media-grid__row[data-blockname=\"infinity_zen\"] .feed__row .feed__item > div:not([class*=\"card\"]):not([class*=\"feed\"]) {box-shadow: none !important;}",
  2095. " .serp-list_left_yes > .card__narrow {box-shadow: none !important; padding-top: 0 !important; padding-bottom: 0 !important;}",
  2096. " .adv_pos_compare-bottom, .adv_pos_compare-side, .adv_pos_popup, ",
  2097. " .blocks-grid__item_static > .direct_type_stripe, .home-arrow__bottom, ",
  2098. " .map-copyrights ~ .sidebar-container .scroll__content .route-panel-form-view__content > div > div[class][style^=\"border-top\"], ",
  2099. " .mg-page-layout-item_pos_right div[class*=\"wrapper\"] > div[class]:empty, ",
  2100. " .mini-suggest__item_subtype_ad, .serp-list > .incut > .direct, .turbo-advert__loader, ",
  2101. " body[class*=\"logged \"][class*=\" b-page_\"] #rtb-inserts, ",
  2102. " body[class*=\"logged \"][class*=\" b-page_\"] ._item-type_rtb-card, ",
  2103. " body[class*=\"logged \"][class*=\" b-page_\"] div[class*=\"direct-desktop_\"], ",
  2104. " div.media-grid__row[data-blockname=\"infinity_zen\"] .feed__row .feed__item > div:not([class*=\"card\"]):not([class*=\"feed\"]) > div[class]:not([style]) > div[class] > div:not([class]), ",
  2105. " div.media-grid__row[data-blockname=\"infinity_zen\"] .feed__row > .feed__item > .ad-card, ",
  2106. " div[aria-label=\"Реклама\"], ",
  2107. " div[class*=\"cl-teaser cl-teaser_card cl-teaser_fixed\"] ~ div[class=\"cl-teaser cl-teaser_card cl-teaser_fixed\"], ",
  2108. " div[class*=\"sidebar\"] > .direct-snippet, ",
  2109. " script[data-message*=\"/turbo\"] ~ * [class^=\"loader\"][class*=\"__loader\"] {display: none !important;}",
  2110. " .mg-page-layout-item div[class^=\"sport-\"], .monetization-group > .monetization-group__item {height: auto !important;}",
  2111. " .news-app .mg-grid__col > div[class*=\"_type_\"] {height: unset !important; min-height: 0 !important;}",
  2112. " .serp-header {margin-top: 0 !important;}",
  2113. " body[class*=\"logged \"][class*=\" b-page_\"] .footer, ",
  2114. " body[class*=\"logged \"][class*=\" b-page_\"] .rows__row_last > [role=\"complementary\"] {margin-top: auto !important;}",
  2115. " .mg-page-layout-item div[class^=\"sport-\"] div[class^=\"turbo-\"] {min-height: 0 !important;}",
  2116. " body[data-bem*=\"/turbo/nzya/\"] div[class$=\"rect\"][id][data-name] {min-height: 0 !important; height: unset !important;}",
  2117. " .b-page {padding-top: 0 !important;}",
  2118. " .sport-event-layout-right-column__item > div {padding-top: 0 !important; padding-bottom: 0 !important;}",
  2119. " .mg-page-layout-item_pos_right div[class*=\"wrapper\"] > div {padding: 0 !important;}",
  2120. " .head-stripe {position: fixed !important; transform: scale(0) !important;}",
  2121. " .b-top-wizard{width: 1000px !important;}",
  2122. " .b-body-items.b-serp-list{width: 1000px !important;}",
  2123. " /* Пустое место от директа на tv.yandex */ ",
  2124. " .tv-grid__page > div[class^=\"tv-grid__item\"], .tv-grid__page > .tv-sortable-item { margin-right: auto !important;}",
  2125. // ! !! чистим maps.yandex
  2126. " .ymaps-map{background: none !important;}",
  2127. // " .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;}",
  2128. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background-image: url() !important;}",
  2129. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background: url(\'\') !important;}",
  2130. // ! !! убрать все фоновые рисунки в картах
  2131. // ! " ymaps{background-image: url() !important;}",
  2132. " tv.yandex.ru##td[width=\"24%\"]{width: 12% !important;}",
  2133. " a{onmousedown='' !important;}",
  2134. " a{onclick='' !important;}"
  2135. ].join("\n");
  2136. if (false || (document.domain == "yandex.ru" || document.domain.substring(document.domain.indexOf(".yandex.ru") + 1) == "yandex.ru"))
  2137. css += [
  2138. "div > .banner-root ~ .page-root > #page div[class^=\"_\"] > div > script + section > div:not([class]) > div[class^=\"_\"] ~ div[class^=\"_\"] > div[class^=\"_\"] ~ div > div:first-child, ",
  2139. " 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;}"
  2140. ].join("\n");
  2141. if (false || (document.domain == "soft-club.me" || document.domain.substring(document.domain.indexOf(".soft-club.me") + 1) == "soft-club.me"))
  2142. css += [
  2143. // ! !! --- широко
  2144. " .main,.main-wrap,.header,.header-main{width: 100% !important;}",
  2145. " div.all,div.all-wrap,.pageWidth{max-width: 100% !important; width: 100% !important;}",
  2146. " article,.header,.header-main{width: 100% !important;}",
  2147. " div.content{width: 80% !important;}",
  2148. " div.sidebar1{width: 18% !important;}"
  2149. ].join("\n");
  2150. if (false || (document.domain == "4seasons-ltc.com" || document.domain.substring(document.domain.indexOf(".4seasons-ltc.com") + 1) == "4seasons-ltc.com"))
  2151. css += [
  2152. "body{background-image: none !important;}",
  2153. " body{font-family: Tahoma !important;}"
  2154. ].join("\n");
  2155. if (false || (document.domain == "80-e.ru" || document.domain.substring(document.domain.indexOf(".80-e.ru") + 1) == "80-e.ru"))
  2156. css += [
  2157. " div#ipbwrapper{margin: 0 !important; width: inherit !important; max-width: inherit !important;}"
  2158. ].join("\n");
  2159. if (false || (document.domain == "china-review.com.ua" || document.domain.substring(document.domain.indexOf(".china-review.com.ua") + 1) == "china-review.com.ua"))
  2160. css += [
  2161. "body{background: url() !important;}",
  2162. " body{background-image: none !important;}",
  2163. " body{background: none !important;}",
  2164. " body{margin-top: 0px !important;}"
  2165. ].join("\n");
  2166. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  2167. css += [
  2168. "body{background: none !important;} .layer_top {background: none !important;} .layer_bottom {background: none !important;} .cast_bg{background: none !important;}",
  2169. " .contentbg {background-image: none !important;} #4iframe {background-image: none !important;} ",
  2170. " #framescr{background-image: none !important;}"
  2171. ].join("\n");
  2172. if (false || (document.domain == "amovies.tv" || document.domain.substring(document.domain.indexOf(".amovies.tv") + 1) == "amovies.tv"))
  2173. css += [
  2174. // !! расширяем
  2175. "article{width: 980px !important;}",
  2176. " #vk_select {float: none !important; margin-left: 445px !important;}",
  2177. " #vk_top,#vk_select {background: url() !important;}"
  2178. ].join("\n");
  2179. if (false || (document.domain == "apteka.ru" || document.domain.substring(document.domain.indexOf(".apteka.ru") + 1) == "apteka.ru"))
  2180. css += [
  2181. " div.wrapper_root > div.wrapper > section.middle{margin-bottom: 0 !important;}",
  2182. " div.wrapper_root > div.wrapper > section.middle > div.container.clr{min-height: 180px !important;}",
  2183. " div.wrapper_root > div.wrapper > section.middle > div.container.clr > div.content.bottom-content > section.items.items-tile.items-viewed{margin: 0 !important;}",
  2184. " div.wrapper_root > div.wrapper > section.middle > div.tabs.top-tabs.clr{margin-bottom: 0 !important;}"
  2185. ].join("\n");
  2186. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  2187. css += " .bonprix-1{background: none !important;} ";
  2188. if (false || (document.domain == "bash.im" || document.domain.substring(document.domain.indexOf(".bash.im") + 1) == "bash.im"))
  2189. css += " span.csd{background: none !important;}";
  2190. if (false || (document.domain == "batzbatz.com" || document.domain.substring(document.domain.indexOf(".batzbatz.com") + 1) == "batzbatz.com"))
  2191. css += [
  2192. // !! " !! расширяем
  2193. " .wrap{width: 100% !important;}",
  2194. " .left{width: 75% !important;}"
  2195. ].join("\n");
  2196. if (false || (document.domain == "best-cashback.ru" || document.domain.substring(document.domain.indexOf(".best-cashback.ru") + 1) == "best-cashback.ru"))
  2197. css += [
  2198. " [id=\"menu-osnovnoe-menyu\"] > [id^=\"menu-item-\"] > a.menu-item-link{color: black !important;}",
  2199. " div#theme-page{top: 80px !important;}",
  2200. " [class^=\"mk-header-\"]{background-color: lightgrey !important;}",
  2201. " section#mk-footer{padding: 0 !important; top: 80px !important;}",
  2202. " div#sub-footer{background-color: lightgrey !important;}"
  2203. ].join("\n");
  2204. if (false || (document.domain == "besplatnye-kupony.ru" || document.domain.substring(document.domain.indexOf(".besplatnye-kupony.ru") + 1) == "besplatnye-kupony.ru"))
  2205. css += [
  2206. " body{background: none !important; background-color: lightgrey !important;}",
  2207. " div{width: inherit !important; margin: 0 !important;}",
  2208. " div#site-container{border: none !important;}"
  2209. ].join("\n");
  2210. if (false || (document.domain == "bestrepack.net" || document.domain.substring(document.domain.indexOf(".bestrepack.net") + 1) == "bestrepack.net"))
  2211. css += " div#body_container{padding: 0 !important;}";
  2212. if (false || (document.domain == "bigpicture.ru" || document.domain.substring(document.domain.indexOf(".bigpicture.ru") + 1) == "bigpicture.ru"))
  2213. css += [
  2214. " div.content{padding: 0 !important;}",
  2215. " div.podheader{width: 240px !important; float: right !important;}",
  2216. " div.podheader-right{float: right !important;}"
  2217. ].join("\n");
  2218. 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"))
  2219. css += [
  2220. " body{background-image: none !important;}",
  2221. " body{background-image: url(\" \") !important;}",
  2222. // !! --- расширим ---
  2223. " .content-outer, .content-fauxcolumn-outer, .region-inner {max-width: none !important;}",
  2224. " div#header-inner > div.descriptionwrapper{margin-bottom: 5px !important;}",
  2225. " #outer-wrapper {width: 95% !important;}",
  2226. " #main-wrapper {width: 95% !important;}"
  2227. ].join("\n");
  2228. if (false || (document.domain == "bookvoed.ru" || document.domain.substring(document.domain.indexOf(".bookvoed.ru") + 1) == "bookvoed.ru"))
  2229. css += " .Fh{margin-top: 79px !important;}";
  2230. if (false || (document.domain == "calend.ru" || document.domain.substring(document.domain.indexOf(".calend.ru") + 1) == "calend.ru"))
  2231. css += " .pad, .main-l{width: 95% !important;}";
  2232. if (false || (document.domain == "clubupravdom.ru" || document.domain.substring(document.domain.indexOf(".clubupravdom.ru") + 1) == "clubupravdom.ru"))
  2233. css += " *{background-image: none !important;}";
  2234. if (false || (document.domain == "computerra.ru" || document.domain.substring(document.domain.indexOf(".computerra.ru") + 1) == "computerra.ru"))
  2235. css += [
  2236. " body{background: none!important;}",
  2237. " div > p{text-align: justify !important;}",
  2238. " div.top {top: 0px !important; width: auto !important;}",
  2239. " div.top-submenu {width: 100% !important;}",
  2240. " div.main {margin-top: 0px !important;}",
  2241. " div.column{max-width: 80% !important;}",
  2242. " div.main-column.main-column-article{width: 100% !important;}"
  2243. ].join("\n");
  2244. if (false || (document.domain == "cont.ws" || document.domain.substring(document.domain.indexOf(".cont.ws") + 1) == "cont.ws"))
  2245. css += [
  2246. " body > div.content{width: 100% !important;}",
  2247. " body > div.content > div{margin: 0 !important;}",
  2248. " body > div.content{margin-left: 5px !important;}",
  2249. " body > div.content{margin-right: 5px !important;}",
  2250. " div.sidebar{width: 14% !important;}",
  2251. " [class^=\"post\"]{width: 85% !important;}",
  2252. " [class^=\"post\"]{max-width: 1880px !important; margin: 0 !important; padding: 0 !important;}",
  2253. " div.post > [class^=\"article\"]{padding: 0 !important;}",
  2254. " div#wp.author-bar2.wallpaper.plus{background-image: url() !important; padding: 0 !important;}",
  2255. " div.author-bar2-inside{padding: 0 !important;}",
  2256. " a.m_author{display: inline-block !important;}",
  2257. " .plus .author-bar2-inside{color: #666 !important;}",
  2258. " div.dark{background: url() !important;}",
  2259. " .wallpaper .author-bar2-inside, .wallpaper .author-bar2-inside a, .wallpaper .author-bar2-inside textarea {color: inherit !important;}"
  2260. ].join("\n");
  2261. if (false || (document.domain == "crowdin.com" || document.domain.substring(document.domain.indexOf(".crowdin.com") + 1) == "crowdin.com"))
  2262. css += " #user-cover-picture,#user-cover-picture-blurred{background: url() !important;}";
  2263. 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"))
  2264. css += [
  2265. "body{background: none !important;}",
  2266. " td{background-image: none !important;}"
  2267. ].join("\n");
  2268. if (false || (document.domain == "ebay-forum.ru" || document.domain.substring(document.domain.indexOf(".ebay-forum.ru") + 1) == "ebay-forum.ru"))
  2269. 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;}";
  2270. 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"))
  2271. css += [
  2272. "body{background: none !important;}",
  2273. " body{background-image: none !important;}"
  2274. ].join("\n");
  2275. if (false || (document.domain == "ddlmkvhd.com" || document.domain.substring(document.domain.indexOf(".ddlmkvhd.com") + 1) == "ddlmkvhd.com"))
  2276. css += [
  2277. " body{background: none !important;}",
  2278. " div.page-body-t{position: relative !important;}"
  2279. ].join("\n");
  2280. if (false || (document.domain == "ddlvillage.org" || document.domain.substring(document.domain.indexOf(".ddlvillage.org") + 1) == "ddlvillage.org"))
  2281. css += [
  2282. " div{background: none !important;}"
  2283. ].join("\n");
  2284. if (false || (document.domain == "f1news.ru" || document.domain.substring(document.domain.indexOf(".f1news.ru") + 1) == "f1news.ru"))
  2285. css += [
  2286. " div[id=\"bannerText\"]{border: 0px !important; margin-left: 10px !important;}",
  2287. " body{background: url() top center no-repeat #000000 !important;}",
  2288. // !! расширяем текстовое поле
  2289. " div#textBlock{width: 900px !important;}"
  2290. ].join("\n");
  2291. if (false || (document.domain == "facebook.com" || document.domain.substring(document.domain.indexOf(".facebook.com") + 1) == "facebook.com"))
  2292. css += [
  2293. // !! !! расширение, но текст подползает под боковую панель
  2294. // !! " #contentArea {width: 750px !important;}",
  2295. // !! " .uiUfi {width: 650px !important;}",
  2296. // !! " body {background: url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  2297. // !! " #contentCol {background: url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  2298. " div#profile_stream_composer {background-color: #C1D5F6 !important;}",
  2299. " #blueBar {background-color: transparent !important;}",
  2300. " #headNav {background-color: #transparent !important;}",
  2301. " .jewelButton {background-color: transparent !important;}",
  2302. // !! " #fbNotificationsFlyout {left: 10px !important;}",
  2303. " .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;}",
  2304. // !! " #pageNav a {color: #00ffff !important;display: inline-block;font-weight: bold;height: 22px;padding: 8px 10px 0px;text-decoration: none;}",
  2305. " .UIImageBlock {color: #000000 !important;}",
  2306. " .fcg {color: darkgreen !important;}",
  2307. " .mts.uiAttachmentDesc.translationEligibleUserAttachmentMessage {color: black !important;}"
  2308. ].join("\n");
  2309. 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"))
  2310. css += [
  2311. " html, body {pointer-events: none !important; height: 110% !important;}",
  2312. //??
  2313. " html,body,#mainContainer,#footerContainer,#content,#footer {margin: 0 !important; width: 100% !important; border-radius: 0 !important;}",
  2314. " #mainContainer > table {width: 850px !important; margin: auto !important;}",
  2315. " html,body {display: flex !important; flex-direction: column !important;}",
  2316. " #mainContainer {flex-grow: 1 !important;}",
  2317. " #mainContainer,#footerContainer {overflow: visible !important;}",
  2318. " #content,#footer {background-color: transparent !important;}",
  2319. " #content {display: flex !important; flex-grow: 1 !important; min-height: inherit !important;}",
  2320. //??
  2321. " #logo-area{padding-top: 0px !important;}",
  2322. " *{background: none !important;}",
  2323. " *{background-image: none !important;}",
  2324. " #footer-container {background-image: none !important; height: auto !important;}",
  2325. " body > a {display: none !important;}",
  2326. " div#show-code-content.rounded-corners{position: inherit !important;}",
  2327. " div#foot-area.center.rounded-corners{position: inherit !important;}",
  2328. " div#footer.center.rounded-corners{position: inherit !important;}",
  2329. " .center {padding: 0 !important;}",
  2330. " div#right-bottom.rounded-corners{position: relative !important; margin-top: 0px !important; height: 0px !important; padding-top: 5px !important;}",
  2331. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  2332. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  2333. " body{padding-top: 0px !important;}",
  2334. // !! всё - чёрным
  2335. " *{color: black !important;}",
  2336. " body{background: none !important;}"
  2337. // " html {background-color: #171616 !important;}"
  2338. ].join("\n");
  2339. if (false || (document.domain == "fapl.ru" || document.domain.substring(document.domain.indexOf(".fapl.ru") + 1) == "fapl.ru"))
  2340. css += [
  2341. " noindex > div[id]{background-image: none !important;}",
  2342. " noindex > div[id]{background-image: url(\"\") !important;}",
  2343. // ! --- широко
  2344. " body > div#wrapper{width: 98% !important;}",
  2345. " body > div#wrapper > div#container{width: 84% !important; padding: 1px !important;}",
  2346. " body > div#wrapper > div#container > div#content{width: 75% !important;}",
  2347. " body > div#wrapper > div#container > div#content > div.block{width: 99% !important;}"
  2348. ].join("\n");
  2349. if (false || (document.domain == "filmix.net" || document.domain.substring(document.domain.indexOf(".filmix.net") + 1) == "filmix.net"))
  2350. css += " body{padding: 0px 0 0 0 !important;}";
  2351. if (false || (document.domain == "formulakino.ru" || document.domain.substring(document.domain.indexOf(".formulakino.ru") + 1) == "formulakino.ru"))
  2352. css += [
  2353. " div.backF > a > span{background-image: none !important; background: #fff !important;}",
  2354. " div.vjs-poster{background: url() !important;}",
  2355. " div.pagecontent{margin-top: 0px !important;}",
  2356. " div#wrapper{background: #fff !important;}"
  2357. ].join("\n");
  2358. if (false || (document.domain == "google.ru" || document.domain.substring(document.domain.indexOf(".google.ru") + 1) == "google.ru"))
  2359. css += [
  2360. " 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;}",
  2361. " body[class=\"cP\"] tr td.Bu:last-child div.nH div.nH div.nH:first-child:hover {opacity: 1 !important;}",
  2362. " body[class=\"cP\"] tr td.Bu:last-child div.nH {width: 0px !important;}",
  2363. // ! расширяем выдачу в поиске
  2364. " .center_col,#center_col {width: 1000px !important; margin-left: 10px !important; margin-right: 10px !important;} .s {max-width: 100% !important;}"
  2365. ].join("\n");
  2366. if (false || (document.domain == "ifmo.ru" || document.domain.substring(document.domain.indexOf(".ifmo.ru") + 1) == "ifmo.ru"))
  2367. css += [
  2368. " header.h-header, .b-header-pad{height: 100px !important;}"
  2369. ].join("\n");
  2370. if (false || (document.domain == "inosmi.ru" || document.domain.substring(document.domain.indexOf(".inosmi.ru") + 1) == "inosmi.ru"))
  2371. css += [
  2372. " body{background-image: none !important;}",
  2373. " body{background: url() !important;}",
  2374. // !! поаккуратнее
  2375. " .header{padding-top: 0px !important;}",
  2376. " #addbwr{margin-top: 0px !important;}",
  2377. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след. строками )
  2378. " .main{width: 95% !important;}",
  2379. " .comments .comments-list ul li {max-width: 95% !important; }",
  2380. " button.layout__scroll-to-top {left: 2% !important; }"
  2381. ].join("\n");
  2382. if (false || (document.domain == "keeplinks.eu" || document.domain.substring(document.domain.indexOf(".keeplinks.eu") + 1) == "keeplinks.eu"))
  2383. css += " div#header{background: none !important;}";
  2384. if (false || (document.domain == "kino-tor.net" || document.domain.substring(document.domain.indexOf(".kino-tor.net") + 1) == "kino-tor.net"))
  2385. css += [
  2386. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  2387. " .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  2388. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  2389. " body{padding-top: 0px !important;}"
  2390. ].join("\n");
  2391. if (false || (document.domain == "letitfilms.com" || document.domain.substring(document.domain.indexOf(".letitfilms.com") + 1) == "letitfilms.com"))
  2392. css += [
  2393. " body{background: url() !important; background-color: black !important;}",
  2394. " div#container{width: inherit !important; margin: 0 !important;}",
  2395. " div#container > div#main > *{padding: 0 !important;}",
  2396. " div#container > div#main > aside{width: 20% !important;}",
  2397. " div#container > div#main > div#content{width: 79% !important;}"
  2398. ].join("\n");
  2399. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  2400. css += [
  2401. // !! убираем фон и баннер
  2402. " body {background: none !important; color: #333 !important;}",
  2403. " body{background: url() !important; background-color: #000002 !important;}",
  2404. " body,.top-panel-wrap.fixed {background-image: url() !important;}",
  2405. " body{background-image: none !important;}",
  2406. " div[id=\"flash\"]{height: 0px !important;}"
  2407. ].join("\n");
  2408. if (false || (document.domain == "lifetambov.ru" || document.domain.substring(document.domain.indexOf(".lifetambov.ru") + 1) == "lifetambov.ru"))
  2409. css += [
  2410. ".theme-wrapper > .container > div {padding-bottom: unset !important;}"
  2411. ].join("\n");
  2412. if (false || (document.domain == "list-org.com" || document.domain.substring(document.domain.indexOf(".list-org.com") + 1) == "list-org.com"))
  2413. css += [
  2414. ".menu > #map ~ div {background: transparent !important; border: transparent !important;}"
  2415. ].join("\n");
  2416. 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"))
  2417. css += [
  2418. ".content {margin-top: 0 !important;}"
  2419. ].join("\n");
  2420. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  2421. css += [
  2422. "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;}",
  2423. " body {padding-top: 0 !important;}"
  2424. ].join("\n");
  2425. 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"))
  2426. css += [
  2427. // " body{background: #c0c0c0 !important;}",
  2428. "html:not(#ublock0-epicker) body {background-image: none !important; background-color: #1c1e1f !important;}",
  2429. // !! ==== и меняем на читаемый цвет
  2430. " div[class=\"user_avatar\"]{color: black !important;}",
  2431. " span[class=\"wh\"]{color: black !important;}",
  2432. " a[href*=\"\/my.php\"]{color: black !important;}",
  2433. " a[href*=\"\/messages.php\"]{color: black !important;}",
  2434. " a[href*=\"bogi.ru\/logout.php\"]{color: black !important;}",
  2435. // !! расширяем полезную площадь
  2436. " .lstfml .wrapper{margin-bottom: 15px !important; width: 100% !important; }",
  2437. " .lstfml #main-center-side{width: 70% !important;}",
  2438. " .lstfml #main-left-side{width: 12% !important;}",
  2439. " .lstfml #main-right-side{width: 14% !important;}",
  2440. " a.new-movie, a.new-movie > img{width: 95% !important;}",
  2441. " a.new-movie > div.title{width: 100% !important;}",
  2442. " a.new-movie > div.date{width: 30% !important;}",
  2443. " .lstfml .left-pane{width: 75% !important;}"
  2444. ].join("\n");
  2445. 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"))
  2446. css += [
  2447. "body {background-image: none !important; background-color: #1c1e1f !important;}"
  2448. ].join("\n");
  2449. 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"))
  2450. css += [
  2451. ".footer {background: #1c1e1f !important; color: #fff !important;}",
  2452. " .lstfml .footer .links a {color: #fff !important;}",
  2453. " body > * > div[style^=\"padding-top\"], body > a[onclick], ",
  2454. " body > div:not([id]):not([class]), body > span {display: none !important;}"
  2455. ].join("\n");
  2456. if (false || (document.domain == "lostfilmhd.ru" || document.domain.substring(document.domain.indexOf(".lostfilmhd.ru") + 1) == "lostfilmhd.ru"))
  2457. css += [
  2458. "#wrap {background-image: none !important;}"
  2459. ].join("\n");
  2460. if (false || (document.domain == "mail.ru" || document.domain.substring(document.domain.indexOf(".mail.ru") + 1) == "mail.ru"))
  2461. css += [
  2462. ".search__btn_orange_default {background-color: rgb(0, 95, 249) !important;}",
  2463. " #search.search_orange {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;}",
  2464. " #bubble-home, body > .grid .grid__rcol > .games, ",
  2465. " body > .grid .i-pull-left.coronavirus > .wrapper > .footer, ",
  2466. " body > .grid .news-item_tgb, body > .grid .rectangle-banner, ",
  2467. " body > .grid > div[class^=\"grid\"][class*=\"__header\"] > .toolbar, ",
  2468. " body > .zeropixel ~ * .i-clearfix.feed-generic__container, ",
  2469. " body > .zeropixel ~ * .searchContainer ~ .ssr-main ~ div[class] ~ div[class], ",
  2470. " body > .zeropixel ~ * .searchContainer ~ [class] > .tabs-content ~ div > div:first-child:not([name]), ",
  2471. " body > .zeropixel ~ * div .eventbar, ",
  2472. " body > .zeropixel ~ * div a[href*=\"aliexpress.com\"], ",
  2473. " body > .zeropixel ~ * div[class][style^=\"color:\"][style$=\"background-size:auto 40px\"], ",
  2474. " body > div > .pulse {display: none !important;}",
  2475. " body > .grid .i-pull-left.coronavirus {z-index: 999 !important;}"
  2476. ].join("\n");
  2477. 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"))
  2478. css += [
  2479. "#video-footer, .ph-balloon, .pulse-lenta {display: none !important;}"
  2480. ].join("\n");
  2481. if (false || (document.domain == "meduza.io" || document.domain.substring(document.domain.indexOf(".meduza.io") + 1) == "meduza.io"))
  2482. css += [
  2483. // !! "!! <--- Выравнивание шрифта --- > ",
  2484. " div.Material-container {text-align: justify !important;}",
  2485. " div.Page-section {text-align: center !important;}",
  2486. // !! "!! <--- Форматируем заголовки --- > ",
  2487. " *[class*=\"MaterialHeader\"] {max-width: 100% !important; text-align: center !important;}",
  2488. // !! "!! <--- Размеры блоков --- > ",
  2489. " div.Lead {max-width: 100% !important;}",
  2490. " div[class*=\"Content\"] {max-width: 120% !important;}",
  2491. " div.Body > p{max-width: 100% !important;}",
  2492. " div[class=\"Context\"] {max-width: 95% !important;}",
  2493. " div.Figure-title{max-width: 100% !important;}",
  2494. " blockquote {max-width: 100% !important;}",
  2495. " div.Related{max-width: 100% !important;}",
  2496. " div.Body > div{max-width: 100% !important;}"
  2497. ].join("\n");
  2498. if (false || (document.domain == "megashara.com" || document.domain.substring(document.domain.indexOf(".megashara.com") + 1) == "megashara.com"))
  2499. css += [
  2500. // !! расширяем
  2501. " .all, #content{width: 100% !important;}",
  2502. " #center-block {width: 65% !important;}"
  2503. ].join("\n");
  2504. if (false || (document.domain == "ncrypt.in" || document.domain.substring(document.domain.indexOf(".ncrypt.in") + 1) == "ncrypt.in"))
  2505. css += [
  2506. " body{background: none !important;}",
  2507. " div#wrapper{margin: 0 0 0 0 !important;}"
  2508. ].join("\n");
  2509. if (false || (document.domain == "nn.ru" || document.domain.substring(document.domain.indexOf(".nn.ru") + 1) == "nn.ru"))
  2510. css += [
  2511. " .body-cont {background-image: url(\' \') !important;}",
  2512. // !! расширяем
  2513. " .rn-global-container__inner {padding-right: 0px !important;}",
  2514. " .body-cont {margin-right: 0px !important;}"
  2515. ].join("\n");
  2516. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  2517. css += [
  2518. ".footer__inner {background-color: var(--color--app__bg) !important; color: var(--color--app__text) !important;}",
  2519. " header > .header__main {background-color: var(--color--header__bg) !important;}",
  2520. " .footer {height: auto !important;}",
  2521. " .app > .app__inner[style*=\"padding-top\"] {padding-top: 64px !important;}"
  2522. ].join("\n");
  2523. if (false || (document.domain == "pimpletv.ru" || document.domain.substring(document.domain.indexOf(".pimpletv.ru") + 1) == "pimpletv.ru"))
  2524. css += [
  2525. "body > #branding {padding-top: 0 !important;}"
  2526. ].join("\n");
  2527. if (false || (document.domain == "playground.ru" || document.domain.substring(document.domain.indexOf(".playground.ru") + 1) == "playground.ru"))
  2528. css += [
  2529. "#foundationWrapper {background: #373737 !important; padding-top: 0 !important;}",
  2530. " #foundationWrapper > div {height: auto !important;}",
  2531. " #foundationWrapper > * {pointer-events: auto !important;}",
  2532. " #foundationWrapper {pointer-events: none !important;}"
  2533. ].join("\n");
  2534. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  2535. css += [
  2536. " div.paral > a > div{background: url() !important;}",
  2537. " div.paral > a > div{height: 64px !important;}",
  2538. " table#header_t {margin-top: 0px !important;}",
  2539. " \\!! расширяем полезную площадь",
  2540. " .b-story__content, .b-story__content_type_text {margin-left: 5px !important; width: 800px !important; max-width: 800px !important;}"
  2541. ].join("\n");
  2542. if (false || (document.domain == "piter.tv" || document.domain.substring(document.domain.indexOf(".piter.tv") + 1) == "piter.tv"))
  2543. css += [
  2544. " body{background-image: none !important;}"
  2545. ].join("\n");
  2546. if (false || (document.domain == "politikus.ru" || document.domain.substring(document.domain.indexOf(".politikus.ru") + 1) == "politikus.ru"))
  2547. css += [
  2548. " body{background-image: none !important;}",
  2549. " body{background: url() !important;}",
  2550. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след.четырьмя строками )
  2551. // " #main_content_holder{width: 100% !important; }",
  2552. // " #left{width: 80% !important; }",
  2553. // " .holder, div.block, .content, #dle-content{width: 100% !important; }",
  2554. // " .fullstory{width: 95% !important; }"
  2555. // !! доработанный вариант от Buba5473
  2556. " div#header{width: inherit !important; margin: 0 !important;}",
  2557. " div#header > div.holder{width: inherit !important; margin: 0 !important;}",
  2558. " div#main_content_holder{width: inherit !important; margin: 0 !important;}",
  2559. " div#main_content_holder > div#maintpl > div.holder{width: inherit !important; margin: 0 !important;}",
  2560. " div#main_footer_holder{width: inherit !important; margin: 0 !important;}",
  2561. " div#main_footer_holder > div.holder{width: inherit !important; margin: 0 !important;}",
  2562. " div#main_content{margin: 0 !important;}",
  2563. " div#right{margin: 0 !important; float: none !important; width: inherit !important;}",
  2564. " div#left{width: 80% !important;}"
  2565. ].join("\n");
  2566. if (false || (document.domain == "pleer.com" || document.domain.substring(document.domain.indexOf(".pleer.com") + 1) == "pleer.com"))
  2567. css += [
  2568. " div#main.clearfix > div#container > div#content{margin: 0 !important;}",
  2569. " 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;}",
  2570. " 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;}"
  2571. ].join("\n");
  2572. 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"))
  2573. css += [
  2574. " .brand_bg{background-image: none !important;}",
  2575. // " .base-page_wrapper {width: auto !important; padding: 0 !important; background-position: center !important;}",
  2576. ".base-page_wrapper, .render_body_main {width: auto !important; padding: 0 !important; margin: 0 !important; background-position: center !important;}",
  2577. " .no-advert_wrapper_top, .no-advert_wrapper_bottom {width: 830px !important; margin: auto !important;}",
  2578. " .content{padding-top: 0px !important;}",
  2579. " .brand_bg{top: 0px !important;}",
  2580. " div.render_body_main {padding-top: 0px !important;}",
  2581. " div.ComplainAdminControl{left: 70px !important;}"
  2582. ].join("\n");
  2583. if (false || (document.domain == "newsyou.info" || document.domain.substring(document.domain.indexOf(".newsyou.info") + 1) == "newsyou.info"))
  2584. css += [
  2585. ".home {background-image: none !important; padding-top: 0 !important;}",
  2586. " body {overflow: auto !important;}"
  2587. ].join("\n");
  2588. 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"))
  2589. css += [
  2590. ".social-popup, .subscribe-popup-cover, .subscribe-popup__wrapper {display: none !important;}"
  2591. ].join("\n");
  2592. 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"))
  2593. css += [
  2594. // !! из старого, режет почту ".b-left-column .b-left-column__wrapper{margin: 0 !important;}",
  2595. " div[class=\"appWindow\"]{right: 0px !important;}",
  2596. // !! --- чистим фон
  2597. " body, html {background-image: url(\' \') !important; background: #f7f7f7 !important; }",
  2598. " div.b-header, element.style, .topcover{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  2599. " header.header{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  2600. " .region-back, .main-page__background-wrap {background: none !important; background-image: url(\' \') !important; background: url(\' \') !important;}",
  2601. " .sl, .sl_holder, .width.p16.tnav, .promo_def{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  2602. // !?##.b-informers__link{color: #030303 !important; }
  2603. // !! --- расширяем полезную площадь страницы
  2604. " .footer__wrap, .grid, .article, .nav__wrap, .j-metrics__views-out, .j-article__bounding, .j-statistics__cluster, .popup__wrap {width: 95% !important;}",
  2605. " .grid, .article__inner.wide {margin-left: 50px !important; margin-right: 50px !important;}",
  2606. " 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;}",
  2607. " .l-columns, .l-column-15, .l-column-16-5, .b-topic-body {width: 100% !important;}",
  2608. " .l-container, .b-topic-show__main, .mixednews__inner, .sizefix {width: 95% !important;}",
  2609. " .article__inner.narrow {margin-right: 3% !important;}",
  2610. " .action-panel, .content {margin-right: 3% !important; margin-left: 3% !important;}",
  2611. " section.standalone-news section.main{padding: 0 !important;}",
  2612. " .l-right-column-wrapper, .description-serial__container, .column, .card-full {padding-right: 0 !important;}",
  2613. " table.r--main, .article-item, .b-root-layout__inner, .news-item-layout, .page-base, .card-full {max-width: 100% !important; width: 100% !important;}",
  2614. " .appWindowWithBanner, .appSearchBar{right: 0px !important;}",
  2615. " .appWindow {width: 100% !important;}",
  2616. " .grid_18{width: 70% !important;}",
  2617. " .container, .seasons-links, .l-content{margin-right: 20px !important; margin-left: 20px !important; width: 100% !important;}",
  2618. " .tvguide-wrapper, .article-layout-wrapper {width: 95% !important;}",
  2619. " .left-side, .left-column, .left-column.js-main-column, .main-content {width: 100% !important;}",
  2620. " .seasons-links__slider-container._with-all-link{width: 85% !important;}",
  2621. " .b-topic-show__content iframe, .b-topic-show__text img, .b-topic-show__image img {width: auto !important;}",
  2622. " .preview {width: 70% !important; background: #fdfdfd !important;}",
  2623. " .preview img, .preview > img {width: auto !important; hight: auto !important;}"
  2624. ].join("\n");
  2625. 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"))
  2626. css += [
  2627. "body{background: none !important;}",
  2628. " body {background-image: none !important;}",
  2629. " .with-bg{background-image: url(\" \") !important;}",
  2630. " .with-bg{background: url(\" \") !important;}",
  2631. " .with-bg{background: none !important;}",
  2632. " .with-bg{background: #c0c0c0 !important;}"
  2633. ].join("\n");
  2634. 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"))
  2635. css += [
  2636. "#octo-set{background-image: none !important; padding-top: 0 !important;}",
  2637. " #main-wrapper{width: auto !important;}",
  2638. " body{background-image: none !important;} ",
  2639. " body{background: none !important;}",
  2640. " #main-wrapper{top: 10px !important;}",
  2641. " #main-wrapper > #wrap {padding: 0 10px !important;}",
  2642. // !! cкрыть заголовок
  2643. " #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;}"
  2644. ].join("\n");
  2645. 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"))
  2646. css += [
  2647. "*{background: none !important;}",
  2648. " *{background: url(\' \') !important;}",
  2649. " *{background: silver !important; color: black !important;}",
  2650. " 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; }"
  2651. ].join("\n");
  2652. if (false || (document.domain == "rusnext.ru" || document.domain.substring(document.domain.indexOf(".rusnext.ru") + 1) == "rusnext.ru"))
  2653. css += [
  2654. // !! расширяем
  2655. " body{line-height: 1.2 !important;}",
  2656. " main>div.container {max-width: 1850px !important; width: 98% !important;}",
  2657. " main>div.container {margin-left: 20px !important;}",
  2658. " main>div.container>div.row>div#content {width: 60% !important;}",
  2659. " .col-md-3{width: 20% !important;}",
  2660. " .col-md-6{width: 60% !important;}",
  2661. " #block-views-slider-18-block{width: 60% !important;margin-left: 20% !important;}",
  2662. " main>div.container>div.row>div#content > div:nth-of-type(2) {font-size: 1.2em !important;}",
  2663. " main>div.container>div.row>div#content>div#region-top{width: 50% !important;margin-left: 25% !important;}"
  2664. ].join("\n");
  2665. if (false || (document.domain == "ruspravda.info" || document.domain.substring(document.domain.indexOf(".ruspravda.info") + 1) == "ruspravda.info"))
  2666. css += [
  2667. "body{background: white !important;}",
  2668. " table#header_t {margin-top: 0px !important;}"
  2669. ].join("\n");
  2670. if (false || (document.domain == "rustorka.com" || document.domain.substring(document.domain.indexOf(".rustorka.com") + 1) == "rustorka.com"))
  2671. css += " .topmenu{margin-top: 25px !important;}";
  2672. 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"))
  2673. css += [
  2674. // !! оформление от zuefhrf
  2675. " body{padding-top: 5px !important;}",
  2676. " div#brTop {background-image: url(\" \") !important;}",
  2677. " div#ws div#sidebar{top: 0px !important;}",
  2678. " div#ws div#sidebar{right: 8px !important;}",
  2679. " div#ws div#sidebar div.sideblock{margin-top: 0px !important;}",
  2680. " div#ws div#content{right: 6px !important;}",
  2681. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  2682. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  2683. // !?? " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  2684. " h3{text-align: left !important;}",
  2685. " body{font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;}",
  2686. " s, strike, del {color: #C0C0C0 !important;}",
  2687. " .fr_wrapper { width: auto !important;}",
  2688. " .__tw{position: relative !important;}"
  2689. ].join("\n");
  2690. 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"))
  2691. css += [
  2692. " .branding #page_container {background-image: url(\" \") !important;}",
  2693. " .nav {background: url(\" \") !important;}",
  2694. // ! " !!##body.branding{-webkit-transform: scaleX(1) !important;}
  2695. " body{-webkit-transform: none !important;}",
  2696. " div#logo{min-height: 23px !important;}"
  2697. // ! " div.topmenu{padding-top: 24px !important;}"
  2698. ].join("\n");
  2699. if (false || (document.domain == "safety-gate.me" || document.domain.substring(document.domain.indexOf(".safety-gate.me") + 1) == "safety-gate.me"))
  2700. css += [
  2701. // ! !! --- широко
  2702. " .main,.main-wrap,.header,.header-main{width: 100% !important;}",
  2703. " div.all,div.all-wrap,.pageWidth{max-width: 100% !important; width: 100% !important;}",
  2704. " article,.header,.header-main{width: 100% !important;}",
  2705. " .xbBoxed,.pageContent{max-width: 100% !important;}",
  2706. " div.content{width: 80% !important;}",
  2707. " div.sidebar1{width: 18% !important;}"
  2708. ].join("\n");
  2709. if (false || (document.domain == "samlab.ws" || document.domain.substring(document.domain.indexOf(".samlab.ws") + 1) == "samlab.ws"))
  2710. css += [
  2711. "div.box.main {width: auto; !important;}",
  2712. " div#right {width: 2px; !important;}"
  2713. ].join("\n");
  2714. if (false || (document.domain == "samlib.ru" || document.domain.substring(document.domain.indexOf(".samlib.ru") + 1) == "samlib.ru"))
  2715. css += [
  2716. "body {font-family: sans-serif !important; line-height: 140% !important; color: #B2B2B2 !important; background: #3A3E46 !important;}",
  2717. " font {color: #B2B2B2 !important;}",
  2718. " table, td, td font {color: #BEBEBE !important; background-color: #555C66 !important;}",
  2719. " a:link {color: #9DD7FF !important;}",
  2720. " a:visited {color: #EAB6FF !important;}",
  2721. " a:hover {color: #F0B2B2 !important;}",
  2722. " dl {margin-top: 1em !important;}"
  2723. ].join("\n");
  2724. if (false || (document.domain == "securitylab.ru" || document.domain.substring(document.domain.indexOf(".securitylab.ru") + 1) == "securitylab.ru"))
  2725. css += [
  2726. " #content #left{margin-left: 0px !important; max-width: 1000px !important;}",
  2727. // !! логотип
  2728. " div#header{height: 00px !important; background-color: white !important;} div#MAIN_MENU{top: 0px !important;}"
  2729. ].join("\n");
  2730. if (false || (document.domain == "sportbox.ru" || document.domain.substring(document.domain.indexOf(".sportbox.ru") + 1) == "sportbox.ru"))
  2731. css += [
  2732. " body{background: none !important; padding-top: 0px !important;}",
  2733. " .sb_c_topmed_olymp, .gold, .silver, .bronze {background: none !important;}",
  2734. " [class*=\"AnnounceBlock\"]{display: none !important;}"
  2735. ].join("\n");
  2736. 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"))
  2737. css += [
  2738. "html:not(#ublock0-epicker) > body {background-image: none !important; background-color: #a7a7a7 !important;}",
  2739. " .page-layout {margin-top: 0 !important;}",
  2740. " #branding-layout:not(#id) {margin-top: 96px !important;}",
  2741. " #branding-layout:not(#id), body.img-bg {padding-top: 0 !important;}",
  2742. " [data-content-name=\"banner-static\"] {pointer-events: none !important;}"
  2743. ].join("\n");
  2744. 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"))
  2745. css += [
  2746. " body{background: url() !important;}",
  2747. " body{background-image: none !important;}",
  2748. " body{background-attachment: none !important;}",
  2749. " div#brTop{background-image: url(\'\') !important;}",
  2750. " element.style{background: url() !important;}",
  2751. " element.style, #skin_crown{background-image: url() !important;}",
  2752. " body{background: #D4D4D4 !important;}",
  2753. " body{padding: 0 !important;}",
  2754. " table#home_c{width: inherit !important;}",
  2755. " [id^=\"top_\"]{width: inherit !important;}",
  2756. " body{padding-top: 0px !important;}",
  2757. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  2758. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  2759. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  2760. // !! расширяем
  2761. " body, #foot_links{width: 100% !important;}",
  2762. " #foot_links{margin: 0px !important; padding: 0px !important;}",
  2763. " table#home_c{width: inherit !important;}",
  2764. " [id^=\"top_\"]{width: inherit !important;}"
  2765. ].join("\n");
  2766. if (false || (document.domain == "tfile-music.org" || document.domain.substring(document.domain.indexOf(".tfile-music.org") + 1) == "tfile-music.org"))
  2767. css += [
  2768. "body {width: 100% !important; }"
  2769. ].join("\n");
  2770. 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"))
  2771. css += [
  2772. ".page-content {background-color: inherit !important;}",
  2773. " .page-content {padding-top: 0 !important;}"
  2774. ].join("\n");
  2775. if (false || (document.domain == "thg.ru" || document.domain.substring(document.domain.indexOf(".thg.ru") + 1) == "thg.ru"))
  2776. css += [
  2777. "html:not(#ublock0-epicker) body {background: whitesmoke !important;}",
  2778. " body > div[style*=\'1010\'] {width: auto !important; margin-top: 0 !important;}"
  2779. ].join("\n");
  2780. 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"))
  2781. css += [
  2782. "html:not(#ublock0-epicker) body:not(#id) {background-color: #f0f0f0 !important;}"
  2783. ].join("\n");
  2784. if (false || (document.domain == "tnt-online.ru" || document.domain.substring(document.domain.indexOf(".tnt-online.ru") + 1) == "tnt-online.ru"))
  2785. css += [
  2786. "html:not(#ublock0-epicker) body {background-color: #fff !important;}",
  2787. " #all:not(#id) > #content {margin-top: 20px !important;}"
  2788. ].join("\n");
  2789. if (false || (document.domain == "torrent-tv.ru" || document.domain.substring(document.domain.indexOf(".torrent-tv.ru") + 1) == "torrent-tv.ru"))
  2790. css += [
  2791. " body {background-image: none !important; padding-top: 0px !important;}",
  2792. " div#main-wrapper {top: auto !important;}",
  2793. " div.news-text {width: auto !important;}",
  2794. " div[class^=\"usual-header\"] {width: 126% !important;}",
  2795. " div[class=\"usual\"] {width: 132% !important;}",
  2796. " div[class^=\"usual-content\"] {width: 99% !important;}"
  2797. // !!
  2798. // !! " body > div:nth-of-type(1) {background: url() !important;}",
  2799. // !! " body {background: gray !important;}",
  2800. ].join("\n");
  2801. 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"))
  2802. css += [
  2803. // !! расширяем
  2804. " .container {width: 100% !important;}",
  2805. " .span9 {width: 95% !important;}",
  2806. ].join("\n");
  2807. if (false || (document.domain == "turbobit.net" || document.domain.substring(document.domain.indexOf(".turbobit.net") + 1) == "turbobit.net"))
  2808. css += " html {background: none !important;}";
  2809. if (false || (document.domain == "velolive.com" || document.domain.substring(document.domain.indexOf(".velolive.com") + 1) == "velolive.com"))
  2810. css += " body {background: url() !important;}";
  2811. if (false || (document.domain == "vesti.ru" || document.domain.substring(document.domain.indexOf(".vesti.ru") + 1) == "vesti.ru"))
  2812. css += [
  2813. " .bottom_bg {background: none !important;}",
  2814. " body, .head, .all_wrap {background: url(\" \") !important;}"
  2815. ].join("\n");
  2816. if (false || (document.domain == "vipfiles.nu" || document.domain.substring(document.domain.indexOf(".vipfiles.nu") + 1) == "vipfiles.nu"))
  2817. css += [
  2818. " div.loginformbox{background: none !important;}",
  2819. " div.tophhhhheader{background: none !important; padding: 0 !important; height: 75px !important;}",
  2820. " div.tophhhhheader > div.item1{height: 10px !important;}",
  2821. " div.tophhhhheader > div.item2{float: left !important; width: 500px !important;}",
  2822. " div.wrapper{margin: 0 !important; width: inherit !important;}",
  2823. " div.wrapwide.topheadwide{background: none !important;}"
  2824. ].join("\n");
  2825. if (false || (document.domain == "dns-shop.ru" || document.domain.substring(document.domain.indexOf(".dns-shop.ru") + 1) == "dns-shop.ru"))
  2826. css += " div.wrapper{width: auto !important;}";
  2827. 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"))
  2828. css += [
  2829. "html:not(#ublock0-epicker) body:not(#id) {background-color: #9ab9a7 !important;}",
  2830. " #footer {background: none !important; padding: 0 !important;}",
  2831. " #top-line {background: none !important; padding: 0 !important; height: auto !important;}",
  2832. " body{background: none !important;}",
  2833. " #footer{background: url() !important;}",
  2834. " #footer{background-image: none !important;}",
  2835. " #content{max-width: none !important;}"
  2836. ].join("\n");
  2837. if (false || (document.domain == "zagonka.tv" || document.domain.substring(document.domain.indexOf(".zagonka.tv") + 1) == "zagonka.tv"))
  2838. css += [
  2839. "#sitebox:not(#id) {margin-top: 0 !important;}"
  2840. ].join("\n");
  2841. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  2842. css += [
  2843. // !! --- расширяем ---
  2844. " .page-head-bg {width: 99% !important; margin-left: auto !important;}",
  2845. " #page-head.stick {width: 98% !important; margin-left: auto !important;}",
  2846. " .body-gaps {max-width: 100% !important; left: 5px !important; margin-left: auto !important; width: 99% !important;}",
  2847. " body{ padding-top: 0px !important; padding: 5px !important; max-width: 100% !important;}",
  2848. " div[class=\"body-branding\"]{background: grey !important; padding-top: 0px !important; padding: 5px !important; max-width: 100% !important;}"
  2849. ].join("\n");
  2850. if (false || (document.domain == "zalil.su" || document.domain.substring(document.domain.indexOf(".zalil.su") + 1) == "zalil.su"))
  2851. css += [
  2852. " body{background: none !important;}",
  2853. " body{background-color: gray !important;}",
  2854. " body{background-image: none !important;}"
  2855. ].join("\n");
  2856. if (false || (document.domain == "taker.im" || document.domain.substring(document.domain.indexOf(".taker.im") + 1) == "taker.im"))
  2857. css += [
  2858. // !! скрываем рекламные ссылки (СПАМ) в тексте
  2859. " a[href^=\"/phpBB2/goto/http://www.ebay.com/sch/\"][rel=\"nofollow\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}"
  2860. ].join("\n");
  2861. if (typeof GM_addStyle != "undefined") {
  2862. GM_addStyle(css);
  2863. } else if (typeof PRO_addStyle != "undefined") {
  2864. PRO_addStyle(css);
  2865. } else if (typeof addStyle != "undefined") {
  2866. addStyle(css);
  2867. } else {
  2868. var node = document.createElement("style");
  2869. node.type = "text/css";
  2870. node.appendChild(document.createTextNode(css));
  2871. var heads = document.getElementsByTagName("head");
  2872. if (heads.length > 0) {
  2873. heads[0].appendChild(node);
  2874. } else {
  2875. // no head yet, stick it whereever
  2876. document.documentElement.appendChild(node);
  2877. }
  2878. }
  2879. }());
  2880. // позаимствовано у lainverse (https://greasyfork.org/ru/scripts/809-no-yandex-ads)
  2881. // Удаляет рекламу из поиска Яндекс
  2882. (function(){
  2883. 'use strict';
  2884. var win = (unsafeWindow || window),
  2885. // http://stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser
  2886. isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0,
  2887. isChrome = !!window.chrome && !!window.chrome.webstore,
  2888. isSafari = (Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0 ||
  2889. (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window.safari || safari.pushNotification)),
  2890. isFirefox = typeof InstallTrigger !== 'undefined',
  2891. inIFrame = (win.self !== win.top),
  2892. _getAttribute = Element.prototype.getAttribute,
  2893. _setAttribute = Element.prototype.setAttribute,
  2894. _de = document.documentElement,
  2895. _appendChild = Document.prototype.appendChild.bind(_de),
  2896. _removeChild = Document.prototype.removeChild.bind(_de);
  2897. // console.log('01');
  2898. if (/^https?:\/\/(mail\.yandex\.|music\.yandex\.|news\.yandex\.|(www\.)?yandex\.[^\/]+\/(yand)?search[\/?])/i.test(win.location.href)) {
  2899. // https://greasyfork.org/en/scripts/809-no-yandex-ads
  2900. (function(){
  2901. var adWords = ['Яндекс.Директ','Реклама','Ad'],
  2902. genericAdSelectors = (
  2903. '.serp-adv__head + .serp-item,'+
  2904. '#adbanner,'+
  2905. '.serp-adv,'+
  2906. '.b-spec-adv,'+
  2907. 'div[class*="serp-adv__"]:not(.serp-adv__found):not(.serp-adv__displayed)'+
  2908. '._type_smart-banner'+
  2909. '.stripe_type_promo'+
  2910. '.footer_distro_yes'+
  2911. '.proffit'+
  2912. '.proffit__container'+
  2913. 'div[role="complementary"]'+
  2914. 'div[aria-label="Реклама"]'
  2915. );
  2916. function remove(node) {
  2917. node.parentNode.removeChild(node);
  2918. }
  2919. // Generic ads removal and fixes
  2920. function removeGenericAds() {
  2921. // var ss;
  2922. // ss = document.querySelector('.serp-header');
  2923. // if (ss) {
  2924. // ss.style.marginTop='0';
  2925. // }
  2926. var s = document.querySelector('.serp-header');
  2927. if (s) {
  2928. s.style.marginTop='0';
  2929. }
  2930. // for (s of document.querySelectorAll(genericAdSelectors)) {
  2931. // remove(s);
  2932. // }
  2933. // !! Правим ошибку синтаксиса (s of arr) не работает -> старый вариант
  2934. (function(s, i){
  2935. i = s.length;
  2936. while(i--){
  2937. remove(s[i]);}
  2938. })(document.querySelectorAll(genericAdSelectors), 0);
  2939. // })(document.querySelectorAll('.serp-adv__head + .serp-item'), 0);
  2940. (function(s){
  2941. for (var l = 0; l < s.length; l++) remove(s[l]);
  2942. })(document.querySelectorAll(genericAdSelectors));
  2943. //})(document.querySelectorAll(['#adbanner',
  2944. // '.serp-adv',
  2945. // '.b-spec-adv',
  2946. // 'div[class*="serp-adv__"]:not(.serp-adv__found):not(.serp-adv__displayed)',
  2947. // '._type_smart-banner',
  2948. // '.stripe_type_promo',
  2949. // '.footer_distro_yes'].join(',')));
  2950. // }
  2951. }
  2952. // Search ads
  2953. function removeSearchAds() {
  2954. var ll;
  2955. /* var s, item, l;
  2956. for (s of document.querySelectorAll('.t-construct-adapter__legacy')) {
  2957. item = s.querySelector('.organic__subtitle');
  2958. l = window.getComputedStyle(item, ':after').content;
  2959. if (item && adWords.indexOf(l.replace(/"/g,'')) > -1) {
  2960. remove(s);
  2961. console.log('Ads removed.');
  2962. }
  2963. }
  2964. } */
  2965. var s = document.querySelectorAll('.t-construct-adapter__legacy');
  2966. for (var l = 0; l < s.length; l++) {
  2967. var item = s[l].querySelector('.organic__subtitle');
  2968. ll = window.getComputedStyle(item, ':after').content;
  2969. // if (!item) continue;
  2970. // if (item && adWords.indexOf(item.textContent) > -1){
  2971. // remove(s[l]);
  2972. // console.log('Ads removed.');
  2973. // }
  2974. if (item && adWords.indexOf(ll.replace(/"/g,'')) > -1) {
  2975. remove(s);
  2976. console.log('Ads removed.');
  2977. }
  2978. }
  2979. }
  2980. // News ads
  2981. function removeNewsAds() {
  2982. /*
  2983. for (var s of document.querySelectorAll(
  2984. '.page-content__left > *,'+
  2985. '.page-content__right > *:not(.page-content__col),'+
  2986. '.page-content__right > .page-content__col > *'
  2987. )) {
  2988. if (s.textContent.indexOf(adWords[0]) > -1 ||
  2989. (s.clientHeight < 15 && s.classList.contains('rubric'))) {
  2990. remove(s);
  2991. console.log('Ads removed.');
  2992. }
  2993. }
  2994. */
  2995. var s = document.querySelectorAll(['.page-content__left > *',
  2996. '.page-content__right > *:not(.page-content__col)',
  2997. '.page-content__right > .page-content__col > *'].join(','));
  2998. for (var l = 0; l < s.length; l++) {
  2999. if (s[l].textContent.indexOf(adWords[0]) > -1 ||
  3000. (s[l].clientHeight < 15 && s[l].classList.contains('rubric'))) {
  3001. remove(s[l]);
  3002. console.log('Ads removed.');
  3003. }
  3004. }
  3005. }
  3006. // Music ads
  3007. function removeMusicAds() {
  3008. /* for (var s of document.querySelectorAll('.ads-block')) {
  3009. remove(s);
  3010. } */
  3011. var s = document.querySelectorAll('.ads-block');
  3012. for (var l = 0; l < s.length; l++) {
  3013. remove(s[l]);
  3014. console.log('Ads removed.');
  3015. }
  3016. }
  3017. // Mail ads
  3018. function removeMailAds() {
  3019. var slice = Array.prototype.slice,
  3020. nodes = slice.call(document.querySelectorAll('.ns-view-folders')),
  3021. node, len, cls;
  3022. /* for (node of nodes) {
  3023. if (!len || len > node.classList.length) {
  3024. len = node.classList.length;
  3025. }
  3026. } */
  3027. for (var l = 0; l < nodes.length; l++) {
  3028. node = nodes[l];
  3029. if (!len || len > node.classList.length) {
  3030. len = node.classList.length;
  3031. }
  3032. }
  3033. node = nodes.pop();
  3034. while (node) {
  3035. if (node.classList.length > len) {
  3036. /* for (cls of slice.call(node.classList)) {
  3037. if (cls.indexOf('-') === -1) {
  3038. remove(node);
  3039. break;
  3040. }
  3041. } */
  3042. for (var l7 = 0; l7 < node.classList.length; l7++) {
  3043. cls = slice.call(node.classList[l7]);
  3044. if (cls.indexOf('-') === -1) {
  3045. remove(node);
  3046. break;
  3047. }
  3048. }
  3049. }
  3050. node = nodes.pop();
  3051. }
  3052. }
  3053. // News fixes
  3054. function removePageAdsClass() {
  3055. if (document.body.classList.contains("b-page_ads_yes")){
  3056. document.body.classList.remove("b-page_ads_yes");
  3057. console.log('Page ads class removed.');
  3058. }
  3059. }
  3060. // myAdd
  3061. function removePageAdsClass2() {
  3062. if (document.body.classList.contains("stripe_type_promo")){
  3063. document.body.classList.remove("stripe_type_promo");
  3064. console.log('Page ads2 class removed.');
  3065. }
  3066. if (document.body.classList.contains("dist-popup_product_browser")){
  3067. document.body.classList.remove("dist-popup_product_browser");
  3068. console.log('Page ads2 class removed.');
  3069. }
  3070. if (document.body.classList.contains('[data-bem*="bannerid"]')){
  3071. document.body.classList.remove('[data-bem*="bannerid"]');
  3072. console.log('Page ads3 class removed.');
  3073. }
  3074. }
  3075. // Function to attach an observer to monitor dynamic changes on the page
  3076. function pageUpdateObserver(func, obj, params) {
  3077. if (obj) {
  3078. var o = new MutationObserver(func);
  3079. o.observe(obj,(params || {childList:true, subtree:true}));
  3080. }
  3081. }
  3082. // Cleaner
  3083. // не работает частично (со слушателем)
  3084. // document.addEventListener ('DOMContentLoaded', function() {
  3085. removeGenericAds();
  3086. if (win.location.hostname.search(/^mail\./i) === 0) {
  3087. removeGenericAds();
  3088. pageUpdateObserver(function(ms, o){
  3089. var aside = document.querySelector('.mail-Layout-Aside');
  3090. if (aside) {
  3091. o.disconnect();
  3092. pageUpdateObserver(removeMailAds, aside);
  3093. }
  3094. }, document.querySelector('BODY'));
  3095. removeMailAds();
  3096. } else if (win.location.hostname.search(/^music\./i) === 0) {
  3097. removeGenericAds();
  3098. pageUpdateObserver(removeMusicAds, document.querySelector('.sidebar'));
  3099. removeMusicAds();
  3100. } else if (win.location.hostname.search(/^news\./i) === 0) {
  3101. removeGenericAds();
  3102. pageUpdateObserver(removeNewsAds, document.querySelector('BODY'));
  3103. pageUpdateObserver(removePageAdsClass, document.body, {attributes:true, attributesFilter:['class']});
  3104. removeNewsAds();
  3105. removePageAdsClass();
  3106. removePageAdsClass2();
  3107. } else {
  3108. removeGenericAds();
  3109. pageUpdateObserver(removeSearchAds, document.querySelector('.main__content'));
  3110. pageUpdateObserver(removePageAdsClass2, document.body, {attributes:true, attributesFilter:['class']});
  3111. removeSearchAds();
  3112. removePageAdsClass2();
  3113. }
  3114. // });
  3115. })();
  3116. // return; //skip fixes for other sites
  3117. }
  3118. // Yandex Link Tracking
  3119. if (/^https?:\/\/([^.]+\.)*yandex\.[^\/]+/i.test(win.location.href)) {
  3120. // Partially based on https://greasyfork.org/en/scripts/22737-remove-yandex-redirect
  3121. (function(){
  3122. var link, selectors = (
  3123. 'A[onmousedown*="/jsredir"],'+
  3124. 'A[data-vdir-href],'+
  3125. 'A[data-counter]'
  3126. );
  3127. function removeTrackingAttributes(link) {
  3128. link.removeAttribute('onmousedown');
  3129. if (link.hasAttribute('data-vdir-href')) {
  3130. link.removeAttribute('data-vdir-href');
  3131. link.removeAttribute('data-orig-href');
  3132. }
  3133. if (link.hasAttribute('data-counter')) {
  3134. link.removeAttribute('data-counter');
  3135. link.removeAttribute('data-bem');
  3136. }
  3137. }
  3138. function removeTracking(scope) {
  3139. for (link of scope.querySelectorAll(selectors)) {
  3140. removeTrackingAttributes(link);
  3141. }
  3142. }
  3143. document.addEventListener('DOMContentLoaded', function(e) {
  3144. removeTracking(e.target);
  3145. });
  3146. (new MutationObserver(function(ms) {
  3147. var m, node;
  3148. for (m of ms) {
  3149. for (node of m.addedNodes) {
  3150. if (node.nodeType === Node.ELEMENT_NODE) {
  3151. if (node.tagName === 'A' && node.matches(selectors)) {
  3152. removeTrackingAttributes(node);
  3153. } else {
  3154. removeTracking(node);
  3155. }
  3156. }
  3157. }
  3158. }
  3159. })).observe(_de, {childList:true, subtree:true});
  3160. })();
  3161. return; //skip fixes for other sites
  3162. }
  3163. }());
  3164. // Удаляет рекламу из вконтакта
  3165. (function(){
  3166. var lct = location.href;
  3167. if(lct.match(/^https?:\/\/(.*\.)?(vkontakte\.ru|vk\.com)\/.*/)) {
  3168. // Generic ads removal
  3169. (function(s){
  3170. for (var l = 0; l < s.length; l++) s[l].parentNode.removeChild(s[l]);
  3171. })(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'));
  3172. console.log('Page ads class removed.');
  3173. }
  3174. }());
  3175. // Удаляет рекламу из gismeteo
  3176. (function(){
  3177. var lct = location.href;
  3178. if(lct.match(/^https?:\/\/(.*\.)?gismeteo\./)) {
  3179. var removeA = function() {
  3180. 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\"]');
  3181. for (var l = 0; l < s.length; l++) {
  3182. if(s[l].parentNode) s[l].parentNode.removeChild(s[l]);
  3183. }
  3184. }
  3185. (function(s){
  3186. var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
  3187. if (s) (new MutationObserver(removeA)).observe(s,{childList:true});
  3188. })(document.querySelector('.measure'));
  3189. // Google Chrome trick: sometimes the script is executed after that DOMContentLoaded was triggered, in this case we directly run our code
  3190. if (document.readyState == "complete") {
  3191. removeA();
  3192. console.log('Page ads class removed.');
  3193. } else {
  3194. window.addEventListener('DOMContentLoaded', removeA);
  3195. console.log('Page ads class removed.');
  3196. }
  3197. }
  3198. }());
  3199. // Удаляет рекламу из 4pda
  3200. (function(){
  3201. // пока убрано, поломалось
  3202. }());
  3203. }());