RU Max4_ABP_Fix CSS

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

目前為 2015-07-14 提交的版本,檢視 最新版本

  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.20150714080015
  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"))
  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 == "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 == "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 == "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>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 == "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}",
  42. " .brand-page {visibility:hidden!important;height:0!important}"
  43. ].join("\n");
  44. if (false || (document.domain == "adultmult.tv" || document.domain.substring(document.domain.indexOf(".adultmult.tv") + 1) == "adultmult.tv"))
  45. css += ".adsbygoogle {display:none!important}";
  46. if (false || (document.domain == "afisha.ru" || document.domain.substring(document.domain.indexOf(".afisha.ru") + 1) == "afisha.ru"))
  47. css += [
  48. ".page_block_content {width:100%!important}",
  49. " .page_block_adv {background:none!important}"
  50. ].join("\n");
  51. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  52. css += " #new_logo_helper01 {top:0!important}";
  53. if (false || (document.domain == "all-episodes.com" || document.domain.substring(document.domain.indexOf(".all-episodes.com") + 1) == "all-episodes.com"))
  54. css += " .wrapper {top:0!important}";
  55. if (false || (document.domain == "animevost.org" || document.domain.substring(document.domain.indexOf(".animevost.org") + 1) == "animevost.org"))
  56. css += [
  57. ".headbgnew {background-image:none!important;height:auto!important}",
  58. " .headbgnew > .menu {top:0px!important}",
  59. " .headbgnew > .menu .sar {bottom:auto!important;top:50px!important;z-index:100!important;}"
  60. ].join("\n");
  61. if (false || (document.domain == "anistar.ru" || document.domain.substring(document.domain.indexOf(".anistar.ru") + 1) == "anistar.ru"))
  62. css += [
  63. " div[class^=\"brend\"],a[href^=\"/location2\"],.news-fixed {display:none!important}",
  64. " .wrapper.width1200 {margin-top:0}",
  65. " .drowmenu {z-index:2}",
  66. " .block-janrs > ul > li > a > span {z-index:1}"
  67. ].join("\n");
  68. if (false || (document.domain == "anti-malware.ru" || document.domain.substring(document.domain.indexOf(".anti-malware.ru") + 1) == "anti-malware.ru"))
  69. css += "#header-bg-enf {margin-top:0!important}";
  70. if (false || (document.domain == "binmovie.org" || document.domain.substring(document.domain.indexOf(".binmovie.org") + 1) == "binmovie.org"))
  71. css += " #content {top:0!important;left:0!important;width:100%!important;margin-left:0!important}";
  72. if (false || (document.domain == "bvedomosti.ru" || document.domain.substring(document.domain.indexOf(".bvedomosti.ru") + 1) == "bvedomosti.ru"))
  73. css += [
  74. ".art-Header {display:none!important}",
  75. " #art-main {background-image:none!important}",
  76. " .bg-top-menu {top:0!important}"
  77. ].join("\n");
  78. if (false || (document.domain == "carambatv.ru" || document.domain.substring(document.domain.indexOf(".carambatv.ru") + 1) == "carambatv.ru"))
  79. css += " .content {background:none!important;padding:0!important}";
  80. if (false || (document.domain == "cars.ru" || document.domain.substring(document.domain.indexOf(".cars.ru") + 1) == "cars.ru"))
  81. css += [
  82. "#main {margin-top:0!important}",
  83. " A[href*=\"/adclick.php?bannerid=\"] {display:none!important}"
  84. ].join("\n");
  85. if (false || (document.domain == "chatovod.ru" || document.domain.substring(document.domain.indexOf(".chatovod.ru") + 1) == "chatovod.ru"))
  86. css += " .obl {position:fixed!important;top:-100px!important}";
  87. if (false || (document.domain == "dota2.ru" || document.domain.substring(document.domain.indexOf(".dota2.ru") + 1) == "dota2.ru"))
  88. css += " body {background:black!important}";
  89. if (false || (document.domain == "drive.ru" || document.domain.substring(document.domain.indexOf(".drive.ru") + 1) == "drive.ru"))
  90. css += "body>div {background:none!important;padding-top:0!important;}";
  91. if (false || (document.domain == "epravda.com.ua" || document.domain.substring(document.domain.indexOf(".epravda.com.ua") + 1) == "epravda.com.ua"))
  92. css += [
  93. " body {cursor:auto!important}",
  94. " body>div[align=\"center\"] {width:auto!important;margin:0!important}"
  95. ].join("\n");
  96. if (false || (document.domain == "firepic.org" || document.domain.substring(document.domain.indexOf(".firepic.org") + 1) == "firepic.org"))
  97. css += [
  98. "body {padding:0!important;background-image:none!important}",
  99. " .container,.row {max-width:none!important}",
  100. " .container {width:100%!important}",
  101. " .row {padding:30px!important;margin:0px!important}",
  102. " .span12 {clear:both}"
  103. ].join("\n");
  104. if (false || (document.domain == "fishki.net" || document.domain.substring(document.domain.indexOf(".fishki.net") + 1) == "fishki.net"))
  105. css += "#container {cursor:auto!important}";
  106. if (false || (document.domain == "free-torrents.org" || document.domain.substring(document.domain.indexOf(".free-torrents.org") + 1) == "free-torrents.org"))
  107. css += [
  108. "#sidebar2 {padding-top:0!important}",
  109. " #main-wrapper {width:100%!important;top:0!important}"
  110. ].join("\n");
  111. if (false || (document.domain == "gamebomb.ru" || document.domain.substring(document.domain.indexOf(".gamebomb.ru") + 1) == "gamebomb.ru"))
  112. css += [
  113. "#ssdfsd,.dfgdjkfgh{background-image:none!important}",
  114. " #content{padding-top:0!important;margin-top:0!important}"
  115. ].join("\n");
  116. if (false || (document.domain == "gamer-info.com" || document.domain.substring(document.domain.indexOf(".gamer-info.com") + 1) == "gamer-info.com"))
  117. css += "#all-content-container {padding:0!important}";
  118. if (false || (document.domain == "gidonline.club" || document.domain.substring(document.domain.indexOf(".gidonline.club") + 1) == "gidonline.club"))
  119. css += "#headerline {margin-top:0!important}";
  120. if (false || (document.domain == "gidonlinekino.com" || document.domain.substring(document.domain.indexOf(".gidonlinekino.com") + 1) == "gidonlinekino.com"))
  121. css += " #headerline {margin-top:0!important}";
  122. if (false || (document.domain == "goclips.tv" || document.domain.substring(document.domain.indexOf(".goclips.tv") + 1) == "goclips.tv"))
  123. css += " .video_content {height:auto!important}";
  124. if (false || (document.domain == "goha.ru" || document.domain.substring(document.domain.indexOf(".goha.ru") + 1) == "goha.ru"))
  125. css += [
  126. "#full-brand-footer>div[style*=\"fixed\"], #head-tuppy>a {display:none!important}",
  127. " #full-brand {background-image:none!important}",
  128. " #head-tuppy {height: 7px!important}"
  129. ].join("\n");
  130. if (false || (document.domain == "gotps3.ru" || document.domain.substring(document.domain.indexOf(".gotps3.ru") + 1) == "gotps3.ru"))
  131. css += "#Page {margin-top:0!important}";
  132. if (false || (document.domain == "gstv.ru" || document.domain.substring(document.domain.indexOf(".gstv.ru") + 1) == "gstv.ru"))
  133. css += ".page-content {margin-top:0!important}";
  134. if (false || (document.domain == "hdfilms.tv" || document.domain.substring(document.domain.indexOf(".hdfilms.tv") + 1) == "hdfilms.tv"))
  135. css += " #subheader{padding-top:1px!important}";
  136. if (false || (document.domain == "hi-tech.mail.ru" || document.domain.substring(document.domain.indexOf(".hi-tech.mail.ru") + 1) == "hi-tech.mail.ru"))
  137. css += "#portal-menu, .header-banner {margin:0!important}";
  138. if (false || (document.domain == "iphones.ru" || document.domain.substring(document.domain.indexOf(".iphones.ru") + 1) == "iphones.ru"))
  139. css += [
  140. "#wrap {filter:none!important}",
  141. " body > div[style^=\"background-color:\"] {display:none!important}"
  142. ].join("\n");
  143. if (false || (document.domain == "kino-dom.tv" || document.domain.substring(document.domain.indexOf(".kino-dom.tv") + 1) == "kino-dom.tv"))
  144. css += " #main {width: auto!important}";
  145. if (false || (document.domain == "kinopoisk.ru" || document.domain.substring(document.domain.indexOf(".kinopoisk.ru") + 1) == "kinopoisk.ru"))
  146. css += [
  147. " body{background:none!important}",
  148. " body{background:#C0C0C0!important}",
  149. " html[style] {background-image: url()!important;}",
  150. " #top .png_block, #GoUpClickZone{background:url() !important;}",
  151. " #top {height:100px!important}",
  152. " .master {top:1px!important}",
  153. " .menu {top:1px!important}",
  154. // !! выравниваем секцию поиск:
  155. " #top_form {top: 2px!important;}",
  156. " #top .png_block {top: 2px!important;}"
  157. ].join("\n");
  158. if (false || (document.domain == "kinotochka.net" || document.domain.substring(document.domain.indexOf(".kinotochka.net") + 1) == "kinotochka.net"))
  159. css += " .LogoSearchForm {margin-top:80px!important}";
  160. if (false || (document.domain == "kinozadrot.net" || document.domain.substring(document.domain.indexOf(".kinozadrot.net") + 1) == "kinozadrot.net"))
  161. css += " body.brending {padding-top:180px!important}";
  162. if (false || (document.domain == "krasview.ru" || document.domain.substring(document.domain.indexOf(".krasview.ru") + 1) == "krasview.ru"))
  163. css += " #dynamic-content{margin-top:0!important}";
  164. if (false || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv"))
  165. css += [
  166. "body{background:#c0c0c0!important}",
  167. " div>div>a>div[style*=\"height\"] {display:none!important}",
  168. " .prof,.user_menu_link,.wh {color:white!important}",
  169. " .prof,.logo {height:80px!important}"
  170. ].join("\n");
  171. 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"))
  172. css += " .b-branding__wrap {padding:0!important}";
  173. if (false || (document.domain == "my-cinema.net" || document.domain.substring(document.domain.indexOf(".my-cinema.net") + 1) == "my-cinema.net"))
  174. css += " #main-wrapper {top:0!important}";
  175. if (false || (document.domain == "noob-club.ru" || document.domain.substring(document.domain.indexOf(".noob-club.ru") + 1) == "noob-club.ru"))
  176. css += "#header-new {margin-bottom:0!important}";
  177. if (false || (document.domain == "online.anidub.com" || document.domain.substring(document.domain.indexOf(".online.anidub.com") + 1) == "online.anidub.com"))
  178. css += " .background {background:none!important}";
  179. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  180. css += [
  181. "#mainplace>table>tbody>tr:first-child,.needblock {display:none!important}",
  182. " #wrapper {width:100%!important}",
  183. " #main {padding-top:0!important}"
  184. ].join("\n");
  185. if (false || (document.domain == "pogoda.mail.ru" || document.domain.substring(document.domain.indexOf(".pogoda.mail.ru") + 1) == "pogoda.mail.ru"))
  186. css += " .forecast-rb-bg {background-image:none!important}";
  187. if (false || (document.domain == "politobzor.net" || document.domain.substring(document.domain.indexOf(".politobzor.net") + 1) == "politobzor.net"))
  188. css += " .banner {height:90px!important}";
  189. if (false || (document.domain == "popmech.ru" || document.domain.substring(document.domain.indexOf(".popmech.ru") + 1) == "popmech.ru"))
  190. css += " .header__brand {margin-top:0!important}";
  191. if (false || (document.domain == "povarenok.ru" || document.domain.substring(document.domain.indexOf(".povarenok.ru") + 1) == "povarenok.ru"))
  192. css += [
  193. ".car_content {margin:0!important;width:100%!important}",
  194. " .car_recept {width:97%!important}",
  195. " .cont_head, .cont_mid, .car_footer {background:none!important}",
  196. " .car_header, .petushok, .cont_foot {display:none!important}"
  197. ].join("\n");
  198. if (false || (document.domain == "promodj.com" || document.domain.substring(document.domain.indexOf(".promodj.com") + 1) == "promodj.com"))
  199. css += " #topbrandingspot {padding-top:0!important}";
  200. if (false || (document.domain == "riotpixels.com" || document.domain.substring(document.domain.indexOf(".riotpixels.com") + 1) == "riotpixels.com"))
  201. css += [
  202. "body {background-image:none!important}",
  203. " .all-wrapper, .bottom-bar {top:0!important}",
  204. " .bottom-bar, .action-menu {position:fixed!important}"
  205. ].join("\n");
  206. if (false || (document.domain == "sc2tv.ru" || document.domain.substring(document.domain.indexOf(".sc2tv.ru") + 1) == "sc2tv.ru"))
  207. css += " #block-sc2tv_streams-0 {margin-top:0!important}";
  208. if (false || (document.domain == "seasonvar.ru" || document.domain.substring(document.domain.indexOf(".seasonvar.ru") + 1) == "seasonvar.ru"))
  209. css += " body {background-color:#707070!important}";
  210. if (false || (document.domain == "smotri.com" || document.domain.substring(document.domain.indexOf(".smotri.com") + 1) == "smotri.com"))
  211. css += " #wrapper>#all {margin-top:0!important}";
  212. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru"))
  213. css += " body.img-bg,#branding-layout {background:gray!important;padding-top:0!important}";
  214. if (false || (document.domain == "tnt-online.ru" || document.domain.substring(document.domain.indexOf(".tnt-online.ru") + 1) == "tnt-online.ru"))
  215. css += [
  216. "/*self-ads for bitblock*/",
  217. " #contentShifter {display:none!important}",
  218. " #all {top:13px!important}"
  219. ].join("\n");
  220. if (false || (document.domain == "webfile.ru" || document.domain.substring(document.domain.indexOf(".webfile.ru") + 1) == "webfile.ru"))
  221. css += ".p_wrap {margin-top:0!important}";
  222. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  223. css += " .body-branding {background:none!important;padding-top:0!important}";
  224. if (false || (document.domain == "zoneofgames.ru" || document.domain.substring(document.domain.indexOf(".zoneofgames.ru") + 1) == "zoneofgames.ru"))
  225. css += " .branding,div.logo {background:none!important;height:auto!important}";
  226. if (false || (new RegExp("^https?://anistar.ru/news(/(\\?.*)?)?$")).test(document.location.href))
  227. css += " .news:nth-child(-n+2) {display:none!important}";
  228. if (false || (document.domain == "ixbt.com" || document.domain.substring(document.domain.indexOf(".ixbt.com") + 1) == "ixbt.com"))
  229. css += [
  230. "body {background:white!important;}",
  231. " body{background-image: url()!important;}",
  232. " body{background-image: none !important;}",
  233. " div{background-image: url()!important;}",
  234. " .branding {padding-top: 5px!important;}",
  235. " body {padding-top: 5px!important;}",
  236. " .limiter{padding-top: 5px!important;}",
  237. " .main_tm_search_tool,.searchline {background: white!important;}",
  238. // !! для широкоформатных мониторов
  239. " .header_container, .bottom_container, #content, .content, .wrapper, .limiter {width: 100%!important;}",
  240. " div.limiter > div.wrapper > div.c_w > table > tbody > tr > td[align=\"center\"] > table[width=\"960\"] {width: 100%!important;}"
  241. ].join("\n");
  242. if (false || (document.domain == "nnm-club.me" || document.domain.substring(document.domain.indexOf(".nnm-club.me") + 1) == "nnm-club.me"))
  243. css += [
  244. "body{background:none !important;}",
  245. " body{background-image:none !important;}",
  246. // ! --- широко
  247. // ! ".wrap{min-width:1030px;max-width:100% !important;}",
  248. " body>table[width=\"85%\"]{width:100%!important;}",
  249. " body{padding:0 !important;}",
  250. " body {padding-top:0!important}",
  251. " body>div.wrap{min-width:1030px;max-width:100% !important;}"
  252. ].join("\n");
  253. 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"))
  254. css += [
  255. " #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;}",
  256. "div#post-container{background:url(\"\")!important;}"
  257. ].join("\n");
  258. if (false || (document.domain == "nnm.me" || document.domain.substring(document.domain.indexOf(".nnm.me") + 1) == "nnm.me"))
  259. css += [
  260. "body{background: none !important;}",
  261. " body, #theme_8{background: url('') !important;}",
  262. " body {background-image:none !important;}",
  263. " body, div#page{background:gray !important;background-color:gray !important;}",
  264. " body, div#page, element.style{background-image:url('') !important;}",
  265. " body, div#page, .pirate-branding, .pb_button_play{background:none !important;}",
  266. " div#page{margin-top:0px!important;top: 0px !important;}",
  267. " div#optionspanel{margin-top:0px !important; margin-left:0px !important;}",
  268. " div#page>div[style*=\"width: 990px;\"][style*=\"height: 206px; position: relative;\"]{height: 0px !important;}",
  269. " .pb_top_img, .pirate-branding, a.pb_link, .pb_logo_brand, .pb_left_banner, .pb_right_banner, #b-logo{height: 0px !important;}",
  270. " .pirate-branding, .pb_button_play_big{top:0px !important;}",
  271. " body{padding-top: 0px !important;}",
  272. " #cntnt{margin-top: 0px !important;}",
  273. " #mmmBanner{height: 0px !important;}",
  274. " .head_assn {height: 0px !important; width: 0px !important;}",
  275. " .head_assn .assn_logo {width: 0px !important; height: 0px !important; top: 0px !important; left: 0px !important; background: url(\" \") !important; }",
  276. " .head_assn .assn_slogan {width: 0px !important; height: 0px !important; top: 0px !important; left:0px !important; background: url(\" \") !important; }",
  277. " html{height: 0px !important;}",
  278. " body{click=()!important;}",
  279. // !! заполненяем всю ширину экрана. Раскомментировать строки (убрать воскл.знаки в начале строк)
  280. " #wrap, #scrollPanel{width: 1320px !important;}",
  281. " #cntnt{margin-top: 0px !important; position: absolute; left: 0% !important; margin-left: 0px !important;}",
  282. " #wrapper {width: 1300px !important;}",
  283. " #content{width: 900px !important;}",
  284. " body {text-align:center!important}",
  285. " #page {display:inline-block !important; margin-top:0 !important}",
  286. " #wrap {text-align:initial !important}"
  287. ].join("\n");
  288. 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"))
  289. css += [
  290. // ! site yandex
  291. ".adsrv {width:0px!important;min-width:0!important;max-width:0!important;",
  292. " height:0!important;min-height:0!important;max-height:0!important;",
  293. " overflow:hidden!important;}",
  294. " .b-top-wizard{width:1000px!important;} .b-body-items.b-serp-list{width:1000px!important;}",
  295. // ! !! чистим maps.yandex
  296. " .ymaps-map{background:none !important;}",
  297. " .ymaps-2-1-23-map{background-image:url() !important;}",
  298. // ! !! убрать все фоновые рисунки в картах
  299. // ! " ymaps{background-image:url() !important;}",
  300. " tv.yandex.ru##td[width=\"24%\"]{width:12%!important;}",
  301. " a{onmousedown=''!important;}",
  302. " a{onclick=''!important;}"
  303. ].join("\n");
  304. 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"))
  305. css += [
  306. // ! !! --- широко
  307. " .main,.main-wrap,.header,.header-main{width:100%!important;}",
  308. " div.all,div.all-wrap,.pageWidth{max-width:100%!important;width:100%!important}",
  309. " article,.header,.header-main{width:100%!important;}",
  310. " div.content{width:80%!important;}div.sidebar1{width:18%!important;}"
  311. ].join("\n");
  312. if (false || (document.domain == "4seasons-ltc.com" || document.domain.substring(document.domain.indexOf(".4seasons-ltc.com") + 1) == "4seasons-ltc.com"))
  313. css += [
  314. "body{background-image:none !important;}",
  315. " body{font-family: Tahoma !important;}"
  316. ].join("\n");
  317. if (false || (document.domain == "china-review.com.ua" || document.domain.substring(document.domain.indexOf(".china-review.com.ua") + 1) == "china-review.com.ua"))
  318. css += [
  319. "body{background:url()!important;}",
  320. " body{background-image:none !important;}",
  321. " body{background:none!important;}",
  322. " body{margin-top:0px!important;}"
  323. ].join("\n");
  324. if (false || (document.domain == "ag.ru" || document.domain.substring(document.domain.indexOf(".ag.ru") + 1) == "ag.ru"))
  325. css += [
  326. "body{background:none!important;} .layer_top {background:none!important;} .layer_bottom {background:none!important;} .cast_bg{background:none!important;}",
  327. " .contentbg {background-image:none!important;} #4iframe {background-image:none!important;} ",
  328. " #framescr{background-image:none!important;}"
  329. ].join("\n");
  330. if (false || (document.domain == "amovies.tv" || document.domain.substring(document.domain.indexOf(".amovies.tv") + 1) == "amovies.tv"))
  331. css += [
  332. // !! расширяем
  333. "article{width: 980px !important;}",
  334. " #vk_select {float:none !important;margin-left: 445px!important;}",
  335. " #vk_top,#vk_select {background:url()!important;}"
  336. ].join("\n");
  337. if (false || (document.domain == "avito.ru" || document.domain.substring(document.domain.indexOf(".avito.ru") + 1) == "avito.ru"))
  338. css += " .bonprix-1{background: none !important;} ";
  339. if (false || (document.domain == "bash.im" || document.domain.substring(document.domain.indexOf(".bash.im") + 1) == "bash.im"))
  340. css += " span.csd{background:none !important;}";
  341. if (false || (document.domain == "bestrepack.net" || document.domain.substring(document.domain.indexOf(".bestrepack.net") + 1) == "bestrepack.net"))
  342. css += " div#body_container{padding: 0 !important;}";
  343. if (false || (document.domain == "bookvoed.ru" || document.domain.substring(document.domain.indexOf(".bookvoed.ru") + 1) == "bookvoed.ru"))
  344. css += " .Fh{margin-top: 79px!important;}";
  345. if (false || (document.domain == "clubupravdom.ru" || document.domain.substring(document.domain.indexOf(".clubupravdom.ru") + 1) == "clubupravdom.ru"))
  346. css += " *{background-image: none !important;}";
  347. if (false || (document.domain == "computerra.ru" || document.domain.substring(document.domain.indexOf(".computerra.ru") + 1) == "computerra.ru"))
  348. css += [
  349. " div.page.page-podl{padding-top: 0px!important;}",
  350. " div#under{width:auto!important}",
  351. " a.link{font-weight:bold!important; font-family:Verdana!important;font-size: 12px!important}",
  352. " div.column{max-width:80%!important}"
  353. ].join("\n");
  354. if (false || (document.domain == "crowdin.com" || document.domain.substring(document.domain.indexOf(".crowdin.com") + 1) == "crowdin.com"))
  355. css += " #user-cover-picture,#user-cover-picture-blurred{background:url()!important;}";
  356. 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"))
  357. css += [
  358. "body{background:none !important;}",
  359. " td{background-image:none !important;}"
  360. ].join("\n");
  361. if (false || (document.domain == "ebay-forum.ru" || document.domain.substring(document.domain.indexOf(".ebay-forum.ru") + 1) == "ebay-forum.ru"))
  362. 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;}";
  363. 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"))
  364. css += [
  365. "body{background:none !important;}",
  366. " body{background-image:none !important;}"
  367. ].join("\n");
  368. if (false || (document.domain == "f1news.ru" || document.domain.substring(document.domain.indexOf(".f1news.ru") + 1) == "f1news.ru"))
  369. css += [
  370. " div[id=\"bannerText\"]{border:0px!important;margin-left:10px!important;}",
  371. " body{background:url() top center no-repeat #000000 !important;}",
  372. // !! расширяем текстовое поле
  373. " div#textBlock{width:900px !important;}"
  374. ].join("\n");
  375. if (false || (document.domain == "facebook.com" || document.domain.substring(document.domain.indexOf(".facebook.com") + 1) == "facebook.com"))
  376. css += [
  377. " #contentArea {width: 750px !important;}",
  378. " .uiUfi {width: 650px !important;}",
  379. // !! " body {background:url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  380. // !! " #contentCol {background:url(http://www.maxthon-fr.com/10ours/facebook/wb.jpg) fixed !important;}",
  381. " div#profile_stream_composer {background-color:#C1D5F6;}",
  382. " #blueBar {background-color: transparent !important;}",
  383. " #headNav {background-color: #transparent !important;}",
  384. " .jewelButton {background-color: transparent !important;}",
  385. " #fbNotificationsFlyout {left: 50px !important;}",
  386. " .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;}",
  387. // !! " #pageNav a {color: #00ffff !important;display: inline-block;font-weight: bold;height: 22px;padding: 8px 10px 0px;text-decoration: none;}",
  388. " .UIImageBlock {color: #000000 !important}",
  389. " .fcg {color: darkgreen !important;}",
  390. " .mts.uiAttachmentDesc.translationEligibleUserAttachmentMessage {color: black !important;}"
  391. ].join("\n");
  392. if (false || (document.domain == "fastpic.ru" || document.domain.substring(document.domain.indexOf(".fastpic.ru") + 1) == "fastpic.ru"))
  393. css += [
  394. " #logo-area{padding-top: 0px!important;}",
  395. " *{background:none !important;}",
  396. " *{background-image:none !important;}",
  397. " #footer-container {background-image:none!important;height:auto!important}",
  398. " body > a {display:none!important}",
  399. " #content,#footer,#mainContainer,#footerContainer {width:100%!important;margin:0!important;border-radius:0!important;cursor:initial!important}",
  400. " #mainContainer > TABLE[height=\"100\"] {max-width:900px!important;margin:auto!important}",
  401. " #picContainer {margin:auto!important;float:none!important}",
  402. // " div#content{width: 890px!important;}div#content{margin-top: 0px!important;margin-right: 170px!important;} div#footer{margin-right: 170px!important;} div#picContainer{width: 890px!important;}",
  403. // !! всё - чёрным
  404. " *{color: black!important;}",
  405. " body{background: none!important;}"
  406. // " html {background-color:#171616!important}"
  407. ].join("\n");
  408. if (false || (document.domain == "filmix.net" || document.domain.substring(document.domain.indexOf(".filmix.net") + 1) == "filmix.net"))
  409. css += " body{padding: 0px 0 0 0!important}";
  410. if (false || (document.domain == "formulakino.ru" || document.domain.substring(document.domain.indexOf(".formulakino.ru") + 1) == "formulakino.ru"))
  411. css += [
  412. " div.backF>a>span{background-image:none !important; background:#fff !important;}",
  413. " div.vjs-poster{background:url()!important;}",
  414. " div.pagecontent{margin-top:0px!important;}",
  415. " div#wrapper{background:#fff!important;}"
  416. ].join("\n");
  417. if (false || (document.domain == "google.ru" || document.domain.substring(document.domain.indexOf(".google.ru") + 1) == "google.ru"))
  418. css += [
  419. " 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;}",
  420. " body[class=\"cP\"] tr td.Bu:last-child div.nH div.nH div.nH:first-child:hover {opacity:1;}",
  421. " body[class=\"cP\"] tr td.Bu:last-child div.nH {width: 0px!important;}",
  422. // ! расширяем выдачу в поиске
  423. " .center_col,#center_col {width:1000px!important; margin-left:10px !important; margin-right:10px !important;} .s {max-width:100% !important;}"
  424. ].join("\n");
  425. if (false || (document.domain == "igromania.ru" || document.domain.substring(document.domain.indexOf(".igromania.ru") + 1) == "igromania.ru"))
  426. css += [
  427. // !! " *{background-image: none !important;}",
  428. " div.out_out, element.style {background-image: url() !important;}"
  429. ].join("\n");
  430. if (false || (document.domain == "inosmi.ru" || document.domain.substring(document.domain.indexOf(".inosmi.ru") + 1) == "inosmi.ru"))
  431. css += [
  432. " body{background-image:none !important;}",
  433. " body{background:url()!important;}",
  434. // !! поаккуратнее
  435. " .header{padding-top:0px!important;}",
  436. " #addbwr{margin-top:0px!important;}",
  437. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след. строками )
  438. " .mainbox{width:95%!important;}",
  439. " .section{width:100%!important;}",
  440. " .floatleft{width:80%!important;}",
  441. " .floatleft.box3row{width:50%!important;}",
  442. " .floatleft.box3row3{width:50%!important;}",
  443. " .bodypage{width:100%!important; }",
  444. " .floatright{width:10%!important;}",
  445. " .article{width:100%!important; }",
  446. " .announce{width:80%!important; }"
  447. ].join("\n");
  448. if (false || (document.domain == "livesport.ws" || document.domain.substring(document.domain.indexOf(".livesport.ws") + 1) == "livesport.ws"))
  449. css += [
  450. // !! убираем фон и баннер
  451. " body {background:none!important;color:#333!important;}",
  452. " body{background:url()!important;background-color:#000002!important;}",
  453. " body,.top-panel-wrap.fixed {background-image:url() !important;}",
  454. " body{background-image:none !important;}",
  455. " div[id=\"flash\"]{height: 0px !important;}"
  456. ].join("\n");
  457. if (false || (document.domain == "lostfilm.tv" || document.domain.substring(document.domain.indexOf(".lostfilm.tv") + 1) == "lostfilm.tv"))
  458. css += [
  459. " body{background:gray!important}",
  460. " div[class=\"mid\"]{background:LightGrey!important}",
  461. // !! ==== и меняем на читаемый цвет
  462. " div{class=\"user_avatar\";color:black!important}",
  463. " span{class=\"wh\";color:black!important}",
  464. " a[href=\"\/my.php\"]{color:black!important}",
  465. " a[href=\"\/messages.php\"]{color:black!important}",
  466. " a[href=\"http:\/\/login.bogi.ru\/logout.php\?target=http:\/\/lostfilm.tv/\"]{color:black!important}"
  467. ].join("\n");
  468. if (false || (document.domain == "mail.ru" || document.domain.substring(document.domain.indexOf(".mail.ru") + 1) == "mail.ru"))
  469. css += [
  470. " body,.forecast-rb-bg,.b-bg{background-image: none!important;}",
  471. " .SearchForm,.form,.txt1,.txt2,.txt3,.people1,.people2,.people3,.GRcorrect, .GRSpellingCorrect, .GRspelling {background: url('')!important;}"
  472. ].join("\n");
  473. 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"))
  474. css += [
  475. // !! "div {background-image:none !important;}",
  476. // !! "div {background:url()!important;}",
  477. // !! "div[class^=\"prl_slide_\"] {background:url()!important;}"
  478. "div[class=\"anonym_login\"]{width: 100% !important;}"
  479. ].join("\n");
  480. if (false || (document.domain == "overclockers.ru" || document.domain.substring(document.domain.indexOf(".overclockers.ru") + 1) == "overclockers.ru"))
  481. css += [
  482. " #main{background:none!important;background:#FFF!important;}",
  483. " div[id=\"main\"]>div[id=\"adw\"]{height:0px!important;}",
  484. " div[id=\"main\"]>div[class=\"box1\"]{height:0px!important;}",
  485. " div[id=\"main\"]>div:nth-of-type(1){height:0px!important;}"
  486. ].join("\n");
  487. if (false || (document.domain == "politikus.ru" || document.domain.substring(document.domain.indexOf(".politikus.ru") + 1) == "politikus.ru"))
  488. css += [
  489. " body{background-image:none !important;}",
  490. " body{background:url()!important;}",
  491. // !! расширяем (если не надо - закомментировать (поставить воскл.знаки // ! перед след.четырьмя строками )
  492. " #main_content_holder{width:100%!important; }",
  493. " #left{width:80%!important; }",
  494. " .holder, div.block, .content, #dle-content{width:100% !important; }",
  495. " .fullstory{width:95% !important; }"
  496. ].join("\n");
  497. if (false || (document.domain == "pikabu.ru" || document.domain.substring(document.domain.indexOf(".pikabu.ru") + 1) == "pikabu.ru"))
  498. css += [
  499. "div.paral>a>div{background:url()!important;}",
  500. " div.paral>a>div{height:64px!important;}",
  501. " table#header_t {margin-top: 0px !important;}"
  502. ].join("\n");
  503. 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"))
  504. css += [
  505. " .brand_bg{background-image:none !important;}",
  506. " .content{padding-top:0px !important;}"
  507. ].join("\n");
  508. if (false || (document.domain == "rambler.ru" || document.domain.substring(document.domain.indexOf(".rambler.ru") + 1) == "rambler.ru"))
  509. css += [
  510. ".b-left-column .b-left-column__wrapper{margin:0 !important}",
  511. " div[class=\"appWindow\"]{right:0px!important;}"
  512. ].join("\n");
  513. if (false || (document.domain == "rbc.ru" || document.domain.substring(document.domain.indexOf(".rbc.ru") + 1) == "rbc.ru"))
  514. css += " .article__content {margin-right: 0px !important;}";
  515. if (false || (document.domain == "riper.am" || document.domain.substring(document.domain.indexOf(".riper.am") + 1) == "riper.am"))
  516. css += [
  517. "#octo-set{background-image:none!important;padding-top:0!important}",
  518. " #main-wrapper{width:auto!important}",
  519. " body{background-image: none!important;} ",
  520. " body{background:none!important;}",
  521. " #main-wrapper{top:10px!important;}",
  522. // !! cкрыть заголовок
  523. " #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;}"
  524. ].join("\n");
  525. 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"))
  526. css += [
  527. "*{background:none!important}",
  528. " *{background:url('')!important}",
  529. " *{background:silver!important; color:black!important;}",
  530. " 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; }"
  531. ].join("\n");
  532. if (false || (document.domain == "ruspravda.info" || document.domain.substring(document.domain.indexOf(".ruspravda.info") + 1) == "ruspravda.info"))
  533. css += [
  534. "body{background:white!important;}",
  535. " table#header_t {margin-top: 0px !important;}"
  536. ].join("\n");
  537. if (false || (document.domain == "rustorka.com" || document.domain.substring(document.domain.indexOf(".rustorka.com") + 1) == "rustorka.com"))
  538. css += " .topmenu{margin-top:25px !important;}";
  539. if (false || (document.domain == "rutor.org" || document.domain.substring(document.domain.indexOf(".rutor.org") + 1) == "rutor.org"))
  540. css += [
  541. // !! оформление от zuefhrf
  542. "div#ws div#sidebar{top: 0px !important;}",
  543. " div#ws div#sidebar{right: 8px !important;}",
  544. " div#ws div#sidebar div.sideblock{margin-top: 0px !important;}",
  545. " div#ws div#content{right: 6px !important;}",
  546. " h3{text-align: left !important;}"
  547. ].join("\n");
  548. if (false || (document.domain == "samlab.ws" || document.domain.substring(document.domain.indexOf(".samlab.ws") + 1) == "samlab.ws"))
  549. css += [
  550. "div.box.main {width: auto; !important;}",
  551. " div#right {width: 2px; !important;}"
  552. ].join("\n");
  553. if (false || (document.domain == "samlib.ru" || document.domain.substring(document.domain.indexOf(".samlib.ru") + 1) == "samlib.ru"))
  554. css += [
  555. "body {font-family: sans-serif !important;line-height: 140% !important;color: #B2B2B2 !important;background: #3A3E46 !important;}",
  556. " font {color: #B2B2B2 !important;}",
  557. " table, td, td font {color: #BEBEBE !important;background-color: #555C66 !important;}",
  558. " a:link {color: #9DD7FF !important;}",
  559. " a:visited {color: #EAB6FF !important;}",
  560. " a:hover {color: #F0B2B2 !important;}",
  561. " dl {margin-top: 1em !important;}"
  562. ].join("\n");
  563. if (false || (document.domain == "securitylab.ru" || document.domain.substring(document.domain.indexOf(".securitylab.ru") + 1) == "securitylab.ru"))
  564. css += [
  565. " #content #left{margin-left: 0px!important;max-width: 1000px!important;}",
  566. // !! логотип
  567. " div#header{height:00px!important;background-color:white!important;} div#MAIN_MENU{top:0px!important;}"
  568. ].join("\n");
  569. if (false || (document.domain == "sportbox.ru" || document.domain.substring(document.domain.indexOf(".sportbox.ru") + 1) == "sportbox.ru"))
  570. css += [
  571. " body{background:none!important;padding-top: 0px!important;}",
  572. " .sb_c_topmed_olymp, .gold, .silver, .bronze {background:none!important;}"
  573. ].join("\n");
  574. if (false || (document.domain == "sports.ru" || document.domain.substring(document.domain.indexOf(".sports.ru") + 1) == "sports.ru"))
  575. css += [
  576. " .kaspersky, .overall {background:none!important;}",
  577. " .kaspersky, .pageLayout {top: 0px!important;}"
  578. ].join("\n");
  579. if (false || (document.domain == "tfile.me" || document.domain.substring(document.domain.indexOf(".tfile.me") + 1) == "tfile.me"))
  580. css += [
  581. " body{background-image: none !important;}",
  582. " body {padding:0px 0 0 0!important}"
  583. ].join("\n");
  584. if (false || (document.domain == "torrent-tv.ru" || document.domain.substring(document.domain.indexOf(".torrent-tv.ru") + 1) == "torrent-tv.ru"))
  585. css += [
  586. " body {background-image:none!important;padding-top: 0px!important;}",
  587. " div#main-wrapper {top:auto!important}",
  588. " div.news-text {width:auto!important}",
  589. " div[class^=\"usual-header\"] {width:126%!important}",
  590. " div[class=\"usual\"] {width:132%!important}",
  591. " div[class^=\"usual-content\"] {width:99%!important}"
  592. // !!
  593. // !! " body>div:nth-of-type(1) {background:url()!important;}",
  594. // !! " body {background:gray!important}",
  595. ].join("\n");
  596. if (false || (document.domain == "turbobit.net" || document.domain.substring(document.domain.indexOf(".turbobit.net") + 1) == "turbobit.net"))
  597. css += " html {background:none!important}";
  598. if (false || (document.domain == "vesti.ru" || document.domain.substring(document.domain.indexOf(".vesti.ru") + 1) == "vesti.ru"))
  599. css += [
  600. " .bottom_bg {background: none !important;}",
  601. " body, .head, .all_wrap {background: url(\" \") !important;}"
  602. ].join("\n");
  603. if (false || (document.domain == "dns-shop.ru" || document.domain.substring(document.domain.indexOf(".dns-shop.ru") + 1) == "dns-shop.ru"))
  604. css += " div.wrapper{width: auto !important;}";
  605. if (false || (document.domain == "yaplakal.com" || document.domain.substring(document.domain.indexOf(".yaplakal.com") + 1) == "yaplakal.com"))
  606. css += [
  607. " body{background:none !important;}",
  608. " #footer{background:url()!important;}",
  609. " #footer{background-image:none !important;}",
  610. " #top-line {background:none !important;padding:0 !important;}",
  611. " #header,#footer {background-color:skyblue!important}"
  612. ].join("\n");
  613. if (false || (document.domain == "zaycev.net" || document.domain.substring(document.domain.indexOf(".zaycev.net") + 1) == "zaycev.net"))
  614. css += [
  615. " div[class=\"body-branding\"]{background:grey!important; padding-top: 0px!important; padding: 5px!important}",
  616. " div[class=\"body-gaps\"]{max-width:100%!important}"
  617. ].join("\n");
  618. if (false || (document.domain == "zalil.ru" || document.domain.substring(document.domain.indexOf(".zalil.ru") + 1) == "zalil.ru"))
  619. css += [
  620. " body{background:none !important;}",
  621. " body{background-color:gray !important;}",
  622. " body{background-image:none !important;}"
  623. ].join("\n");
  624. if (false || (document.domain == "taker.im" || document.domain.substring(document.domain.indexOf(".taker.im") + 1) == "taker.im"))
  625. css += [
  626. // !! скрываем рекламные ссылки (СПАМ) в тексте
  627. " a[href^=\"/phpBB2/goto/http://www.ebay.com/sch/\"][rel=\"nofollow\"]{color:#333!important; text-decoration: none !important; pointer-events: none !important;}"
  628. ].join("\n");
  629. if (typeof GM_addStyle != "undefined") {
  630. GM_addStyle(css);
  631. } else if (typeof PRO_addStyle != "undefined") {
  632. PRO_addStyle(css);
  633. } else if (typeof addStyle != "undefined") {
  634. addStyle(css);
  635. } else {
  636. var node = document.createElement("style");
  637. node.type = "text/css";
  638. node.appendChild(document.createTextNode(css));
  639. var heads = document.getElementsByTagName("head");
  640. if (heads.length > 0) {
  641. heads[0].appendChild(node);
  642. } else {
  643. // no head yet, stick it whereever
  644. document.documentElement.appendChild(node);
  645. }
  646. }
  647. })();