RU Max4_ABP_Fix CSS

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

当前为 2017-10-01 提交的版本,查看 最新版本

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