RU Max4_ABP_Fix CSS

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

当前为 2018-03-01 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name RU Max4_ABP_Fix CSS
  3. // @namespace https://greasyfork.org
  4. // @description Дополнение, исправляющее работу Adblock Plus для отдельных сайтов. Возвращаем функционал Ad-Охотника в Maxthon4. Спасибо 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.20180301111033
  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. // !! скрываем рекламные ссылки (СПАМ) в сообщениях
  24. " a[href^=\"http: //forum.ru-board.com/\"][href$=\"/\"][target=\"_blank\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}"
  25. // !! ======= ПРАВКА СТРУКТУРЫ. вынесено в отдельный скрипт. См. Ru-Board_Extrim_Max4_ABP_Fix-CSS =======
  26. ].join("\n");
  27. if (false || (document.domain == "101.ru" || document.domain.substring(document.domain.indexOf(".101.ru") + 1) == "101.ru"))
  28. css += [
  29. "#layout {background: none !important;}"
  30. ].join("\n");
  31. 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"))
  32. css += [
  33. "#user2s[height=\"71\"], #userlinks[height=\"70\"], td[height=\"70\"][style] {",
  34. " display: none !important;",
  35. " }"
  36. ].join("\n");
  37. if (false || (document.domain == "24video.adult" || document.domain.substring(document.domain.indexOf(".24video.adult") + 1) == "24video.adult") || (document.domain == "24video.guru" || document.domain.substring(document.domain.indexOf(".24video.guru") + 1) == "24video.guru") || (document.domain == "24video.top" || document.domain.substring(document.domain.indexOf(".24video.top") + 1) == "24video.top") || (document.domain == "aif.ru" || document.domain.substring(document.domain.indexOf(".aif.ru") + 1) == "aif.ru") || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua") || (document.domain == "fastpic.ru" || document.domain.substring(document.domain.indexOf(".fastpic.ru") + 1) == "fastpic.ru") || (document.domain == "film-max.ru" || document.domain.substring(document.domain.indexOf(".film-max.ru") + 1) == "film-max.ru") || (document.domain == "hd720.biz" || document.domain.substring(document.domain.indexOf(".hd720.biz") + 1) == "hd720.biz") || (document.domain == "hdkinoklub.com" || document.domain.substring(document.domain.indexOf(".hdkinoklub.com") + 1) == "hdkinoklub.com") || (document.domain == "hdrezka.club" || document.domain.substring(document.domain.indexOf(".hdrezka.club") + 1) == "hdrezka.club") || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com") || (document.domain == "kino-full.ru" || document.domain.substring(document.domain.indexOf(".kino-full.ru") + 1) == "kino-full.ru") || (document.domain == "kinokrad.su" || document.domain.substring(document.domain.indexOf(".kinokrad.su") + 1) == "kinokrad.su") || (document.domain == "kinotochka.club" || document.domain.substring(document.domain.indexOf(".kinotochka.club") + 1) == "kinotochka.club") || (document.domain == "kurkul.com" || document.domain.substring(document.domain.indexOf(".kurkul.com") + 1) == "kurkul.com") || (document.domain == "kv.by" || document.domain.substring(document.domain.indexOf(".kv.by") + 1) == "kv.by") || (document.domain == "livejournal.com" || document.domain.substring(document.domain.indexOf(".livejournal.com") + 1) == "livejournal.com") || (document.domain == "macdigger.ru" || document.domain.substring(document.domain.indexOf(".macdigger.ru") + 1) == "macdigger.ru") || (document.domain == "mynnm.ru" || document.domain.substring(document.domain.indexOf(".mynnm.ru") + 1) == "mynnm.ru") || (document.domain == "newstudio.tv" || document.domain.substring(document.domain.indexOf(".newstudio.tv") + 1) == "newstudio.tv") || (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 == "pure-t.ru" || document.domain.substring(document.domain.indexOf(".pure-t.ru") + 1) == "pure-t.ru") || (document.domain == "rufootballtv.org" || document.domain.substring(document.domain.indexOf(".rufootballtv.org") + 1) == "rufootballtv.org") || (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 == "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 == "torrentom.com" || document.domain.substring(document.domain.indexOf(".torrentom.com") + 1) == "torrentom.com") || (document.domain == "torrentum.ru" || document.domain.substring(document.domain.indexOf(".torrentum.ru") + 1) == "torrentum.ru") || (document.domain == "userstyles.org" || document.domain.substring(document.domain.indexOf(".userstyles.org") + 1) == "userstyles.org") || (document.domain == "xatab-repack.net" || document.domain.substring(document.domain.indexOf(".xatab-repack.net") + 1) == "xatab-repack.net") || (document.domain == "zakon.kz" || document.domain.substring(document.domain.indexOf(".zakon.kz") + 1) == "zakon.kz"))
  38. css += [
  39. " body:not(#id), html:not(#id) {background-image: none !important;}"
  40. ].join("\n");
  41. if (false || (document.domain == "24video.adult" || document.domain.substring(document.domain.indexOf(".24video.adult") + 1) == "24video.adult") || (document.domain == "24video.guru" || document.domain.substring(document.domain.indexOf(".24video.guru") + 1) == "24video.guru") || (document.domain == "24video.top" || document.domain.substring(document.domain.indexOf(".24video.top") + 1) == "24video.top") || (document.domain == "all-episodes.tv" || document.domain.substring(document.domain.indexOf(".all-episodes.tv") + 1) == "all-episodes.tv") || (document.domain == "allfilmonline.co" || document.domain.substring(document.domain.indexOf(".allfilmonline.co") + 1) == "allfilmonline.co") || (document.domain == "amovies.ws" || document.domain.substring(document.domain.indexOf(".amovies.ws") + 1) == "amovies.ws") || (document.domain == "baskino.co" || document.domain.substring(document.domain.indexOf(".baskino.co") + 1) == "baskino.co") || (document.domain == "baskinonet.ru" || document.domain.substring(document.domain.indexOf(".baskinonet.ru") + 1) == "baskinonet.ru") || (document.domain == "bigcinema-tv.club" || document.domain.substring(document.domain.indexOf(".bigcinema-tv.club") + 1) == "bigcinema-tv.club") || (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 == "dugtor.ru" || document.domain.substring(document.domain.indexOf(".dugtor.ru") + 1) == "dugtor.ru") || (document.domain == "enki.ua" || document.domain.substring(document.domain.indexOf(".enki.ua") + 1) == "enki.ua") || (document.domain == "film-max.ru" || document.domain.substring(document.domain.indexOf(".film-max.ru") + 1) == "film-max.ru") || (document.domain == "freerutor.com" || document.domain.substring(document.domain.indexOf(".freerutor.com") + 1) == "freerutor.com") || (document.domain == "gameguru.ru" || document.domain.substring(document.domain.indexOf(".gameguru.ru") + 1) == "gameguru.ru") || (document.domain == "gidonline.eu" || document.domain.substring(document.domain.indexOf(".gidonline.eu") + 1) == "gidonline.eu") || (document.domain == "gidonline.in" || document.domain.substring(document.domain.indexOf(".gidonline.in") + 1) == "gidonline.in") || (document.domain == "hd720.biz" || document.domain.substring(document.domain.indexOf(".hd720.biz") + 1) == "hd720.biz") || (document.domain == "hdkinoklub.com" || document.domain.substring(document.domain.indexOf(".hdkinoklub.com") + 1) == "hdkinoklub.com") || (document.domain == "hdrezka.ag" || document.domain.substring(document.domain.indexOf(".hdrezka.ag") + 1) == "hdrezka.ag") || (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.su" || document.domain.substring(document.domain.indexOf(".hdrezka.su") + 1) == "hdrezka.su") || (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 == "itop-gear.ru" || document.domain.substring(document.domain.indexOf(".itop-gear.ru") + 1) == "itop-gear.ru") || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com") || (document.domain == "kinopoisk.ru" || document.domain.substring(document.domain.indexOf(".kinopoisk.ru") + 1) == "kinopoisk.ru") || (document.domain == "koshara.co" || document.domain.substring(document.domain.indexOf(".koshara.co") + 1) == "koshara.co") || (document.domain == "kronverkcinema.ua" || document.domain.substring(document.domain.indexOf(".kronverkcinema.ua") + 1) == "kronverkcinema.ua") || (document.domain == "krutor.org" || document.domain.substring(document.domain.indexOf(".krutor.org") + 1) == "krutor.org") || (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 == "moskva.fm" || document.domain.substring(document.domain.indexOf(".moskva.fm") + 1) == "moskva.fm") || (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 == "mynnm.ru" || document.domain.substring(document.domain.indexOf(".mynnm.ru") + 1) == "mynnm.ru") || (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 == "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 == "roem.ru" || document.domain.substring(document.domain.indexOf(".roem.ru") + 1) == "roem.ru") || (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 == "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 == "torentor.co" || document.domain.substring(document.domain.indexOf(".torentor.co") + 1) == "torentor.co") || (document.domain == "vc.ru" || document.domain.substring(document.domain.indexOf(".vc.ru") + 1) == "vc.ru") || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info") || (document.domain == "wikianime.ru" || document.domain.substring(document.domain.indexOf(".wikianime.ru") + 1) == "wikianime.ru") || (document.domain == "zona-film.com" || document.domain.substring(document.domain.indexOf(".zona-film.com") + 1) == "zona-film.com"))
  42. css += [
  43. "body:not(#id), html:not(#id) {padding-top: 0 !important;}"
  44. ].join("\n");
  45. if (false || (document.domain == "24video.adult" || document.domain.substring(document.domain.indexOf(".24video.adult") + 1) == "24video.adult") || (document.domain == "24video.guru" || document.domain.substring(document.domain.indexOf(".24video.guru") + 1) == "24video.guru") || (document.domain == "24video.top" || document.domain.substring(document.domain.indexOf(".24video.top") + 1) == "24video.top") || (document.domain == "kurkul.com" || document.domain.substring(document.domain.indexOf(".kurkul.com") + 1) == "kurkul.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"))
  46. css += [
  47. "body > * {pointer-events: auto !important;}",
  48. " body {pointer-events: none !important;}"
  49. ].join("\n");
  50. 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 == "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 == "lawyercom.ru" || document.domain.substring(document.domain.indexOf(".lawyercom.ru") + 1) == "lawyercom.ru") || (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 == "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"))
  51. css += [
  52. "._top_990x70, .jqmOverlay, .jqmWindow, .megaShadow, div[class^=\"GbShadow\"] {display: none !important;}",
  53. " body {overflow: auto !important;}"
  54. ].join("\n");
  55. if (false || (document.domain == "3dnews.ru" || document.domain.substring(document.domain.indexOf(".3dnews.ru") + 1) == "3dnews.ru"))
  56. css += [
  57. "html:not([xmlns]) > body {background: radial-gradient(ellipse at center,#4e4e4e 0%,#1a1a1a 100%) !important;}",
  58. " #global-wrapper[style*=\"pointer\"] {cursor: auto !important; padding-top: 0 !important; background: none !important; pointer-events: none !important;}",
  59. " #global-wrapper[style*=\"pointer\"] > * {pointer-events: auto !important;}"
  60. ].join("\n");
  61. if (false || (document.domain == "720hd.club" || document.domain.substring(document.domain.indexOf(".720hd.club") + 1) == "720hd.club"))
  62. css += [
  63. "#all {margin-top: 0 !important;}"
  64. ].join("\n");
  65. 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"))
  66. css += [
  67. " #main, main, div{background-image: none !important;}",
  68. " *{background-image: url(\"\") !important;}",
  69. " div{background-image: url(\"\") !important;}",
  70. // !! " #header + #ruBlbZq {background-image: url() !important;}",
  71. // !! " #header + * {background-image: url() !important;}",
  72. // !! " #header + #ruBlbZq {background-image: url(\"\") !important;}",
  73. " #main {padding: 0 !important;}",
  74. " .brand-page {display: none !important;}",
  75. " .brand-page {height: 0 !important;}",
  76. " body,#main,#rnd-replace-main {background: #E6E7E9!important;}",
  77. " div#main > div.holder.no-hidden{padding: 0 !important;}",
  78. " div#main > div.holder.no-hidden{width: inherit !important;}",
  79. " html > body > div#wrapper > div: nth-of-type(1) > div: nth-of-type(1) > header+div {background-image: url(\"\") !important;}",
  80. " article#content{width: 920px !important;}",
  81. // ! " #header~div:not(#contacts):not(#body) {background-image: none !important;background-color: #E6E7E9!important;}",
  82. // ! " link~div[class$=\" \"] {display: none!important;}",
  83. " html {margin-top: 0px !important;}",
  84. " div [class^=\"h-frame\"]{top: 0px !important;}",
  85. " div#main > div.holder.no-hidden{padding: 0 !important;}",
  86. " div#main > div.holder.no-hidden{width: inherit !important;}",
  87. " iv#main > div.holder.no-hidden > a{display: none !important;}",
  88. " div#main > div.holder.no-hidden > div.brand-page-counters{display: none !important;}",
  89. " div#ipbwrapper > div.borderwrap-header{display: none !important;}",
  90. " div.borderwrap-header > table{display: none !important;}",
  91. " div#dw-wrapper{display: none !important;}",
  92. " a.brand-page.main{display: none !important;}",
  93. " div#wrapper > div: nth-of-type(1) > div: nth-of-type(1) > header+div > div: nth-of-type(4){display: none !important;}",
  94. " div#wrapper > div: nth-of-type(1) > div: nth-of-type(1) > header+div > div: nth-of-type(3){display: none !important;}",
  95. // ! расширяем
  96. // ! проверить " header#header{ max-width: 1500px !important; width: 95% !important;}",
  97. // ! проверить " header+div > div: nth-of-type(1){ margin: 0px !important; max-width: 1500px !important; width: 90% !important;}",
  98. " header+div > div > div+section > article{max-width: 1500px !important; width: 79% !important;}",
  99. // !? проверить вариант " header+div > div > div+section > article{max-width: 1500px !important; width: auto !important;}",
  100. " header+div > div > div+section > aside{max-width: 20% !important; width: 20% !important;}",
  101. " .holder, .holder-no-hidden {width: auto !important;}",
  102. " .selection .content {margin-left: 0px !important; margin-right: 0px !important;}",
  103. " header+div > div > div+section{margin-left: 0px !important; margin-right: 0px !important;}"
  104. ].join("\n");
  105. if (false || (document.domain == "aces.gg" || document.domain.substring(document.domain.indexOf(".aces.gg") + 1) == "aces.gg"))
  106. css += [
  107. "body {background: black !important; cursor: default !important;}",
  108. " #alert > * {pointer-events: auto !important;}",
  109. " #alert {pointer-events: none !important;}"
  110. ].join("\n");
  111. if (false || (document.domain == "adultmult.tv" || document.domain.substring(document.domain.indexOf(".adultmult.tv") + 1) == "adultmult.tv"))
  112. css += [
  113. "body {background: black !important;}",
  114. " #aswift_0_expand, .adsbygoogle {display: none !important;}",
  115. " .allsearch, .menuposition {margin-top: 0 !important;}",
  116. " .menusection {position: static !important;}"
  117. ].join("\n");
  118. if (false || (document.domain == "afisha.ru" || document.domain.substring(document.domain.indexOf(".afisha.ru") + 1) == "afisha.ru"))
  119. css += [
  120. ".page_block_adv {background: none !important;}",
  121. " .page_block_content {width: 100% !important;}"
  122. ].join("\n");
  123. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  124. css += [
  125. "#header-links {display: none !important;}",
  126. " #new_logo_helper01 {top: 0 !important;}"
  127. ].join("\n");
  128. if (false || (document.domain == "aif.ru" || document.domain.substring(document.domain.indexOf(".aif.ru") + 1) == "aif.ru"))
  129. css += "#container:not(#id) {margin-top: 0!important;}";
  130. if (false || (document.domain == "ain.ua" || document.domain.substring(document.domain.indexOf(".ain.ua") + 1) == "ain.ua"))
  131. css += [
  132. "body:not(#id) {background: white !important;}"
  133. ].join("\n");
  134. if (false || (document.domain == "ain.ua" || document.domain.substring(document.domain.indexOf(".ain.ua") + 1) == "ain.ua") || (document.domain == "gametech.ru" || document.domain.substring(document.domain.indexOf(".gametech.ru") + 1) == "gametech.ru") || (document.domain == "gidonline.eu" || document.domain.substring(document.domain.indexOf(".gidonline.eu") + 1) == "gidonline.eu") || (document.domain == "gidonline.in" || document.domain.substring(document.domain.indexOf(".gidonline.in") + 1) == "gidonline.in") || (document.domain == "hd-1080.com" || document.domain.substring(document.domain.indexOf(".hd-1080.com") + 1) == "hd-1080.com") || (document.domain == "kino-klub.org" || document.domain.substring(document.domain.indexOf(".kino-klub.org") + 1) == "kino-klub.org") || (document.domain == "kinohome.net" || document.domain.substring(document.domain.indexOf(".kinohome.net") + 1) == "kinohome.net") || (document.domain == "kinohome.org" || document.domain.substring(document.domain.indexOf(".kinohome.org") + 1) == "kinohome.org") || (document.domain == "oblozhki.net" || document.domain.substring(document.domain.indexOf(".oblozhki.net") + 1) == "oblozhki.net") || (document.domain == "the-cinema.ru" || document.domain.substring(document.domain.indexOf(".the-cinema.ru") + 1) == "the-cinema.ru") || (document.domain == "torrentum.org" || document.domain.substring(document.domain.indexOf(".torrentum.org") + 1) == "torrentum.org") || (document.domain == "torrentum.ru" || document.domain.substring(document.domain.indexOf(".torrentum.ru") + 1) == "torrentum.ru") || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info"))
  135. css += [
  136. "body:not(#id), html:not(#id) {margin-top: 0 !important;}"
  137. ].join("\n");
  138. if (false || (document.domain == "all-episodes.tv" || document.domain.substring(document.domain.indexOf(".all-episodes.tv") + 1) == "all-episodes.tv"))
  139. css += [
  140. "body {background-image: none !important;}",
  141. " #ad3, #advtss, :not(#ad3) > div[id^=\"bn_\"] {position: fixed !important; top: -10000px !important; left: -10000px !important;}"
  142. ].join("\n");
  143. if (false || (document.domain == "allhockey.ru" || document.domain.substring(document.domain.indexOf(".allhockey.ru") + 1) == "allhockey.ru"))
  144. css += ".adr-top { height: 0 !important; min-height: 0!important;}";
  145. if (false || (document.domain == "aliexpress.com" || document.domain.substring(document.domain.indexOf(".aliexpress.com") + 1) == "aliexpress.com"))
  146. css += [
  147. " div.categories-main{ display: inline-block !important; width: auto !important; } dl.cl-item{display: inline-block !important;}",
  148. " div.index-page > div.user-helper-footer{position: relative !important; top: 120px !important; padding: 0 !important;}",
  149. " div.index-page > div.site-footer{position: relative !important; top: 120px !important; margin: 0 !important; padding: 0 !important;}",
  150. " div.index-page > div.footer-copywrite{position: relative !important; top: 120px !important;}",
  151. " div.index-page{height: inherit !important;}"
  152. ].join("\n");
  153. if (false || (document.domain == "androidinsider.ru" || document.domain.substring(document.domain.indexOf(".androidinsider.ru") + 1) == "androidinsider.ru"))
  154. css += [
  155. "#wrapper {background: none !important;}",
  156. " #trend {margin-bottom: 0 !important;}"
  157. ].join("\n");
  158. if (false || (document.domain == "anidub-online.ru" || document.domain.substring(document.domain.indexOf(".anidub-online.ru") + 1) == "anidub-online.ru") || (document.domain == "online.anidub.com" || document.domain.substring(document.domain.indexOf(".online.anidub.com") + 1) == "online.anidub.com"))
  159. css += [
  160. ".background {background: none !important;}",
  161. " .background > script + div {display: none !important;}"
  162. ].join("\n");
  163. if (false || (document.domain == "anime-rus.ru" || document.domain.substring(document.domain.indexOf(".anime-rus.ru") + 1) == "anime-rus.ru"))
  164. css += [
  165. "#hide_show {display: none !important;}",
  166. " .nav {position: relative !important;}"
  167. ].join("\n");
  168. if (false || (document.domain == "animedia.tv" || document.domain.substring(document.domain.indexOf(".animedia.tv") + 1) == "animedia.tv"))
  169. css += [
  170. ".promo__wrapper {display: none !important;}"
  171. ].join("\n");
  172. if (false || (document.domain == "animemovie.ru" || document.domain.substring(document.domain.indexOf(".animemovie.ru") + 1) == "animemovie.ru"))
  173. css += [
  174. "body > .standard, header[role=\"banner\"] {height: 100px !important; background: transparent !important;}",
  175. " .logo {margin-left: 0 !important; left: 0 !important;}",
  176. " .htitle {margin-left: 0 !important; left: 150px !important;}",
  177. " nav[role=\"navigation\"] > ul {top: 0 !important;}"
  178. ].join("\n");
  179. if (false || (document.domain == "animeonline.su" || document.domain.substring(document.domain.indexOf(".animeonline.su") + 1) == "animeonline.su"))
  180. css += [
  181. "#brandParallax {display: none !important;}",
  182. " #wrapper {padding-top: 50px !important;}"
  183. ].join("\n");
  184. if (false || (document.domain == "animevost.org" || document.domain.substring(document.domain.indexOf(".animevost.org") + 1) == "animevost.org"))
  185. css += [
  186. "div[class^=\"headbg\"] {background-image: none !important; height: auto !important;}",
  187. " div[class^=\"headbg\"] > .menu .sar {bottom: auto !important; top: 50px !important; z-index: 100 !important;}",
  188. " div[class^=\"headbg\"] > .menu {top: 0 !important;}"
  189. ].join("\n");
  190. if (false || (document.domain == "aniplay.tv" || document.domain.substring(document.domain.indexOf(".aniplay.tv") + 1) == "aniplay.tv"))
  191. css += [
  192. "body {cursor: auto !important;}",
  193. " .ap2-main-header-banner {display: none !important;}",
  194. " .ap2-main-header {height: 30px !important;}"
  195. ].join("\n");
  196. if (false || (document.domain == "anistar.me" || document.domain.substring(document.domain.indexOf(".anistar.me") + 1) == "anistar.me"))
  197. css += [
  198. "body > .clear + div:not(.main) {display: none !important;}",
  199. " .wrapper.width1200 {margin-top: 0 !important;}",
  200. " body > header {padding-bottom: 20px !important;}",
  201. " .drowmenu {z-index: 1999999999 !important;}"
  202. ].join("\n");
  203. if (false || (document.domain == "anti-malware.ru" || document.domain.substring(document.domain.indexOf(".anti-malware.ru") + 1) == "anti-malware.ru"))
  204. css += "#header-bg-enf {margin-top: 0 !important;}";
  205. if (false || (document.domain == "app2top.ru" || document.domain.substring(document.domain.indexOf(".app2top.ru") + 1) == "app2top.ru"))
  206. css += [
  207. "body > .page {margin-top: 0 !important;}"
  208. ].join("\n");
  209. if (false || (document.domain == "autoua.net" || document.domain.substring(document.domain.indexOf(".autoua.net") + 1) == "autoua.net"))
  210. css += [
  211. ".fader-social {display: none !important;}",
  212. " .social-open {overflow: auto !important;}"
  213. ].join("\n");
  214. if (false || (document.domain == "banki.ru" || document.domain.substring(document.domain.indexOf(".banki.ru") + 1) == "banki.ru"))
  215. css += [
  216. ".header--short.header {margin-top: 0 !important;}"
  217. ].join("\n");
  218. if (false || (document.domain == "bestpersons.ru" || document.domain.substring(document.domain.indexOf(".bestpersons.ru") + 1) == "bestpersons.ru"))
  219. css += [
  220. "#userTabs {float: none !important;}"
  221. ].join("\n");
  222. if (false || (document.domain == "binmovie.org" || document.domain.substring(document.domain.indexOf(".binmovie.org") + 1) == "binmovie.org"))
  223. css += " #content {top: 0 !important; left: 0 !important; width: 100% !important; margin-left: 0 !important;}";
  224. if (false || (document.domain == "border-fan.ru" || document.domain.substring(document.domain.indexOf(".border-fan.ru") + 1) == "border-fan.ru") || (document.domain == "dad-fan.ru" || document.domain.substring(document.domain.indexOf(".dad-fan.ru") + 1) == "dad-fan.ru") || (document.domain == "dugtor.ru" || document.domain.substring(document.domain.indexOf(".dugtor.ru") + 1) == "dugtor.ru") || (document.domain == "freehat.cc" || document.domain.substring(document.domain.indexOf(".freehat.cc") + 1) == "freehat.cc") || (document.domain == "grif-fan.ru" || document.domain.substring(document.domain.indexOf(".grif-fan.ru") + 1) == "grif-fan.ru") || (document.domain == "lalapaluza.ru" || document.domain.substring(document.domain.indexOf(".lalapaluza.ru") + 1) == "lalapaluza.ru") || (document.domain == "simp-fan.ru" || document.domain.substring(document.domain.indexOf(".simp-fan.ru") + 1) == "simp-fan.ru") || (document.domain == "sp-fan.ru" || document.domain.substring(document.domain.indexOf(".sp-fan.ru") + 1) == "sp-fan.ru"))
  225. css += [
  226. "body:not(#id) {background: whitesmoke !important;}",
  227. " #page {margin-top: 0 !important;}"
  228. ].join("\n");
  229. if (false || (document.domain == "bvedomosti.ru" || document.domain.substring(document.domain.indexOf(".bvedomosti.ru") + 1) == "bvedomosti.ru"))
  230. css += [
  231. "#art-main {background-image: none !important;}",
  232. " .art-Header {display: none !important;}",
  233. " .bg-top-menu {top: 0 !important;}"
  234. ].join("\n");
  235. if (false || (document.domain == "carambatv.ru" || document.domain.substring(document.domain.indexOf(".carambatv.ru") + 1) == "carambatv.ru"))
  236. css += " .content {background: none !important; padding: 0 !important;}";
  237. if (false || (document.domain == "cars.ru" || document.domain.substring(document.domain.indexOf(".cars.ru") + 1) == "cars.ru"))
  238. css += [
  239. "a[href*=\"/adclick.php?bannerid=\"] {display: none !important;}",
  240. " #main {margin-top: 0 !important;}"
  241. ].join("\n");
  242. if (false || (document.domain == "casstudio.tv" || document.domain.substring(document.domain.indexOf(".casstudio.tv") + 1) == "casstudio.tv"))
  243. css += [
  244. ".footer {margin-bottom: 0 !important;}"
  245. ].join("\n");
  246. if (false || (document.domain == "cf.ua" || document.domain.substring(document.domain.indexOf(".cf.ua") + 1) == "cf.ua"))
  247. css += [
  248. ".hamburger__overlay.no-close {display: none !important;}",
  249. " .scroll-content.disable-scrolling, body.overflow--hidden {overflow:auto !important;}"
  250. ].join("\n");
  251. if (false || (document.domain == "championat.com" || document.domain.substring(document.domain.indexOf(".championat.com") + 1) == "championat.com"))
  252. css += [
  253. "html:not(#id) {padding-top: 0 !important;}"
  254. ].join("\n");
  255. if (false || (document.domain == "cinema-hd.ru" || document.domain.substring(document.domain.indexOf(".cinema-hd.ru") + 1) == "cinema-hd.ru"))
  256. css += ".wrap {padding-top: 0 !important;}";
  257. if (false || (document.domain == "cloud.mail.ru" || document.domain.substring(document.domain.indexOf(".cloud.mail.ru") + 1) == "cloud.mail.ru"))
  258. css += [
  259. ".b-layout__col_2_2 > style + div[id][class] {transform: scale(0) !important; opacity: 0 !important; pointer-events: none !important; position: fixed !important; top: -1000px !important;}"
  260. ].join("\n");
  261. if (false || (document.domain == "creativportal.ru" || document.domain.substring(document.domain.indexOf(".creativportal.ru") + 1) == "creativportal.ru"))
  262. css += [
  263. " .pocaz {width: 10px !important; height: 10px !important; position: fixed !important; top: -100px !important;}"
  264. ].join("\n");
  265. if (false || (document.domain == "ctv7.ru" || document.domain.substring(document.domain.indexOf(".ctv7.ru") + 1) == "ctv7.ru"))
  266. css += [
  267. "body > .site {margin-top: 0 !important;}"
  268. ].join("\n");
  269. if (false || (document.domain == "cyberforum.ru" || document.domain.substring(document.domain.indexOf(".cyberforum.ru") + 1) == "cyberforum.ru"))
  270. css += [
  271. "body > div[style*=\"width\"][style*=\"margin\"] {margin-top: 0 !important;}"
  272. ].join("\n");
  273. if (false || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru"))
  274. css += [
  275. "body > div[class] > div[class]:not(#id), body > div[class]:not(#id) {background: black !important; padding-top: 0 !important;}",
  276. " .subline + style + div:not([id]) {background: transparent !important; position: fixed !important; height: 1px !important;}",
  277. " a[href*=\"go.mail.ru/r/\"] {display: none !important;}",
  278. " #headerProxy {height: 150px !important;}"
  279. ].join("\n");
  280. if (false || (document.domain == "drahelas.ru" || document.domain.substring(document.domain.indexOf(".drahelas.ru") + 1) == "drahelas.ru"))
  281. css += [
  282. ".forumAd {height: 1px !important;}",
  283. " .adb, .navbar_notice {position: fixed !important; transform: scale(0) !important;}"
  284. ].join("\n");
  285. if (false || (document.domain == "drive.ru" || document.domain.substring(document.domain.indexOf(".drive.ru") + 1) == "drive.ru"))
  286. css += "body > div {background: none !important; padding-top: 0 !important;}";
  287. if (false || (document.domain == "drive2.ru" || document.domain.substring(document.domain.indexOf(".drive2.ru") + 1) == "drive2.ru"))
  288. css += [
  289. ".c-slideshow__nav {max-width: 40px !important;}"
  290. ].join("\n");
  291. 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 == "nnm-club.name" || document.domain.substring(document.domain.indexOf(".nnm-club.name") + 1) == "nnm-club.name") || (document.domain == "nnm-club.tv" || document.domain.substring(document.domain.indexOf(".nnm-club.tv") + 1) == "nnm-club.tv") || (document.domain == "nnmclub.to" || document.domain.substring(document.domain.indexOf(".nnmclub.to") + 1) == "nnmclub.to"))
  292. css += [
  293. "body > .wrap {top: 0 !important;}"
  294. ].join("\n");
  295. if (false || (document.domain == "dugtor.ru" || document.domain.substring(document.domain.indexOf(".dugtor.ru") + 1) == "dugtor.ru") || (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"))
  296. css += [
  297. "body > #page {padding-top: 0 !important;}"
  298. ].join("\n");
  299. if (false || (document.domain == "dynamo.kiev.ua" || document.domain.substring(document.domain.indexOf(".dynamo.kiev.ua") + 1) == "dynamo.kiev.ua"))
  300. css += [
  301. ".fader-social {display: none !important;}",
  302. " .social-open {overflow: auto !important;}"
  303. ].join("\n");
  304. if (false || (document.domain == "e.mail.ru" || document.domain.substring(document.domain.indexOf(".e.mail.ru") + 1) == "e.mail.ru"))
  305. css += [
  306. "#leftcol-banners, #preload_banner_1, .b-rb, .js-helper.direct-state, ",
  307. " .message-sent__ads, .message-sent__hr.message-sent__hr_big {transform: scale(0) !important;",
  308. " opacity: 0 !important;",
  309. " pointer-events: none !important;",
  310. " position: fixed !important;",
  311. " top: -1000px !important;}"
  312. ].join("\n");
  313. if (false || (document.domain == "economistua.com" || document.domain.substring(document.domain.indexOf(".economistua.com") + 1) == "economistua.com"))
  314. css += [
  315. ".wdpu-container, .wpmui-overlay {display: none !important;}",
  316. " body, html {padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none !important;}",
  317. " body > * {pointer-events: auto !important;}"
  318. ].join("\n");
  319. if (false || (document.domain == "eg.ru" || document.domain.substring(document.domain.indexOf(".eg.ru") + 1) == "eg.ru"))
  320. css += [
  321. ".facebook-bn_site-overlay {display: none !important;}"
  322. ].join("\n");
  323. if (false || (document.domain == "eg.ru" || document.domain.substring(document.domain.indexOf(".eg.ru") + 1) == "eg.ru") || (document.domain == "gagadget.com" || document.domain.substring(document.domain.indexOf(".gagadget.com") + 1) == "gagadget.com") || (document.domain == "msn.com" || document.domain.substring(document.domain.indexOf(".msn.com") + 1) == "msn.com") || (document.domain == "news.rambler.ru" || document.domain.substring(document.domain.indexOf(".news.rambler.ru") + 1) == "news.rambler.ru") || (document.domain == "ngs.ru" || document.domain.substring(document.domain.indexOf(".ngs.ru") + 1) == "ngs.ru") || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  324. css += [
  325. "body:not(#id), html:not(#id) {overflow: auto !important;}"
  326. ].join("\n");
  327. if (false || (document.domain == "enki.ua" || document.domain.substring(document.domain.indexOf(".enki.ua") + 1) == "enki.ua") || (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"))
  328. css += [
  329. "body {background: none !important;}"
  330. ].join("\n");
  331. if (false || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua"))
  332. css += [
  333. " body {cursor: auto !important;}",
  334. " body > div[align=\"center\"] {width: auto !important; margin: 0 !important;}"
  335. ].join("\n");
  336. 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.ru" || document.domain.substring(document.domain.indexOf(".online-freebee.ru") + 1) == "online-freebee.ru") || (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"))
  337. css += [
  338. "body:not(#id), html:not(#id) {padding: 0 !important;}"
  339. ].join("\n");
  340. if (false || (document.domain == "fast-torrent.ru" || document.domain.substring(document.domain.indexOf(".fast-torrent.ru") + 1) == "fast-torrent.ru") || (document.domain == "fast-torrent.co" || document.domain.substring(document.domain.indexOf(".fast-torrent.co") + 1) == "fast-torrent.co") || (document.domain == "fasttorrent.ru" || document.domain.substring(document.domain.indexOf(".fasttorrent.ru") + 1) == "fasttorrent.ru"))
  341. css += [
  342. "body {background: white !important; padding-top: 0px !important;}",
  343. " body{background: url(\'\') !important;}",
  344. " body{background-image: url(\" \") !important;}",
  345. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  346. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  347. " #container {margin-top: 0 !important;}"
  348. ].join("\n");
  349. if (false || (document.domain == "fastpic.ru" || document.domain.substring(document.domain.indexOf(".fastpic.ru") + 1) == "fastpic.ru"))
  350. css += [
  351. "#content, #footer, #footerContainer, #mainContainer, #show-code-content {pointer-events: auto !important;}",
  352. " body:not([style]), html {pointer-events: none !important; height: 100% !important; cursor: auto !important; background-color: whitesmoke !important;}",
  353. " #content, #footer, #mainContainer {position: static !important; margin-top: 0 !important;}",
  354. " #summaryLinks, .picinfo {width: 700px !important; word-wrap: break-word !important;}"
  355. ].join("\n");
  356. if (false || (document.domain == "fb.ru" || document.domain.substring(document.domain.indexOf(".fb.ru") + 1) == "fb.ru") || (document.domain == "hosgeldi.com" || document.domain.substring(document.domain.indexOf(".hosgeldi.com") + 1) == "hosgeldi.com"))
  357. css += [
  358. ".adsbygoogle {position: fixed !important; top: -10000px !important;}"
  359. ].join("\n");
  360. if (false || (document.domain == "firepic.org" || document.domain.substring(document.domain.indexOf(".firepic.org") + 1) == "firepic.org"))
  361. css += [
  362. ".span12 {clear: both !important;}",
  363. " .container, .row {max-width: none !important;}",
  364. " body {padding: 0 !important; background-image: none !important;}",
  365. " .row {padding: 30px !important; margin: 0 !important;}",
  366. " .container {width: 100% !important;}"
  367. ].join("\n");
  368. if (false || (document.domain == "fishki.net" || document.domain.substring(document.domain.indexOf(".fishki.net") + 1) == "fishki.net"))
  369. css += "#container {cursor: auto !important;}";
  370. if (false || (document.domain == "forum.ixbt.com" || document.domain.substring(document.domain.indexOf(".forum.ixbt.com") + 1) == "forum.ixbt.com"))
  371. css += [
  372. ".left.column > #question.dialog_thanks {left: 67% !important;}",
  373. " .body_content_table > .left.column {margin-right: 0 !important; width: 100% !important;}",
  374. " .fullscreen_branding ~ .body_content_table {margin-top: 0 !important; z-index: 0 !important;}",
  375. " .body_wrapper {max-width: 100% !important;}"
  376. ].join("\n");
  377. if (false || (document.domain == "fototips.ru" || document.domain.substring(document.domain.indexOf(".fototips.ru") + 1) == "fototips.ru"))
  378. css += [
  379. ".ftips-branding .td-main-page-wrap, .ftips-branding-ad + div {padding-top: 5px !important;}"
  380. ].join("\n");
  381. if (false || (document.domain == "free-torrent.org" || document.domain.substring(document.domain.indexOf(".free-torrent.org") + 1) == "free-torrent.org") || (document.domain == "free-torrent.pw" || document.domain.substring(document.domain.indexOf(".free-torrent.pw") + 1) == "free-torrent.pw") || (document.domain == "free-torrents.org" || document.domain.substring(document.domain.indexOf(".free-torrents.org") + 1) == "free-torrents.org") || (document.domain == "free-torrents.pw" || document.domain.substring(document.domain.indexOf(".free-torrents.pw") + 1) == "free-torrents.pw"))
  382. css += [
  383. "#sidebar2 {padding-top: 0 !important;}",
  384. " #main-wrapper {width: 100% !important; top: 0 !important;}"
  385. ].join("\n");
  386. if (false || (document.domain == "gagadget.com" || document.domain.substring(document.domain.indexOf(".gagadget.com") + 1) == "gagadget.com"))
  387. css += [
  388. ".fader-social {display: none !important;}"
  389. ].join("\n");
  390. if (false || (document.domain == "gamebomb.ru" || document.domain.substring(document.domain.indexOf(".gamebomb.ru") + 1) == "gamebomb.ru"))
  391. css += [
  392. "#ssdfsd,.dfgdjkfgh{background-image: none !important;}",
  393. " #content {padding-top: 0 !important; margin-top: 0 !important; pointer-events: none !important;}",
  394. " #basic-content-container > * {pointer-events: auto !important;}"
  395. ].join("\n");
  396. if (false || (document.domain == "gamer-info.com" || document.domain.substring(document.domain.indexOf(".gamer-info.com") + 1) == "gamer-info.com"))
  397. css += "#all-content-container {padding: 0 !important;}";
  398. if (false || (document.domain == "gametech.ru" || document.domain.substring(document.domain.indexOf(".gametech.ru") + 1) == "gametech.ru"))
  399. css += [
  400. "body {background: #eee !important;}"
  401. ].join("\n");
  402. if (false || (document.domain == "gastronom.ru" || document.domain.substring(document.domain.indexOf(".gastronom.ru") + 1) == "gastronom.ru"))
  403. css += [
  404. "body { cursor: auto !important;}",
  405. " #wrapper {max-width: none !important;}"
  406. ].join("\n");
  407. if (false || (document.domain == "gazeta.ru" || document.domain.substring(document.domain.indexOf(".gazeta.ru") + 1) == "gazeta.ru"))
  408. css += [
  409. ".sausage-list-maintheme.maintheme-flow .sausage-list-item: first-child {z-index: 1 !important;}"
  410. ].join("\n");
  411. if (false || (document.domain == "gazeta.ua" || document.domain.substring(document.domain.indexOf(".gazeta.ua") + 1) == "gazeta.ua"))
  412. css += [
  413. "#header-wrapper > header > *, body > * {pointer-events: auto !important;}",
  414. " #header-wrapper > header, body {pointer-events: none !important;}"
  415. ].join("\n");
  416. if (false || (document.domain == "gidonline.eu" || document.domain.substring(document.domain.indexOf(".gidonline.eu") + 1) == "gidonline.eu") || (document.domain == "gidonline.in" || document.domain.substring(document.domain.indexOf(".gidonline.in") + 1) == "gidonline.in"))
  417. css += [
  418. "#headerline {margin-top: 0 !important;}"
  419. ].join("\n");
  420. if (false || (document.domain == "glavnoe.ua" || document.domain.substring(document.domain.indexOf(".glavnoe.ua") + 1) == "glavnoe.ua"))
  421. css += [
  422. "#main-block > .content-block {margin: auto !important;}"
  423. ].join("\n");
  424. if (false || (document.domain == "go.mail.ru" || document.domain.substring(document.domain.indexOf(".go.mail.ru") + 1) == "go.mail.ru"))
  425. css += [
  426. "html:not(#id) body:not(#id) .responses__wrapper > div[id^=\"js-\"][id$=\"Block\"] > [class$=\"-block\"] {display: none !important; opacity: 0 !important; pointer-events:none !important; height: 0 !important;}"
  427. ].join("\n");
  428. if (false || (document.domain == "goclips.tv" || document.domain.substring(document.domain.indexOf(".goclips.tv") + 1) == "goclips.tv"))
  429. css += " .video_content {height: auto !important;}";
  430. if (false || (document.domain == "goha.ru" || document.domain.substring(document.domain.indexOf(".goha.ru") + 1) == "goha.ru"))
  431. css += [
  432. "#full-brand {background-image: none !important;}",
  433. " #full-brand-footer > div[style*=\"fixed\"], #head-tuppy > a {display: none !important;}",
  434. " #head-tuppy {height: 7px !important;}"
  435. ].join("\n");
  436. if (false || (document.domain == "goodgame.ru" || document.domain.substring(document.domain.indexOf(".goodgame.ru") + 1) == "goodgame.ru"))
  437. css += [
  438. ".main-block .main-inner-wrap {margin-top: 0 !important;}"
  439. ].join("\n");
  440. if (false || (document.domain == "gotps3.ru" || document.domain.substring(document.domain.indexOf(".gotps3.ru") + 1) == "gotps3.ru"))
  441. css += "#Page {margin-top: 0 !important;}";
  442. if (false || (document.domain == "gstv.ru" || document.domain.substring(document.domain.indexOf(".gstv.ru") + 1) == "gstv.ru"))
  443. css += ".page-content {margin-top: 0 !important;}";
  444. if (false || (document.domain == "gtavicecity.ru" || document.domain.substring(document.domain.indexOf(".gtavicecity.ru") + 1) == "gtavicecity.ru"))
  445. css += [
  446. ".body-container {margin-top: 0 !important;}"
  447. ].join("\n");
  448. if (false || (document.domain == "happy-hack.ru" || document.domain.substring(document.domain.indexOf(".happy-hack.ru") + 1) == "happy-hack.ru"))
  449. css += [
  450. "table[id^=\"blockblock\"] {display: none !important;}",
  451. " body > [id^=\"blockblock\"] {visibility: visible !important; display: block !important;}"
  452. ].join("\n");
  453. if (false || (document.domain == "hd720kino.ru" || document.domain.substring(document.domain.indexOf(".hd720kino.ru") + 1) == "hd720kino.ru"))
  454. css += [
  455. ".wrap {background: none !important;}",
  456. " .main.center {margin-top: 0 !important;}"
  457. ].join("\n");
  458. if (false || (document.domain == "hdfilms.tv" || document.domain.substring(document.domain.indexOf(".hdfilms.tv") + 1) == "hdfilms.tv"))
  459. css += " #subheader{padding-top: 1px !important;}";
  460. if (false || (document.domain == "hdkinoclub.com" || document.domain.substring(document.domain.indexOf(".hdkinoclub.com") + 1) == "hdkinoclub.com"))
  461. css += [
  462. "#faac {padding-top: 0 !important;}"
  463. ].join("\n");
  464. if (false || (document.domain == "hdrezka.ag" || document.domain.substring(document.domain.indexOf(".hdrezka.ag") + 1) == "hdrezka.ag"))
  465. css += [
  466. ".b-post__mixedtext ~ style + div[id] {display: none !important;}",
  467. " #vk_groups {margin-left: -280px !important; padding-top: 80px !important;}",
  468. " .b-translator__item {margin-left: 0 !important; margin-right: 3px !important;}",
  469. " #top-nav + .b-container .b-content__inline_inner, .b-content__columns {padding-right: 0 !important;}",
  470. " .b-sidelist .b-content__inline_item a > img {width: 137px !important; height: auto !important;}",
  471. " .b-sidelist .b-content__inline_item {width: 145px !important;}",
  472. " .b-post__info {width: 475px !important;}",
  473. " #cdn-player, #youtubeplayer {width: 960px !important; height: 540px !important;}",
  474. " #ownplayer, #videoplayer {width: auto !important; height: auto !important;}"
  475. ].join("\n");
  476. if (false || (document.domain == "hdrezka.re" || document.domain.substring(document.domain.indexOf(".hdrezka.re") + 1) == "hdrezka.re"))
  477. css += [
  478. "#wrap {padding-top: 0 !important;}"
  479. ].join("\n");
  480. if (false || (document.domain == "hentaiz.org" || document.domain.substring(document.domain.indexOf(".hentaiz.org") + 1) == "hentaiz.org"))
  481. css += [
  482. "body {background: #4ba1ba !important;}",
  483. " .toporg {height: 0 !important;}"
  484. ].join("\n");
  485. if (false || (document.domain == "hi-tech.mail.ru" || document.domain.substring(document.domain.indexOf(".hi-tech.mail.ru") + 1) == "hi-tech.mail.ru"))
  486. css += [
  487. "#portal-menu, .header-banner {margin: 0 !important;}"
  488. ].join("\n");
  489. if (false || (document.domain == "hideip.me" || document.domain.substring(document.domain.indexOf(".hideip.me") + 1) == "hideip.me"))
  490. css += [
  491. ".region-highlighted .content > center:not(#id), [class^=\"numlink\"]:not(#id), ",
  492. " [id^=\"numban\"]:not(#id), [id^=\"numlink\"]:not(#id) {width: 10px !important; height:10px !important; display: block !important; transform: scale(0) !important; position: fixed !important;}"
  493. ].join("\n");
  494. if (false || (document.domain == "hotline.ua" || document.domain.substring(document.domain.indexOf(".hotline.ua") + 1) == "hotline.ua"))
  495. css += [
  496. ".reset-scroll:before, div[data-lightbox-id=\"product-fast-question\"] {display: none !important;}",
  497. " .reset-scroll {overflow: auto !important;}"
  498. ].join("\n");
  499. if (false || (document.domain == "houzz.ru" || document.domain.substring(document.domain.indexOf(".houzz.ru") + 1) == "houzz.ru"))
  500. css += [
  501. ".modal.in.modal-vc {display: none !important;}",
  502. " body.modal-open, html {overflow: auto !important;}"
  503. ].join("\n");
  504. if (false || (document.domain == "hs-manacost.ru" || document.domain.substring(document.domain.indexOf(".hs-manacost.ru") + 1) == "hs-manacost.ru"))
  505. css += [
  506. "body {background-image: none !important; background-color: whitesmoke !important;}",
  507. " #td-outer-wrap > *, body > * {pointer-events: auto !important;}",
  508. " #td-outer-wrap, body {pointer-events: none !important;}"
  509. ].join("\n");
  510. if (false || (document.domain == "igromania.ru" || document.domain.substring(document.domain.indexOf(".igromania.ru") + 1) == "igromania.ru"))
  511. css += [
  512. "body > .outer_outer > .outer_inner {background: #dedede !important;}"
  513. ].join("\n");
  514. if (false || (document.domain == "infomama.com.ua" || document.domain.substring(document.domain.indexOf(".infomama.com.ua") + 1) == "infomama.com.ua"))
  515. css += [
  516. "#logo {display: none !important;}",
  517. " #headerMover #headerProxy {height: 50px !important;}"
  518. ].join("\n");
  519. if (false || (document.domain == "infpol.ru" || document.domain.substring(document.domain.indexOf(".infpol.ru") + 1) == "infpol.ru"))
  520. css += [
  521. " .header {height: 60px !important;}",
  522. " .header__stick {top: 0 !important;}"
  523. ].join("\n");
  524. if (false || (document.domain == "iphones.ru" || document.domain.substring(document.domain.indexOf(".iphones.ru") + 1) == "iphones.ru"))
  525. css += "#contentShifter {height: 127px!important;}";
  526. if (false || (document.domain == "kaluga-poisk.ru" || document.domain.substring(document.domain.indexOf(".kaluga-poisk.ru") + 1) == "kaluga-poisk.ru"))
  527. css += [
  528. "body:not(#id) {background: whitesmoke !important;}"
  529. ].join("\n");
  530. if (false || (document.domain == "kanobu.ru" || document.domain.substring(document.domain.indexOf(".kanobu.ru") + 1) == "kanobu.ru"))
  531. css += [
  532. ".b-page-content:not(#id), .main > .container:not(#id) {background: #e5e5e5 !important;}",
  533. " .allContent > .screenGlide *, .b-page-content__branding * {display: none !important;}",
  534. " .b-page-content:not(#id), .main > .container:not(#id) {padding-top: 40px !important;}"
  535. ].join("\n");
  536. if (false || (document.domain == "katushka.org" || document.domain.substring(document.domain.indexOf(".katushka.org") + 1) == "katushka.org") || (document.domain == "katushka.tv" || document.domain.substring(document.domain.indexOf(".katushka.tv") + 1) == "katushka.tv"))
  537. css += [
  538. "#branding {background: none !important; pointer-events: none !important; padding-top: 0 !important;}",
  539. " #branding > * {pointer-events: auto !important;}"
  540. ].join("\n");
  541. if (false || (document.domain == "kg-portal.ru" || document.domain.substring(document.domain.indexOf(".kg-portal.ru") + 1) == "kg-portal.ru"))
  542. css += [
  543. "body {background-image: none !important;}",
  544. " .ten_topbar + div:not(.ten_ears_wrap) {display: none !important;}",
  545. " .ten_ears_wrap {margin: 35px auto 0 auto !important;}"
  546. ].join("\n");
  547. if (false || (document.domain == "kino-dom.tv" || document.domain.substring(document.domain.indexOf(".kino-dom.tv") + 1) == "kino-dom.tv"))
  548. css += " #main {width: auto !important;}";
  549. if (false || (document.domain == "kino-full.ru" || document.domain.substring(document.domain.indexOf(".kino-full.ru") + 1) == "kino-full.ru"))
  550. css += [
  551. "#wrapper {padding-top: 0 !important;}"
  552. ].join("\n");
  553. if (false || (document.domain == "kino-v-online.tv" || document.domain.substring(document.domain.indexOf(".kino-v-online.tv") + 1) == "kino-v-online.tv"))
  554. css += [
  555. "#global_content {margin-top: 0 !important;}"
  556. ].join("\n");
  557. if (false || (document.domain == "kinoafisha.info" || document.domain.substring(document.domain.indexOf(".kinoafisha.info") + 1) == "kinoafisha.info"))
  558. css += [
  559. "body.main:not(#id) {background: #141414 !important; overflow: visible !important;}",
  560. " .main_frame {background: none !important;}",
  561. " .popup-illumination {display: none !important;}"
  562. ].join("\n");
  563. if (false || (document.domain == "kinobars.net" || document.domain.substring(document.domain.indexOf(".kinobars.net") + 1) == "kinobars.net"))
  564. css += [
  565. ".wrapper > .header {padding: 30px !important;}"
  566. ].join("\n");
  567. if (false || (document.domain == "kinogb.club" || document.domain.substring(document.domain.indexOf(".kinogb.club") + 1) == "kinogb.club"))
  568. css += [
  569. "body {background: whitesmoke !important;}",
  570. " .header {height: 120px !important;}"
  571. ].join("\n");
  572. if (false || (document.domain == "kinokladovka.com" || document.domain.substring(document.domain.indexOf(".kinokladovka.com") + 1) == "kinokladovka.com"))
  573. css += [
  574. ".b-background {background: none !important; padding-top: 0 !important;}"
  575. ].join("\n");
  576. if (false || (document.domain == "kinokrad.su" || document.domain.substring(document.domain.indexOf(".kinokrad.su") + 1) == "kinokrad.su"))
  577. css += [
  578. "#wrapper:not(#id) {margin-top: 46px !important;}"
  579. ].join("\n");
  580. if (false || (document.domain == "kinopoisk.ru" || document.domain.substring(document.domain.indexOf(".kinopoisk.ru") + 1) == "kinopoisk.ru"))
  581. css += [
  582. " html:not(#id) > body:not(#id) {background: #d5d5d5 !important; color: #333 !important; overflow: auto !important;}",
  583. " body{background: none !important;}",
  584. " body{background: #C0C0C0 !important; overflow: auto !important;}",
  585. // !! " body {background: #d5d5d5 !important; color: #333 !important; overflow: auto !important;}",
  586. // !! " body{background: url(\'\') !important;}",
  587. " html[style] {background-image: url(\'\') !important;}",
  588. " body:not(#id) > #top:not(#id) {max-height: 120px !important; margin-bottom: 0 !important;}",
  589. " #top .png_block, #GoUpClickZone{background: url(\'\') !important;}",
  590. " #top {height: 100px !important;}",
  591. " .master {top: 1px !important;}",
  592. " .menu {top: 1px !important;}",
  593. // !! выравниваем секцию поиск:
  594. // " #top_form {top: 2px !important;}",
  595. // " #top .png_block {top: 2px !important;}",
  596. " #top_form, #top .menu, #top .png_block, #external_header_wrapper {top: 0 !important;}",
  597. // !! расширяем полезную площадь
  598. " #content_block, .contentBlock1, .shadow, #top, #top .png_block, .block_left_padtop, #photoInfoTable{width: 100% !important;}",
  599. " div[id\*=\"div_review_\"]{width: 98% !important;}",
  600. " #partial_component__tickets-promo-popup, .brand, .branding_flash {display: none !important;}",
  601. " #external_header_wrapper:not(#id) {top: 0 !important;}",
  602. " .brand_words, p[id\^=\"ext_text_\"], ._reachbanner_ {width: 100% !important;}",
  603. " .reviewItem, .userReview, p[id\^=\"ext_text_\"][data-find], span._reachbanner_ {width: 100% !important;}",
  604. " div#content_block.contentBlock0 > table {margin: 0 0 !important;}",
  605. " div#content_block.contentBlock1 > table {width: 95% !important;}",
  606. " div#content_block.contentBlock1 > table > tbody[data-find] > tr[data-find] {width: 95% !important;}",
  607. " #photoBlock {padding-left: 20px !important;}",
  608. " div#nav_express {padding-left: 40px !important;}"
  609. ].join("\n");
  610. if (false || (document.domain == "kinosklad.net" || document.domain.substring(document.domain.indexOf(".kinosklad.net") + 1) == "kinosklad.net"))
  611. css += [
  612. ".margin-top#content_site {margin-top: 0 !important;}"
  613. ].join("\n");
  614. if (false || (document.domain == "kinotochka.club" || document.domain.substring(document.domain.indexOf(".kinotochka.club") + 1) == "kinotochka.club"))
  615. css += ".center-box2 {margin-top: 0!important;}";
  616. if (false || (document.domain == "kirovnet.ru" || document.domain.substring(document.domain.indexOf(".kirovnet.ru") + 1) == "kirovnet.ru"))
  617. css += [
  618. ".subbody2 {margin-top: 0 !important;}",
  619. " .bg_container {padding-top: 0 !important;}"
  620. ].join("\n");
  621. if (false || (document.domain == "kv.by" || document.domain.substring(document.domain.indexOf(".kv.by") + 1) == "kv.by"))
  622. css += [
  623. "#page {top: 0 !important;}"
  624. ].join("\n");
  625. if (false || (document.domain == "life.ru" || document.domain.substring(document.domain.indexOf(".life.ru") + 1) == "life.ru"))
  626. css += [
  627. ".banner-mylife, .banner-mylife-backdrop, .banner-mylife-visible > div[class^=\"arcticmodal-\"], .nagscreen {display: none !important;}",
  628. " body:not(#id) {overflow: auto !important; margin-right: auto !important;}"
  629. ].join("\n");
  630. if (false || (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 == "the-rutor.org" || document.domain.substring(document.domain.indexOf(".the-rutor.org") + 1) == "the-rutor.org"))
  631. css += [
  632. "body {overflow: auto !important;}"
  633. ].join("\n");
  634. if (false || (document.domain == "macdigger.ru" || document.domain.substring(document.domain.indexOf(".macdigger.ru") + 1) == "macdigger.ru"))
  635. css += [
  636. "#funnyWrapper {padding-top: 0 !important;}"
  637. ].join("\n");
  638. if (false || (document.domain == "mail.rambler.ru" || document.domain.substring(document.domain.indexOf(".mail.rambler.ru") + 1) == "mail.rambler.ru"))
  639. css += [
  640. ".appSearchBar, .appWindowWithBanner {right: 0 !important;}"
  641. ].join("\n");
  642. 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"))
  643. css += " .b-branding__wrap {padding: 0 !important;}";
  644. if (false || (document.domain == "mediananny.com" || document.domain.substring(document.domain.indexOf(".mediananny.com") + 1) == "mediananny.com"))
  645. css += [
  646. "body {background-image: none !important; padding-top: 0 !important; cursor: auto !important;}"
  647. ].join("\n");
  648. if (false || (document.domain == "mirf.ru" || document.domain.substring(document.domain.indexOf(".mirf.ru") + 1) == "mirf.ru"))
  649. css += [
  650. "#cb-bg-to {display: none !important;}",
  651. " #cb-outer-container {margin-top: 0 !important;}"
  652. ].join("\n");
  653. if (false || (document.domain == "mobiltelefon.ru" || document.domain.substring(document.domain.indexOf(".mobiltelefon.ru") + 1) == "mobiltelefon.ru"))
  654. css += [
  655. "#main_tb {top: 0 !important;}"
  656. ].join("\n");
  657. if (false || (document.domain == "movieshok.ru" || document.domain.substring(document.domain.indexOf(".movieshok.ru") + 1) == "movieshok.ru"))
  658. css += [
  659. ".wrapp_content {margin-top: 0 !important;}"
  660. ].join("\n");
  661. if (false || (document.domain == "msn.com" || document.domain.substring(document.domain.indexOf(".msn.com") + 1) == "msn.com"))
  662. css += [
  663. ".promobanner {display: none !important;}"
  664. ].join("\n");
  665. 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"))
  666. css += [
  667. ".bar_new-pay-under .progress {bottom: 60px !important;}",
  668. " .bar_new-pay-under .bar__new-pay {display: none !important;}",
  669. " .bar_new-pay-under {height: 60px !important;}"
  670. ].join("\n");
  671. if (false || (document.domain == "muzland.ru" || document.domain.substring(document.domain.indexOf(".muzland.ru") + 1) == "muzland.ru"))
  672. css += [
  673. "body { filter: none !important;}",
  674. " .googlefull {height: 1px !important;}"
  675. ].join("\n");
  676. if (false || (document.domain == "muzofond.org" || document.domain.substring(document.domain.indexOf(".muzofond.org") + 1) == "muzofond.org"))
  677. css += [
  678. "body.branding .container .content { margin-top: 100px !important;}"
  679. ].join("\n");
  680. if (false || (document.domain == "my-hit.org" || document.domain.substring(document.domain.indexOf(".my-hit.org") + 1) == "my-hit.org"))
  681. css += [
  682. ".navbar-default {margin-bottom: 0 !important;}"
  683. ].join("\n");
  684. 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"))
  685. css += [
  686. ".full #top_tools {padding-left: 0 !important;}",
  687. " #head, #table_reduser {width: 100% !important;}"
  688. ].join("\n");
  689. if (false || (document.domain == "mynnm.ru" || document.domain.substring(document.domain.indexOf(".mynnm.ru") + 1) == "mynnm.ru"))
  690. css += [
  691. "html > body:not(#id) {background: #abc4a1 !important;}"
  692. ].join("\n");
  693. if (false || (document.domain == "naruto-base.su" || document.domain.substring(document.domain.indexOf(".naruto-base.su") + 1) == "naruto-base.su"))
  694. css += [
  695. ".right.snav #nav {border-top-right-radius: 5px !important;}",
  696. " .search_h1 {bottom: -118px !important;}",
  697. " #sheader:after {content: \"\"; position: absolute; top: 7px; left: 0; right: 0; bottom: 0;",
  698. " background: linear-gradient(to bottom,rgba(255,216,138,1) 0%,rgba(255,216,138,1) 10%,rgba(255,216,138,0) 100%);",
  699. " pointer-events: none}",
  700. " #sheader:before {content: \"\"; position: absolute; top: 7px; left: 0; right: 0; bottom: 0; box-shadow: 0 -1px 5px 2px rgba(0,0,0,0.3); pointer-events: none;",
  701. " background-image:radial-gradient(circle at 100% 150%,#ff8840 24%,#ffecbe 25%,#ffecbe 28%,#ff8840 29%,#ff8840 35%,#ffecbe 36%,#ffecbe 39%,transparent 40%,transparent),radial-gradient(circle at 0 150%,#ff8840 24%,#ffecbe 25%,#ffecbe 28%,#ff8840 29%,#ff8840 35%,#ffecbe 36%,#ffecbe 39%,transparent 40%,transparent),radial-gradient(circle at 50% 100%,#ffecbe 10%,#ff8840 11%,#ff8840 23%,#ffecbe 24%,#ffecbe 30%,#ff8840 31%,#ff8840 43%,#ffecbe 44%,#ffecbe 50%,#ff8840 51%,#ff8840 63%,#ffecbe 64%,#ffecbe 70%,transparent 72%,transparent),radial-gradient(circle at 100% 50%,#ffecbe 5%,#ff8840 6%,#ff8840 15%,#ffecbe 16%,#ffecbe 20%,#ff8840 21%,#ff8840 30%,#ffecbe 31%,#ffecbe 35%,#ff8840 36%,#ff8840 45%,#ffecbe 46%,#ffecbe 49%,transparent 50%,transparent),radial-gradient(circle at 0 50%,#ffecbe 5%,#ff8840 6%,#ff8840 15%,#ffecbe 16%,#ffecbe 20%,#ff8840 21%,#ff8840 30%,#ffecbe 31%,#ffecbe 35%,#ff8840 36%,#ff8840 45%,#ffecbe 46%,#ffecbe 49%,transparent 50%,transparent) !important;",
  702. " background-size: 60px 30px;",
  703. " background-repeat: repeat}",
  704. " #sheader > :not([class=\"right snav\"]):not([class=\"search_h1\"]) {display: none !important;}",
  705. " .right.snav {float: left !important; margin-top: 126px !important; margin-left: 0 !important;}",
  706. " #sheader {height: 157px !important; background: rgb(255,216,138) !important;}",
  707. " #rasp {left: 0 !important; right: auto !important; height: 116px !important;}",
  708. " #cont_1s {margin-top: 30px !important;}",
  709. " .search_h1 input {padding: 6px !important;}",
  710. " #rasp .side-r {top:-4px !important;}"
  711. ].join("\n");
  712. if (false || (document.domain == "naruto-brand.ru" || document.domain.substring(document.domain.indexOf(".naruto-brand.ru") + 1) == "naruto-brand.ru"))
  713. css += [
  714. "#nqpR {display: none !important;}"
  715. ].join("\n");
  716. if (false || (document.domain == "new.pikabu.ru" || document.domain.substring(document.domain.indexOf(".new.pikabu.ru") + 1) == "new.pikabu.ru"))
  717. css += [
  718. ".header__main {background-color: #8ac858 !important;}"
  719. ].join("\n");
  720. if (false || (document.domain == "news.rambler.ru" || document.domain.substring(document.domain.indexOf(".news.rambler.ru") + 1) == "news.rambler.ru") || (document.domain == "ngs.ru" || document.domain.substring(document.domain.indexOf(".ngs.ru") + 1) == "ngs.ru"))
  721. css += [
  722. ".social-popup, .subscribe-popup, .subscribe-popup-cover {display: none !important;}"
  723. ].join("\n");
  724. if (false || (document.domain == "noob-club.ru" || document.domain.substring(document.domain.indexOf(".noob-club.ru") + 1) == "noob-club.ru"))
  725. css += "#header-new {margin-bottom: 0 !important;}";
  726. if (false || (document.domain == "ok.ru" || document.domain.substring(document.domain.indexOf(".ok.ru") + 1) == "ok.ru"))
  727. css += [
  728. ".dialogWrapperBanner {transform: scale(0) !important; opacity: 0 !important; pointer-events: none !important; position: fixed !important; top: -1000px !important;}"
  729. ].join("\n");
  730. if (false || (document.domain == "online.animedia.tv" || document.domain.substring(document.domain.indexOf(".online.animedia.tv") + 1) == "online.animedia.tv"))
  731. css += [
  732. " .promo {display: none !important;}",
  733. " .main-container {margin-top: 80px !important;}"
  734. ].join("\n");
  735. if (false || (document.domain == "oper.ru" || document.domain.substring(document.domain.indexOf(".oper.ru") + 1) == "oper.ru"))
  736. css += [
  737. "#wrapper {padding-bottom: 0 !important;}"
  738. ].join("\n");
  739. if (false || (document.domain == "otzovik.com" || document.domain.substring(document.domain.indexOf(".otzovik.com") + 1) == "otzovik.com"))
  740. css += [
  741. ".panel-bottom * {height: auto !important;}"
  742. ].join("\n");
  743. if (false || (document.domain == "pb.wtf" || document.domain.substring(document.domain.indexOf(".pb.wtf") + 1) == "pb.wtf") || (document.domain == "piratbit.org" || document.domain.substring(document.domain.indexOf(".piratbit.org") + 1) == "piratbit.org") || (document.domain == "piratbit.ru" || document.domain.substring(document.domain.indexOf(".piratbit.ru") + 1) == "piratbit.ru"))
  744. css += [
  745. "div[id] > div[class][style^=\"width: 24\"] {display: none !important;}"
  746. ].join("\n");
  747. if (false || (document.domain == "peka2.tv" || document.domain.substring(document.domain.indexOf(".peka2.tv") + 1) == "peka2.tv"))
  748. css += [
  749. ".body--has-ad:before, advert-header-banner {display: none !important;}",
  750. " .body--has-ad {padding-top: 0 !important;}"
  751. ].join("\n");
  752. if (false || (document.domain == "penzainform.ru" || document.domain.substring(document.domain.indexOf(".penzainform.ru") + 1) == "penzainform.ru"))
  753. css += [
  754. "body {cursor: auto; pointer-events: none; background: whitesmoke !important;}",
  755. " #divWrapper > * {pointer-events: auto !important;}",
  756. " #divWrapper {pointer-events: none !important;}"
  757. ].join("\n");
  758. if (false || (document.domain == "playground.ru" || document.domain.substring(document.domain.indexOf(".playground.ru") + 1) == "playground.ru"))
  759. css += [
  760. "#foundationWrapper {background: #373737!important;}"
  761. ].join("\n");
  762. if (false || (document.domain == "podrobno.uz" || document.domain.substring(document.domain.indexOf(".podrobno.uz") + 1) == "podrobno.uz"))
  763. css += [
  764. ".main {margin-top: 0 !important;}"
  765. ].join("\n");
  766. if (false || (document.domain == "politobzor.net" || document.domain.substring(document.domain.indexOf(".politobzor.net") + 1) == "politobzor.net"))
  767. css += " .banner {height: 90px !important;}";
  768. if (false || (document.domain == "pornreactor.cc" || document.domain.substring(document.domain.indexOf(".pornreactor.cc") + 1) == "pornreactor.cc"))
  769. css += [
  770. "#background, #container, body {background: #6d1700 !important; padding-top: 0 !important;}",
  771. " #container > :not(#page) a[target^=\"_\"] {display: none !important;}"
  772. ].join("\n");
  773. if (false || (document.domain == "povarenok.ru" || document.domain.substring(document.domain.indexOf(".povarenok.ru") + 1) == "povarenok.ru"))
  774. css += [
  775. "#header {background: #ffe168 !important;}",
  776. " body {background: none !important;}",
  777. " .lheader {display: none !important;}",
  778. " #header {position: static !important;}"
  779. ].join("\n");
  780. if (false || (document.domain == "promodj.com" || document.domain.substring(document.domain.indexOf(".promodj.com") + 1) == "promodj.com"))
  781. css += " #topbrandingspot {padding-top: 0 !important;}";
  782. if (false || (document.domain == "prophotos.ru" || document.domain.substring(document.domain.indexOf(".prophotos.ru") + 1) == "prophotos.ru"))
  783. css += [
  784. "body:not(#id) {padding-top: 130px !important;}"
  785. ].join("\n");
  786. if (false || (document.domain == "prostoporno.club" || document.domain.substring(document.domain.indexOf(".prostoporno.club") + 1) == "prostoporno.club") || (document.domain == "prostoporno.me" || document.domain.substring(document.domain.indexOf(".prostoporno.me") + 1) == "prostoporno.me") || (document.domain == "prostoporno.sex" || document.domain.substring(document.domain.indexOf(".prostoporno.sex") + 1) == "prostoporno.sex") || (document.domain == "prostoporno.tv" || document.domain.substring(document.domain.indexOf(".prostoporno.tv") + 1) == "prostoporno.tv") || (document.domain == "prostoporno.xxx" || document.domain.substring(document.domain.indexOf(".prostoporno.xxx") + 1) == "prostoporno.xxx"))
  787. css += [
  788. ".has_adv .content_wrapper {margin-top: 0 !important;}"
  789. ].join("\n");
  790. if (false || (document.domain == "pure-t.ru" || document.domain.substring(document.domain.indexOf(".pure-t.ru") + 1) == "pure-t.ru"))
  791. css += [
  792. ".g1-header {top: 0 !important; position: relative !important;}"
  793. ].join("\n");
  794. if (false || (document.domain == "pvpru.com" || document.domain.substring(document.domain.indexOf(".pvpru.com") + 1) == "pvpru.com"))
  795. css += [
  796. ".above_body > div[style] {height: auto !important;}",
  797. " #ad_global_below_navbar, #header ~ * {position: fixed !important; transform: scale(0) !important; top: -10000px !important;}"
  798. ].join("\n");
  799. if (false || (document.domain == "qrz.ru" || document.domain.substring(document.domain.indexOf(".qrz.ru") + 1) == "qrz.ru"))
  800. css += [
  801. ".adsbygoogle, .advertising, .advertising *, .sidebar_banner, div:not([id]):not([class])[style*=\"height:150px\"] {height: 1px !important; position: fixed !important; transform: scale(0) !important;}"
  802. ].join("\n");
  803. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  804. css += [
  805. ".popup_push {display: none !important;}"
  806. ].join("\n");
  807. if (false || (document.domain == "realist.online" || document.domain.substring(document.domain.indexOf(".realist.online") + 1) == "realist.online"))
  808. css += [
  809. "body.banner-top > .header, body.banner-top > .section-menu {margin-top: 0 !important;}",
  810. " body.banner-top > .section-main {padding-top: 0 !important;}",
  811. " body.banner-top .panel-list > .slider {padding-top: 88px !important;}"
  812. ].join("\n");
  813. if (false || (document.domain == "ren.tv" || document.domain.substring(document.domain.indexOf(".ren.tv") + 1) == "ren.tv"))
  814. css += [
  815. "#container-main, #sidebar, .main-with-sidebar {min-height: 0 !important;}"
  816. ].join("\n");
  817. if (false || (document.domain == "ria.ru" || document.domain.substring(document.domain.indexOf(".ria.ru") + 1) == "ria.ru"))
  818. css += [
  819. ".m-blur ~ #modalLayer {display: none !important;}",
  820. " .m-blur {filter: none !important; position: relative !important;}"
  821. ].join("\n");
  822. if (false || (document.domain == "riper.am" || document.domain.substring(document.domain.indexOf(".riper.am") + 1) == "riper.am"))
  823. css += [
  824. "#octo-set {background-image: none !important; padding-top: 0 !important;}",
  825. " #main-wrapper {width: auto !important;}"
  826. ].join("\n");
  827. if (false || (document.domain == "riotpixels.com" || document.domain.substring(document.domain.indexOf(".riotpixels.com") + 1) == "riotpixels.com"))
  828. css += [
  829. "body {background-image: none !important;}",
  830. " .action-menu, .bottom-bar {position: fixed !important;}",
  831. " .all-wrapper, .bottom-bar {top: 0 !important;}"
  832. ].join("\n");
  833. if (false || (document.domain == "root-nation.com" || document.domain.substring(document.domain.indexOf(".root-nation.com") + 1) == "root-nation.com"))
  834. css += [
  835. "body {cursor: auto !important;}",
  836. " .backstretch {display: none !important;}",
  837. " .td-header-wrap > *, body > #td-outer-wrap > :not(.td-header-wrap) {pointer-events: auto !important;}",
  838. " body > #td-outer-wrap {pointer-events: none !important;}"
  839. ].join("\n");
  840. if (false || (document.domain == "rufilmtv.org" || document.domain.substring(document.domain.indexOf(".rufilmtv.org") + 1) == "rufilmtv.org"))
  841. css += [
  842. "#content:not(#id) {padding-top: 0 !important;}"
  843. ].join("\n");
  844. if (false || (document.domain == "rufootballtv.org" || document.domain.substring(document.domain.indexOf(".rufootballtv.org") + 1) == "rufootballtv.org"))
  845. css += [
  846. "body > #branding {padding-top: 0 !important;}"
  847. ].join("\n");
  848. if (false || (document.domain == "rusfootball.info" || document.domain.substring(document.domain.indexOf(".rusfootball.info") + 1) == "rusfootball.info"))
  849. css += [
  850. "#wrap {top: 0 !important;}"
  851. ].join("\n");
  852. if (false || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru"))
  853. css += [
  854. ".main-frame {background:none !important; padding-top:0 !important; cursor:auto !important; pointer-events:none !important;}",
  855. " #media {padding-bottom:0 !important;}",
  856. " #wrapper > * {pointer-events:auto !important;}",
  857. " #wrapper, .low-frame, .sub-frame {position: static !important; float: none !important; width: 100% !important;}"
  858. ].join("\n");
  859. if (false || (document.domain == "season-var.net" || document.domain.substring(document.domain.indexOf(".season-var.net") + 1) == "season-var.net"))
  860. css += [
  861. "#main-wrapper {top: 0 !important;}"
  862. ].join("\n");
  863. if (false || (document.domain == "semestr.ru" || document.domain.substring(document.domain.indexOf(".semestr.ru") + 1) == "semestr.ru"))
  864. css += [
  865. "body > .row {margin-left: 0 !important; margin-right: 0 !important;}",
  866. " .adsbygoogle {max-height: 3px !important;}",
  867. " #idbanner, #mainb, #soloway240, .well-google {max-height: 41px !important; opacity: 0 !important; pointer-events: none !important;}"
  868. ].join("\n");
  869. if (false || (document.domain == "smotri-filmi.net" || document.domain.substring(document.domain.indexOf(".smotri-filmi.net") + 1) == "smotri-filmi.net"))
  870. css += [
  871. ".broda {margin-top: 0 !important;}"
  872. ].join("\n");
  873. if (false || (document.domain == "smotri.com" || document.domain.substring(document.domain.indexOf(".smotri.com") + 1) == "smotri.com"))
  874. css += [
  875. "#wrapper > #all {margin-top: 0 !important;}"
  876. ].join("\n");
  877. if (false || (document.domain == "snob.ru" || document.domain.substring(document.domain.indexOf(".snob.ru") + 1) == "snob.ru"))
  878. css += [
  879. ".promotion .h-layoutWide {cursor: auto !important;}"
  880. ].join("\n");
  881. if (false || (document.domain == "soccer.ru" || document.domain.substring(document.domain.indexOf(".soccer.ru") + 1) == "soccer.ru") || (document.domain == "soccer0010.com" || document.domain.substring(document.domain.indexOf(".soccer0010.com") + 1) == "soccer0010.com"))
  882. css += [
  883. "#site {margin-top: 0 !important;}"
  884. ].join("\n");
  885. if (false || (document.domain == "sport-express.ru" || document.domain.substring(document.domain.indexOf(".sport-express.ru") + 1) == "sport-express.ru"))
  886. css += [
  887. "#show-popup {display: none !important;}",
  888. " body.popup {overflow:auto !important;}"
  889. ].join("\n");
  890. if (false || (document.domain == "sport.mail.ru" || document.domain.substring(document.domain.indexOf(".sport.mail.ru") + 1) == "sport.mail.ru"))
  891. css += [
  892. ".index-top__left__inner {padding-right: 0 !important;}"
  893. ].join("\n");
  894. if (false || (document.domain == "spbvoditel.ru" || document.domain.substring(document.domain.indexOf(".spbvoditel.ru") + 1) == "spbvoditel.ru"))
  895. css += [
  896. // !! расширяем
  897. " .main .content .right-col {width: 90% !important;}"
  898. ].join("\n");
  899. 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"))
  900. css += [
  901. "#branding-layout:not(#id), .page-layout {margin-top: 0 !important;}",
  902. " #branding-layout:not(#id), body.img-bg {padding-top: 0 !important;}",
  903. " [data-content-name=\"banner-static\"] {pointer-events: none !important;}",
  904. " #branding-layout > a {width:0 !important; height:0 !important; left:-10000px !important;}",
  905. ".kaspersky, .overall, #branding-layout {background: none !important;}",
  906. // !!" body.img-bg, #branding-layout:not(#id) {background: #f5f8fa !important; padding-top: 0 !important;}",
  907. " #branding-layout {background: url(\'\') !important;}",
  908. ".kaspersky, .pageLayout {top: 0px !important;}",
  909. // !! расширяем
  910. " .page-layout, .pageLayout{top: 0px !important; max-width: 2000px !important; }",
  911. " .content-wrapper, .columns-layout__main, .g-wrap-main, .layout-columns {width: 100% !important;}",
  912. " .main-wrap{width: 95% !important;}",
  913. " .box{width: 98% !important;}",
  914. " .mainPart{width: 80% !important;}",
  915. " .additional-block {width: 200px !important;}",
  916. " .rightPart {width: 20% !important;}",
  917. " .rightPart {margin-left: 80% !important;}",
  918. " .columns-layout__left + .columns-layout__main {max-width: 1100px !important;}",
  919. " #branding-layout{padding-top: 0px !important;}",
  920. " .tag-main-block .box {padding-right: 0px !important;}"
  921. ].join("\n");
  922. if (false || (document.domain == "stratege.ru" || document.domain.substring(document.domain.indexOf(".stratege.ru") + 1) == "stratege.ru"))
  923. css += [
  924. "#wrapper > #content {padding-top: 40px !important;}"
  925. ].join("\n");
  926. if (false || (document.domain == "texterra.ru" || document.domain.substring(document.domain.indexOf(".texterra.ru") + 1) == "texterra.ru"))
  927. css += [
  928. "html {overflow: auto !important;}"
  929. ].join("\n");
  930. if (false || (document.domain == "tricolor.tv" || document.domain.substring(document.domain.indexOf(".tricolor.tv") + 1) == "tricolor.tv"))
  931. css += [
  932. " {background-image: url(\" \") !important;}",
  933. " #allWrap {background: #dfdfdf !important;}",
  934. " .is-index-help, #allWrap {background: url(\" \") !important;}"
  935. ].join("\n");
  936. if (false || (document.domain == "torrent-games.net" || document.domain.substring(document.domain.indexOf(".torrent-games.net") + 1) == "torrent-games.net"))
  937. css += [
  938. "html {position:relative !important; top:-232px !important;}"
  939. ].join("\n");
  940. if (false || (document.domain == "torrentom.com" || document.domain.substring(document.domain.indexOf(".torrentom.com") + 1) == "torrentom.com"))
  941. css += [
  942. "#footer_reklama > *, body > :not(#footer_reklama) {pointer-events: auto !important;}",
  943. " #footer_reklama, body {pointer-events: none !important;}"
  944. ].join("\n");
  945. if (false || (document.domain == "tort.fm" || document.domain.substring(document.domain.indexOf(".tort.fm") + 1) == "tort.fm"))
  946. css += "#topper_up {height: 88px !important;}";
  947. if (false || (document.domain == "tnt-online.ru" || document.domain.substring(document.domain.indexOf(".tnt-online.ru") + 1) == "tnt-online.ru"))
  948. css += [
  949. "/*self-ads for bitblock*/",
  950. " #contentShifter {display: none !important;}",
  951. " #all {top: 15px !important;}"
  952. ].join("\n");
  953. if (false || (document.domain == "tracktor.tv" || document.domain.substring(document.domain.indexOf(".tracktor.tv") + 1) == "tracktor.tv"))
  954. css += [
  955. ".pagebg {padding-top: 0 !important;}"
  956. ].join("\n");
  957. if (false || (document.domain == "tree.tv" || document.domain.substring(document.domain.indexOf(".tree.tv") + 1) == "tree.tv"))
  958. css += ".wrapper {margin-top: 0 !important;}";
  959. 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"))
  960. css += [
  961. ".grid-chunk > .grid__item_before-blank {margin-right: 0 !important;}"
  962. ].join("\n");
  963. if (false || (document.domain == "tvzavr.ru" || document.domain.substring(document.domain.indexOf(".tvzavr.ru") + 1) == "tvzavr.ru"))
  964. css += [
  965. ".page__inner_branding {background-image: none !important;}",
  966. " .page__inner_branding > a {display: none !important;}",
  967. " .page__inner_branding {padding-top: 100px !important;}"
  968. ].join("\n");
  969. if (false || (document.domain == "ua-cinema.com" || document.domain.substring(document.domain.indexOf(".ua-cinema.com") + 1) == "ua-cinema.com"))
  970. css += [
  971. "body {background: #091016 !important;}",
  972. " .head-top {position: absolute !important;}"
  973. ].join("\n");
  974. if (false || (document.domain == "uniondht.org" || document.domain.substring(document.domain.indexOf(".uniondht.org") + 1) == "uniondht.org"))
  975. css += [
  976. ".colorAdmin {color: black !important; font-weight: 100 !important; font-size: 8px !important;}"
  977. ].join("\n");
  978. if (false || (document.domain == "vgtimes.ru" || document.domain.substring(document.domain.indexOf(".vgtimes.ru") + 1) == "vgtimes.ru"))
  979. css += [
  980. "a[href^=\"/go/?http://ads.adfox.ru/\"], a[href^=\"/go/?https://ads.adfox.ru/\"] {display: none !important;}",
  981. " html:not(#html) .fixed_header {margin-top: 0 !important;}"
  982. ].join("\n");
  983. if (false || (document.domain == "videomore.ru" || document.domain.substring(document.domain.indexOf(".videomore.ru") + 1) == "videomore.ru"))
  984. css += [
  985. " body > .wrapper {padding-top: 0 !important;",
  986. " background-color: #ECEFF2 !important;}",
  987. " .wrapper.adfoxClickable {padding-top: 0 !important;",
  988. " background-image: none !important;",
  989. " pointer-events: none !important;",
  990. " background-color: #ECEFF2!important;}",
  991. " .wrapper.adfoxClickable > div {pointer-events: auto!important;}"
  992. ].join("\n");
  993. if (false || (document.domain == "warfiles.ru" || document.domain.substring(document.domain.indexOf(".warfiles.ru") + 1) == "warfiles.ru"))
  994. css += "#header + .banner {height: 100px !important;}";
  995. if (false || (document.domain == "vz.ru" || document.domain.substring(document.domain.indexOf(".vz.ru") + 1) == "vz.ru"))
  996. css += [
  997. " div.main-container{max-width: inherit !important;}",
  998. " div.main-menu > div.menu.sys_thumbs{overflow: inherit !important;}",
  999. " div.main-menu > div.menu.sys_thumbs > ul > li.thumb{margin-right: 0 !important;}",
  1000. " div.menu{max-width: inherit !important;}"
  1001. ].join("\n");
  1002. if (false || (document.domain == "webfile.ru" || document.domain.substring(document.domain.indexOf(".webfile.ru") + 1) == "webfile.ru"))
  1003. css += ".p_wrap {margin-top: 0 !important;}";
  1004. if (false || (document.domain == "wotspeak.ru" || document.domain.substring(document.domain.indexOf(".wotspeak.ru") + 1) == "wotspeak.ru"))
  1005. css += [
  1006. "#popup-1 {display: none !important;}",
  1007. " .wrap {transform: none !important; margin-top: 0 !important;}"
  1008. ].join("\n");
  1009. if (false || (document.domain == "www.okino.ua" || document.domain.substring(document.domain.indexOf(".www.okino.ua") + 1) == "www.okino.ua"))
  1010. css += [
  1011. ".fader-social {display: none !important;}",
  1012. " .social-open {overflow: auto !important;}"
  1013. ].join("\n");
  1014. if (false || (document.domain == "xatab-repack.net" || document.domain.substring(document.domain.indexOf(".xatab-repack.net") + 1) == "xatab-repack.net"))
  1015. css += [
  1016. "#page {background: none !important;}",
  1017. " #content {padding-top: 55px !important;}"
  1018. ].join("\n");
  1019. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  1020. css += " .body-branding {background: none !important; padding-top: 0 !important;}";
  1021. if (false || (document.domain == "zaycev.online" || document.domain.substring(document.domain.indexOf(".zaycev.online") + 1) == "zaycev.online"))
  1022. css += [
  1023. ".content:not(#id) {margin-top: 80px !important;}"
  1024. ].join("\n");
  1025. if (false || (document.domain == "zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".zoneofgames.ru") + 1) == "zoneofgames.ru"))
  1026. css += [
  1027. ".branding, .branding-bottom, div.logo {background: none !important; height: auto !important;}",
  1028. " .branding-bottom > div[style*=\"padding: \"] {padding-top: 5px !important;}"
  1029. ].join("\n");
  1030. if (false || (document.domain == "zoomby.ru" || document.domain.substring(document.domain.indexOf(".zoomby.ru") + 1) == "zoomby.ru"))
  1031. css += [
  1032. ".wrapper {margin-top: 60px !important;}",
  1033. " #global_wrapper_cont {padding: 0 !important;}"
  1034. ].join("\n");
  1035. if (false || (document.domain == "torrent-games.net" || document.domain.substring(document.domain.indexOf(".torrent-games.net") + 1) == "torrent-games.net"))
  1036. css += [
  1037. "@media (min-width: 1196px) {",
  1038. " #body1:before, #body1:after {",
  1039. " width:calc((100% - 1080px) / 2);",
  1040. " }",
  1041. " }"
  1042. ].join("\n");
  1043. if (false || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com"))
  1044. css += [
  1045. " body {background: white !important;}",
  1046. " body {background-color: white !important;}",
  1047. " body{background-image: url() !important;}",
  1048. " body{background-image: none !important;}",
  1049. " div{background-image: url() !important;}",
  1050. " .branding {padding-top: 5px !important;}",
  1051. " body {padding-top: 5px !important;}",
  1052. " .b-content.b-content__breadcrumbs, body > .b-content__pagecontent {margin-top: 0 !important;}",
  1053. " .limiter{padding-top: 5px !important; margin-top: 0 !important;}",
  1054. " .main_tm_search_tool,.searchline {background: white !important;}",
  1055. // !! для широкоформатных мониторов
  1056. " .header_container, .bottom_container, #content, .content, .wrapper, .limiter {width: 100% !important;}",
  1057. " div.limiter > div.wrapper > div.c_w > table > tbody > tr > td[align=\"center\"] > table[width=\"960\"] {width: 100% !important;}"
  1058. ].join("\n");
  1059. if (false || (document.domain == "dugtor-deer.pw" || document.domain.substring(document.domain.indexOf(".dugtor-deer.pw") + 1) == "dugtor-deer.pw") || (document.domain == "nnm-club.name" || document.domain.substring(document.domain.indexOf(".nnm-club.name") + 1) == "nnm-club.name") || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me") || (document.domain == "nnm-club.tv" || document.domain.substring(document.domain.indexOf(".nnm-club.tv") + 1) == "nnm-club.tv") || (document.domain == "nnmclub.to" || document.domain.substring(document.domain.indexOf(".nnmclub.to") + 1) == "nnmclub.to"))
  1060. // ! console.log("es1");
  1061. css += [
  1062. "body{background: none !important;}",
  1063. " body {padding-top: 0px !important;}",
  1064. " body{background-image: none !important;}",
  1065. " body{padding: 0 !important;}",
  1066. " body > .wrap {top: 0 !important;}",
  1067. " .skin-block{background-image: url(\" \") !important;}",
  1068. " element.style{background-image: url(\"\") !important;}",
  1069. " #brTop{background-image: url(\"\") !important;}",
  1070. " html{prefix: \" \" !important;}",
  1071. // !! --- широко
  1072. // !! ".wrap{min-width: 1030px;max-width: 100% !important;}",
  1073. " body > table[width=\"85%\"]{width: 100% !important;}",
  1074. " body > div.wrap{max-width: 100% !important;}",
  1075. " body > div.wrap{min-width: 1030px !important;}"
  1076. ].join("\n");
  1077. if (false || (new RegExp("^https?: \/\/(www|beta)\.gismeteo\.")).test(document.location.href))
  1078. css += [
  1079. " #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;}",
  1080. " .soft-promo, #soft-promo{display: none !important;}",
  1081. // !!? " #graph{float: none !important;}", //проверить
  1082. " div#post-container,div#pre-container,.soft-promo{background: url(\"\") !important;}",
  1083. " td.content.editor{background: url(\"\") !important;} ",
  1084. " div.map.lazyload{background-image: url(\"\") !important;}",
  1085. // !! оставим меню: снежинки вырезать, на бету сходить
  1086. " #header, #header .fcontent{height: 26px !important;}",
  1087. " #menu{top: 0px !important;}",
  1088. " .flakesnow{left: 0px !important;}",
  1089. " li#tourism_button{display: none !important;}"
  1090. ].join("\n");
  1091. if (false || (document.domain == "mynnm.ru" || document.domain.substring(document.domain.indexOf(".mynnm.ru") + 1) == "mynnm.ru"))
  1092. css += [
  1093. " html:not(#id),body:not(#id) {background-image: none!important;}",
  1094. " body{background: none !important;}",
  1095. " body, #theme_8, #theme_2, #theme_3, #theme_4, #theme_5, #theme_6, #theme_7, #theme_1{background: url(\'\') !important;}",
  1096. // !! " body {background-image: none !important;}",
  1097. " body, div#page{background: gray !important; background-color: gray !important;}",
  1098. " body, div#page, element.style, #brTop{background-image: url(\'\') !important;}",
  1099. " body, div#page, .pirate-branding, .pb_button_play{background: none !important;}",
  1100. " div#page, div#wrap, div#content-b{margin-top: 0px !important; top: 0px !important;}",
  1101. " div#optionspanel{margin-top: 0px !important; margin-left: 0px !important;}",
  1102. " div#page > div[style*=\"width: 990px;\"][style*=\"height: 206px; position: relative;\"]{height: 0px !important;}",
  1103. " .pb_top_img, .pirate-branding, a.pb_link, .pb_logo_brand, .pb_left_banner, .pb_right_banner, #b-logo{height: 0px !important;}",
  1104. " .pirate-branding, .pb_button_play_big{top: 0px !important;}",
  1105. " body{padding-top: 0px !important;}",
  1106. " body > #page {padding-top: 0 !important;}",
  1107. " #mmmBanner{height: 0px !important;}",
  1108. " .head_assn {height: 0px !important; width: 0px !important;}",
  1109. " .head_assn .assn_logo {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  1110. " .head_assn .assn_slogan {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  1111. " html{height: 0px !important;}",
  1112. " body{click=(\'\') !important;}",
  1113. // !! заполненяем всю ширину экрана
  1114. " #wrap, htmlarea, text{width: 99% !important;}",
  1115. " #scrollPanel{width: auto !important;}",
  1116. " #wrapper {width: auto !important;}",
  1117. " #content{width: auto !important;}",
  1118. " #content-b, text{width: 100% !important;}",
  1119. " #cntnt, #content-b{position: absolute !important; left: 0px !important; margin-top: 0px !important; margin-left: 0px !important;}",
  1120. // !! проверить замену " .categories{margin: 0 100px 10px !important; float: left !important;}",
  1121. " .categories{width: auto !important; margin: -60px 180px 10px !important; float: left !important;}",
  1122. // !! убрать? " body {text-align: center !important;}",
  1123. // !! убрать? " #page {display: inline-block !important; top: 0px !important; margin-top: 0 !important;}",
  1124. " #wrap {text-align: initial !important;}"
  1125. ].join("\n");
  1126. 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"))
  1127. css += [
  1128. // ! site yandex
  1129. // !!? ".adsrv {width: 0px !important;min-width: 0 !important;max-width: 0 !important;",
  1130. " .serp-header {margin-top: 0 !important;}",
  1131. " div:not([style^=\"padding: 0px\"][style*=\"content-box\"])[style*=\' !important;\'][style*=\'display\'][style*=\'visibility\'][style*=\'visible\'] {width: 0 !important; min-width: 0 !important; max-width: 0 !important; ",
  1132. " height: 0 !important; min-height: 0 !important; max-height: 0 !important;",
  1133. " overflow: hidden !important;}",
  1134. " .b-top-wizard{width: 1000px !important;} .b-body-items.b-serp-list{width: 1000px !important;}",
  1135. " .forecast-brief__item-temp-day { width: auto !important;}",
  1136. " }",
  1137. " /* Пустое место от директа на tv.yandex */ ",
  1138. " .tv-grid__page > div[class^=\"tv-grid__item\"], .tv-grid__page > .tv-sortable-item { margin-right: auto !important;}",
  1139. // ! !! чистим maps.yandex
  1140. " .ymaps-map{background: none !important;}",
  1141. // " .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;}",
  1142. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background-image: url() !important;}",
  1143. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background: url(\'\') !important;}",
  1144. // ! !! убрать все фоновые рисунки в картах
  1145. // ! " ymaps{background-image: url() !important;}",
  1146. " tv.yandex.ru##td[width=\"24%\"]{width: 12% !important;}",
  1147. " a{onmousedown='' !important;}",
  1148. " a{onclick='' !important;}"
  1149. ].join("\n");
  1150. if (false || (document.domain == "soft-club.me" || document.domain.substring(document.domain.indexOf(".soft-club.me") + 1) == "soft-club.me"))
  1151. css += [
  1152. // ! !! --- широко
  1153. " .main,.main-wrap,.header,.header-main{width: 100% !important;}",
  1154. " div.all,div.all-wrap,.pageWidth{max-width: 100% !important; width: 100% !important;}",
  1155. " article,.header,.header-main{width: 100% !important;}",
  1156. " div.content{width: 80% !important;}",
  1157. " div.sidebar1{width: 18% !important;}"
  1158. ].join("\n");
  1159. if (false || (document.domain == "4seasons-ltc.com" || document.domain.substring(document.domain.indexOf(".4seasons-ltc.com") + 1) == "4seasons-ltc.com"))
  1160. css += [
  1161. "body{background-image: none !important;}",
  1162. " body{font-family: Tahoma !important;}"
  1163. ].join("\n");
  1164. if (false || (document.domain == "80-e.ru" || document.domain.substring(document.domain.indexOf(".80-e.ru") + 1) == "80-e.ru"))
  1165. css += [
  1166. " div#ipbwrapper{margin: 0 !important; width: inherit !important; max-width: inherit !important;}"
  1167. ].join("\n");
  1168. if (false || (document.domain == "china-review.com.ua" || document.domain.substring(document.domain.indexOf(".china-review.com.ua") + 1) == "china-review.com.ua"))
  1169. css += [
  1170. "body{background: url() !important;}",
  1171. " body{background-image: none !important;}",
  1172. " body{background: none !important;}",
  1173. " body{margin-top: 0px !important;}"
  1174. ].join("\n");
  1175. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  1176. css += [
  1177. "body{background: none !important;} .layer_top {background: none !important;} .layer_bottom {background: none !important;} .cast_bg{background: none !important;}",
  1178. " .contentbg {background-image: none !important;} #4iframe {background-image: none !important;} ",
  1179. " #framescr{background-image: none !important;}"
  1180. ].join("\n");
  1181. if (false || (document.domain == "amovies.tv" || document.domain.substring(document.domain.indexOf(".amovies.tv") + 1) == "amovies.tv"))
  1182. css += [
  1183. // !! расширяем
  1184. "article{width: 980px !important;}",
  1185. " #vk_select {float: none !important; margin-left: 445px !important;}",
  1186. " #vk_top,#vk_select {background: url() !important;}"
  1187. ].join("\n");
  1188. if (false || (document.domain == "apteka.ru" || document.domain.substring(document.domain.indexOf(".apteka.ru") + 1) == "apteka.ru"))
  1189. css += [
  1190. " div.wrapper_root > div.wrapper > section.middle{margin-bottom: 0 !important;}",
  1191. " div.wrapper_root > div.wrapper > section.middle > div.container.clr{min-height: 180px !important;}",
  1192. " div.wrapper_root > div.wrapper > section.middle > div.container.clr > div.content.bottom-content > section.items.items-tile.items-viewed{margin: 0 !important;}",
  1193. " div.wrapper_root > div.wrapper > section.middle > div.tabs.top-tabs.clr{margin-bottom: 0 !important;}"
  1194. ].join("\n");
  1195. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  1196. css += " .bonprix-1{background: none !important;} ";
  1197. if (false || (document.domain == "bash.im" || document.domain.substring(document.domain.indexOf(".bash.im") + 1) == "bash.im"))
  1198. css += " span.csd{background: none !important;}";
  1199. if (false || (document.domain == "batzbatz.com" || document.domain.substring(document.domain.indexOf(".batzbatz.com") + 1) == "batzbatz.com"))
  1200. css += [
  1201. // !! " !! расширяем
  1202. " .wrap{width: 100% !important;}",
  1203. " .left{width: 75% !important;}"
  1204. ].join("\n");
  1205. if (false || (document.domain == "best-cashback.ru" || document.domain.substring(document.domain.indexOf(".best-cashback.ru") + 1) == "best-cashback.ru"))
  1206. css += [
  1207. " [id=\"menu-osnovnoe-menyu\"] > [id^=\"menu-item-\"] > a.menu-item-link{color: black !important;}",
  1208. " div#theme-page{top: 80px !important;}",
  1209. " [class^=\"mk-header-\"]{background-color: lightgrey !important;}",
  1210. " section#mk-footer{padding: 0 !important; top: 80px !important;}",
  1211. " div#sub-footer{background-color: lightgrey !important;}"
  1212. ].join("\n");
  1213. if (false || (document.domain == "besplatnye-kupony.ru" || document.domain.substring(document.domain.indexOf(".besplatnye-kupony.ru") + 1) == "besplatnye-kupony.ru"))
  1214. css += [
  1215. " body{background: none !important; background-color: lightgrey !important;}",
  1216. " div{width: inherit !important; margin: 0 !important;}",
  1217. " div#site-container{border: none !important;}"
  1218. ].join("\n");
  1219. if (false || (document.domain == "bestrepack.net" || document.domain.substring(document.domain.indexOf(".bestrepack.net") + 1) == "bestrepack.net"))
  1220. css += " div#body_container{padding: 0 !important;}";
  1221. if (false || (document.domain == "bigpicture.ru" || document.domain.substring(document.domain.indexOf(".bigpicture.ru") + 1) == "bigpicture.ru"))
  1222. css += [
  1223. " div.content{padding: 0 !important;}",
  1224. " div.podheader{width: 240px !important; float: right !important;}",
  1225. " div.podheader-right{float: right !important;}"
  1226. ].join("\n");
  1227. 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"))
  1228. css += [
  1229. " body{background-image: none !important;}",
  1230. " body{background-image: url(\" \") !important;}",
  1231. // !! --- расширим ---
  1232. " .content-outer, .content-fauxcolumn-outer, .region-inner {max-width: none !important;}",
  1233. " div#header-inner > div.descriptionwrapper{margin-bottom: 5px !important;}",
  1234. " #outer-wrapper {width: 95% !important;}",
  1235. " #main-wrapper {width: 95% !important;}"
  1236. ].join("\n");
  1237. if (false || (document.domain == "bookvoed.ru" || document.domain.substring(document.domain.indexOf(".bookvoed.ru") + 1) == "bookvoed.ru"))
  1238. css += " .Fh{margin-top: 79px !important;}";
  1239. if (false || (document.domain == "calend.ru" || document.domain.substring(document.domain.indexOf(".calend.ru") + 1) == "calend.ru"))
  1240. css += " .pad, .main-l{width: 95% !important;}";
  1241. if (false || (document.domain == "clubupravdom.ru" || document.domain.substring(document.domain.indexOf(".clubupravdom.ru") + 1) == "clubupravdom.ru"))
  1242. css += " *{background-image: none !important;}";
  1243. if (false || (document.domain == "computerra.ru" || document.domain.substring(document.domain.indexOf(".computerra.ru") + 1) == "computerra.ru"))
  1244. css += [
  1245. " body{background: none!important;}",
  1246. " div > p{text-align: justify !important;}",
  1247. " div.top {top: 0px !important; width: auto !important;}",
  1248. " div.top-submenu {width: 100% !important;}",
  1249. " div.main {margin-top: 0px !important;}",
  1250. " div.column{max-width: 80% !important;}",
  1251. " div.main-column.main-column-article{width: 100% !important;}"
  1252. ].join("\n");
  1253. if (false || (document.domain == "cont.ws" || document.domain.substring(document.domain.indexOf(".cont.ws") + 1) == "cont.ws"))
  1254. css += [
  1255. " body > div.content{width: 100% !important;}",
  1256. " body > div.content > div{margin: 0 !important;}",
  1257. " body > div.content{margin-left: 5px !important;}",
  1258. " body > div.content{margin-right: 5px !important;}",
  1259. " div.sidebar{width: 14% !important;}",
  1260. " [class^=\"post\"]{width: 85% !important;}",
  1261. " [class^=\"post\"]{max-width: 1880px !important; margin: 0 !important; padding: 0 !important;}",
  1262. " div.post > [class^=\"article\"]{padding: 0 !important;}",
  1263. " div#wp.author-bar2.wallpaper.plus{background-image: url() !important; padding: 0 !important;}",
  1264. " div.author-bar2-inside{padding: 0 !important;}",
  1265. " a.m_author{display: inline-block !important;}",
  1266. " .plus .author-bar2-inside{color: #666 !important;}",
  1267. " div.dark{background: url() !important;}",
  1268. " .wallpaper .author-bar2-inside, .wallpaper .author-bar2-inside a, .wallpaper .author-bar2-inside textarea {color: inherit !important;}"
  1269. ].join("\n");
  1270. if (false || (document.domain == "crowdin.com" || document.domain.substring(document.domain.indexOf(".crowdin.com") + 1) == "crowdin.com"))
  1271. css += " #user-cover-picture,#user-cover-picture-blurred{background: url() !important;}";
  1272. 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"))
  1273. css += [
  1274. "body{background: none !important;}",
  1275. " td{background-image: none !important;}"
  1276. ].join("\n");
  1277. if (false || (document.domain == "ebay-forum.ru" || document.domain.substring(document.domain.indexOf(".ebay-forum.ru") + 1) == "ebay-forum.ru"))
  1278. 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;}";
  1279. 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"))
  1280. css += [
  1281. "body{background: none !important;}",
  1282. " body{background-image: none !important;}"
  1283. ].join("\n");
  1284. if (false || (document.domain == "ddlmkvhd.com" || document.domain.substring(document.domain.indexOf(".ddlmkvhd.com") + 1) == "ddlmkvhd.com"))
  1285. css += [
  1286. " body{background: none !important;}",
  1287. " div.page-body-t{position: relative !important;}"
  1288. ].join("\n");
  1289. if (false || (document.domain == "ddlvillage.org" || document.domain.substring(document.domain.indexOf(".ddlvillage.org") + 1) == "ddlvillage.org"))
  1290. css += [
  1291. " div{background: none !important;}"
  1292. ].join("\n");
  1293. if (false || (document.domain == "f1news.ru" || document.domain.substring(document.domain.indexOf(".f1news.ru") + 1) == "f1news.ru"))
  1294. css += [
  1295. " div[id=\"bannerText\"]{border: 0px !important; margin-left: 10px !important;}",
  1296. " body{background: url() top center no-repeat #000000 !important;}",
  1297. // !! расширяем текстовое поле
  1298. " div#textBlock{width: 900px !important;}"
  1299. ].join("\n");
  1300. if (false || (document.domain == "facebook.com" || document.domain.substring(document.domain.indexOf(".facebook.com") + 1) == "facebook.com"))
  1301. css += [
  1302. // !! !! расширение, но текст подползает под боковую панель
  1303. // !! " #contentArea {width: 750px !important;}",
  1304. // !! " .uiUfi {width: 650px !important;}",
  1305. // !! " body {background: url(http: //www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  1306. // !! " #contentCol {background: url(http: //www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  1307. " div#profile_stream_composer {background-color: #C1D5F6 !important;}",
  1308. " #blueBar {background-color: transparent !important;}",
  1309. " #headNav {background-color: #transparent !important;}",
  1310. " .jewelButton {background-color: transparent !important;}",
  1311. " #fbNotificationsFlyout {left: 50px !important;}",
  1312. " .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;}",
  1313. // !! " #pageNav a {color: #00ffff !important;display: inline-block;font-weight: bold;height: 22px;padding: 8px 10px 0px;text-decoration: none;}",
  1314. " .UIImageBlock {color: #000000 !important;}",
  1315. " .fcg {color: darkgreen !important;}",
  1316. " .mts.uiAttachmentDesc.translationEligibleUserAttachmentMessage {color: black !important;}"
  1317. ].join("\n");
  1318. if (false || (document.location.href.indexOf("http: //fastpic.ru/") === 0) || (document.location.href.indexOf("https: //fastpic.ru/") === 0))
  1319. css += [
  1320. " html, body {pointer-events: none !important; height: 110% !important;}",
  1321. " #mainContainer, #content, #footer {position: static !important; margin-top: 0 !important;}",
  1322. " body > img, /* support for https: //github.com/Infocatcher/UserScripts/tree/master/Direct_Images */",
  1323. " #mainContainer, #footerContainer, #content, #footer, #show-code-content { pointer-events: auto !important;}",
  1324. //??
  1325. " html,body,#mainContainer,#footerContainer,#content,#footer {margin: 0 !important; width: 100% !important; border-radius: 0 !important;}",
  1326. " #mainContainer > table {width: 850px !important; margin: auto !important;}",
  1327. " #picContainer {float: none !important; margin: auto !important;}",
  1328. " html,body {cursor: auto !important; background-color: whitesmoke !important;}",
  1329. " html,body {display: flex !important; flex-direction: column !important;}",
  1330. " #mainContainer {flex-grow: 1 !important;}",
  1331. " #mainContainer,#footerContainer {overflow: visible !important;}",
  1332. " #content,#footer {background-color: transparent !important;}",
  1333. " #content {display: flex !important; flex-grow: 1 !important; min-height: inherit !important;}",
  1334. //??
  1335. " #logo-area{padding-top: 0px !important;}",
  1336. " *{background: none !important;}",
  1337. " *{background-image: none !important;}",
  1338. " #footer-container {background-image: none !important; height: auto !important;}",
  1339. " body > a {display: none !important;}",
  1340. " div#show-code-content.rounded-corners{position: inherit !important;}",
  1341. " div#foot-area.center.rounded-corners{position: inherit !important;}",
  1342. " div#footer.center.rounded-corners{position: inherit !important;}",
  1343. " .center {padding: 0 !important;}",
  1344. " div#right-bottom.rounded-corners{position: relative !important; margin-top: 0px !important; height: 0px !important; padding-top: 5px !important;}",
  1345. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  1346. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  1347. " body{padding-top: 0px !important;}",
  1348. " body, html{cursor: auto !important;}",
  1349. " body, html {pointer-events: none !important;}",
  1350. // !! всё - чёрным
  1351. " *{color: black !important;}",
  1352. " body{background: none !important;}"
  1353. // " html {background-color: #171616 !important;}"
  1354. ].join("\n");
  1355. if (false || (document.domain == "fapl.ru" || document.domain.substring(document.domain.indexOf(".fapl.ru") + 1) == "fapl.ru"))
  1356. css += [
  1357. " noindex > div[id]{background-image: none !important;}",
  1358. " noindex > div[id]{background-image: url(\"\") !important;}",
  1359. // ! --- широко
  1360. " body > div#wrapper{width: 98% !important;}",
  1361. " body > div#wrapper > div#container{width: 84% !important; padding: 1px !important;}",
  1362. " body > div#wrapper > div#container > div#content{width: 75% !important;}",
  1363. " body > div#wrapper > div#container > div#content > div.block{width: 99% !important;}"
  1364. ].join("\n");
  1365. if (false || (document.domain == "filmix.net" || document.domain.substring(document.domain.indexOf(".filmix.net") + 1) == "filmix.net"))
  1366. css += " body{padding: 0px 0 0 0 !important;}";
  1367. if (false || (document.domain == "formulakino.ru" || document.domain.substring(document.domain.indexOf(".formulakino.ru") + 1) == "formulakino.ru"))
  1368. css += [
  1369. " div.backF > a > span{background-image: none !important; background: #fff !important;}",
  1370. " div.vjs-poster{background: url() !important;}",
  1371. " div.pagecontent{margin-top: 0px !important;}",
  1372. " div#wrapper{background: #fff !important;}"
  1373. ].join("\n");
  1374. if (false || (document.domain == "google.ru" || document.domain.substring(document.domain.indexOf(".google.ru") + 1) == "google.ru"))
  1375. css += [
  1376. " 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;}",
  1377. " body[class=\"cP\"] tr td.Bu: last-child div.nH div.nH div.nH: first-child: hover {opacity: 1 !important;}",
  1378. " body[class=\"cP\"] tr td.Bu: last-child div.nH {width: 0px !important;}",
  1379. // ! расширяем выдачу в поиске
  1380. " .center_col,#center_col {width: 1000px !important; margin-left: 10px !important; margin-right: 10px !important;} .s {max-width: 100% !important;}"
  1381. ].join("\n");
  1382. if (false || (document.domain == "ifmo.ru" || document.domain.substring(document.domain.indexOf(".ifmo.ru") + 1) == "ifmo.ru"))
  1383. css += [
  1384. " header.h-header, .b-header-pad{height: 100px !important;}"
  1385. ].join("\n");
  1386. if (false || (document.domain == "igromania.ru" || document.domain.substring(document.domain.indexOf(".igromania.ru") + 1) == "igromania.ru"))
  1387. css += [
  1388. // !! " *{background-image: none !important;}",
  1389. " div.out_out, element.style {background-image: url() !important;}"
  1390. ].join("\n");
  1391. if (false || (document.domain == "inosmi.ru" || document.domain.substring(document.domain.indexOf(".inosmi.ru") + 1) == "inosmi.ru"))
  1392. css += [
  1393. " body{background-image: none !important;}",
  1394. " body{background: url() !important;}",
  1395. // !! поаккуратнее
  1396. " .header{padding-top: 0px !important;}",
  1397. " #addbwr{margin-top: 0px !important;}",
  1398. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след. строками )
  1399. " .main{width: 95% !important;}",
  1400. " .comments .comments-list ul li {max-width: 95% !important; }",
  1401. " button.layout__scroll-to-top {left: 2% !important; }"
  1402. ].join("\n");
  1403. if (false || (document.domain == "keeplinks.eu" || document.domain.substring(document.domain.indexOf(".keeplinks.eu") + 1) == "keeplinks.eu"))
  1404. css += " div#header{background: none !important;}";
  1405. if (false || (document.domain == "kino-tor.net" || document.domain.substring(document.domain.indexOf(".kino-tor.net") + 1) == "kino-tor.net"))
  1406. css += [
  1407. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  1408. " .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  1409. " .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  1410. " body{padding-top: 0px !important;}"
  1411. ].join("\n");
  1412. if (false || (document.domain == "letitfilms.com" || document.domain.substring(document.domain.indexOf(".letitfilms.com") + 1) == "letitfilms.com"))
  1413. css += [
  1414. " body{background: url() !important; background-color: black !important;}",
  1415. " div#container{width: inherit !important; margin: 0 !important;}",
  1416. " div#container > div#main > *{padding: 0 !important;}",
  1417. " div#container > div#main > aside{width: 20% !important;}",
  1418. " div#container > div#main > div#content{width: 79% !important;}"
  1419. ].join("\n");
  1420. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  1421. css += [
  1422. // !! убираем фон и баннер
  1423. " body {background: none !important; color: #333 !important;}",
  1424. " body{background: url() !important; background-color: #000002 !important;}",
  1425. " body,.top-panel-wrap.fixed {background-image: url() !important;}",
  1426. " body{background-image: none !important;}",
  1427. " div[id=\"flash\"]{height: 0px !important;}"
  1428. ].join("\n");
  1429. 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"))
  1430. css += [
  1431. ".content {margin-top: 0 !important;}"
  1432. ].join("\n");
  1433. if (false || (document.domain == "lolzteam.net" || document.domain.substring(document.domain.indexOf(".lolzteam.net") + 1) == "lolzteam.net"))
  1434. css += [
  1435. ".breadBoxTop {margin-top: 3.5em !important;}"
  1436. ].join("\n");
  1437. 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"))
  1438. css += [
  1439. // " body{background: #c0c0c0 !important;}",
  1440. " body {background-image: none !important; background-color: #1c1e1f !important;}",
  1441. " body{background: none !important;}",
  1442. " body{background-image: none !important;}",
  1443. " body{background: gray !important;}",
  1444. " div[class=\"mid\"]{background: LightGrey !important;}",
  1445. // !! ==== и меняем на читаемый цвет
  1446. " div[class=\"user_avatar\"]{color: black !important;}",
  1447. " span[class=\"wh\"]{color: black !important;}",
  1448. " a[href*=\"\/my.php\"]{color: black !important;}",
  1449. " a[href*=\"\/messages.php\"]{color: black !important;}",
  1450. " a[href*=\"bogi.ru\/logout.php\"]{color: black !important;}",
  1451. // !! расширяем полезную площадь
  1452. " .lstfml .wrapper{margin-bottom: 15px !important; width: 100% !important; }",
  1453. " .lstfml #main-center-side{width: 70% !important;}",
  1454. " .lstfml #main-left-side{width: 12% !important;}",
  1455. " .lstfml #main-right-side{width: 14% !important;}",
  1456. " a.new-movie, a.new-movie > img{width: 95% !important;}",
  1457. " a.new-movie > div.title{width: 100% !important;}",
  1458. " a.new-movie > div.date{width: 30% !important;}",
  1459. " .lstfml .left-pane{width: 75% !important;}"
  1460. ].join("\n");
  1461. if (false || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv"))
  1462. css += [
  1463. "body > a[onclick], body > span {display: none !important;}"
  1464. ].join("\n");
  1465. if (false || (document.domain == "mail.ru" || document.domain.substring(document.domain.indexOf(".mail.ru") + 1) == "mail.ru"))
  1466. css += [
  1467. " body,.forecast-rb-bg,.b-bg{background-image: none !important;}",
  1468. " .SearchForm,.form,.txt1,.txt2,.txt3,.people1,.people2,.people3,.GRcorrect, .GRSpellingCorrect, .GRspelling {background: url(\' \') !important;}",
  1469. "#doubleformat_down, .branding-p, div[data-module^=\"Slot.mimic.\"] {transform: scale(0) !important; opacity: 0 !important; pointer-events: none !important; position: fixed !important; top: -1000px !important;}"
  1470. ].join("\n");
  1471. if (false || (document.domain == "meduza.io" || document.domain.substring(document.domain.indexOf(".meduza.io") + 1) == "meduza.io"))
  1472. css += [
  1473. // !! "!! <--- Выравнивание шрифта --- > ",
  1474. " div.Material-container {text-align: justify !important;}",
  1475. " div.Page-section {text-align: center !important;}",
  1476. // !! "!! <--- Форматируем заголовки --- > ",
  1477. " *[class*=\"MaterialHeader\"] {max-width: 100% !important; text-align: center !important;}",
  1478. // !! "!! <--- Размеры блоков --- > ",
  1479. " div.Lead {max-width: 100% !important;}",
  1480. " div[class*=\"Content\"] {max-width: 120% !important;}",
  1481. " div.Body > p{max-width: 100% !important;}",
  1482. " div[class=\"Context\"] {max-width: 95% !important;}",
  1483. " div.Figure-title{max-width: 100% !important;}",
  1484. " blockquote {max-width: 100% !important;}",
  1485. " div.Related{max-width: 100% !important;}",
  1486. " div.Body > div{max-width: 100% !important;}"
  1487. ].join("\n");
  1488. if (false || (document.domain == "megashara.com" || document.domain.substring(document.domain.indexOf(".megashara.com") + 1) == "megashara.com"))
  1489. css += [
  1490. // !! расширяем
  1491. " .all, #content{width: 100% !important;}",
  1492. " #center-block {width: 65% !important;}"
  1493. ].join("\n");
  1494. if (false || (document.domain == "ncrypt.in" || document.domain.substring(document.domain.indexOf(".ncrypt.in") + 1) == "ncrypt.in"))
  1495. css += [
  1496. " body{background: none !important;}",
  1497. " div#wrapper{margin: 0 0 0 0 !important;}"
  1498. ].join("\n");
  1499. if (false || (document.domain == "nn.ru" || document.domain.substring(document.domain.indexOf(".nn.ru") + 1) == "nn.ru"))
  1500. css += [
  1501. " .body-cont {background-image: url(\' \') !important;}",
  1502. // !! расширяем
  1503. " .rn-global-container__inner {padding-right: 0px !important;}",
  1504. " .body-cont {margin-right: 0px !important;}"
  1505. ].join("\n");
  1506. if (false || (document.domain == "ok.ru" || document.domain.substring(document.domain.indexOf(".ok.ru") + 1) == "ok.ru") || (document.domain == "odnoklassniki.ru" || document.domain.substring(document.domain.indexOf(".odnoklassniki.ru") + 1) == "odnoklassniki.ru"))
  1507. css += [
  1508. // !! "div {background-image: none !important;}",
  1509. // !! "div {background: url() !important;}",
  1510. // !! "div[class^=\"prl_slide_\"] {background: url() !important;}"
  1511. ".dialogWrapperBanner {transform: scale(0) !important; opacity: 0 !important; pointer-events: none !important; position: fixed !important; top: -1000px !important;}"
  1512. ].join("\n");
  1513. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  1514. css += [
  1515. ".adsbygoogle {height: 1px !important; width: 1px !important;}",
  1516. " .material-inline-an, .top-an {position: fixed !important; transform: scale(0) !important;}"
  1517. ].join("\n");
  1518. if (false || (document.domain == "playground.ru" || document.domain.substring(document.domain.indexOf(".playground.ru") + 1) == "playground.ru"))
  1519. css += "#foundationWrapper {background: #373737 !important;}";
  1520. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  1521. css += [
  1522. " div.paral > a > div{background: url() !important;}",
  1523. " div.paral > a > div{height: 64px !important;}",
  1524. " table#header_t {margin-top: 0px !important;}",
  1525. " \\!! расширяем полезную площадь",
  1526. " .b-story__content, .b-story__content_type_text {margin-left: 5px !important; width: 800px !important; max-width: 800px !important;}"
  1527. ].join("\n");
  1528. if (false || (document.domain == "piter.tv" || document.domain.substring(document.domain.indexOf(".piter.tv") + 1) == "piter.tv"))
  1529. css += [
  1530. " body{background-image: none !important;}"
  1531. ].join("\n");
  1532. if (false || (document.domain == "politikus.ru" || document.domain.substring(document.domain.indexOf(".politikus.ru") + 1) == "politikus.ru"))
  1533. css += [
  1534. " body{background-image: none !important;}",
  1535. " body{background: url() !important;}",
  1536. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след.четырьмя строками )
  1537. // " #main_content_holder{width: 100% !important; }",
  1538. // " #left{width: 80% !important; }",
  1539. // " .holder, div.block, .content, #dle-content{width: 100% !important; }",
  1540. // " .fullstory{width: 95% !important; }"
  1541. // !! доработанный вариант от Buba5473
  1542. " div#header{width: inherit !important; margin: 0 !important;}",
  1543. " div#header > div.holder{width: inherit !important; margin: 0 !important;}",
  1544. " div#main_content_holder{width: inherit !important; margin: 0 !important;}",
  1545. " div#main_content_holder > div#maintpl > div.holder{width: inherit !important; margin: 0 !important;}",
  1546. " div#main_footer_holder{width: inherit !important; margin: 0 !important;}",
  1547. " div#main_footer_holder > div.holder{width: inherit !important; margin: 0 !important;}",
  1548. " div#main_content{margin: 0 !important;}",
  1549. " div#right{margin: 0 !important; float: none !important; width: inherit !important;}",
  1550. " div#left{width: 80% !important;}"
  1551. ].join("\n");
  1552. if (false || (document.domain == "pleer.com" || document.domain.substring(document.domain.indexOf(".pleer.com") + 1) == "pleer.com"))
  1553. css += [
  1554. " div#main.clearfix > div#container > div#content{margin: 0 !important;}",
  1555. " 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;}",
  1556. " 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;}"
  1557. ].join("\n");
  1558. 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"))
  1559. css += [
  1560. " .brand_bg{background-image: none !important;}",
  1561. // " .base-page_wrapper {width: auto !important; padding: 0 !important; background-position: center !important;}",
  1562. ".base-page_wrapper, .render_body_main {width: auto !important; padding: 0 !important; margin: 0 !important; background-position: center !important;}",
  1563. " .no-advert_wrapper_top, .no-advert_wrapper_bottom {width: 830px !important; margin: auto !important;}",
  1564. " .content{padding-top: 0px !important;}",
  1565. " .brand_bg{top: 0px !important;}",
  1566. " div.render_body_main {padding-top: 0px !important;}",
  1567. " div.ComplainAdminControl{left: 70px !important;}"
  1568. ].join("\n");
  1569. 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"))
  1570. css += [
  1571. // !! из старого, режет почту ".b-left-column .b-left-column__wrapper{margin: 0 !important;}",
  1572. " div[class=\"appWindow\"]{right: 0px !important;}",
  1573. // !! --- чистим фон
  1574. " body, html {background-image: url(\' \') !important; background: #f7f7f7 !important; }",
  1575. " div.b-header, element.style, .topcover{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  1576. " header.header{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  1577. " .region-back, .main-page__background-wrap {background: none !important; background-image: url(\' \') !important; background: url(\' \') !important;}",
  1578. " .sl, .sl_holder, .width.p16.tnav, .promo_def{background-image: url(\' \') !important; background: #bdbdbd !important; }",
  1579. // !?##.b-informers__link{color: #030303 !important; }
  1580. // !! --- расширяем полезную площадь страницы
  1581. " .footer__wrap, .grid, .article, .nav__wrap, .j-metrics__views-out, .j-article__bounding, .j-statistics__cluster, .popup__wrap {width: 95% !important;}",
  1582. " .grid, .article__inner.wide {margin-left: 50px !important; margin-right: 50px !important;}",
  1583. " 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;}",
  1584. " .l-columns, .l-column-15, .l-column-16-5, .b-topic-body {width: 100% !important;}",
  1585. " .l-container, .b-topic-show__main, .mixednews__inner, .sizefix {width: 95% !important;}",
  1586. " .article__inner.narrow {margin-right: 3% !important;}",
  1587. " .action-panel, .content {margin-right: 3% !important; margin-left: 3% !important;}",
  1588. " section.standalone-news section.main{padding: 0 !important;}",
  1589. " .l-right-column-wrapper, .description-serial__container, .column, .card-full {padding-right: 0 !important;}",
  1590. " table.r--main, .article-item, .b-root-layout__inner, .news-item-layout, .page-base, .card-full {max-width: 100% !important; width: 100% !important;}",
  1591. " .appWindowWithBanner, .appSearchBar{right: 0px !important;}",
  1592. " .appWindow {width: 100% !important;}",
  1593. " .grid_18{width: 70% !important;}",
  1594. " .container, .seasons-links, .l-content{margin-right: 20px !important; margin-left: 20px !important; width: 100% !important;}",
  1595. " .tvguide-wrapper, .article-layout-wrapper {width: 95% !important;}",
  1596. " .left-side, .left-column, .left-column.js-main-column, .main-content {width: 100% !important;}",
  1597. " .seasons-links__slider-container._with-all-link{width: 85% !important;}",
  1598. " .b-topic-show__content iframe, .b-topic-show__text img, .b-topic-show__image img {width: auto !important;}",
  1599. " .preview {width: 70% !important; background: #fdfdfd !important;}",
  1600. " .preview img, .preview > img {width: auto !important; hight: auto !important;}"
  1601. ].join("\n");
  1602. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  1603. css += " .article__content {margin-right: 0px !important;}";
  1604. 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"))
  1605. css += [
  1606. "body{background: none !important;}",
  1607. " body {background-image: none !important;}",
  1608. " .with-bg{background-image: url(\" \") !important;}",
  1609. " .with-bg{background: url(\" \") !important;}",
  1610. " .with-bg{background: none !important;}",
  1611. " .with-bg{background: #c0c0c0 !important;}"
  1612. ].join("\n");
  1613. if (false || (document.domain == "riper.am" || document.domain.substring(document.domain.indexOf(".riper.am") + 1) == "riper.am"))
  1614. css += [
  1615. "#octo-set{background-image: none !important; padding-top: 0 !important;}",
  1616. " #main-wrapper{width: auto !important;}",
  1617. " body{background-image: none !important;} ",
  1618. " body{background: none !important;}",
  1619. " #main-wrapper{top: 10px !important;}",
  1620. // !! cкрыть заголовок
  1621. " #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;}"
  1622. ].join("\n");
  1623. 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"))
  1624. css += [
  1625. "*{background: none !important;}",
  1626. " *{background: url(\' \') !important;}",
  1627. " *{background: silver !important; color: black !important;}",
  1628. " 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; }"
  1629. ].join("\n");
  1630. if (false || (document.domain == "rusnext.ru" || document.domain.substring(document.domain.indexOf(".rusnext.ru") + 1) == "rusnext.ru"))
  1631. css += [
  1632. // !! расширяем
  1633. " .top-div{min-height: 30px !important;}",
  1634. " .art-sheet, .art-nav-inner, div.region.region-navigation, ul.art-hmenu {width: 100% !important;}",
  1635. " .art-nav {width: 96% !important; }",
  1636. " .region-content, span.field-content{width: 98% !important; max-width: 100% !important;}",
  1637. " .panels-flexible-region, .panels-flexible-region-3-center, .panels-flexible-region-last, .panels-flexible-3-inside, .panel-flexible, .front-top-list, .view-id-front_news, .section-list{width: 100% !important;}",
  1638. " div.views-slideshow-cycle-main-frame, div.views-slideshow-cycle-main-frame-row views_slideshow_cycle_slide, .views-slideshow-controls-bottom {margin: 0 auto !important;}",
  1639. " .views-slideshow-pager-fields {margin: 0 auto !important;}",
  1640. " #widget_pager_bottom_front_top-block img {margin-right: 0px !important; margin-left: 7px !important;}",
  1641. " .panels-flexible-region-3-left{width: 45% !important;}",
  1642. " .panels-flexible-region-3-center{width: 55% !important;}"
  1643. ].join("\n");
  1644. if (false || (document.domain == "ruspravda.info" || document.domain.substring(document.domain.indexOf(".ruspravda.info") + 1) == "ruspravda.info"))
  1645. css += [
  1646. "body{background: white !important;}",
  1647. " table#header_t {margin-top: 0px !important;}"
  1648. ].join("\n");
  1649. if (false || (document.domain == "rustorka.com" || document.domain.substring(document.domain.indexOf(".rustorka.com") + 1) == "rustorka.com"))
  1650. css += " .topmenu{margin-top: 25px !important;}";
  1651. 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 == "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"))
  1652. css += [
  1653. // !! оформление от zuefhrf
  1654. " body {overflow: auto !important;}",
  1655. " body{padding-top: 5px !important;}",
  1656. " div#brTop {background-image: url(\" \") !important;}",
  1657. " div#ws div#sidebar{top: 0px !important;}",
  1658. " div#ws div#sidebar{right: 8px !important;}",
  1659. " div#ws div#sidebar div.sideblock{margin-top: 0px !important;}",
  1660. " div#ws div#content{right: 6px !important;}",
  1661. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  1662. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  1663. // !?? " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  1664. " h3{text-align: left !important;}",
  1665. " body{font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;}",
  1666. " s, strike, del {color: #C0C0C0 !important;}",
  1667. " .fr_wrapper { width: auto !important;}",
  1668. " .__tw{position: relative !important;}"
  1669. ].join("\n");
  1670. 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"))
  1671. css += [
  1672. " .branding #page_container {background-image: url(\" \") !important;}",
  1673. " .nav {background: url(\" \") !important;}",
  1674. // ! " !!##body.branding{-webkit-transform: scaleX(1) !important;}
  1675. " body{-webkit-transform: none !important;}",
  1676. " div#logo{min-height: 23px !important;}"
  1677. // ! " div.topmenu{padding-top: 24px !important;}"
  1678. ].join("\n");
  1679. if (false || (document.domain == "safety-gate.me" || document.domain.substring(document.domain.indexOf(".safety-gate.me") + 1) == "safety-gate.me"))
  1680. css += [
  1681. // ! !! --- широко
  1682. " .main,.main-wrap,.header,.header-main{width: 100% !important;}",
  1683. " div.all,div.all-wrap,.pageWidth{max-width: 100% !important; width: 100% !important;}",
  1684. " article,.header,.header-main{width: 100% !important;}",
  1685. " .xbBoxed,.pageContent{max-width: 100% !important;}",
  1686. " div.content{width: 80% !important;} div.sidebar1{width: 18% !important;}"
  1687. ].join("\n");
  1688. if (false || (document.domain == "samlab.ws" || document.domain.substring(document.domain.indexOf(".samlab.ws") + 1) == "samlab.ws"))
  1689. css += [
  1690. "div.box.main {width: auto; !important;}",
  1691. " div#right {width: 2px; !important;}"
  1692. ].join("\n");
  1693. if (false || (document.domain == "samlib.ru" || document.domain.substring(document.domain.indexOf(".samlib.ru") + 1) == "samlib.ru"))
  1694. css += [
  1695. "body {font-family: sans-serif !important; line-height: 140% !important; color: #B2B2B2 !important; background: #3A3E46 !important;}",
  1696. " font {color: #B2B2B2 !important;}",
  1697. " table, td, td font {color: #BEBEBE !important; background-color: #555C66 !important;}",
  1698. " a: link {color: #9DD7FF !important;}",
  1699. " a: visited {color: #EAB6FF !important;}",
  1700. " a: hover {color: #F0B2B2 !important;}",
  1701. " dl {margin-top: 1em !important;}"
  1702. ].join("\n");
  1703. if (false || (document.domain == "securitylab.ru" || document.domain.substring(document.domain.indexOf(".securitylab.ru") + 1) == "securitylab.ru"))
  1704. css += [
  1705. " #content #left{margin-left: 0px !important; max-width: 1000px !important;}",
  1706. // !! логотип
  1707. " div#header{height: 00px !important; background-color: white !important;} div#MAIN_MENU{top: 0px !important;}"
  1708. ].join("\n");
  1709. if (false || (document.domain == "sportbox.ru" || document.domain.substring(document.domain.indexOf(".sportbox.ru") + 1) == "sportbox.ru"))
  1710. css += [
  1711. " body{background: none !important; padding-top: 0px !important;}",
  1712. " .sb_c_topmed_olymp, .gold, .silver, .bronze {background: none !important;}"
  1713. ].join("\n");
  1714. 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"))
  1715. css += [
  1716. "#branding-layout:not(#id), body.img-bg {padding-top: 0 !important;}",
  1717. " #branding-layout:not(#id), .page-layout {margin-top: 0 !important;}",
  1718. " #branding-layout > a {width: 0 !important; height: 0 !important; left: -10000px !important;}",
  1719. " [data-content-name=\"banner-static\"] {pointer-events: none !important;}"
  1720. ].join("\n");
  1721. 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"))
  1722. css += [
  1723. " body{background: url() !important;}",
  1724. " body{background-image: none !important;}",
  1725. " body{background-attachment: none !important;}",
  1726. " div#brTop{background-image: url(\'\') !important;}",
  1727. " element.style{background: url() !important;}",
  1728. " element.style, #skin_crown{background-image: url() !important;}",
  1729. " body{background: #D4D4D4 !important;}",
  1730. " body{padding: 0 !important;}",
  1731. " table#home_c{width: inherit !important;}",
  1732. " [id^=\"top_\"]{width: inherit !important;}",
  1733. " body{padding-top: 0px !important;}",
  1734. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-image: url(\" \") !important;}",
  1735. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background: url(\" \") !important;}",
  1736. " body, .traforet-br-logo, div[id^=\"b_pr_\"] {background-url: none !important;}",
  1737. // !! расширяем
  1738. " body, #foot_links{width: 100% !important;}",
  1739. " #foot_links{margin: 0px !important; padding: 0px !important;}",
  1740. " table#home_c{width: inherit !important;}",
  1741. " [id^=\"top_\"]{width: inherit !important;}"
  1742. ].join("\n");
  1743. if (false || (document.domain == "tfile-music.org" || document.domain.substring(document.domain.indexOf(".tfile-music.org") + 1) == "tfile-music.org"))
  1744. css += [
  1745. "body {width: 100% !important; }"
  1746. ].join("\n");
  1747. if (false || (document.domain == "thg.ru" || document.domain.substring(document.domain.indexOf(".thg.ru") + 1) == "thg.ru"))
  1748. css += [
  1749. "body {background: whitesmoke !important;}",
  1750. " #left_adblock, #right_adblock, .top_banner {position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important;}",
  1751. " body > div[style*=\'1010\'] {width: auto !important; margin-top: 0 !important;}"
  1752. ].join("\n");
  1753. if (false || (document.domain == "tnt-online.ru" || document.domain.substring(document.domain.indexOf(".tnt-online.ru") + 1) == "tnt-online.ru"))
  1754. css += [
  1755. "#all:not(#id) {top: 14px !important;}"
  1756. ].join("\n");
  1757. if (false || (document.domain == "torrent-tv.ru" || document.domain.substring(document.domain.indexOf(".torrent-tv.ru") + 1) == "torrent-tv.ru"))
  1758. css += [
  1759. " body {background-image: none !important; padding-top: 0px !important;}",
  1760. " div#main-wrapper {top: auto !important;}",
  1761. " div.news-text {width: auto !important;}",
  1762. " div[class^=\"usual-header\"] {width: 126% !important;}",
  1763. " div[class=\"usual\"] {width: 132% !important;}",
  1764. " div[class^=\"usual-content\"] {width: 99% !important;}"
  1765. // !!
  1766. // !! " body > div: nth-of-type(1) {background: url() !important;}",
  1767. // !! " body {background: gray !important;}",
  1768. ].join("\n");
  1769. 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"))
  1770. css += [
  1771. // !! расширяем
  1772. " .container {width: 100% !important;}",
  1773. " .span9 {width: 95% !important;}",
  1774. ].join("\n");
  1775. if (false || (document.domain == "turbobit.net" || document.domain.substring(document.domain.indexOf(".turbobit.net") + 1) == "turbobit.net"))
  1776. css += " html {background: none !important;}";
  1777. if (false || (document.domain == "velolive.com" || document.domain.substring(document.domain.indexOf(".velolive.com") + 1) == "velolive.com"))
  1778. css += " body {background: url() !important;}";
  1779. if (false || (document.domain == "vesti.ru" || document.domain.substring(document.domain.indexOf(".vesti.ru") + 1) == "vesti.ru"))
  1780. css += [
  1781. " .bottom_bg {background: none !important;}",
  1782. " body, .head, .all_wrap {background: url(\" \") !important;}"
  1783. ].join("\n");
  1784. if (false || (document.domain == "vipfiles.nu" || document.domain.substring(document.domain.indexOf(".vipfiles.nu") + 1) == "vipfiles.nu"))
  1785. css += [
  1786. " div.loginformbox{background: none !important;}",
  1787. " div.tophhhhheader{background: none !important; padding: 0 !important; height: 75px !important;}",
  1788. " div.tophhhhheader > div.item1{height: 10px !important;}",
  1789. " div.tophhhhheader > div.item2{float: left !important; width: 500px !important;}",
  1790. " div.wrapper{margin: 0 !important; width: inherit !important;}",
  1791. " div.wrapwide.topheadwide{background: none !important;}"
  1792. ].join("\n");
  1793. if (false || (document.domain == "dns-shop.ru" || document.domain.substring(document.domain.indexOf(".dns-shop.ru") + 1) == "dns-shop.ru"))
  1794. css += " div.wrapper{width: auto !important;}";
  1795. if (false || (document.domain == "yaplakal.com" || document.domain.substring(document.domain.indexOf(".yaplakal.com") + 1) == "yaplakal.com"))
  1796. css += [
  1797. "#footer, #header {background-color: skyblue !important;}",
  1798. " #footer, #top-line {background: none !important; padding: 0 !important;}",
  1799. " body{background: none !important;}",
  1800. " #footer{background: url() !important;}",
  1801. " #footer{background-image: none !important;}",
  1802. " #content{max-width: none !important;}"
  1803. ].join("\n");
  1804. if (false || (document.domain == "yummyanime.com" || document.domain.substring(document.domain.indexOf(".yummyanime.com") + 1) == "yummyanime.com"))
  1805. css += [
  1806. "#top-block {position: fixed !important; height: 0 !important; width: 0 !important;}"
  1807. ].join("\n");
  1808. if (false || (document.domain == "zagonka.ru" || document.domain.substring(document.domain.indexOf(".zagonka.ru") + 1) == "zagonka.ru"))
  1809. css += [
  1810. ".sitebox {margin-top: 0 !important;}"
  1811. ].join("\n");
  1812. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  1813. css += [
  1814. // !! --- расширяем ---
  1815. " .page-head-bg {width: 99% !important; margin-left: auto !important;}",
  1816. " #page-head.stick {width: 98% !important; margin-left: auto !important;}",
  1817. " .body-gaps {max-width: 100% !important; left: 5px !important; margin-left: auto !important; width: 99% !important;}",
  1818. " body{ padding-top: 0px !important; padding: 5px !important; max-width: 100% !important;}",
  1819. " div[class=\"body-branding\"]{background: grey !important; padding-top: 0px !important; padding: 5px !important; max-width: 100% !important;}"
  1820. ].join("\n");
  1821. if (false || (document.domain == "zalil.su" || document.domain.substring(document.domain.indexOf(".zalil.su") + 1) == "zalil.su"))
  1822. css += [
  1823. " body{background: none !important;}",
  1824. " body{background-color: gray !important;}",
  1825. " body{background-image: none !important;}"
  1826. ].join("\n");
  1827. if (false || (document.domain == "taker.im" || document.domain.substring(document.domain.indexOf(".taker.im") + 1) == "taker.im"))
  1828. css += [
  1829. // !! скрываем рекламные ссылки (СПАМ) в тексте
  1830. " a[href^=\"/phpBB2/goto/http: //www.ebay.com/sch/\"][rel=\"nofollow\"]{color: #333 !important; text-decoration: none !important; pointer-events: none !important;}"
  1831. ].join("\n");
  1832. if (typeof GM_addStyle != "undefined") {
  1833. GM_addStyle(css);
  1834. } else if (typeof PRO_addStyle != "undefined") {
  1835. PRO_addStyle(css);
  1836. } else if (typeof addStyle != "undefined") {
  1837. addStyle(css);
  1838. } else {
  1839. var node = document.createElement("style");
  1840. node.type = "text/css";
  1841. node.appendChild(document.createTextNode(css));
  1842. var heads = document.getElementsByTagName("head");
  1843. if (heads.length > 0) {
  1844. heads[0].appendChild(node);
  1845. } else {
  1846. // no head yet, stick it whereever
  1847. document.documentElement.appendChild(node);
  1848. }
  1849. }
  1850. }());
  1851. // позаимствовано у lainverse (https: //greasyfork.org/ru/scripts/809-no-yandex-ads)
  1852. // Удаляет рекламу из поиска Яндекс
  1853. (function(){
  1854. 'use strict';
  1855. var win = (unsafeWindow || window),
  1856. // http: //stackoverflow.com/questions/9847580/how-to-detect-safari-chrome-ie-firefox-and-opera-browser
  1857. isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0,
  1858. isChrome = !!window.chrome && !!window.chrome.webstore,
  1859. isSafari = (Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0 ||
  1860. (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window.safari || safari.pushNotification)),
  1861. isFirefox = typeof InstallTrigger !== 'undefined',
  1862. inIFrame = (win.self !== win.top),
  1863. _getAttribute = Element.prototype.getAttribute,
  1864. _setAttribute = Element.prototype.setAttribute,
  1865. _de = document.documentElement,
  1866. _appendChild = Document.prototype.appendChild.bind(_de),
  1867. _removeChild = Document.prototype.removeChild.bind(_de);
  1868. // console.log('01');
  1869. if (/^https?: \/\/(mail\.yandex\.|music\.yandex\.|news\.yandex\.|(www\.)?yandex\.[^\/]+\/(yand)?search[\/?])/i.test(win.location.href)) {
  1870. // https: //greasyfork.org/en/scripts/809-no-yandex-ads
  1871. (function(){
  1872. var adWords = ['Яндекс.Директ','Реклама','Ad'],
  1873. genericAdSelectors = (
  1874. '.serp-adv__head + .serp-item,'+
  1875. '#adbanner,'+
  1876. '.serp-adv,'+
  1877. '.b-spec-adv,'+
  1878. 'div[class*="serp-adv__"]:not(.serp-adv__found):not(.serp-adv__displayed)'+
  1879. '._type_smart-banner'+
  1880. '.stripe_type_promo'+
  1881. '.footer_distro_yes'
  1882. );
  1883. function remove(node) {
  1884. node.parentNode.removeChild(node);
  1885. }
  1886. // Generic ads removal and fixes
  1887. function removeGenericAds() {
  1888. // var ss;
  1889. // ss = document.querySelector('.serp-header');
  1890. // if (ss) {
  1891. // ss.style.marginTop='0';
  1892. // }
  1893. var s = document.querySelector('.serp-header');
  1894. if (s) {
  1895. s.style.marginTop='0';
  1896. }
  1897. // for (s of document.querySelectorAll(genericAdSelectors)) {
  1898. // remove(s);
  1899. // }
  1900. // !! Правим ошибку синтаксиса (s of arr) не работает - > старый вариант
  1901. (function(s, i){
  1902. i = s.length;
  1903. while(i--)
  1904. remove(s[i]);
  1905. })(document.querySelectorAll(genericAdSelectors), 0);
  1906. // })(document.querySelectorAll('.serp-adv__head + .serp-item'), 0);
  1907. (function(s){
  1908. for (var l = 0; l < s.length; l++) remove(s[l]);
  1909. })(document.querySelectorAll(genericAdSelectors));
  1910. //})(document.querySelectorAll(['#adbanner',
  1911. // '.serp-adv',
  1912. // '.b-spec-adv',
  1913. // 'div[class*="serp-adv__"]:not(.serp-adv__found):not(.serp-adv__displayed)',
  1914. // '._type_smart-banner',
  1915. // '.stripe_type_promo',
  1916. // '.footer_distro_yes'].join(',')));
  1917. // }
  1918. }
  1919. // Search ads
  1920. function removeSearchAds() {
  1921. var ll;
  1922. /* var s, item, l;
  1923. for (s of document.querySelectorAll('.t-construct-adapter__legacy')) {
  1924. item = s.querySelector('.organic__subtitle');
  1925. l = window.getComputedStyle(item, ': after').content;
  1926. if (item && adWords.indexOf(l.replace(/"/g,'')) > -1) {
  1927. remove(s);
  1928. console.log('Ads removed.');
  1929. }
  1930. }
  1931. } */
  1932. var s = document.querySelectorAll('.t-construct-adapter__legacy');
  1933. for (var l = 0; l < s.length; l++) {
  1934. var item = s[l].querySelector('.organic__subtitle');
  1935. ll = window.getComputedStyle(item, ': after').content;
  1936. // if (!item) continue;
  1937. // if (item && adWords.indexOf(item.textContent) > -1){
  1938. // remove(s[l]);
  1939. // console.log('Ads removed.');
  1940. // }
  1941. if (item && adWords.indexOf(ll.replace(/"/g,'')) > -1) {
  1942. remove(s);
  1943. console.log('Ads removed.');
  1944. }
  1945. }
  1946. }
  1947. // News ads
  1948. function removeNewsAds() {
  1949. /*
  1950. for (var s of document.querySelectorAll(
  1951. '.page-content__left > *,'+
  1952. '.page-content__right > *:not(.page-content__col),'+
  1953. '.page-content__right > .page-content__col > *'
  1954. )) {
  1955. if (s.textContent.indexOf(adWords[0]) > -1 ||
  1956. (s.clientHeight < 15 && s.classList.contains('rubric'))) {
  1957. remove(s);
  1958. console.log('Ads removed.');
  1959. }
  1960. }
  1961. */
  1962. var s = document.querySelectorAll(['.page-content__left > *',
  1963. '.page-content__right > *:not(.page-content__col)',
  1964. '.page-content__right > .page-content__col > *'].join(','));
  1965. for (var l = 0; l < s.length; l++) {
  1966. if (s[l].textContent.indexOf(adWords[0]) > -1 ||
  1967. (s[l].clientHeight < 15 && s[l].classList.contains('rubric'))) {
  1968. remove(s[l]);
  1969. console.log('Ads removed.');
  1970. }
  1971. }
  1972. }
  1973. // Music ads
  1974. function removeMusicAds() {
  1975. /* for (var s of document.querySelectorAll('.ads-block')) {
  1976. remove(s);
  1977. } */
  1978. var s = document.querySelectorAll('.ads-block');
  1979. for (var l = 0; l < s.length; l++) {
  1980. remove(s[l]);
  1981. console.log('Ads removed.');
  1982. }
  1983. }
  1984. // Mail ads
  1985. function removeMailAds() {
  1986. var slice = Array.prototype.slice,
  1987. nodes = slice.call(document.querySelectorAll('.ns-view-folders')),
  1988. node, len, cls;
  1989. /* for (node of nodes) {
  1990. if (!len || len > node.classList.length) {
  1991. len = node.classList.length;
  1992. }
  1993. } */
  1994. for (var l = 0; l < nodes.length; l++) {
  1995. node = nodes[l];
  1996. if (!len || len > node.classList.length) {
  1997. len = node.classList.length;
  1998. }
  1999. }
  2000. node = nodes.pop();
  2001. while (node) {
  2002. if (node.classList.length > len) {
  2003. /* for (cls of slice.call(node.classList)) {
  2004. if (cls.indexOf('-') === -1) {
  2005. remove(node);
  2006. break;
  2007. }
  2008. } */
  2009. for (var l = 0; l < node.classList.length; l++) {
  2010. cls = slice.call(node.classList[l]);
  2011. if (cls.indexOf('-') === -1) {
  2012. remove(node);
  2013. break;
  2014. }
  2015. }
  2016. }
  2017. node = nodes.pop();
  2018. }
  2019. }
  2020. // News fixes
  2021. function removePageAdsClass() {
  2022. if (document.body.classList.contains("b-page_ads_yes")){
  2023. document.body.classList.remove("b-page_ads_yes");
  2024. console.log('Page ads class removed.');
  2025. }
  2026. }
  2027. // myAdd
  2028. function removePageAdsClass2() {
  2029. if (document.body.classList.contains("stripe_type_promo")){
  2030. document.body.classList.remove("stripe_type_promo");
  2031. console.log('Page ads2 class removed.');
  2032. }
  2033. if (document.body.classList.contains("dist-popup_product_browser")){
  2034. document.body.classList.remove("dist-popup_product_browser");
  2035. console.log('Page ads2 class removed.');
  2036. }
  2037. if (document.body.classList.contains('[data-bem*="bannerid"]')){
  2038. document.body.classList.remove('[data-bem*="bannerid"]');
  2039. console.log('Page ads3 class removed.');
  2040. }
  2041. }
  2042. // Function to attach an observer to monitor dynamic changes on the page
  2043. function pageUpdateObserver(func, obj, params) {
  2044. if (obj) {
  2045. var o = new MutationObserver(func);
  2046. o.observe(obj,(params || {childList: true, subtree: true}));
  2047. }
  2048. }
  2049. // Cleaner
  2050. // не работает частично (со слушателем)
  2051. // document.addEventListener ('DOMContentLoaded', function() {
  2052. removeGenericAds();
  2053. if (win.location.hostname.search(/^mail\./i) === 0) {
  2054. removeGenericAds();
  2055. pageUpdateObserver(function(ms, o){
  2056. var aside = document.querySelector('.mail-Layout-Aside');
  2057. if (aside) {
  2058. o.disconnect();
  2059. pageUpdateObserver(removeMailAds, aside);
  2060. }
  2061. }, document.querySelector('BODY'));
  2062. removeMailAds();
  2063. } else if (win.location.hostname.search(/^music\./i) === 0) {
  2064. removeGenericAds();
  2065. pageUpdateObserver(removeMusicAds, document.querySelector('.sidebar'));
  2066. removeMusicAds();
  2067. } else if (win.location.hostname.search(/^news\./i) === 0) {
  2068. removeGenericAds();
  2069. pageUpdateObserver(removeNewsAds, document.querySelector('BODY'));
  2070. pageUpdateObserver(removePageAdsClass, document.body, {attributes: true, attributesFilter: ['class']});
  2071. removeNewsAds();
  2072. removePageAdsClass();
  2073. removePageAdsClass2();
  2074. } else {
  2075. removeGenericAds();
  2076. pageUpdateObserver(removeSearchAds, document.querySelector('.main__content'));
  2077. pageUpdateObserver(removePageAdsClass2, document.body, {attributes: true, attributesFilter: ['class']});
  2078. removeSearchAds();
  2079. removePageAdsClass2();
  2080. }
  2081. // });
  2082. })();
  2083. // return; //skip fixes for other sites
  2084. }
  2085. // Yandex Link Tracking
  2086. if (/^https?: \/\/([^.]+\.)*yandex\.[^\/]+/i.test(win.location.href)) {
  2087. // Partially based on https: //greasyfork.org/en/scripts/22737-remove-yandex-redirect
  2088. (function(){
  2089. var link, selectors = (
  2090. 'A[onmousedown*="/jsredir"],'+
  2091. 'A[data-vdir-href],'+
  2092. 'A[data-counter]'
  2093. );
  2094. function removeTrackingAttributes(link) {
  2095. link.removeAttribute('onmousedown');
  2096. if (link.hasAttribute('data-vdir-href')) {
  2097. link.removeAttribute('data-vdir-href');
  2098. link.removeAttribute('data-orig-href');
  2099. }
  2100. if (link.hasAttribute('data-counter')) {
  2101. link.removeAttribute('data-counter');
  2102. link.removeAttribute('data-bem');
  2103. }
  2104. }
  2105. function removeTracking(scope) {
  2106. for (link of scope.querySelectorAll(selectors)) {
  2107. removeTrackingAttributes(link);
  2108. }
  2109. }
  2110. document.addEventListener('DOMContentLoaded', function(e) {
  2111. removeTracking(e.target);
  2112. });
  2113. (new MutationObserver(function(ms) {
  2114. var m, node;
  2115. for (m of ms) {
  2116. for (node of m.addedNodes) {
  2117. if (node.nodeType === Node.ELEMENT_NODE) {
  2118. if (node.tagName === 'A' && node.matches(selectors)) {
  2119. removeTrackingAttributes(node);
  2120. } else {
  2121. removeTracking(node);
  2122. }
  2123. }
  2124. }
  2125. }
  2126. })).observe(_de, {childList: true, subtree: true});
  2127. })();
  2128. return; //skip fixes for other sites
  2129. }
  2130. }());
  2131. // Удаляет рекламу из вконтакта
  2132. (function(){
  2133. var lct = location.href;
  2134. if(lct.match(/^https?: \/\/(.*\.)?(vkontakte\.ru|vk\.com)\/.*/)) {
  2135. // Generic ads removal
  2136. (function(s){
  2137. for (var l = 0; l < s.length; l++) s[l].parentNode.removeChild(s[l]);
  2138. })(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'));
  2139. console.log('Page ads class removed.');
  2140. }
  2141. }());
  2142. // Удаляет рекламу из gismeteo
  2143. (function(){
  2144. var lct = location.href;
  2145. if(lct.match(/^https?: \/\/(.*\.)?gismeteo\./)) {
  2146. var removeA = function() {
  2147. 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,#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]');
  2148. for (var l = 0; l < s.length; l++) {
  2149. if(s[l].parentNode) s[l].parentNode.removeChild(s[l]);
  2150. }
  2151. }
  2152. (function(s){
  2153. var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
  2154. if (s) (new MutationObserver(removeA)).observe(s,{childList: true});
  2155. })(document.querySelector('.measure'));
  2156. // Google Chrome trick: sometimes the script is executed after that DOMContentLoaded was triggered, in this case we directly run our code
  2157. if (document.readyState == "complete") {
  2158. removeA();
  2159. console.log('Page ads class removed.');
  2160. } else {
  2161. window.addEventListener('DOMContentLoaded', removeA);
  2162. console.log('Page ads class removed.');
  2163. }
  2164. }
  2165. }());
  2166. // Удаляет рекламу из 4pda
  2167. (function(){
  2168. // пока убрано, поломалось
  2169. }());
  2170. }());