RU Max4_ABP_Fix CSS

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

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

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