RU Max4_ABP_Fix CSS

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

当前为 2015-11-28 提交的版本,查看 最新版本

  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. // @version 0.20151129020024
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12. (function() {var css = "";
  13. css += [
  14. "@namespace url(http://www.w3.org/1999/xhtml);",
  15. "",
  16. "/* Фильтры фоновых картинок */"
  17. ].join("\n");
  18. 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"))
  19. css += [
  20. // правка структуры Ru-Board
  21. "span.dats{position:relative!important;top: 10px!important;}",
  22. // !! скрываем рекламные ссылки (СПАМ) в сообщениях
  23. " a[href^=\"http://forum.ru-board.com/\"][href$=\"/\"][target=\"_blank\"]{color:#333!important; text-decoration: none !important; pointer-events: none !important;}"
  24. // !! ======= ПРАВКА СТРУКТУРЫ. вынесено в отдельный скрипт. См. Ru-Board_Extrim_Max4_ABP_Fix-CSS =======
  25. ].join("\n");
  26. if (false || (document.domain == "aif.ru" || document.domain.substring(document.domain.indexOf(".aif.ru") + 1) == "aif.ru") || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru") || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua") || (document.domain == "image2you.ru" || document.domain.substring(document.domain.indexOf(".image2you.ru") + 1) == "image2you.ru") || (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 == "newstudio.tv" || document.domain.substring(document.domain.indexOf(".newstudio.tv") + 1) == "newstudio.tv") || (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 == "zakon.kz" || document.domain.substring(document.domain.indexOf(".zakon.kz") + 1) == "zakon.kz") || (document.domain == "muzofon.com" || document.domain.substring(document.domain.indexOf(".muzofon.com") + 1) == "muzofon.com"))
  27. css += " html, html>body {background-image:none!important;}";
  28. if (false || (document.domain == "kronverkcinema.ua" || document.domain.substring(document.domain.indexOf(".kronverkcinema.ua") + 1) == "kronverkcinema.ua") || (document.domain == "moskva.fm" || document.domain.substring(document.domain.indexOf(".moskva.fm") + 1) == "moskva.fm") || (document.domain == "newstudio.tv" || document.domain.substring(document.domain.indexOf(".newstudio.tv") + 1) == "newstudio.tv") || (document.domain == "roem.ru" || document.domain.substring(document.domain.indexOf(".roem.ru") + 1) == "roem.ru") || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info"))
  29. css += " body {padding-top:0!important;}";
  30. if (false || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru") || (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 == "prophotos.ru" || document.domain.substring(document.domain.indexOf(".prophotos.ru") + 1) == "prophotos.ru") || (document.domain == "seasonvar.ru" || document.domain.substring(document.domain.indexOf(".seasonvar.ru") + 1) == "seasonvar.ru") || (document.domain == "unionpeer.org" || document.domain.substring(document.domain.indexOf(".unionpeer.org") + 1) == "unionpeer.org"))
  31. css += " html>body {padding:0!important;}";
  32. if (false || (document.domain == "101.ru" || document.domain.substring(document.domain.indexOf(".101.ru") + 1) == "101.ru"))
  33. css += " #layout {background:none!important;}";
  34. 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"))
  35. css += [
  36. "TD[height=\"70\"][style],#user2s[height=\"71\"],",
  37. " #userlinks[height=\"70\"] {display:none!important;}"
  38. ].join("\n");
  39. if (false || (document.domain == "4pda.ru" || document.domain.substring(document.domain.indexOf(".4pda.ru") + 1) == "4pda.ru"))
  40. css += [
  41. " #main {background-image:none!important; padding: 0 !important;}",
  42. // " .brand-page {visibility:hidden!important;height:0!important;}",
  43. " body,#main,#rnd-replace-main {background: #E6E7E9!important}",
  44. " div#main>div.holder.no-hidden{padding: 0 !important; width: inherit !important;}",
  45. " html>body>div#wrapper>div:nth-of-type(1)>div:nth-of-type(1)>header+div {background-image: url()!important;}",
  46. " article#content{width: 920px !important;}",
  47. " #header~div:not(#contacts):not(#body) {background-image:none!important;background-color:#E6E7E9!important}",
  48. " link~div[class$=\" \"] {display:none!important}"
  49. ].join("\n");
  50. if (false || (document.domain == "adultmult.tv" || document.domain.substring(document.domain.indexOf(".adultmult.tv") + 1) == "adultmult.tv"))
  51. css += ".adsbygoogle,#aswift_0_expand {display:none!important;}";
  52. if (false || (document.domain == "afisha.ru" || document.domain.substring(document.domain.indexOf(".afisha.ru") + 1) == "afisha.ru"))
  53. css += [
  54. ".page_block_content {width:100%!important;}",
  55. " .page_block_adv {background:none!important;}"
  56. ].join("\n");
  57. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  58. css += " #new_logo_helper01 {top:0!important;}";
  59. if (false || (document.domain == "all-episodes.com" || document.domain.substring(document.domain.indexOf(".all-episodes.com") + 1) == "all-episodes.com"))
  60. css += " .wrapper {top:0!important;}";
  61. if (false || (document.domain == "aliexpress.com" || document.domain.substring(document.domain.indexOf(".aliexpress.com") + 1) == "aliexpress.com"))
  62. css += [
  63. " div.categories-main{ display: inline-block !important; width:auto !important; } dl.cl-item{display: inline-block !important;}",
  64. " div.index-page>div.user-helper-footer{position: relative !important; top: 120px !important; padding: 0 !important;}",
  65. " div.index-page>div.site-footer{position: relative !important; top: 120px !important; margin: 0 !important; padding: 0 !important;}",
  66. " div.index-page>div.footer-copywrite{position: relative !important; top: 120px !important;}",
  67. " div.index-page{height: inherit !important;}"
  68. ].join("\n");
  69. if (false || (document.domain == "animevost.org" || document.domain.substring(document.domain.indexOf(".animevost.org") + 1) == "animevost.org"))
  70. css += [
  71. "div[class^=\"headbg\"] {background-image:none!important;height:auto!important;}",
  72. " div[class^=\"headbg\"] > .menu {top:0px!important;}",
  73. " div[class^=\"headbg\"] > .menu .sar {bottom:auto!important;top:50px!important;z-index:100!important;}"
  74. ].join("\n");
  75. if (false || (document.domain == "anistar.ru" || document.domain.substring(document.domain.indexOf(".anistar.ru") + 1) == "anistar.ru"))
  76. css += [
  77. "body > .clear + div:not(.main),.news-fixed {display:none!important;}",
  78. " .wrapper.width1200 {margin-top:0}",
  79. " .drowmenu {z-index:1001}"
  80. ].join("\n");
  81. if (false || (document.domain == "anti-malware.ru" || document.domain.substring(document.domain.indexOf(".anti-malware.ru") + 1) == "anti-malware.ru"))
  82. css += "#header-bg-enf {margin-top:0!important;}";
  83. if (false || (document.domain == "bestpersons.ru" || document.domain.substring(document.domain.indexOf(".bestpersons.ru") + 1) == "bestpersons.ru"))
  84. css += [
  85. "/* Fx compat fix */",
  86. " #userTabs {float:none!important;}"
  87. ].join("\n");
  88. if (false || (document.domain == "binmovie.org" || document.domain.substring(document.domain.indexOf(".binmovie.org") + 1) == "binmovie.org"))
  89. css += " #content {top:0!important;left:0!important;width:100%!important;margin-left:0!important;}";
  90. if (false || (document.domain == "bvedomosti.ru" || document.domain.substring(document.domain.indexOf(".bvedomosti.ru") + 1) == "bvedomosti.ru"))
  91. css += [
  92. ".art-Header {display:none!important;}",
  93. " #art-main {background-image:none!important;}",
  94. " .bg-top-menu {top:0!important;}"
  95. ].join("\n");
  96. if (false || (document.domain == "carambatv.ru" || document.domain.substring(document.domain.indexOf(".carambatv.ru") + 1) == "carambatv.ru"))
  97. css += " .content {background:none!important;padding:0!important;}";
  98. if (false || (document.domain == "cars.ru" || document.domain.substring(document.domain.indexOf(".cars.ru") + 1) == "cars.ru"))
  99. css += [
  100. "#main {margin-top:0!important;}",
  101. " A[href*=\"/adclick.php?bannerid=\"] {display:none!important;}"
  102. ].join("\n");
  103. if (false || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru"))
  104. css += " body {background:black!important;}";
  105. if (false || (document.domain == "drive.ru" || document.domain.substring(document.domain.indexOf(".drive.ru") + 1) == "drive.ru"))
  106. css += "body>div {background:none!important;padding-top:0!important;}";
  107. if (false || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua"))
  108. css += [
  109. " body {cursor:auto!important;}",
  110. " body>div[align=\"center\"] {width:auto!important;margin:0!important;}"
  111. ].join("\n");
  112. if (false || (document.domain == "firepic.org" || document.domain.substring(document.domain.indexOf(".firepic.org") + 1) == "firepic.org"))
  113. css += [
  114. "body {padding:0!important;background-image:none!important;}",
  115. " .container,.row {max-width:none!important;}",
  116. " .container {width:100%!important;}",
  117. " .row {padding:30px!important;margin:0px!important;}",
  118. " .span12 {clear:both}"
  119. ].join("\n");
  120. if (false || (document.domain == "fishki.net" || document.domain.substring(document.domain.indexOf(".fishki.net") + 1) == "fishki.net"))
  121. css += "#container {cursor:auto!important;}";
  122. if (false || (document.domain == "free-torrents.org" || document.domain.substring(document.domain.indexOf(".free-torrents.org") + 1) == "free-torrents.org"))
  123. css += [
  124. "#sidebar2 {padding-top:0!important;}",
  125. " #main-wrapper {width:100%!important;top:0!important;}"
  126. ].join("\n");
  127. if (false || (document.domain == "gamebomb.ru" || document.domain.substring(document.domain.indexOf(".gamebomb.ru") + 1) == "gamebomb.ru"))
  128. css += [
  129. "#ssdfsd,.dfgdjkfgh{background-image:none!important;}",
  130. " #content{padding-top:0!important;margin-top:0!important;}"
  131. ].join("\n");
  132. if (false || (document.domain == "gamer-info.com" || document.domain.substring(document.domain.indexOf(".gamer-info.com") + 1) == "gamer-info.com"))
  133. css += "#all-content-container {padding:0!important;}";
  134. if (false || (document.domain == "gidonline.club" || document.domain.substring(document.domain.indexOf(".gidonline.club") + 1) == "gidonline.club"))
  135. css += "#headerline {margin-top:0!important;}";
  136. if (false || (document.domain == "gidonlinekino.com" || document.domain.substring(document.domain.indexOf(".gidonlinekino.com") + 1) == "gidonlinekino.com"))
  137. css += " #headerline {margin-top:0!important;}";
  138. if (false || (document.domain == "goclips.tv" || document.domain.substring(document.domain.indexOf(".goclips.tv") + 1) == "goclips.tv"))
  139. css += " .video_content {height:auto!important;}";
  140. if (false || (document.domain == "goha.ru" || document.domain.substring(document.domain.indexOf(".goha.ru") + 1) == "goha.ru"))
  141. css += [
  142. "#full-brand-footer>div[style*=\"fixed\"], #head-tuppy>a {display:none!important;}",
  143. " #full-brand {background-image:none!important;}",
  144. " #head-tuppy {height: 7px!important;}"
  145. ].join("\n");
  146. if (false || (document.domain == "gotps3.ru" || document.domain.substring(document.domain.indexOf(".gotps3.ru") + 1) == "gotps3.ru"))
  147. css += "#Page {margin-top:0!important;}";
  148. if (false || (document.domain == "gstv.ru" || document.domain.substring(document.domain.indexOf(".gstv.ru") + 1) == "gstv.ru"))
  149. css += ".page-content {margin-top:0!important;}";
  150. if (false || (document.domain == "hdfilms.tv" || document.domain.substring(document.domain.indexOf(".hdfilms.tv") + 1) == "hdfilms.tv"))
  151. css += " #subheader{padding-top:1px!important;}";
  152. if (false || (document.domain == "iphones.ru" || document.domain.substring(document.domain.indexOf(".iphones.ru") + 1) == "iphones.ru"))
  153. css += [
  154. "#wrap {filter:none!important;}",
  155. " body > div[style^=\"background-color:\"] {display:none!important;}"
  156. ].join("\n");
  157. if (false || (document.domain == "kino-dom.tv" || document.domain.substring(document.domain.indexOf(".kino-dom.tv") + 1) == "kino-dom.tv"))
  158. css += " #main {width: auto!important;}";
  159. if (false || (document.domain == "kinobel.by" || document.domain.substring(document.domain.indexOf(".kinobel.by") + 1) == "kinobel.by"))
  160. css += ".bg-site {padding-top:0!important;}";
  161. if (false || (document.domain == "kinopoisk.ru" || document.domain.substring(document.domain.indexOf(".kinopoisk.ru") + 1) == "kinopoisk.ru"))
  162. css += [
  163. " body{background:none!important;}",
  164. " body{background:#C0C0C0!important;}",
  165. " html[style] {background-image: url()!important;}",
  166. " #top .png_block, #GoUpClickZone{background:url() !important;}",
  167. " #top {height:100px!important;}",
  168. " .master {top:1px!important;}",
  169. " .menu {top:1px!important;}",
  170. // !! выравниваем секцию поиск:
  171. " #top_form {top: 2px!important;}",
  172. " #top .png_block {top: 2px!important;}",
  173. // !! расширяем полезную площадь
  174. " #content_block, .contentBlock1, .shadow, #top, #top .png_block, .block_left_padtop{width:100% !important;}",
  175. " div[id\*=\"div_review_\"]{width:98% !important;}",
  176. " .brand_words, p[id\^=\"ext_text_\"], ._reachbanner_ {width:100% !important;}",
  177. " .reviewItem, .userReview, p[id\^=\"ext_text_\"][data-find], span._reachbanner_ {width:100% !important;}",
  178. " div#content_block.contentBlock1>table {width:95% !important;}",
  179. " div#content_block.contentBlock1>table>tbody[data-find]>tr[data-find] {width:95% !important;}",
  180. " #photoBlock {padding-left:20px !important;}",
  181. " div#nav_express {padding-left:40px !important;}"
  182. ].join("\n");
  183. if (false || (document.domain == "kinotochka.net" || document.domain.substring(document.domain.indexOf(".kinotochka.net") + 1) == "kinotochka.net"))
  184. css += " .LogoSearchForm {margin-top:80px!important;}";
  185. if (false || (document.domain == "kinozadrot.net" || document.domain.substring(document.domain.indexOf(".kinozadrot.net") + 1) == "kinozadrot.net"))
  186. css += " body.brending {padding-top:180px!important;}";
  187. if (false || (document.domain == "krasview.ru" || document.domain.substring(document.domain.indexOf(".krasview.ru") + 1) == "krasview.ru"))
  188. css += " #dynamic-content{margin-top:0!important;}";
  189. if (false || (document.domain == "mail.rambler.ru" || document.domain.substring(document.domain.indexOf(".mail.rambler.ru") + 1) == "mail.rambler.ru"))
  190. css += ".appSearchBar,.appWindowWithBanner {right:0!important}";
  191. 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"))
  192. css += " .b-branding__wrap {padding:0!important;}";
  193. if (false || (document.domain == "noob-club.ru" || document.domain.substring(document.domain.indexOf(".noob-club.ru") + 1) == "noob-club.ru"))
  194. css += "#header-new {margin-bottom:0!important;}";
  195. if (false || (document.domain == "online.anidub.com" || document.domain.substring(document.domain.indexOf(".online.anidub.com") + 1) == "online.anidub.com"))
  196. css += " .background {background:none!important;}";
  197. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  198. css += [
  199. "#mainplace>table>tbody>tr:first-child,.needblock {display:none!important;}",
  200. " #wrapper {width:100%!important;}",
  201. " #main {padding-top:0!important;}"
  202. ].join("\n");
  203. if (false || (document.domain == "politobzor.net" || document.domain.substring(document.domain.indexOf(".politobzor.net") + 1) == "politobzor.net"))
  204. css += " .banner {height:90px!important;}";
  205. if (false || (document.domain == "popmech.ru" || document.domain.substring(document.domain.indexOf(".popmech.ru") + 1) == "popmech.ru"))
  206. css += " .header__brand {margin-top:0!important;}";
  207. if (false || (document.domain == "povarenok.ru" || document.domain.substring(document.domain.indexOf(".povarenok.ru") + 1) == "povarenok.ru"))
  208. css += [
  209. ".car_content {margin:0!important;width:100%!important;}",
  210. " .car_recept {width:97%!important;}",
  211. " .cont_head, .cont_mid, .car_footer {background:none!important;}",
  212. " .car_header, .petushok, .cont_foot {display:none!important;}"
  213. ].join("\n");
  214. if (false || (document.domain == "promodj.com" || document.domain.substring(document.domain.indexOf(".promodj.com") + 1) == "promodj.com"))
  215. css += " #topbrandingspot {padding-top:0!important;}";
  216. if (false || (document.domain == "riotpixels.com" || document.domain.substring(document.domain.indexOf(".riotpixels.com") + 1) == "riotpixels.com"))
  217. css += [
  218. "body {background-image:none!important;}",
  219. " .all-wrapper, .bottom-bar {top:0!important;}",
  220. " .bottom-bar, .action-menu {position:fixed!important;}"
  221. ].join("\n");
  222. if (false || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru"))
  223. css += " #block-sc2tv_streams-0 {margin-top:0!important;}";
  224. if (false || (document.domain == "seasonvar.ru" || document.domain.substring(document.domain.indexOf(".seasonvar.ru") + 1) == "seasonvar.ru"))
  225. css += " body {background-color:#707070!important;}";
  226. if (false || (document.domain == "smotri.com" || document.domain.substring(document.domain.indexOf(".smotri.com") + 1) == "smotri.com"))
  227. css += " #wrapper>#all {margin-top:0!important;}";
  228. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru"))
  229. css += [
  230. "body.img-bg,#branding-layout {background:gray!important;padding-top:0!important}",
  231. " .pageLayout {top:0!important}"
  232. ].join("\n");
  233. if (false || (document.domain == "tort.fm" || document.domain.substring(document.domain.indexOf(".tort.fm") + 1) == "tort.fm"))
  234. css += "#topper_up {height:88px!important}";
  235. if (false || (document.domain == "tnt-online.ru" || document.domain.substring(document.domain.indexOf(".tnt-online.ru") + 1) == "tnt-online.ru"))
  236. css += [
  237. "/*self-ads for bitblock*/",
  238. " #contentShifter {display:none!important;}",
  239. " #all {top:15px!important;}"
  240. ].join("\n");
  241. if (false || (document.domain == "tree.tv" || document.domain.substring(document.domain.indexOf(".tree.tv") + 1) == "tree.tv"))
  242. css += ".wrapper {margin-top:0!important}";
  243. if (false || (document.domain == "virusinfo.info" || document.domain.substring(document.domain.indexOf(".virusinfo.info") + 1) == "virusinfo.info"))
  244. css += "body {margin:0!important;}";
  245. if (false || (document.domain == "warfiles.ru" || document.domain.substring(document.domain.indexOf(".warfiles.ru") + 1) == "warfiles.ru"))
  246. css += "#header + .banner {height:100px!important;}";
  247. if (false || (document.domain == "vz.ru" || document.domain.substring(document.domain.indexOf(".vz.ru") + 1) == "vz.ru"))
  248. css += [
  249. " div.main-container{max-width: inherit !important;}",
  250. " div.main-menu>div.menu.sys_thumbs{overflow: inherit !important;}",
  251. " div.main-menu>div.menu.sys_thumbs>ul>li.thumb{margin-right: 0 !important;}",
  252. " div.menu{max-width: inherit !important;}"
  253. ].join("\n");
  254. if (false || (document.domain == "webfile.ru" || document.domain.substring(document.domain.indexOf(".webfile.ru") + 1) == "webfile.ru"))
  255. css += ".p_wrap {margin-top:0!important;}";
  256. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  257. css += " .body-branding {background:none!important;padding-top:0!important;}";
  258. if (false || (document.domain == "zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".zoneofgames.ru") + 1) == "zoneofgames.ru"))
  259. css += " .branding,div.logo {background:none!important;height:auto!important;}";
  260. if (false || (document.domain == "zoomby.ru" || document.domain.substring(document.domain.indexOf(".zoomby.ru") + 1) == "zoomby.ru"))
  261. css += [
  262. "#global_wrapper_cont {padding:0!important;}",
  263. " .wrapper {margin-top:60px!important;}"
  264. ].join("\n");
  265. if (false || (document.domain == "pogoda.mail.ru" || document.domain.substring(document.domain.indexOf(".pogoda.mail.ru") + 1) == "pogoda.mail.ru"))
  266. css += ".forecast-rb-bg {background-image:none!important}";
  267. if (false || (document.domain == "hi-tech.mail.ru" || document.domain.substring(document.domain.indexOf(".hi-tech.mail.ru") + 1) == "hi-tech.mail.ru"))
  268. css += "#portal-menu, .header-banner {margin:0!important}";
  269. if (false || (document.domain == "e.mail.ru" || document.domain.substring(document.domain.indexOf(".e.mail.ru") + 1) == "e.mail.ru"))
  270. css += "#leftcol-banners,.b-rb {position:fixed!important;top:-1000px!important;opacity:0!important;pointer-events:none!important}";
  271. if (false || (new RegExp("^https?://anistar.ru/news(/(\\?.*)?)?$")).test(document.location.href))
  272. css += ".news:nth-child(1) {display:none!important;}";
  273. if (false || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com"))
  274. css += [
  275. "body {background:white!important;}",
  276. " body{background-image: url()!important;}",
  277. " body{background-image: none !important;}",
  278. " div{background-image: url()!important;}",
  279. " .branding {padding-top: 5px!important;}",
  280. " body {padding-top: 5px!important;}",
  281. " .limiter{padding-top: 5px!important;}",
  282. " .main_tm_search_tool,.searchline {background: white!important;}",
  283. // !! для широкоформатных мониторов
  284. " .header_container, .bottom_container, #content, .content, .wrapper, .limiter {width: 100%!important;}",
  285. " div.limiter > div.wrapper > div.c_w > table > tbody > tr > td[align=\"center\"] > table[width=\"960\"] {width: 100%!important;}"
  286. ].join("\n");
  287. if (false || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me"))
  288. css += [
  289. "body{background:none !important;}",
  290. " body{background-image:none !important;}",
  291. // ! --- широко
  292. // ! ".wrap{min-width:1030px;max-width:100% !important;}",
  293. " body>table[width=\"85%\"]{width:100%!important;}",
  294. " body{padding:0 !important;}",
  295. " body {padding-top:0!important;}",
  296. " body>div.wrap{min-width:1030px;max-width:100% !important;}"
  297. ].join("\n");
  298. if (false || (document.domain == "gismeteo.ru" || document.domain.substring(document.domain.indexOf(".gismeteo.ru") + 1) == "gismeteo.ru") || (document.domain == "gismeteo.ua" || document.domain.substring(document.domain.indexOf(".gismeteo.ua") + 1) == "gismeteo.ua"))
  299. css += [
  300. " #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{background:url(http://www.wallplanet.ru/_ph/15/685414393.jpg)!important;background-attachment: fixed!important;}#weather-maps .fcontent{height:280px!important;}#weather-maps li{width:108px!important;} .wsection table{width: 690px!important;}",
  301. " div#post-container{background:url(\"\")!important;}",
  302. " div#pre-container{background:url(\"\")!important;}"
  303. ].join("\n");
  304. if (false || (document.domain == "nnm.me" || document.domain.substring(document.domain.indexOf(".nnm.me") + 1) == "nnm.me"))
  305. css += [
  306. "body{background: none !important;}",
  307. " body, #theme_8, #theme_2, #theme_3, #theme_4, #theme_5, #theme_6, #theme_7, #theme_1{background: url(\'\') !important;}",
  308. " body {background-image:none !important;}",
  309. " body, div#page{background:gray !important;background-color:gray !important;}",
  310. " body, div#page, element.style, #brTop{background-image:url('') !important;}",
  311. " body, div#page, .pirate-branding, .pb_button_play{background:none !important;}",
  312. " div#page, div#wrap{margin-top:0px !important;top: 0px !important;}",
  313. " div#optionspanel{margin-top:0px !important; margin-left:0px !important;}",
  314. " div#page>div[style*=\"width: 990px;\"][style*=\"height: 206px; position: relative;\"]{height: 0px !important;}",
  315. " .pb_top_img, .pirate-branding, a.pb_link, .pb_logo_brand, .pb_left_banner, .pb_right_banner, #b-logo{height: 0px !important;}",
  316. " .pirate-branding, .pb_button_play_big{top:0px !important;}",
  317. " body{padding-top: 0px !important;}",
  318. " #mmmBanner{height: 0px !important;}",
  319. " .head_assn {height: 0px !important; width: 0px !important;}",
  320. " .head_assn .assn_logo {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  321. " .head_assn .assn_slogan {width: 0px !important; height: 0px !important; top: 0px !important; left:0px !important; background: url(\" \") !important; }",
  322. " html{height: 0px !important;}",
  323. " body{click=()!important;}",
  324. // !! заполненяем всю ширину экрана.
  325. " #wrap, #scrollPanel{width: 1320px !important;}",
  326. " #cntnt{margin-top: 0px !important; position: absolute !important; left: 0% !important; margin-left: 0px !important;}",
  327. " #wrapper {width: 1300px !important;}",
  328. " #content{width: 900px !important;}",
  329. " body {text-align:center!important;}",
  330. " #page {display:inline-block !important; margin-top:0 !important;}",
  331. " #wrap {text-align:initial !important;}"
  332. ].join("\n");
  333. 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"))
  334. css += [
  335. // ! site yandex
  336. ".adsrv {width:0px!important;min-width:0!important;max-width:0!important;",
  337. " height:0!important;min-height:0!important;max-height:0!important;",
  338. " overflow:hidden!important;}",
  339. " .b-top-wizard{width:1000px!important;} .b-body-items.b-serp-list{width:1000px!important;}",
  340. // ! !! чистим maps.yandex
  341. " .ymaps-map{background:none !important;}",
  342. // " .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;}",
  343. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background-image:url() !important;}",
  344. " .ymaps-2-1-23-map,.ymaps-2-1-28-map-ru,.ymaps-2-1-30-hint__x,[class*=\"-copyright__\"]{background:url(\'\') !important;}",
  345. // ! !! убрать все фоновые рисунки в картах
  346. // ! " ymaps{background-image:url() !important;}",
  347. " tv.yandex.ru##td[width=\"24%\"]{width:12%!important;}",
  348. " a{onmousedown=''!important;}",
  349. " a{onclick=''!important;}"
  350. ].join("\n");
  351. 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"))
  352. css += [
  353. // ! !! --- широко
  354. " .main,.main-wrap,.header,.header-main{width:100%!important;}",
  355. " div.all,div.all-wrap,.pageWidth{max-width:100%!important;width:100%!important;}",
  356. " article,.header,.header-main{width:100%!important;}",
  357. " div.content{width:80%!important;}div.sidebar1{width:18%!important;}"
  358. ].join("\n");
  359. if (false || (document.domain == "4seasons-ltc.com" || document.domain.substring(document.domain.indexOf(".4seasons-ltc.com") + 1) == "4seasons-ltc.com"))
  360. css += [
  361. "body{background-image:none !important;}",
  362. " body{font-family: Tahoma !important;}"
  363. ].join("\n");
  364. if (false || (document.domain == "80-e.ru" || document.domain.substring(document.domain.indexOf(".80-e.ru") + 1) == "80-e.ru"))
  365. css += [
  366. " div#ipbwrapper{margin: 0 !important;width: inherit !important;max-width: inherit !important;}"
  367. ].join("\n");
  368. if (false || (document.domain == "china-review.com.ua" || document.domain.substring(document.domain.indexOf(".china-review.com.ua") + 1) == "china-review.com.ua"))
  369. css += [
  370. "body{background:url()!important;}",
  371. " body{background-image:none !important;}",
  372. " body{background:none!important;}",
  373. " body{margin-top:0px!important;}"
  374. ].join("\n");
  375. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  376. css += [
  377. "body{background:none!important;} .layer_top {background:none!important;} .layer_bottom {background:none!important;} .cast_bg{background:none!important;}",
  378. " .contentbg {background-image:none!important;} #4iframe {background-image:none!important;} ",
  379. " #framescr{background-image:none!important;}"
  380. ].join("\n");
  381. if (false || (document.domain == "amovies.tv" || document.domain.substring(document.domain.indexOf(".amovies.tv") + 1) == "amovies.tv"))
  382. css += [
  383. // !! расширяем
  384. "article{width: 980px !important;}",
  385. " #vk_select {float:none !important;margin-left: 445px!important;}",
  386. " #vk_top,#vk_select {background:url()!important;}"
  387. ].join("\n");
  388. if (false || (document.domain == "apteka.ru" || document.domain.substring(document.domain.indexOf(".apteka.ru") + 1) == "apteka.ru"))
  389. css += [
  390. " div.wrapper_root>div.wrapper>section.middle{margin-bottom: 0 !important;}",
  391. " div.wrapper_root>div.wrapper>section.middle>div.container.clr{min-height: 180px !important;}",
  392. " div.wrapper_root>div.wrapper>section.middle>div.container.clr>div.content.bottom-content>section.items.items-tile.items-viewed{margin: 0!important;}",
  393. " div.wrapper_root>div.wrapper>section.middle>div.tabs.top-tabs.clr{margin-bottom: 0 !important;}"
  394. ].join("\n");
  395. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  396. css += " .bonprix-1{background: none !important;} ";
  397. if (false || (document.domain == "bash.im" || document.domain.substring(document.domain.indexOf(".bash.im") + 1) == "bash.im"))
  398. css += " span.csd{background:none !important;}";
  399. if (false || (document.domain == "best-cashback.ru" || document.domain.substring(document.domain.indexOf(".best-cashback.ru") + 1) == "best-cashback.ru"))
  400. css += [
  401. " [id=\"menu-osnovnoe-menyu\"]>[id^=\"menu-item-\"]>a.menu-item-link{color: black !important;}",
  402. " div#theme-page{top: 80px !important;}",
  403. " [class^=\"mk-header-\"]{background-color: lightgrey !important;}",
  404. " section#mk-footer{padding: 0 !important; top: 80px !important;}",
  405. " div#sub-footer{background-color: lightgrey !important;}"
  406. ].join("\n");
  407. if (false || (document.domain == "besplatnye-kupony.ru" || document.domain.substring(document.domain.indexOf(".besplatnye-kupony.ru") + 1) == "besplatnye-kupony.ru"))
  408. css += [
  409. " body{background: none !important; background-color: lightgrey !important;}",
  410. " div{width: inherit !important; margin: 0 !important;}",
  411. " div#site-container{border: none !important;}"
  412. ].join("\n");
  413. if (false || (document.domain == "bestrepack.net" || document.domain.substring(document.domain.indexOf(".bestrepack.net") + 1) == "bestrepack.net"))
  414. css += " div#body_container{padding: 0 !important;}";
  415. if (false || (document.domain == "bigpicture.ru" || document.domain.substring(document.domain.indexOf(".bigpicture.ru") + 1) == "bigpicture.ru"))
  416. css += [
  417. " div.content{padding: 0 !important;}",
  418. " div.podheader{width: 240px !important; float: right !important;}",
  419. " div.podheader-right{float: right !important;}"
  420. ].join("\n");
  421. if (false || (document.domain == "bookvoed.ru" || document.domain.substring(document.domain.indexOf(".bookvoed.ru") + 1) == "bookvoed.ru"))
  422. css += " .Fh{margin-top: 79px!important;}";
  423. if (false || (document.domain == "calend.ru" || document.domain.substring(document.domain.indexOf(".calend.ru") + 1) == "calend.ru"))
  424. css += " .pad, .main-l{width:95% !important;}";
  425. if (false || (document.domain == "clubupravdom.ru" || document.domain.substring(document.domain.indexOf(".clubupravdom.ru") + 1) == "clubupravdom.ru"))
  426. css += " *{background-image: none !important;}";
  427. if (false || (document.domain == "computerra.ru" || document.domain.substring(document.domain.indexOf(".computerra.ru") + 1) == "computerra.ru"))
  428. css += [
  429. " div.page.page-podl{padding-top: 0px!important;}",
  430. " div#under{width:auto!important;}",
  431. " a.link{font-weight:bold!important; font-family:Verdana!important;font-size: 12px!important;}",
  432. " div.column{max-width:80%!important;}"
  433. ].join("\n");
  434. if (false || (document.domain == "crowdin.com" || document.domain.substring(document.domain.indexOf(".crowdin.com") + 1) == "crowdin.com"))
  435. css += " #user-cover-picture,#user-cover-picture-blurred{background:url()!important;}";
  436. 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"))
  437. css += [
  438. "body{background:none !important;}",
  439. " td{background-image:none !important;}"
  440. ].join("\n");
  441. if (false || (document.domain == "ebay-forum.ru" || document.domain.substring(document.domain.indexOf(".ebay-forum.ru") + 1) == "ebay-forum.ru"))
  442. 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;}";
  443. 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 == "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"))
  444. css += [
  445. "body{background:none !important;}",
  446. " body{background-image:none !important;}"
  447. ].join("\n");
  448. if (false || (document.domain == "ddlmkvhd.com" || document.domain.substring(document.domain.indexOf(".ddlmkvhd.com") + 1) == "ddlmkvhd.com"))
  449. css += [
  450. " body{background: none !important;}",
  451. " div.page-body-t{position: relative !important;}"
  452. ].join("\n");
  453. if (false || (document.domain == "ddlvillage.org" || document.domain.substring(document.domain.indexOf(".ddlvillage.org") + 1) == "ddlvillage.org"))
  454. css += [
  455. " div{background: none !important;}"
  456. ].join("\n");
  457. if (false || (document.domain == "f1news.ru" || document.domain.substring(document.domain.indexOf(".f1news.ru") + 1) == "f1news.ru"))
  458. css += [
  459. " div[id=\"bannerText\"]{border:0px!important;margin-left:10px!important;}",
  460. " body{background:url() top center no-repeat #000000 !important;}",
  461. // !! расширяем текстовое поле
  462. " div#textBlock{width:900px !important;}"
  463. ].join("\n");
  464. if (false || (document.domain == "facebook.com" || document.domain.substring(document.domain.indexOf(".facebook.com") + 1) == "facebook.com"))
  465. css += [
  466. " #contentArea {width: 750px !important;}",
  467. " .uiUfi {width: 650px !important;}",
  468. // !! " body {background:url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  469. // !! " #contentCol {background:url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  470. " div#profile_stream_composer {background-color:#C1D5F6;}",
  471. " #blueBar {background-color: transparent !important;}",
  472. " #headNav {background-color: #transparent !important;}",
  473. " .jewelButton {background-color: transparent !important;}",
  474. " #fbNotificationsFlyout {left: 50px !important;}",
  475. " .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;}",
  476. // !! " #pageNav a {color: #00ffff !important;display: inline-block;font-weight: bold;height: 22px;padding: 8px 10px 0px;text-decoration: none;}",
  477. " .UIImageBlock {color: #000000 !important;}",
  478. " .fcg {color: darkgreen !important;}",
  479. " .mts.uiAttachmentDesc.translationEligibleUserAttachmentMessage {color: black !important;}"
  480. ].join("\n");
  481. if (false || (document.domain == "fastpic.ru" || document.domain.substring(document.domain.indexOf(".fastpic.ru") + 1) == "fastpic.ru"))
  482. css += [
  483. "html,body,#mainContainer,#footerContainer,#content,#footer {margin:0!important;width:100%!important;border-radius:0!important}",
  484. " #mainContainer>table {width:850px!important;margin:auto!important}",
  485. " #picContainer {float:none!important;margin:auto!important}",
  486. " body {cursor:auto!important}",
  487. //??
  488. " #logo-area{padding-top: 0px!important;}",
  489. " *{background:none !important;}",
  490. " *{background-image:none !important;}",
  491. " #footer-container {background-image:none!important;height:auto!important;}",
  492. " body > a {display:none!important;}",
  493. " div#show-code-content.rounded-corners{position: inherit!important;}",
  494. " div#foot-area.center.rounded-corners{position: inherit!important;}",
  495. " div#footer.center.rounded-corners{position: inherit!important;}",
  496. " div#right-bottom.rounded-corners{position: relative!important;margin-top:0px!important;height:0px!important;padding-top:5px!important;}",
  497. // !! всё - чёрным
  498. " *{color: black!important;}",
  499. " body{background: none!important;}"
  500. // " html {background-color:#171616!important;}"
  501. ].join("\n");
  502. if (false || (document.domain == "filmix.net" || document.domain.substring(document.domain.indexOf(".filmix.net") + 1) == "filmix.net"))
  503. css += " body{padding: 0px 0 0 0!important;}";
  504. if (false || (document.domain == "formulakino.ru" || document.domain.substring(document.domain.indexOf(".formulakino.ru") + 1) == "formulakino.ru"))
  505. css += [
  506. " div.backF>a>span{background-image:none !important; background:#fff !important;}",
  507. " div.vjs-poster{background:url()!important;}",
  508. " div.pagecontent{margin-top:0px!important;}",
  509. " div#wrapper{background:#fff!important;}"
  510. ].join("\n");
  511. if (false || (document.domain == "google.ru" || document.domain.substring(document.domain.indexOf(".google.ru") + 1) == "google.ru"))
  512. css += [
  513. " 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;}",
  514. " body[class=\"cP\"] tr td.Bu:last-child div.nH div.nH div.nH:first-child:hover {opacity:1;}",
  515. " body[class=\"cP\"] tr td.Bu:last-child div.nH {width: 0px!important;}",
  516. // ! расширяем выдачу в поиске
  517. " .center_col,#center_col {width:1000px!important; margin-left:10px !important; margin-right:10px !important;} .s {max-width:100% !important;}"
  518. ].join("\n");
  519. if (false || (document.domain == "igromania.ru" || document.domain.substring(document.domain.indexOf(".igromania.ru") + 1) == "igromania.ru"))
  520. css += [
  521. // !! " *{background-image: none !important;}",
  522. " div.out_out, element.style {background-image: url() !important;}"
  523. ].join("\n");
  524. if (false || (document.domain == "inosmi.ru" || document.domain.substring(document.domain.indexOf(".inosmi.ru") + 1) == "inosmi.ru"))
  525. css += [
  526. " body{background-image:none !important;}",
  527. " body{background:url()!important;}",
  528. // !! поаккуратнее
  529. " .header{padding-top:0px!important;}",
  530. " #addbwr{margin-top:0px!important;}",
  531. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след. строками )
  532. " .mainbox{width:95%!important;}",
  533. " .section{width:100%!important;}",
  534. " .floatleft{width:80%!important;}",
  535. " .floatleft.box3row{width:50%!important;}",
  536. " .floatleft.box3row3{width:50%!important;}",
  537. " .bodypage{width:100%!important; }",
  538. " .floatright{width:10%!important;}",
  539. " .article{width:100%!important; }",
  540. " .announce{width:80%!important; }"
  541. ].join("\n");
  542. if (false || (document.domain == "keeplinks.eu" || document.domain.substring(document.domain.indexOf(".keeplinks.eu") + 1) == "keeplinks.eu"))
  543. css += " div#header{background: none !important;}";
  544. if (false || (document.domain == "letitfilms.com" || document.domain.substring(document.domain.indexOf(".letitfilms.com") + 1) == "letitfilms.com"))
  545. css += [
  546. " body{background: url() !important; background-color: black !important;}",
  547. " div#container{width: inherit !important; margin: 0 !important;}",
  548. " div#container>div#main>*{padding: 0 !important;}",
  549. " div#container>div#main>aside{width: 20% !important;}",
  550. " div#container>div#main>div#content{width: 79% !important;}"
  551. ].join("\n");
  552. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  553. css += [
  554. // !! убираем фон и баннер
  555. " body {background:none!important;color:#333!important;}",
  556. " body{background:url()!important;background-color:#000002!important;}",
  557. " body,.top-panel-wrap.fixed {background-image:url() !important;}",
  558. " body{background-image:none !important;}",
  559. " div[id=\"flash\"]{height: 0px !important;}"
  560. ].join("\n");
  561. if (false || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv"))
  562. css += [
  563. // " body{background:#c0c0c0 !important;}",
  564. " div>div>a>div[style\*=\"height\"] {display:none!important;}",
  565. // " .prof,.user_menu_link,.wh {color:white!important;}",
  566. " .prof,.logo {height:80px!important;}",
  567. " body{background:none!important;}",
  568. " body{background-image:none !important;}",
  569. " body{background:gray!important;}",
  570. " div[class=\"mid\"]{background:LightGrey!important;}",
  571. // !! ==== и меняем на читаемый цвет
  572. " div[class=\"user_avatar\"]{color:black !important;}",
  573. " span[class=\"wh\"]{color:black !important;}",
  574. " a[href*=\"\/my.php\"]{color:black !important;}",
  575. " a[href*=\"\/messages.php\"]{color:black !important;}",
  576. " a[href*=\"bogi.ru\/logout.php\"]{color:black !important;}",
  577. // !! расширяем полезную площадь
  578. " body>div#MainDiv>div[style^=\"width:1005px;\"]{margin-left:10px !important; width:100% !important;}",
  579. " div[style^=\"width:497px;\"]{width:58% !important;}",
  580. " body>div[style^=\"width:1005px;\"]{margin-left:10px !important; width:100% !important;}",
  581. " div[style^=\"width:498px;\"]{width:58% !important;}",
  582. " div[style*=\"background:#FFFFFF;display:block;padding:10px;float:left;overflow-x:hidden;width:350px;\"]{width:100% !important;}"
  583. ].join("\n");
  584. if (false || (document.domain == "mail.ru" || document.domain.substring(document.domain.indexOf(".mail.ru") + 1) == "mail.ru"))
  585. css += [
  586. " body,.forecast-rb-bg,.b-bg{background-image: none!important;}",
  587. " .SearchForm,.form,.txt1,.txt2,.txt3,.people1,.people2,.people3,.GRcorrect, .GRSpellingCorrect, .GRspelling {background: url('')!important;}"
  588. ].join("\n");
  589. if (false || (document.domain == "ncrypt.in" || document.domain.substring(document.domain.indexOf(".ncrypt.in") + 1) == "ncrypt.in"))
  590. css += [
  591. " body{background: none !important;}",
  592. " div#wrapper{margin: 0 0 0 0 !important;}"
  593. ].join("\n");
  594. 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"))
  595. css += [
  596. // !! "div {background-image:none !important;}",
  597. // !! "div {background:url()!important;}",
  598. // !! "div[class^=\"prl_slide_\"] {background:url()!important;}"
  599. "div[class=\"anonym_login\"]{width: 100% !important;}"
  600. ].join("\n");
  601. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  602. css += [
  603. " #main{background:none!important;background:#FFF!important;}",
  604. " div[id=\"main\"]>div[id=\"adw\"]{height:0px!important;}",
  605. " div[id=\"main\"]>div[class=\"box1\"]{height:0px!important;}",
  606. " div[id=\"main\"]>div:nth-of-type(1){height:0px!important;}"
  607. ].join("\n");
  608. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  609. css += [
  610. " div.paral>a>div{background:url()!important;}",
  611. " div.paral>a>div{height:64px!important;}",
  612. " table#header_t {margin-top: 0px !important;}",
  613. " \\!! расширяем полезную площадь",
  614. " .b-story__content, .b-story__content_type_text {margin-left:5px !important; width: 800px !important; max-width: 800px !important;}"
  615. ].join("\n");
  616. if (false || (document.domain == "piter.tv" || document.domain.substring(document.domain.indexOf(".piter.tv") + 1) == "piter.tv"))
  617. css += [
  618. " body{background-image:none !important;}"
  619. ].join("\n");
  620. if (false || (document.domain == "politikus.ru" || document.domain.substring(document.domain.indexOf(".politikus.ru") + 1) == "politikus.ru"))
  621. css += [
  622. " body{background-image:none !important;}",
  623. " body{background:url()!important;}",
  624. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след.четырьмя строками )
  625. // " #main_content_holder{width:100%!important; }",
  626. // " #left{width:80%!important; }",
  627. // " .holder, div.block, .content, #dle-content{width:100% !important; }",
  628. // " .fullstory{width:95% !important; }"
  629. // !! доработанный вариант от Buba5473
  630. " div#header{width: inherit !important; margin: 0 !important;}",
  631. " div#header>div.holder{width: inherit !important; margin: 0 !important;}",
  632. " div#main_content_holder{width: inherit !important; margin: 0 !important;}",
  633. " div#main_content_holder>div#maintpl>div.holder{width: inherit !important; margin: 0 !important;}",
  634. " div#main_footer_holder{width: inherit !important; margin: 0 !important;}",
  635. " div#main_footer_holder>div.holder{width: inherit !important; margin: 0 !important;}",
  636. " div#main_content{margin: 0 !important;}",
  637. " div#right{margin: 0 !important; float: none !important; width: inherit !important;}",
  638. " div#left{width: 80% !important;}"
  639. ].join("\n");
  640. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  641. css += [
  642. "div.paral>a>div{background:url()!important;}",
  643. " div.paral>a>div{height:64px!important;}",
  644. " table#header_t {margin-top: 0px !important;}"
  645. ].join("\n");
  646. if (false || (document.domain == "pleer.com" || document.domain.substring(document.domain.indexOf(".pleer.com") + 1) == "pleer.com"))
  647. css += [
  648. " div#main.clearfix>div#container>div#content{margin: 0 !important;}",
  649. " 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;}",
  650. " 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;}"
  651. ].join("\n");
  652. 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"))
  653. css += [
  654. " .brand_bg{background-image:none !important;}",
  655. " .content{padding-top:0px !important;}"
  656. ].join("\n");
  657. if (false || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  658. css += [
  659. ".b-left-column .b-left-column__wrapper{margin:0 !important;}",
  660. " div[class=\"appWindow\"]{right:0px!important;}"
  661. ].join("\n");
  662. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  663. css += " .article__content {margin-right: 0px !important;}";
  664. if (false || (document.domain == "riper.am" || document.domain.substring(document.domain.indexOf(".riper.am") + 1) == "riper.am"))
  665. css += [
  666. "#octo-set{background-image:none!important;padding-top:0!important;}",
  667. " #main-wrapper{width:auto!important;}",
  668. " body{background-image: none!important;} ",
  669. " body{background:none!important;}",
  670. " #main-wrapper{top:10px!important;}",
  671. // !! cкрыть заголовок
  672. " #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;}"
  673. ].join("\n");
  674. 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"))
  675. css += [
  676. "*{background:none!important;}",
  677. " *{background:url('')!important;}",
  678. " *{background:silver!important; color:black!important;}",
  679. " 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; }"
  680. ].join("\n");
  681. if (false || (document.domain == "ruspravda.info" || document.domain.substring(document.domain.indexOf(".ruspravda.info") + 1) == "ruspravda.info"))
  682. css += [
  683. "body{background:white!important;}",
  684. " table#header_t {margin-top: 0px !important;}"
  685. ].join("\n");
  686. if (false || (document.domain == "rustorka.com" || document.domain.substring(document.domain.indexOf(".rustorka.com") + 1) == "rustorka.com"))
  687. css += " .topmenu{margin-top:25px !important;}";
  688. if (false || (document.domain == "rutor.org" || document.domain.substring(document.domain.indexOf(".rutor.org") + 1) == "rutor.org"))
  689. css += [
  690. // !! оформление от zuefhrf
  691. "div#ws div#sidebar{top: 0px !important;}",
  692. " div#ws div#sidebar{right: 8px !important;}",
  693. " div#ws div#sidebar div.sideblock{margin-top: 0px !important;}",
  694. " div#ws div#content{right: 6px !important;}",
  695. " h3{text-align: left !important;}"
  696. ].join("\n");
  697. if (false || (document.domain == "safety-gate.me" || document.domain.substring(document.domain.indexOf(".safety-gate.me") + 1) == "safety-gate.me"))
  698. css += [
  699. // ! !! --- широко
  700. " .main,.main-wrap,.header,.header-main{width:100%!important;}",
  701. " div.all,div.all-wrap,.pageWidth{max-width:100%!important;width:100%!important;}",
  702. " article,.header,.header-main{width:100%!important;}",
  703. " .xbBoxed,.pageContent{max-width:100%!important;}",
  704. " div.content{width:80%!important;}div.sidebar1{width:18%!important;}"
  705. ].join("\n");
  706. if (false || (document.domain == "samlab.ws" || document.domain.substring(document.domain.indexOf(".samlab.ws") + 1) == "samlab.ws"))
  707. css += [
  708. "div.box.main {width: auto; !important;}",
  709. " div#right {width: 2px; !important;}"
  710. ].join("\n");
  711. if (false || (document.domain == "samlib.ru" || document.domain.substring(document.domain.indexOf(".samlib.ru") + 1) == "samlib.ru"))
  712. css += [
  713. "body {font-family: sans-serif !important;line-height: 140% !important;color: #B2B2B2 !important;background: #3A3E46 !important;}",
  714. " font {color: #B2B2B2 !important;}",
  715. " table, td, td font {color: #BEBEBE !important;background-color: #555C66 !important;}",
  716. " a:link {color: #9DD7FF !important;}",
  717. " a:visited {color: #EAB6FF !important;}",
  718. " a:hover {color: #F0B2B2 !important;}",
  719. " dl {margin-top: 1em !important;}"
  720. ].join("\n");
  721. if (false || (document.domain == "securitylab.ru" || document.domain.substring(document.domain.indexOf(".securitylab.ru") + 1) == "securitylab.ru"))
  722. css += [
  723. " #content #left{margin-left: 0px!important;max-width: 1000px!important;}",
  724. // !! логотип
  725. " div#header{height:00px!important;background-color:white!important;} div#MAIN_MENU{top:0px!important;}"
  726. ].join("\n");
  727. if (false || (document.domain == "sportbox.ru" || document.domain.substring(document.domain.indexOf(".sportbox.ru") + 1) == "sportbox.ru"))
  728. css += [
  729. " body{background:none!important;padding-top: 0px!important;}",
  730. " .sb_c_topmed_olymp, .gold, .silver, .bronze {background:none!important;}"
  731. ].join("\n");
  732. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru"))
  733. css += [
  734. " .kaspersky, .overall {background:none!important;}",
  735. " .kaspersky, .pageLayout {top: 0px!important;}"
  736. ].join("\n");
  737. if (false || (document.domain == "tfile.me" || document.domain.substring(document.domain.indexOf(".tfile.me") + 1) == "tfile.me"))
  738. css += [
  739. " body{background:url()!important;}",
  740. " body{background-image: none !important;}",
  741. " div#brTop{background-image:url(\'\') !important;}",
  742. " element.style{background:url()!important;}",
  743. " element.style, #skin_crown{background-image:url()!important;}",
  744. " body{background:#D4D4D4 !important;}",
  745. " body{padding:0 !important;}",
  746. " table#home_c{width: inherit !important;}",
  747. " [id^=\"top_\"]{width: inherit !important;}",
  748. " body{padding-top:0px !important;}",
  749. // !! расширяем
  750. " #table_reduser, #head, #foot_links{width:98% !important;}"
  751. ].join("\n");
  752. if (false || (document.domain == "torrent-tv.ru" || document.domain.substring(document.domain.indexOf(".torrent-tv.ru") + 1) == "torrent-tv.ru"))
  753. css += [
  754. " body {background-image:none!important;padding-top: 0px!important;}",
  755. " div#main-wrapper {top:auto!important;}",
  756. " div.news-text {width:auto!important;}",
  757. " div[class^=\"usual-header\"] {width:126%!important;}",
  758. " div[class=\"usual\"] {width:132%!important;}",
  759. " div[class^=\"usual-content\"] {width:99%!important;}"
  760. // !!
  761. // !! " body>div:nth-of-type(1) {background:url()!important;}",
  762. // !! " body {background:gray!important;}",
  763. ].join("\n");
  764. if (false || (document.domain == "turbobit.net" || document.domain.substring(document.domain.indexOf(".turbobit.net") + 1) == "turbobit.net"))
  765. css += " html {background:none!important;}";
  766. if (false || (document.domain == "velolive.com" || document.domain.substring(document.domain.indexOf(".velolive.com") + 1) == "velolive.com"))
  767. css += " body {background:url() !important;}";
  768. if (false || (document.domain == "vesti.ru" || document.domain.substring(document.domain.indexOf(".vesti.ru") + 1) == "vesti.ru"))
  769. css += [
  770. " .bottom_bg {background: none !important;}",
  771. " body, .head, .all_wrap {background: url(\" \") !important;}"
  772. ].join("\n");
  773. if (false || (document.domain == "vipfiles.nu" || document.domain.substring(document.domain.indexOf(".vipfiles.nu") + 1) == "vipfiles.nu"))
  774. css += [
  775. " div.loginformbox{background: none !important;}",
  776. " div.tophhhhheader{background: none !important; padding: 0 !important; height: 75px !important;}",
  777. " div.tophhhhheader>div.item1{height: 10px !important;}",
  778. " div.tophhhhheader>div.item2{float: left !important; width: 500px !important;}",
  779. " div.wrapper{margin: 0 !important; width: inherit !important;}",
  780. " div.wrapwide.topheadwide{background: none !important;}"
  781. ].join("\n");
  782. if (false || (document.domain == "dns-shop.ru" || document.domain.substring(document.domain.indexOf(".dns-shop.ru") + 1) == "dns-shop.ru"))
  783. css += " div.wrapper{width: auto !important;}";
  784. if (false || (document.domain == "yaplakal.com" || document.domain.substring(document.domain.indexOf(".yaplakal.com") + 1) == "yaplakal.com"))
  785. css += [
  786. " body{background:none !important;}",
  787. " #footer{background:url()!important;}",
  788. " #footer{background-image:none !important;}",
  789. " #footer,#top-line {background:none!important;padding:0!important;}",
  790. " #header,#footer {background-color:skyblue!important;}",
  791. " #content{max-width:none !important;}"
  792. ].join("\n");
  793. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  794. css += [
  795. " div[class=\"body-branding\"]{background:grey!important; padding-top: 0px!important; padding: 5px!important;}",
  796. " div[class=\"body-gaps\"]{max-width:100%!important;}"
  797. ].join("\n");
  798. if (false || (document.domain == "zalil.ru" || document.domain.substring(document.domain.indexOf(".zalil.ru") + 1) == "zalil.ru"))
  799. css += [
  800. " body{background:none !important;}",
  801. " body{background-color:gray !important;}",
  802. " body{background-image:none !important;}"
  803. ].join("\n");
  804. if (false || (document.domain == "taker.im" || document.domain.substring(document.domain.indexOf(".taker.im") + 1) == "taker.im"))
  805. css += [
  806. // !! скрываем рекламные ссылки (СПАМ) в тексте
  807. " a[href^=\"/phpBB2/goto/http://www.ebay.com/sch/\"][rel=\"nofollow\"]{color:#333!important; text-decoration: none !important; pointer-events: none !important;}"
  808. ].join("\n");
  809. if (typeof GM_addStyle != "undefined") {
  810. GM_addStyle(css);
  811. } else if (typeof PRO_addStyle != "undefined") {
  812. PRO_addStyle(css);
  813. } else if (typeof addStyle != "undefined") {
  814. addStyle(css);
  815. } else {
  816. var node = document.createElement("style");
  817. node.type = "text/css";
  818. node.appendChild(document.createTextNode(css));
  819. var heads = document.getElementsByTagName("head");
  820. if (heads.length > 0) {
  821. heads[0].appendChild(node);
  822. } else {
  823. // no head yet, stick it whereever
  824. document.documentElement.appendChild(node);
  825. }
  826. }
  827. })();
  828.  
  829. // позаимствовано у lainverse (https://greasyfork.org/ru/scripts/809-no-yandex-ads)
  830. // Удаляет рекламу из поиска Яндекс
  831. (function(){
  832. var lct = location.href;
  833. if(lct.match(/^https?:\/\/(news\.yandex\.|yandex\.[^\/]+\/(yand)?search[\/?])/)) {
  834. // Generic ads removal
  835. (function(s){
  836. for (var l = 0; l < s.length; l++) s[l].parentNode.removeChild(s[l]);
  837. })(document.querySelectorAll('.serp-adv,.b-spec-adv,#adbanner,.footer_distro_yes'));
  838. // Search ads
  839. function removeAds() {
  840. var s = document.querySelectorAll('.serp-block,.search-item');
  841. for (var l = 0; l < s.length; l++) {
  842. var i = s[l].querySelector('.serp-item__label,.label,.document__provider-name');
  843. if (!i) continue;
  844. if (i.textContent.indexOf('Реклама') > -1 || i.textContent.indexOf('Яндекс.Директ') > -1)
  845. s[l].parentNode.removeChild(s[l]);
  846. }
  847. }
  848. // News ads
  849. function removeNewsAds() {
  850. var s = document.querySelectorAll('.story[id],.story__group[id],.document[id]');
  851. for (var l = 0; l < s.length; l++){
  852. if (window.getComputedStyle(s[l]).position === 'absolute')
  853. s[l].parentNode.removeChild(s[l]);
  854. if ((window.getComputedStyle(s[l]).min-width === '0') || (window.getComputedStyle(s[l]).max-width === '100%'))
  855. s[l].parentNode.removeChild(s[l]);
  856. }
  857. }
  858. // Attaches observer to the page elements which Yandex updates via AJAX to display new search or news results
  859. function pageUpdateObserver(func, obj) {
  860. if (obj)
  861. new MutationObserver(func).observe(obj,{childList:true});
  862. }
  863.  
  864. if (window.location.hostname.search(/^news\./i) === 0) {
  865. pageUpdateObserver(removeNewsAds, document.querySelector('BODY'));
  866. removeNewsAds();
  867. } else {
  868. pageUpdateObserver(removeAds, document.querySelector('.main__content'));
  869. removeAds();
  870. }
  871. }
  872. })();
  873. // Удаляет рекламу из вконтакта
  874. (function(){
  875. var lct = location.href;
  876. if(lct.match(/^https?:\/\/(.*\.)?(vkontakte\.ru|vk\.com)\/.*/)) {
  877. // Generic ads removal
  878. (function(s){
  879. for (var l = 0; l < s.length; l++) s[l].parentNode.removeChild(s[l]);
  880. })(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'));
  881. }
  882. })();