@browserless.io/browserless 2.37.0 → 2.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (338) hide show
  1. package/build/browsers/index.js +15 -0
  2. package/build/routes/chrome/http/content.post.query.json +3 -0
  3. package/build/routes/chrome/http/download.post.query.json +3 -0
  4. package/build/routes/chrome/http/function.post.query.json +3 -0
  5. package/build/routes/chrome/http/pdf.post.query.json +3 -0
  6. package/build/routes/chrome/http/performance.post.query.json +3 -0
  7. package/build/routes/chrome/http/scrape.post.query.json +3 -0
  8. package/build/routes/chrome/http/screenshot.post.query.json +3 -0
  9. package/build/routes/chrome/tests/content.spec.js +21 -0
  10. package/build/routes/chrome/tests/json.spec.js +100 -0
  11. package/build/routes/chrome/ws/browser.query.json +3 -0
  12. package/build/routes/chrome/ws/cdp.query.json +3 -0
  13. package/build/routes/chrome/ws/function-connect.query.json +3 -0
  14. package/build/routes/chrome/ws/page.query.json +3 -0
  15. package/build/routes/chromium/http/content.post.query.json +3 -0
  16. package/build/routes/chromium/http/download.post.query.json +3 -0
  17. package/build/routes/chromium/http/function.post.query.json +3 -0
  18. package/build/routes/chromium/http/pdf.post.query.json +3 -0
  19. package/build/routes/chromium/http/performance.post.query.json +3 -0
  20. package/build/routes/chromium/http/scrape.post.query.json +3 -0
  21. package/build/routes/chromium/http/screenshot.post.query.json +3 -0
  22. package/build/routes/chromium/tests/content.spec.js +21 -0
  23. package/build/routes/chromium/tests/function.spec.js +27 -0
  24. package/build/routes/chromium/tests/json.spec.js +100 -0
  25. package/build/routes/chromium/ws/browser.query.json +3 -0
  26. package/build/routes/chromium/ws/cdp.query.json +3 -0
  27. package/build/routes/chromium/ws/function-connect.query.json +3 -0
  28. package/build/routes/chromium/ws/page.query.json +3 -0
  29. package/build/routes/edge/http/content.post.query.json +3 -0
  30. package/build/routes/edge/http/download.post.query.json +3 -0
  31. package/build/routes/edge/http/function.post.query.json +3 -0
  32. package/build/routes/edge/http/pdf.post.query.json +3 -0
  33. package/build/routes/edge/http/performance.post.query.json +3 -0
  34. package/build/routes/edge/http/scrape.post.query.json +3 -0
  35. package/build/routes/edge/http/screenshot.post.query.json +3 -0
  36. package/build/routes/edge/tests/content.spec.js +21 -0
  37. package/build/routes/edge/tests/json.spec.js +100 -0
  38. package/build/routes/edge/ws/browser.query.json +3 -0
  39. package/build/routes/edge/ws/cdp.query.json +3 -0
  40. package/build/routes/edge/ws/function-connect.query.json +3 -0
  41. package/build/routes/edge/ws/page.query.json +3 -0
  42. package/build/routes/management/http/kill.get.query.json +3 -0
  43. package/build/routes/management/http/sessions.get.query.json +3 -0
  44. package/build/routes/management/tests/management.spec.js +44 -0
  45. package/build/server.js +1 -1
  46. package/build/shim.js +11 -1
  47. package/build/shim.spec.js +14 -0
  48. package/build/types.d.ts +2 -0
  49. package/extensions/ublocklite/_locales/br_FR/messages.json +2 -2
  50. package/extensions/ublocklite/_locales/cs/messages.json +8 -8
  51. package/extensions/ublocklite/_locales/da/messages.json +5 -5
  52. package/extensions/ublocklite/_locales/es/messages.json +4 -4
  53. package/extensions/ublocklite/_locales/gl/messages.json +5 -5
  54. package/extensions/ublocklite/_locales/ka/messages.json +5 -5
  55. package/extensions/ublocklite/_locales/ru/messages.json +3 -3
  56. package/extensions/ublocklite/_locales/sq/messages.json +5 -5
  57. package/extensions/ublocklite/_locales/sv/messages.json +5 -5
  58. package/extensions/ublocklite/_locales/zh_CN/messages.json +5 -5
  59. package/extensions/ublocklite/css/settings.css +6 -0
  60. package/extensions/ublocklite/dashboard.html +1 -1
  61. package/extensions/ublocklite/js/background.js +10 -6
  62. package/extensions/ublocklite/js/dashboard.js +4 -5
  63. package/extensions/ublocklite/js/jsonpath.js +25 -10
  64. package/extensions/ublocklite/js/report.js +2 -4
  65. package/extensions/ublocklite/js/troubleshooting.js +30 -18
  66. package/extensions/ublocklite/manifest.json +2 -2
  67. package/extensions/ublocklite/rulesets/main/adguard-mobile.json +1 -1
  68. package/extensions/ublocklite/rulesets/main/adguard-spyware-url.json +1 -1
  69. package/extensions/ublocklite/rulesets/main/annoyances-cookies.json +6 -4
  70. package/extensions/ublocklite/rulesets/main/annoyances-widgets.json +2 -1
  71. package/extensions/ublocklite/rulesets/main/chn-0.json +5 -3
  72. package/extensions/ublocklite/rulesets/main/easylist.json +10 -13
  73. package/extensions/ublocklite/rulesets/main/easyprivacy.json +8 -9
  74. package/extensions/ublocklite/rulesets/main/fin-0.json +3 -1
  75. package/extensions/ublocklite/rulesets/main/ita-0.json +2 -0
  76. package/extensions/ublocklite/rulesets/main/jpn-1.json +8 -10
  77. package/extensions/ublocklite/rulesets/main/nor-0.json +2 -2
  78. package/extensions/ublocklite/rulesets/main/pol-0.json +1 -1
  79. package/extensions/ublocklite/rulesets/main/rus-1.json +2 -1
  80. package/extensions/ublocklite/rulesets/main/spa-1.json +6 -1
  81. package/extensions/ublocklite/rulesets/main/swe-1.json +5 -5
  82. package/extensions/ublocklite/rulesets/main/tur-0.json +2 -2
  83. package/extensions/ublocklite/rulesets/main/ublock-badware.json +4 -2
  84. package/extensions/ublocklite/rulesets/main/ublock-filters.json +25 -25
  85. package/extensions/ublocklite/rulesets/main/ukr-0.json +2 -2
  86. package/extensions/ublocklite/rulesets/main/urlhaus-full.json +610 -80
  87. package/extensions/ublocklite/rulesets/main/vie-1.json +20 -14
  88. package/extensions/ublocklite/rulesets/regex/easylist.json +1 -6
  89. package/extensions/ublocklite/rulesets/regex/jpn-1.json +1 -1
  90. package/extensions/ublocklite/rulesets/regex/ublock-badware.json +3 -4
  91. package/extensions/ublocklite/rulesets/regex/ublock-filters.json +11 -9
  92. package/extensions/ublocklite/rulesets/ruleset-details.json +120 -120
  93. package/extensions/ublocklite/rulesets/scripting/generic/annoyances-cookies.js +2 -2
  94. package/extensions/ublocklite/rulesets/scripting/generic/ita-0.js +1 -1
  95. package/extensions/ublocklite/rulesets/scripting/procedural/adguard-mobile.js +2 -2
  96. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-cookies.js +3 -3
  97. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-others.js +2 -2
  98. package/extensions/ublocklite/rulesets/scripting/procedural/annoyances-overlays.js +3 -3
  99. package/extensions/ublocklite/rulesets/scripting/procedural/chn-0.js +3 -3
  100. package/extensions/ublocklite/rulesets/scripting/procedural/fin-0.js +1 -1
  101. package/extensions/ublocklite/rulesets/scripting/procedural/grc-0.js +3 -3
  102. package/extensions/ublocklite/rulesets/scripting/procedural/ind-0.js +3 -3
  103. package/extensions/ublocklite/rulesets/scripting/procedural/jpn-1.js +3 -3
  104. package/extensions/ublocklite/rulesets/scripting/procedural/rus-0.js +3 -3
  105. package/extensions/ublocklite/rulesets/scripting/procedural/spa-1.js +3 -3
  106. package/extensions/ublocklite/rulesets/scripting/procedural/swe-1.js +2 -2
  107. package/extensions/ublocklite/rulesets/scripting/procedural/ublock-filters.js +3 -3
  108. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.addEventListener-defuser.js +7 -3
  109. package/extensions/ublocklite/rulesets/scripting/scriptlet/adguard-mobile.prevent-setTimeout.js +5 -1
  110. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.addEventListener-defuser.js +5 -1
  111. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-requestAnimationFrame.js +5 -1
  112. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.prevent-setTimeout.js +5 -1
  113. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-cookie.js +2 -2
  114. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.set-local-storage-item.js +2 -2
  115. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-click-element.js +2 -2
  116. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-cookies.trusted-set-cookie.js +2 -2
  117. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-notifications.addEventListener-defuser.js +5 -1
  118. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.addEventListener-defuser.js +5 -1
  119. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.json-prune.js +2 -2
  120. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setInterval.js +5 -1
  121. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-others.prevent-setTimeout.js +5 -1
  122. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.addEventListener-defuser.js +5 -1
  123. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.noeval-if.js +5 -1
  124. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-fetch.js +5 -1
  125. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setInterval.js +5 -1
  126. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-setTimeout.js +5 -1
  127. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.prevent-window-open.js +5 -1
  128. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.remove-class.js +2 -2
  129. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-argument.js +5 -1
  130. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-replace-outbound-text.js +5 -1
  131. package/extensions/ublocklite/rulesets/scripting/scriptlet/annoyances-overlays.trusted-suppress-native-method.js +5 -1
  132. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.addEventListener-defuser.js +5 -1
  133. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.evaldata-prune.js +5 -1
  134. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.noeval-if.js +5 -1
  135. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-fetch.js +6 -2
  136. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setInterval.js +5 -1
  137. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-setTimeout.js +5 -1
  138. package/extensions/ublocklite/rulesets/scripting/scriptlet/chn-0.prevent-window-open.js +5 -1
  139. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.addEventListener-defuser.js +5 -1
  140. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setInterval.js +5 -1
  141. package/extensions/ublocklite/rulesets/scripting/scriptlet/cze-0.prevent-setTimeout.js +5 -1
  142. package/extensions/ublocklite/rulesets/scripting/scriptlet/easyprivacy.prevent-fetch.js +5 -1
  143. package/extensions/ublocklite/rulesets/scripting/scriptlet/est-0.addEventListener-defuser.js +5 -1
  144. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.prevent-setTimeout.js +5 -1
  145. package/extensions/ublocklite/rulesets/scripting/scriptlet/fin-0.remove-node-text.js +449 -0
  146. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.addEventListener-defuser.js +5 -1
  147. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-fetch.js +5 -1
  148. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-requestAnimationFrame.js +5 -1
  149. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setInterval.js +5 -1
  150. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-setTimeout.js +5 -1
  151. package/extensions/ublocklite/rulesets/scripting/scriptlet/fra-0.prevent-window-open.js +5 -1
  152. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.addEventListener-defuser.js +5 -1
  153. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-setTimeout.js +5 -1
  154. package/extensions/ublocklite/rulesets/scripting/scriptlet/hun-0.prevent-window-open.js +5 -1
  155. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.addEventListener-defuser.js +5 -1
  156. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.noeval-if.js +5 -1
  157. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-fetch.js +5 -1
  158. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-setTimeout.js +5 -1
  159. package/extensions/ublocklite/rulesets/scripting/scriptlet/idn-0.prevent-window-open.js +5 -1
  160. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.addEventListener-defuser.js +5 -1
  161. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-fetch.js +5 -1
  162. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-setTimeout.js +5 -1
  163. package/extensions/ublocklite/rulesets/scripting/scriptlet/irn-0.prevent-window-open.js +5 -1
  164. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.addEventListener-defuser.js +5 -1
  165. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-fetch.js +5 -1
  166. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-setTimeout.js +5 -1
  167. package/extensions/ublocklite/rulesets/scripting/scriptlet/isr-0.prevent-window-open.js +5 -1
  168. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.addEventListener-defuser.js +5 -1
  169. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.json-prune.js +2 -2
  170. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.noeval-if.js +5 -1
  171. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-fetch.js +5 -1
  172. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setInterval.js +5 -1
  173. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-setTimeout.js +5 -1
  174. package/extensions/ublocklite/rulesets/scripting/scriptlet/jpn-1.prevent-window-open.js +5 -1
  175. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.addEventListener-defuser.js +5 -1
  176. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-fetch.js +5 -1
  177. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setInterval.js +5 -1
  178. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-setTimeout.js +5 -1
  179. package/extensions/ublocklite/rulesets/scripting/scriptlet/kor-1.prevent-window-open.js +5 -1
  180. package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-setTimeout.js +5 -1
  181. package/extensions/ublocklite/rulesets/scripting/scriptlet/ltu-0.prevent-window-open.js +5 -1
  182. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.addEventListener-defuser.js +5 -1
  183. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-fetch.js +5 -1
  184. package/extensions/ublocklite/rulesets/scripting/scriptlet/nld-0.prevent-setTimeout.js +5 -1
  185. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.addEventListener-defuser.js +5 -1
  186. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-fetch.js +5 -1
  187. package/extensions/ublocklite/rulesets/scripting/scriptlet/nor-0.prevent-setTimeout.js +5 -1
  188. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.addEventListener-defuser.js +5 -1
  189. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.noeval-if.js +5 -1
  190. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setInterval.js +5 -1
  191. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-setTimeout.js +5 -1
  192. package/extensions/ublocklite/rulesets/scripting/scriptlet/pol-0.prevent-window-open.js +5 -1
  193. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.noeval-if.js +5 -1
  194. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setInterval.js +5 -1
  195. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-setTimeout.js +5 -1
  196. package/extensions/ublocklite/rulesets/scripting/scriptlet/rou-1.prevent-window-open.js +5 -1
  197. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.abort-on-stack-trace.js +2 -2
  198. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.addEventListener-defuser.js +8 -4
  199. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.noeval-if.js +5 -1
  200. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-fetch.js +5 -1
  201. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setInterval.js +5 -1
  202. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-setTimeout.js +5 -1
  203. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.prevent-window-open.js +5 -1
  204. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.remove-node-text.js +3 -3
  205. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-attr.js +2 -2
  206. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-0.set-constant.js +3 -3
  207. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.addEventListener-defuser.js +5 -1
  208. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-fetch.js +5 -1
  209. package/extensions/ublocklite/rulesets/scripting/scriptlet/rus-1.prevent-setTimeout.js +5 -1
  210. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.addEventListener-defuser.js +5 -1
  211. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.json-prune.js +2 -2
  212. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.noeval-if.js +5 -1
  213. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-fetch.js +5 -1
  214. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-requestAnimationFrame.js +5 -1
  215. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setInterval.js +5 -1
  216. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-setTimeout.js +5 -1
  217. package/extensions/ublocklite/rulesets/scripting/scriptlet/spa-1.prevent-window-open.js +5 -1
  218. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.addEventListener-defuser.js +5 -1
  219. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.noeval-if.js +5 -1
  220. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setInterval.js +5 -1
  221. package/extensions/ublocklite/rulesets/scripting/scriptlet/swe-1.prevent-setTimeout.js +5 -1
  222. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.addEventListener-defuser.js +5 -1
  223. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-fetch.js +5 -1
  224. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setInterval.js +5 -1
  225. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-setTimeout.js +5 -1
  226. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.prevent-window-open.js +6 -2
  227. package/extensions/ublocklite/rulesets/scripting/scriptlet/tur-0.set-constant.js +1 -1
  228. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.addEventListener-defuser.js +5 -1
  229. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.noeval-if.js +5 -1
  230. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-badware.trusted-replace-argument.js +5 -1
  231. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-json-edit-xhr-request.js +848 -0
  232. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-experimental.trusted-replace-node-text.js +1 -1
  233. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-current-script.js +3 -3
  234. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-property-read.js +1 -1
  235. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.abort-on-stack-trace.js +3 -3
  236. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.addEventListener-defuser.js +7 -3
  237. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-fetch-response.js +29 -11
  238. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit-xhr-response.js +24 -10
  239. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-edit.js +29 -11
  240. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.json-prune-fetch-response.js +2 -2
  241. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.jsonl-edit-xhr-response.js +24 -10
  242. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.noeval-if.js +6 -2
  243. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-fetch.js +7 -3
  244. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-requestAnimationFrame.js +5 -1
  245. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setInterval.js +5 -1
  246. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-setTimeout.js +7 -3
  247. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-window-open.js +5 -1
  248. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.prevent-xhr.js +3 -3
  249. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.remove-node-text.js +2 -2
  250. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-constant.js +1 -1
  251. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.set-cookie.js +2 -2
  252. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-request.js +941 -0
  253. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit-fetch-response.js +29 -11
  254. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-json-edit.js +29 -11
  255. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-override-element-method.js +5 -1
  256. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-dom-bypass.js +5 -1
  257. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-prevent-fetch.js +7 -3
  258. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-argument.js +5 -1
  259. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-node-text.js +2 -2
  260. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-replace-outbound-text.js +7 -3
  261. package/extensions/ublocklite/rulesets/scripting/scriptlet/ublock-filters.trusted-suppress-native-method.js +6 -2
  262. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-fetch-response.js +29 -11
  263. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.jsonl-edit-xhr-response.js +24 -10
  264. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.prevent-setTimeout.js +5 -1
  265. package/extensions/ublocklite/rulesets/scripting/scriptlet/ubol-tests.trusted-prevent-dom-bypass.js +5 -1
  266. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-fetch.js +5 -1
  267. package/extensions/ublocklite/rulesets/scripting/scriptlet/ukr-0.prevent-window-open.js +5 -1
  268. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-current-script.js +2 -2
  269. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.abort-on-property-read.js +1 -1
  270. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.addEventListener-defuser.js +5 -1
  271. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-fetch.js +5 -1
  272. package/extensions/ublocklite/rulesets/scripting/scriptlet/vie-1.prevent-setTimeout.js +5 -1
  273. package/extensions/ublocklite/rulesets/scripting/specific/adguard-mobile.js +3 -3
  274. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-cookies.js +3 -3
  275. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-notifications.js +3 -3
  276. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-others.js +3 -3
  277. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-overlays.js +3 -3
  278. package/extensions/ublocklite/rulesets/scripting/specific/annoyances-social.js +3 -3
  279. package/extensions/ublocklite/rulesets/scripting/specific/chn-0.js +3 -3
  280. package/extensions/ublocklite/rulesets/scripting/specific/deu-0.js +3 -3
  281. package/extensions/ublocklite/rulesets/scripting/specific/easylist.js +3 -3
  282. package/extensions/ublocklite/rulesets/scripting/specific/fin-0.js +3 -3
  283. package/extensions/ublocklite/rulesets/scripting/specific/grc-0.js +3 -3
  284. package/extensions/ublocklite/rulesets/scripting/specific/idn-0.js +3 -3
  285. package/extensions/ublocklite/rulesets/scripting/specific/ind-0.js +3 -3
  286. package/extensions/ublocklite/rulesets/scripting/specific/isr-0.js +1 -1
  287. package/extensions/ublocklite/rulesets/scripting/specific/ita-0.js +3 -3
  288. package/extensions/ublocklite/rulesets/scripting/specific/jpn-1.js +3 -3
  289. package/extensions/ublocklite/rulesets/scripting/specific/kor-1.js +3 -3
  290. package/extensions/ublocklite/rulesets/scripting/specific/rus-0.js +3 -3
  291. package/extensions/ublocklite/rulesets/scripting/specific/spa-1.js +3 -3
  292. package/extensions/ublocklite/rulesets/scripting/specific/swe-1.js +3 -3
  293. package/extensions/ublocklite/rulesets/scripting/specific/tur-0.js +3 -3
  294. package/extensions/ublocklite/rulesets/scripting/specific/ublock-filters.js +3 -3
  295. package/extensions/ublocklite/rulesets/scripting/specific/vie-1.js +3 -3
  296. package/extensions/ublocklite/rulesets/scriptlet-details.json +90 -32
  297. package/extensions/ublocklite/rulesets/strictblock/adguard-mobile.json +5 -0
  298. package/extensions/ublocklite/rulesets/strictblock/chn-0.json +67 -1
  299. package/extensions/ublocklite/rulesets/strictblock/easylist.json +1 -1
  300. package/extensions/ublocklite/rulesets/strictblock/easyprivacy.json +17 -1
  301. package/extensions/ublocklite/rulesets/strictblock/jpn-1.json +198 -196
  302. package/extensions/ublocklite/rulesets/strictblock/nor-0.json +1 -1
  303. package/extensions/ublocklite/rulesets/strictblock/pol-0.json +2 -0
  304. package/extensions/ublocklite/rulesets/strictblock/ublock-badware.json +532 -530
  305. package/extensions/ublocklite/rulesets/strictblock/ublock-filters.json +23 -19
  306. package/extensions/ublocklite/rulesets/strictblock/ukr-0.json +2 -0
  307. package/extensions/ublocklite/rulesets/strictblock/urlhaus-full.json +610 -80
  308. package/extensions/ublocklite/ublock.zip +0 -0
  309. package/package.json +13 -12
  310. package/scripts/install-debugger.js +2 -2
  311. package/src/browsers/index.ts +20 -0
  312. package/src/routes/chrome/tests/content.spec.ts +24 -0
  313. package/src/routes/chrome/tests/json.spec.ts +134 -0
  314. package/src/routes/chromium/tests/content.spec.ts +24 -0
  315. package/src/routes/chromium/tests/function.spec.ts +33 -0
  316. package/src/routes/chromium/tests/json.spec.ts +134 -0
  317. package/src/routes/chromium/tests/scrape.spec.ts +3 -1
  318. package/src/routes/edge/tests/content.spec.ts +24 -0
  319. package/src/routes/edge/tests/json.spec.ts +134 -0
  320. package/src/routes/management/tests/management.spec.ts +66 -0
  321. package/src/server.ts +1 -1
  322. package/src/shared/screenshot.http.ts +1 -1
  323. package/src/shim.spec.ts +18 -0
  324. package/src/shim.ts +15 -1
  325. package/src/types.ts +2 -0
  326. package/static/docs/swagger.json +4 -1
  327. package/static/docs/swagger.min.json +4 -1
  328. package/static/function/client.js +86 -92
  329. package/static/function/index.html +86 -92
  330. package/build/routes/chrome/tests/json-version.spec.js +0 -37
  331. package/build/routes/chromium/tests/json-version.spec.js +0 -37
  332. package/build/routes/edge/tests/json-version.spec.js +0 -37
  333. package/src/routes/chrome/tests/json-version.spec.ts +0 -52
  334. package/src/routes/chromium/tests/json-version.spec.ts +0 -52
  335. package/src/routes/edge/tests/json-version.spec.ts +0 -52
  336. /package/build/routes/chrome/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
  337. /package/build/routes/chromium/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
  338. /package/build/routes/edge/tests/{json-version.spec.d.ts → json.spec.d.ts} +0 -0
@@ -27,9 +27,9 @@
27
27
 
28
28
  /******************************************************************************/
29
29
 
30
- const argsList = ["[]","[{\"selector\":\"#article_feeds > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > p\",\"tasks\":[[\"has-text\",\"/яндекс/i\"]]}]]}]","[{\"selector\":\"#col-left > .contest-bl\",\"tasks\":[[\"has\",{\"selector\":\"> h4 > strong\",\"tasks\":[[\"has-text\",\"/^Новин|Join/\"]]}]]},{\"selector\":\"#col-right > .bl-middle2\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/новини|додати/i\"]]}]]}]","[{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .PostHeader > .PostHeaderInfo > [class^=\\\"PostHeaderSubtitle\\\"] > [class]\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама|Рэклама|жарнама/\"]]}]]},{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .post_header_info .post_date\",\"tasks\":[[\"has-text\",\"/Ad|Реклама/\"]]}]]},{\"selector\":\"#page_wall_posts > div[id^=\\\"post-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> ._post_content > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\"#wk_content > #wl_post\",\"tasks\":[[\"has\",{\"selector\":\"> #wl_head_wrap > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\".PhotoPrimaryAttachment__background[src*=\\\"userapi.com/impf/\\\"][src*=\\\"blur=\\\"]\",\"action\":[\"style\",\"filter: blur(20px) !important\"],\"cssable\":true},{\"selector\":\".wall_module > div[id]:first-child > *\",\"tasks\":[[\"matches-prop\",{\"attr\":\"innerHTML\",\"value\":\"/format_edit|mradx\\\\.|media_on_/\"}]]}]","[{\"selector\":\"#for_fix > *\",\"tasks\":[[\"has\",{\"selector\":\".titlebar > span\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]]}]","[{\"selector\":\"#index_desktop > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > #span-title\",\"tasks\":[[\"has-text\",\"/^реклама|^партн/i\"]]}]]}]","[{\"selector\":\"#material_content\",\"tasks\":[[\"has-text\",\"/erid:/i\"],[\"spath\",\" > p\"]]},{\"selector\":\"[class^=\\\"_content\\\"] > div[class^=\\\"_video-wrapper\\\"] ~ [class] b\",\"tasks\":[[\"has-text\",\"/скидка|скидки|промокод|партнёр/i\"]]},{\"selector\":\"body\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"videoplayer_\\\"][class^=\\\"iframe_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#news-arch\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/Реклама|Партнеры/i\"]]}]]}]","[{\"selector\":\"#columns > .transparent\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"#news-list > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> .news-content > div > p[style] > span\",\"tasks\":[[\"has-text\",\"erid:\"]]}]]},{\"selector\":\".branding\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\"body[style^=\\\"padding-top:\\\"][style*=\\\"250px\\\"][style*=\\\"!important\\\"] > #mkwrapper\",\"action\":[\"style\",\"margin-top: -250px !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-color: #3a3a3a !important\"],\"cssable\":true}]","[{\"selector\":\"#page-body > .post\",\"tasks\":[[\"has\",{\"selector\":\"[class=\\\"username-coloured\\\"]\",\"tasks\":[[\"has-text\",\"Advertiser\"]]}]]}]","[{\"selector\":\"#pagecontent > .tablebg\",\"tasks\":[[\"has\",{\"selector\":\".postauthor\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#r-colonka > .f-block\",\"tasks\":[[\"has\",{\"selector\":\".b-topa\",\"tasks\":[[\"has-text\",\"/интересные блоки|еклама/i\"]]}]]}]","[{\"selector\":\"#right > h2\",\"tasks\":[[\"has-text\",\"Рекомендуем\"]]}]","[{\"selector\":\"#rightcol > div[class^=\\\"box\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .spacer > h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside .main-head\",\"tasks\":[[\"has\",{\"selector\":\"> .hn > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside > div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]","[{\"selector\":\"#sideLeft > .accordion-group\",\"tasks\":[[\"has\",{\"selector\":\".accordion-heading\",\"tasks\":[[\"has-text\",\"seedbox.org.ua\"]]}]]},{\"selector\":\".post_wrap span[class^=\\\"post\\\"]\",\"tasks\":[[\"has-text\",\"/при поддержке/i\"]]}]","[{\"selector\":\"#sidebar > .module\",\"tasks\":[[\"has\",{\"selector\":\"> .inner h3\",\"tasks\":[[\"has-text\",\"/Блок ссылок|Блок Google|Рекламный блок/\"]]}]]},{\"selector\":\".left > div.moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3 span\",\"tasks\":[[\"has-text\",\"/Блок Google|Рекламный блок/\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebar-content\",\"tasks\":[[\"has\",{\"selector\":\"> .top > .fix\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebox\",\"tasks\":[[\"has\",{\"selector\":\"> .sidetitle > span\",\"tasks\":[[\"has-text\",\"/^интересное/i\"]]}]]}]","[{\"selector\":\"#sidebar-right > .block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Наши партнёры\"]]}]]}]","[{\"selector\":\"#utm_article_block > div > #article_body > p > strong\",\"tasks\":[[\"has-text\",\"/^Ниже/\"]]},{\"selector\":\".m-hop > [class]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"html[class] > body\",\"action\":[\"style\",\"background-color: #e6e6e6 !important\"],\"cssable\":true}]","[{\"selector\":\".AsideHeading\",\"tasks\":[[\"has-text\",\"/kinopoisk|кинопоиск/i\"]]},{\"selector\":\".DefaultLayout-main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".LayoutWrapper__promo ~ .LayoutWrapper__main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-right: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article-card-container > .container > [class*=\\\"article-card\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".slider__title\",\"tasks\":[[\"has-text\",\"Полезные товары\"]]}]]},{\"selector\":\".recipes-layout__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".article-right > div\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".container-mat p\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".asideblock > div\",\"tasks\":[[\"has\",{\"selector\":\".icon > dt > span\",\"tasks\":[[\"has-text\",\"/Интересные новости|Предложения|Смотрите также/\"]]}]]},{\"selector\":\".panel\",\"tasks\":[[\"has\",{\"selector\":\"> .panel-heading\",\"tasks\":[[\"has-text\",\"/Интересные новости|Полезное|Реклама/\"]]}]]}]","[{\"selector\":\".b-article > h4\",\"tasks\":[[\"has-text\",\"Справочник по ценам\"]]},{\"selector\":\".b-content__pagecontent > .b-content--wrapper > .g-grid\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content.b-content__breadcrumbs\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content__pagecontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blblock > .pheading\",\"tasks\":[[\"has\",{\"selector\":\"> h3 > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .block-title\",\"tasks\":[[\"has-text\",\"/Интересное|Наши друзья|Реклама|Сидбокс|MARKETGID/\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .content\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content + .block_bottom\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\".blocklite\",\"tasks\":[[\"has\",{\"selector\":\"> div > [class]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".bltitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".bnd-cnt\",\"tasks\":[[\"has\",{\"selector\":\"> [class] > b\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".box-title\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".boxTable\",\"tasks\":[[\"has\",{\"selector\":\".boxTitle\",\"tasks\":[[\"has-text\",\"/Это интересно|Новости/\"]]}]]}]","[{\"selector\":\".c-header\",\"tasks\":[[\"has-text\",\"/Ads|Реклама/\"]]},{\"selector\":\".u-extend-fix\",\"action\":[\"style\",\"background: center / 100% 100% no-repeat #515151 var(--res-logo) !important; border-radius: 6px !important\"],\"cssable\":true},{\"selector\":\"[data-track]:not(a)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"--content article \\\"] + div ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments ~ div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".card-separator__title\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".center-article-bottom > .custom_ *\",\"tasks\":[[\"has\",{\"selector\":\".blacktitle > span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".column.c-center > h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".container > .footer\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row + .contAlt\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"]]}]","[{\"selector\":\".container-wrapper\",\"tasks\":[[\"has\",{\"selector\":\"> .mag-box-title\",\"tasks\":[[\"has-text\",\"Партнери проекту\"]]}]]}]","[{\"selector\":\".content > .content-wrap\",\"tasks\":[[\"has\",{\"selector\":\".pgs-head\",\"tasks\":[[\"has-text\",\"Интересное\"]]}]]}]","[{\"selector\":\".content-block\",\"tasks\":[[\"has\",{\"selector\":\"font\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".contents-content > ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]},{\"selector\":\".show-post > h2\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]}]","[{\"selector\":\".box[class*=\\\"content\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true},{\"selector\":\".cq-content > h2\",\"tasks\":[[\"has-text\",\"/ставки/i\"]]},{\"selector\":\".post-content > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^150px$\"}]]},{\"selector\":\"[class*=\\\"grid\\\"] > a:has(.p-item__button-sponsored)\",\"action\":[\"remove\",\"\"]},{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Где купить\"]]},{\"selector\":\"div[class]:not([class*=\\\"-\\\"]):not([class*=\\\"_\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-top\",\"value\":\"^16px$\"}]]},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"Где купить\"]]}]]}]","[{\"selector\":\".dlblock .dropdown-menu > li\",\"tasks\":[[\"has\",{\"selector\":\"> small\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".drag_element\",\"tasks\":[[\"has\",{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"Peклама\"]]}]]},{\"selector\":\"[id^=\\\"videoplayer_\\\"][aria-label=\\\"Video Player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".entry-galery\",\"tasks\":[[\"has\",{\"selector\":\"> .entry-galery-title\",\"tasks\":[[\"has-text\",\"/полезное объявление|горячие новости/i\"]]}]]}]","[{\"selector\":\".featured_articles > .header\",\"tasks\":[[\"has-text\",\"/^Новости партнеров|^Также читайте/\"]]}]","[{\"selector\":\".gazeta-widget\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > span\",\"tasks\":[[\"has-text\",\"/реклама|новости партнеров/i\"]]}]]}]","[{\"selector\":\".grid__title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".h2\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/^СМИ$/\"]]}]]}]","[{\"selector\":\".header--text\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".mainContainer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".hr\",\"tasks\":[[\"has-text\",\"/Яндекс.Директ ВОмске|Другие новости/\"]]}]","[{\"selector\":\".inner > .default\",\"tasks\":[[\"has\",{\"selector\":\"> header > h1\",\"tasks\":[[\"has-text\",\"PEKЛAМA\"]]}]]}]","[{\"selector\":\".main-content > .inner-page-container ~ .inner-page-container > .block_section > .container_padding\",\"tasks\":[[\"has\",{\"selector\":\"> .block_section_header > div > div > .section_title\",\"tasks\":[[\"has-text\",\"/новини партнерів|новости партнеров/i\"]]}]]}]","[{\"selector\":\".main-sidebar > .row > div\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".maintitlecollapse\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".module-full\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"advert\"]]}]]}]","[{\"selector\":\".module-title > .title\",\"tasks\":[[\"has-text\",\"/ПАРТНЕРІВ/i\"]]}]","[{\"selector\":\".module\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".more-news\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".mvp-widget-home-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/гнездо/i\"]]},{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/новости|партнер/i\"]]}]","[{\"selector\":\".nb2-list\",\"tasks\":[[\"has\",{\"selector\":\"> .nb2-head\",\"tasks\":[[\"has-text\",\"Визитка\"]]}]]}]","[{\"selector\":\".nchead\",\"tasks\":[[\"has\",{\"selector\":\"> .ncheading\",\"tasks\":[[\"has-text\",\"/партн/i\"]]}]]},{\"selector\":\".row[style^=\\\"padding-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .nchead > .ncheading\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]}]","[{\"selector\":\".comment-background\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".main-content\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".news-item-wrap > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Ad\"]]}]]},{\"selector\":\".news-view\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .overview > .overview__overview\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" .content-text a[href]\"]]},{\"selector\":\".user-profile-section\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".out__inner > div\",\"tasks\":[[\"has\",{\"selector\":\"> div > .title\",\"tasks\":[[\"has-text\",\"Читайте также\"]]}]]},{\"selector\":\".out__inner > header\",\"action\":[\"style\",\"visibility: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://24smi.org/\\\"]\",\"action\":[\"remove-attr\",\"target\"]}]","[{\"selector\":\".page-content > .row > div[class^=\\\"col\\\"] + div[class^=\\\"col\\\"] > div\",\"tasks\":[[\"has\",{\"selector\":\"> .card h6\",\"tasks\":[[\"has-text\",\"/Реклама|Друзья/i\"]]}]]}]","[{\"selector\":\".playfair\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]},{\"selector\":\".svejnov\",\"tasks\":[[\"has\",{\"selector\":\"> h2 > b\",\"tasks\":[[\"has-text\",\"/^Інші/\"]]}]]}]","[{\"selector\":\".playlists-items > ul > li\",\"tasks\":[[\"has-text\",\"Dzen\"]]}]","[{\"selector\":\"#contentShifter\",\"action\":[\"style\",\"height: 127px !important\"],\"cssable\":true},{\"selector\":\".post > p\",\"tasks\":[[\"has-text\",\"Купить за\"],[\"spath\",\":has([target=\\\"_blank\\\"])\"]]}]","[{\"selector\":\".post-cards > .post-card\",\"tasks\":[[\"has\",{\"selector\":\".post-card__description\",\"tasks\":[[\"has-text\",\"://keltr.ru/\"]]}]]}]","[{\"selector\":\".post-footer > span\",\"tasks\":[[\"has-text\",\"Реклама на сайте\"]]},{\"selector\":\".theiaStickySidebar > .widget > .widget *\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > h2\",\"tasks\":[[\"has-text\",\"Интересная реклама\"]]}]]}]","[{\"selector\":\".presreliz\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"на правах реклами\"]]}]]}]","[{\"selector\":\".region[id^=\\\"content-\\\"] > .block\",\"tasks\":[[\"has\",{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adsbygoogle|advmanager|yadblock/i\"]]}]]}]","[{\"selector\":\".right-cell > div\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Paid Content\"]]}]]}]","[{\"selector\":\".right-col > .hint-block\",\"tasks\":[[\"has\",{\"selector\":\"> .hint-block-title\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".right-indent > .wrapper-box\",\"tasks\":[[\"has\",{\"selector\":\"> div > .boxTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".right_coll > .moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3\",\"tasks\":[[\"has-text\",\"Рекламные ссылки\"]]}]]}]","[{\"selector\":\".sample-posts > h4\",\"tasks\":[[\"has-text\",\"/партнер/i\"]]}]","[{\"selector\":\".sample-posts\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/^новини партн/i\"]]}]]}]","[{\"selector\":\".section-heading\",\"tasks\":[[\"has\",{\"selector\":\"> .h-text\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".section\",\"tasks\":[[\"has\",{\"selector\":\"> .navbar > .flex-center > p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".sectionColumn\",\"tasks\":[[\"has\",{\"selector\":\"> .subTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".shortcode-html\",\"tasks\":[[\"has\",{\"selector\":\"> header > div > [class]\",\"tasks\":[[\"has-text\",\"Популярное в сети\"]]}]]}]","[{\"selector\":\".side-block\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".side_block > .side_header\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".sidebar .h3\",\"tasks\":[[\"has-text\",\"За кадром\"]]}]","[{\"selector\":\".sidebar > .block-title\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\".sidebar > .section\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebar > [class]\",\"tasks\":[[\"has\",{\"selector\":\"> [class]\",\"tasks\":[[\"has-text\",\"/Новости партнеров|Новини партнерів/\"]]}]]}]","[{\"selector\":\".sideblock\",\"tasks\":[[\"has\",{\"selector\":\"> .sideblock_title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebox > .sidetitle\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/купуй|реклама|формац/i\"]]}]]}]","[{\"selector\":\".site-section-header\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]","[{\"selector\":\".slick-slide\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]]}]","[{\"selector\":\".slider-commercial .multimedia__item\",\"tasks\":[[\"has\",{\"selector\":\".spend__text > .spend__tag\",\"tasks\":[[\"has-text\",\"/^Партнерский /\"]]}]]}]","[{\"selector\":\".sport-table tr > th ~ th\",\"tasks\":[[\"has-text\",\"Ставка\"]]},{\"selector\":\"blockquote\",\"tasks\":[[\"has\",{\"selector\":\"> p > strong\",\"tasks\":[[\"has-text\",\"Партнер\"]]}]]},{\"selector\":\"span > small\",\"tasks\":[[\"has-text\",\"Приведённые букмекерские коэффициенты\"]]},{\"selector\":\"th > .tooltip-item\",\"tasks\":[[\"has-text\",\"К\"]]}]","[{\"selector\":\".stlt\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".stream-item-widget\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".knb-grid-container > [data-io-article-url]:has(> [class^=\\\"MaterialItemHead_head\\\"] [href=\\\"/tags/partnyorskij-material/\\\"]) > .knb-grid-container [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"cssable\":true},{\"selector\":\".swiper-wrapper > .swiper-slide\",\"tasks\":[[\"has\",{\"selector\":\"> div > .knb-card--footer > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\"]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class^=\\\"MaterialItemPage_isFirst\\\"] ~ [class^=\\\"MaterialItemPage_materialSection\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}]]}]","[{\"selector\":\".tablebg\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > h4\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]]}]","[{\"selector\":\".tdc-content-wrap > .tdc-row\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > .wpb_wrapper > div > style ~ h4 > span\",\"tasks\":[[\"has-text\",\"/наши партнеры/i\"]]}]]}]","[{\"selector\":\".text-center\",\"tasks\":[[\"has-text\",\"/ДВИГАТЕЛЬ ТОРГОВЛИ|И еще немного рекламы|новости партнеров/i\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"adrotate_ad\"]]}]","[{\"selector\":\".title-block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".title-without-border\",\"tasks\":[[\"has-text\",\"Новини партнерів\"]]}]","[{\"selector\":\".tui_section__pad\",\"tasks\":[[\"has\",{\"selector\":\"> .tui_title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".ui-sortable > .ui-sortable-handle\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".voting > .block_title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"transition: none !important\"],\"cssable\":true}]","[{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"],[\"spath\",\" + .clear + .widgetbox\"]]},{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget-pages\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-header\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"margin-top: 0 !important; overflow: hidden !important\"],\"cssable\":true},{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".block-title > span\",\"tasks\":[[\"has-text\",\"Новости партнер\"]]}]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"/^новости партн|^реклама/i\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама партнера\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .td-block-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"/Хостинг-партнёр|Реклама/\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама партнеров\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".windowbg\",\"tasks\":[[\"has\",{\"selector\":\"> .poster > h4\",\"tasks\":[[\"has-text\",\"Форум Такси Сервис\"]]}]]}]","[{\"selector\":\".b-chat\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".wrapper-all-news > .news\",\"tasks\":[[\"has\",{\"selector\":\"> .news__description > a > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".zsnazzy\",\"tasks\":[[\"has\",{\"selector\":\".color_b\",\"tasks\":[[\"has-text\",\"Блок рекламы\"]]}]]}]","[{\"selector\":\"[class$=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/предложения/i\"]]}]","[{\"selector\":\"[class*=\\\"_title\\\"]\",\"tasks\":[[\"has-text\",\"/ партн|реклама/i\"]]}]","[{\"selector\":\".layout-default__content--brand\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"list\\\"] > .article-card-small-list__item\",\"tasks\":[[\"has\",{\"selector\":\".card-footer__categories > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"[class*=\\\"navi_title\\\"]\",\"tasks\":[[\"has-text\",\"/браузер|партнеры/i\"]]}]","[{\"selector\":\"[class] > div\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/Our Friends|Sluts/\"]]}]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .name\",\"tasks\":[[\"has-text\",\"/больше | партн|прочие | сми/i\"]]}]]}]","[{\"selector\":\"[class^=\\\"styles_title_\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"[id^=\\\"oframevideoplayer\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"Сексчат\"]]}]]}]","[{\"selector\":\"[style*=\\\"font\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"a[href*=\\\"://clck.ru/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]},{\"selector\":\"a[href*=\\\"://slurm.club/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]}]","[{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"]]}]","[{\"selector\":\"article div\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]","[{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"],[\"spath\",\" + br + .side\"]]},{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]","[{\"selector\":\"aside > .widget\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/^Новини$|Реклама/\"]]}]]}]","[{\"selector\":\"aside > h2\",\"tasks\":[[\"has-text\",\"/наши партн/i\"]]}]","[{\"selector\":\"body > h3\",\"tasks\":[[\"has-text\",\"/^Новости/\"]]},{\"selector\":\"tr > th\",\"tasks\":[[\"has-text\",\"Реклама на Погода.ру\"]]}]","[{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ div[style=\\\"overflow: hidden;\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div.side-item-left\",\"tasks\":[[\"has\",{\"selector\":\"> .side-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".fb-sidebar__main > a[href]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .indication-bor-rad\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .title_also\",\"tasks\":[[\"has-text\",\"Партнерский контент\"]]}]]}]","[{\"selector\":\"div[class$=\\\"-main\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[font-size] > span\",\"tasks\":[[\"has-text\",\"/опрос/i\"]]}]]}]","[{\"selector\":\"aside > div[class^=\\\"NavPanel_nav\\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"LoopChannelLayout_widget\\\"] > div[class^=\\\"SimpleCaption_wrapper\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"MaterialListing_chunk\\\"] a[href]\",\"tasks\":[[\"has\",{\"selector\":\"[class*=\\\"tass_pkg_marker\\\"]\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]}]","[{\"selector\":\"div[class^=\\\"Sidebar_sidebar_list\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://kanobu.ru/\\\"])\"]]}]","[{\"selector\":\"div[class^=\\\"product-snippet_ProductSnippet__grid\\\"] > [data-product-id]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div[class^=\\\"product-snippet_ProductSnippet__description\\\"] > div[class^=\\\"product-snippet_ProductSnippet__block\\\"] > div[class^=\\\"product-snippet_ProductSnippet__ext\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[id*=\\\"sidebar\\\"] > div[class*=\\\"module\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"moduletitle\\\"]\",\"tasks\":[[\"has-text\",\"/^актуально|финам$|сми2$|marketgid|^интересные|гнездо.ру/i\"]]}]]}]","[{\"selector\":\"div[style=\\\"margin-left:21px;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".opros\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[style^=\\\"font-size\\\"]\",\"tasks\":[[\"has-text\",\"Также узнайте...\"]]}]","[{\"selector\":\".adfox-banner-background ~ .layout-container\",\"action\":[\"style\",\"max-width: unset !important; top: unset !important\"],\"cssable\":true},{\"selector\":\"em\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]},{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-color: #9ab9a7 !important\"],\"cssable\":true},{\"selector\":\"form > table[id^=\\\"p_row_\\\"]:nth-of-type(2)\",\"tasks\":[[\"has\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"Yap\"]]}]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^новости партн|^новини партн/i\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"/^нов.+партн.+р.в$/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Новости партн\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Реклама :\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Реклама :\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Смотрите также\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]","[{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"/новости партнеров|знакомства/i\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"РЕКОМЕНДУЕМ ПОЧИТАТЬ:\"]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"main > h3\",\"tasks\":[[\"has-text\",\"/Новости партнёров|Популярное в сети/\"]]}]","[{\"selector\":\"p > b\",\"tasks\":[[\"has-text\",\"каво також:\"]]}]","[{\"selector\":\"p > strong\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Erid:\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Комплектующие предоставлены\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> script\",\"tasks\":[[\"has-text\",\"smi2\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"/париматч/i\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"Okko\"]]}]]}]","[{\"selector\":\"span.articles_info > b\",\"tasks\":[[\"has-text\",\"Реклама:\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Интересные новости\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]","[{\"selector\":\"table > tbody > .alt2\",\"tasks\":[[\"has\",{\"selector\":\"> td\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .bl_title_bkgr\",\"tasks\":[[\"has-text\",\"/интересно/i\"]]}]]}]","[{\"selector\":\"table[id^=\\\"post\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .thead\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]]}]","[{\"selector\":\"td > .forabg\",\"tasks\":[[\"has\",{\"selector\":\"dt\",\"tasks\":[[\"has-text\",\"Проверенный выгодный обменник!\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"100%\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > .tablebg > tbody > tr > .cat > h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"220\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".block_title\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"td\",\"tasks\":[[\"has-text\",\"/bit.ly|clck.ru|vk.cc/\"]]}]","[{\"selector\":\"td[style=\\\"width:200px;\\\"] > table\",\"tasks\":[[\"has\",{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Рекламный блок\"]]}]]}]","[{\"selector\":\"td[valign=\\\"top\\\"] > table.tborder[width=\\\"240\\\"] ~ table.tborder[width]\",\"tasks\":[[\"has\",{\"selector\":\"td.tcat\",\"tasks\":[[\"has-text\",\"/наши друзья|реклама/i\"]]}]]}]","[{\"selector\":\"td[width=\\\"210\\\"] > center > table\",\"tasks\":[[\"has\",{\"selector\":\"center > b\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td[width=\\\"240\\\"] > table[width=\\\"240\\\"] ~ table[width=\\\"240\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".feed-list > .feed-w\",\"tasks\":[[\"has\",{\"selector\":\"[class^=\\\"feed\\\"][class*=\\\"label\\\"]\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]},{\"selector\":\"body > div:not([id]):not([class]) > .exit-popup\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has\",{\"selector\":\"> [class^=\\\"profile\\\"]\",\"tasks\":[[\"has-text\",\"/Партнер|Реклама/\"]]}]]}]","[{\"selector\":\".commercial-branding > div script ~ div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding > div script ~ div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding article > div:only-child > div:first-child + div > div > div:first-child + div\",\"action\":[\"style\",\"box-shadow: none !important\"],\"cssable\":true},{\"selector\":\".commercial-branding\",\"action\":[\"style\",\"margin-top: unset !important; margin-bottom: unset !important\"],\"cssable\":true},{\"selector\":\"div:has(> div[style^=\\\"min-height:\\\"]) > p ~ div\",\"tasks\":[[\"has-text\",\"Продолжение истории после рекламы\"]]}]","[{\"selector\":\"[class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/новости партнеров/i\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.cnews.ru/redirect.php\\\"]\",\"tasks\":[[\"has-text\",\"Дзен\"]]}]","[{\"selector\":\"#branding-layout > * > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"#branding-layout > a\",\"action\":[\"style\",\"width: 0 !important; height: 0 !important; left:-10000px !important\"],\"cssable\":true},{\"selector\":\"#branding-layout\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"#branding-layout:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".columns-layout__right > div > div[id][class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".material-list__item\",\"tasks\":[[\"has\",{\"selector\":\".content-label\",\"tasks\":[[\"has-text\",\"/Реклама|Pеклама/\"]]}]]},{\"selector\":\".rightPart > div\",\"tasks\":[[\"has-text\",\"Реклама 18+\"]]},{\"selector\":\":not(.nba-global-nav-wrapper) + #branding-layout:not(#id)\",\"action\":[\"style\",\"margin-top: 96px !important\"],\"cssable\":true},{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .aside-news-list__advert\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"[data-content-name=\\\"banner-static\\\"]\",\"action\":[\"style\",\"position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important\"],\"cssable\":true},{\"selector\":\"body > div[id][style=\\\"padding-top: 306px; margin-top: 0px;\\\"]\",\"action\":[\"style\",\"padding-top: 96px !important\"],\"cssable\":true},{\"selector\":\"body.img-bg\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.is-fixed\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #a7a7a7 !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"М.Видео\"]]}]]}]","[{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .Organic-Subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]}]","[{\"selector\":\"#search-result > .serp-list__card\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".page__result .typo\",\"tasks\":[[\"has-text\",\"/^новости партн/i\"]]},{\"selector\":\".scroller__wrap > div[class^=\\\"minibadge\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".serp-item .label\",\"tasks\":[[\"has-text\",\"реклама\"]]}]]}]","[{\"selector\":\"body[class*=\\\"page_q\\\"] .top-root > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div + div > div[style] > div[style] > div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > span ~ div > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class$=\\\"_visible\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"[class$=\\\"icon\\\"] ~ [class]\",\"tasks\":[[\"has-text\",\"Рекламы нет\"]]}]]}]","[{\"selector\":\".article_block\",\"tasks\":[[\"has\",{\"selector\":\"> p > i\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]]},{\"selector\":\"a[href^=\\\"https://keysforgamers.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"body[style] > .vgt_orig_bg\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"html > body[style] > :not(.vgt_orig_bg)\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body[style]\",\"action\":[\"style\",\"pointer-events: none !important; padding-top: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"oframe\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"/adblock|adblok|адблок|блокировщик|блокировку|фрибет/i\"]]}]]}]","[{\"selector\":\"article > p\",\"tasks\":[[\"has-text\",\"/отключите блокировку рекламы!$/\"]]}]","[{\"selector\":\"div[id^=\\\"brid-player\\\"] ~ p\",\"tasks\":[[\"has-text\",\"AdBlock\"]]}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapp__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"playlist-player-branding-\\\"] ~ .playlist-player\",\"action\":[\"style\",\"max-width: 1155px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Branding_container_\\\"]\",\"action\":[\"style\",\"margin-top: unset !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article > .onadlable ~ .js-mediator-article a[href]:not([href^=\\\"/\\\"]):not([href^=\\\"#\\\"]):not([href*=\\\"3dnews.\\\"])\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"video[autoplay=\\\"autoplay\\\"]\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"body [data-revive-id] ~ script ~ [id][class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"html:not([class]):not([style]) > body:not([itemscope]) > div[id] > div[id][href]\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html[style]:not([style=\\\"\\\"]) > body [class]:not([id]):not(div):not([style]) :not(div)[class][id]\",\"action\":[\"style\",\"min-height: 0 !important; height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"sidebar_container_\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#alert > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#alert\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: black !important; cursor: default\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#new_logo_helper01\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".sidebarfix\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[role=\\\"tabpanel\\\"] > div.MuiBox-root\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#container:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subbody\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\".big-ad-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id) > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"pointer-events: none !important; background-color: #eff1f2 !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".static_content\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class*=\\\"modal-\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div.overflow-hidden + .block-sidebar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fancybox-enabled\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#trend\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".nav-line\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: rgb(255, 255, 238) !important\"],\"cssable\":true}]","[{\"selector\":\".content > .sect-header\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".full\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".popular-in\",\"action\":[\"style\",\"padding-top: 80px !important\"],\"cssable\":true},{\"selector\":\".sticky-wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".wrap > .popular\",\"action\":[\"style\",\"visibility: visible !important\"],\"cssable\":true},{\"selector\":\"main > .wrap-center\",\"action\":[\"style\",\"margin-left: auto !important; margin-right: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/uploads/\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".single\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".need-friends\",\"action\":[\"style\",\"margin-top: 125px !important\"],\"cssable\":true}]","[{\"selector\":\".content > .media\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\"article.full > div .skrin ~ div\",\"action\":[\"style\",\"border: unset !important; background-color: unset !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"padding-block-start: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".fon_site_pic\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".htitle\",\"action\":[\"style\",\"margin-left: 0 !important; left: 150px !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"margin-left: 0 !important; left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .standard\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"]\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"nav[role=\\\"navigation\\\"] > ul\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wr-bg\",\"action\":[\"style\",\"padding-top: 60px !important; margin-top: unset !important; top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu .sar\",\"action\":[\"style\",\"bottom: auto !important; top: 50px !important; z-index: 100 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"]\",\"action\":[\"style\",\"background-image: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".drowmenu\",\"action\":[\"style\",\"z-index: 1999999999 !important\"],\"cssable\":true},{\"selector\":\".list-nav\",\"action\":[\"style\",\"z-index: 1 !important\"],\"cssable\":true},{\"selector\":\"body > .main.wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > header\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\".topside\",\"action\":[\"style\",\"max-width: 99.8% !important\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".native-brand ~ section.main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".native-brand\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"erid=\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > a.bsec[href=\\\"#\\\"]\",\"action\":[\"style\",\"top: 31px !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-wrap > .lenta\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".lenta-wrap\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"user-data-grid\\\"]\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#blink2[color=\\\"red\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; color: #837e6e !important\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"pos\\\"] > a > img[src*=\\\"audioportal.su/!!!ads/!rotator/\\\"]\",\"action\":[\"style\",\"zoom: 0.1 !important; filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".av-branding .page\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".av-branding\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test-id=\\\"avia_form\\\"] > div[class*=\\\"footer\\\"] label\",\"action\":[\"style\",\"zoom: 2 !important; color: #f57c00 !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\".avito-ads-container\",\"action\":[\"style\",\"margin: 0 !important; min-height: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".app-branding\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\".application\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.stop-scroll\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".promo-background\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".topserial\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header--short.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#userTabs\",\"action\":[\"style\",\"float: none !important\"],\"cssable\":true}]","[{\"selector\":\"#oframeflashcontent > pjsdiv[style*=\\\"transition: transform\\\"]\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\"video\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .page\",\"action\":[\"style\",\"padding-top: 144px !important\"],\"cssable\":true}]","[{\"selector\":\"div[style=\\\"position:absolute;left:0px;top:0px;width:240px;margin-top:660px\\\"]\",\"action\":[\"style\",\"position: relative !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside#sidebar\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .block0\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.cookielaw-blur-background > *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"html > head ~ body\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#content-padding > *\",\"action\":[\"style\",\"color: black !important\"],\"cssable\":true},{\"selector\":\"#content-padding\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true}]","[{\"selector\":\"[data-alias=\\\"Copyright\\\"] .widget-area > .widget_text:last-child\",\"action\":[\"style\",\"border-style: none !important\"],\"cssable\":true}]","[{\"selector\":\".alltop1\",\"action\":[\"style\",\"margin-bottom: 30px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap_nd .page-head\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body-branding\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.access *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"body.access\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"width: auto !important; position: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#art-main\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\".bg-top-menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header.header-wrapper\",\"action\":[\"style\",\"padding-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .widget_header .header_icons\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .lang_switcher\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".scroll-content.disable-scrolling\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"body.overflow--hidden\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\".l-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-sidebar > .sticky-vertical\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://kik.cat/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"www.dns-shop.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".blur-image\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".back_bottom > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContainer\",\"action\":[\"style\",\"cursor: auto !important; padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#snow\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\"header[class=\\\"header -transparent\\\"]\",\"action\":[\"style\",\"background: #e0e0e0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\".pocaz\",\"action\":[\"style\",\"width: 10px !important; height: 10px !important; position: fixed !important; top:-100px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style*=\\\"width\\\"][style*=\\\"margin\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout > main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".island_overflow-initial > .feature_wide\",\"action\":[\"style\",\"margin: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-cell > div[id]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#timer_2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".header-space\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.blocked\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".dl-content > .ageLimit ~ [class$=\\\"-player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".dl-content\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper.full\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body > [id]:not([style])\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".adb\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".forumAd\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".navbar_notice\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #right ~ .middle\",\"action\":[\"style\",\"margin-right: 4px !important\"],\"cssable\":true}]","[{\"selector\":\".contentWrap .lcWrap\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"matches-path\",\"-erid-\"],[\"spath\",\" a[href*=\\\"go.vc.ru\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"-erid-\"],[\"spath\",\" .block-special-button\"]]},{\"selector\":\".author__avatar video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".comment-media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\"html\",\"action\":[\"style\",\"--layout-header-height-large: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"#left-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true},{\"selector\":\"#right-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".td-header-sp-logo\",\"action\":[\"style\",\"max-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".fader-social\",\"action\":[\"style\",\"position: fixed !important; top: -10000px !important; opacity: 0 !important; z-index: -9999 !important\"],\"cssable\":true}]","[{\"selector\":\".social-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"min-width: 700px !important\"],\"cssable\":true}]","[{\"selector\":\".header.fixed .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".right_column_content > .block_news\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"header.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .eva\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"#content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .light-line\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".justify-content-center > .col[id]\",\"action\":[\"style\",\"max-width: max-content !important\"],\"cssable\":true},{\"selector\":\"body > footer\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"main#mainContainer\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#search_panel > .panel-body\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"body > .root\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .obertka-in\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap > .block\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".maincontent\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body-wrap > #content\",\"action\":[\"style\",\"margin-top:42px !important\"],\"cssable\":true}]","[{\"selector\":\"[data-bookmaker-id]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".sitemaker > .grid > .sm-responsive-full-width\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".jnrGz\",\"action\":[\"style\",\"height: calc(var(--vh, 1vh)*100 - 1px) !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"?erid=\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".ftips-branding .td-main-page-wrap\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding-ad + div\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding.td_category_template_1 .td-category-header\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"max-width: 1600px !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#advert\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 6px !important\"],\"cssable\":true}]","[{\"selector\":\".fix_block > nav\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".fix_block\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body.pagefullbg\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow-y: auto !important; position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"container-content\\\"] > div[class^=\\\"obolox\\\"]\",\"action\":[\"style\",\"margin-top: 52px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .container\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true}]","[{\"selector\":\"#content.site-max-width\",\"action\":[\"style\",\"margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div[id] > div[id]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #303030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://artline.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://bit.ly/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://compx.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://rozetka.com.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContent > section:first-of-type\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".roarticlecol\",\"action\":[\"style\",\"top: 2px !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class] > div[class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class]\",\"action\":[\"style\",\"padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"js-nh\\\"]\",\"action\":[\"style\",\"margin-top: 115px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad-300 + .w\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".main.with-top-menu\",\"action\":[\"style\",\"padding-top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: default !important; pointer-events: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".maps .maps-block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".project-maps .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".project-weather .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"margin-bottom: 20px !important\"],\"cssable\":true}]","[{\"selector\":\"#navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".newsfeed\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video_content\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://www.goha.ru/~\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper__content-inner:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wallpapers > [class^=\\\"wallpapers__item\\\"]\",\"action\":[\"style\",\"margin-right: unset !important; width: 320px !important\"],\"cssable\":true}]","[{\"selector\":\".main-block .main-inner-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".rightColumn > .darkPart\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"footer.pageContainer\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#header_box\",\"action\":[\"style\",\"height: auto !important; min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#link-b\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #f5f5f5 !important\"],\"cssable\":true}]","[{\"selector\":\"img[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"ya\\\"][href*=\\\"cc\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > .menu\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".jirrua\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"] > [id$=\\\"er\\\"]:nth-child(-1n+3)\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".main .header\",\"action\":[\"style\",\"padding-top: 94px !important\"],\"cssable\":true},{\"selector\":\".showfull .header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".short-poster > img\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".page-branded\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".article__bg\",\"action\":[\"style\",\"left: 49% !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\".right-column > .b-newsfeed > span\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_container\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".footer_container\",\"action\":[\"style\",\"height: auto !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video-stream > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".video-stream\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".preview-section .vertical-video__play-icon-wrapper\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#totalbg\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"#id_box_r_y1\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true},{\"selector\":\"#idbbbad\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".footer-slow-download__btn\",\"action\":[\"style\",\"color: #57a216 !important; font-size: 19px !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\"div#main\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"table.lista[width=\\\"100%\\\"][style] > tbody > tr > td.header[width=\\\"110px\\\"]\",\"action\":[\"style\",\"color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"body > .page__wrapper\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fltext\",\"action\":[\"style\",\"background: none !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://rdr.fmcgsd.net/in/offer/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"utm_\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href^=\\\"https://ek.ua/ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"body.age-popup-active\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#content > #header > div[style^=\\\"height: 94px;\\\"]\",\"action\":[\"style\",\"height: 6px !important\"],\"cssable\":true},{\"selector\":\"#content > #header\",\"action\":[\"style\",\"height: 220px !important; background-position-y: -100px !important\"],\"cssable\":true},{\"selector\":\"#right > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"td.left[width=\\\"200\\\"][valign=\\\"top\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".headerNotify_hasUnread .nbl-simpleControlButton\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .content-main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.watch > div[class]:not([id]):not([style]):nth-child(-1n+2)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"body.watch > header.ivi-top\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_content_table > .left.column\",\"action\":[\"style\",\"margin-right: 0 !important; width: 100% !important\"],\"cssable\":true},{\"selector\":\".body_wrapper\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".deskadv\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; height: 21px !important\"],\"cssable\":true},{\"selector\":\".fullscreen_branding ~ .body_content_table\",\"action\":[\"style\",\"margin-top: 0 !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".left.column > #question.dialog_thanks\",\"action\":[\"style\",\"left: 67% !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > #header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > .tm-wrapper > .tm\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".branding .main__container\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper .container\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > #wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".comments_form\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".ten_ears_wrap\",\"action\":[\"style\",\"margin: 35px auto 0 auto !important\"],\"cssable\":true},{\"selector\":\".ten_topbar\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .menu_wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #bdbdbd !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 40px !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#embed-video > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true},{\"selector\":\".navbart > a[href] > .spin\",\"action\":[\"style\",\"animation-name: none !important\"],\"cssable\":true},{\"selector\":\".publisher-name > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"wrapper\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper:not(#id)\",\"action\":[\"style\",\"margin-top: 67px !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-background\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".outer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body .header .header-fixed\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body .header\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: black !important\"],\"cssable\":true}]","[{\"selector\":\"#__next > div[class^=\\\"styles_root__\\\"]:first-of-type > div[class^=\\\"styles_root__\\\"]:first-child + div > div:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"#actorListBlock\",\"action\":[\"style\",\"padding-right: 19px !important\"],\"cssable\":true},{\"selector\":\"#header-info-bg\",\"action\":[\"style\",\"background-color: transparent !important; background-image: none !important\"],\"cssable\":true},{\"selector\":\".app div[class^=\\\"device\\\"][class*=\\\" page-main__content\\\"]\",\"action\":[\"style\",\"background-color: black !important\"],\"cssable\":true},{\"selector\":\".app__page > div:not([class*=\\\"media\\\"]):not([class*=\\\"content\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".content-container_app-width_wide\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".desktop-layout-with-sidebar__content > div[class][data-tid]\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\".film-seances-page\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".filmsListNew .info\",\"action\":[\"style\",\"padding-right: 116px !important\"],\"cssable\":true},{\"selector\":\".header-navigation\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".media-post-page > div:not([class*=\\\"media\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".modal-root div[class^=\\\"fullscreen-selector\\\"]\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content > #header-info-bg + div[id]:not([class])\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".page-content > div[id]:not(#header-info-bg):empty + div[id]:not(#top)\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".shadow.shadow-restyle\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".user-subscription-partial-component__subscription-item-text\",\"action\":[\"style\",\"white-space: pre-wrap !important\"],\"cssable\":true},{\"selector\":\"body[class*=\\\"styles_body\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"div > a[aria-label=\\\"КиноПоиск\\\"] ~ div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicInfoSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicMediaSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_videoContainer\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"kinopoisk-media-container_pending\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_headerContainer\\\"] + div[class^=\\\"styles_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_middleContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"user-bar\\\"] > div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_emptyItems__\\\"] div\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_footerContainer__\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_wideContentContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width: 1px;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width:1px\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".center-box2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".subbody2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container > .wrapper-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-detail .section-detail-news\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".gbg\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"newsid_\\\"] > .row0[style=\\\"margin-bottom:8px;\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#allrecords > #t-header + div + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#allrecords > #t-header + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .page-inner\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #app [data-branding-wrapper]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > #app div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-color\",\"value\":\"^rgb\\\\(225, 231, 235\\\\)$\"}]]},{\"selector\":\"body > #app div[style=\\\"display:block !important\\\"] > div:first-child > div:first-child + div > div:first-child + div > div[data-name]:first-child + div\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"://image.krasview.ru/channel\\\"]\",\"action\":[\"style\",\"background-color: #596c84 !important\"],\"cssable\":true}]","[{\"selector\":\"#popup-manager.popup-show + #layout\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".container[style=\\\"max-width: unset;\\\"] > .container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".m-container > #yandex_rtb_R\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".js-scroll-to-site-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".longgrid-list__box\",\"action\":[\"style\",\"justify-content: unset !important\"],\"cssable\":true},{\"selector\":\".topic-body__content > .box-external-video:last-child\",\"action\":[\"remove\",\"\"]},{\"selector\":\".topic-footer > .box-external-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".downloada > .btn\",\"action\":[\"style\",\"font-size: large !important; color: #b4ff00 !important\"],\"cssable\":true},{\"selector\":\".downloada\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".main_shift\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".theme-wrapper > .container > div\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".allpage .currency a\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\":not(.allpageinner) > :not(.header) > .logo > a[href=\\\"/\\\"] > span\",\"action\":[\"style\",\"top: inherit !important; left: inherit !important; font-size: x-large !important; font-weight: bold !important; color: #0183cb !important\"],\"cssable\":true}]","[{\"selector\":\".mainpage > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mdspost > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".pagewide-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".s-layout > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer-logo\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true},{\"selector\":\"img[src=\\\"/vision/footer-logo.png\\\"]\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"background: #1c1e1f !important; color: #fff !important\"],\"cssable\":true},{\"selector\":\".gallery_img_preload\",\"action\":[\"style\",\"position: absolute !important; display: block !important; opacity: 0 !important; margin-top: 155px !important; margin-left: 20px !important; width: calc(100% - 40%);\"],\"cssable\":true},{\"selector\":\".lstfml .footer .links a\",\"action\":[\"style\",\"color: #fff !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #1c1e1f !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"poluchenie-premium-dostupa.html\\\"] > b > .fa-spin\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true}]","[{\"selector\":\"#localNotice .floatleft img\",\"action\":[\"style\",\"height: 70px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".vjs-big-play-button\",\"action\":[\"style\",\"background: #0fc3c3 !important\"],\"cssable\":true}]","[{\"selector\":\".video-js::after\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".category-all #content\",\"action\":[\"style\",\"background-image: none !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#pagewrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topcontainer\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\".n-main-branding-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-width\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".sp-header-block\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".td-ad-background-link #td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\".overlayed .bottom-page.scroll-block\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#videoViewPlayer\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".i-layout__branding-content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".i-layout_branding\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".infobar > .info-block:not(.mail):not(.weather)\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\".hide-dn img\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"main[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".aggregator-page\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#SITE_PAGES > div > div[id]\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-mesh-id]\",\"action\":[\"style\",\"min-height: auto !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page > .content\",\"action\":[\"style\",\"margin-top: 74px !important\"],\"cssable\":true},{\"selector\":\".header-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .navbar\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#gl_pos1\",\"action\":[\"style\",\"min-width: auto !important; width: unset !important\"],\"cssable\":true},{\"selector\":\"#main_tb\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"#move_up[style*=\\\"left: -40px;\\\"]\",\"action\":[\"style\",\"left: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: #f7f8f9 !important\"],\"cssable\":true}]","[{\"selector\":\"body.noscroll\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"body.noscroll::before\",\"action\":[\"style\",\"content: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapp_content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".navbar-default\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: #e8ecff !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #fll\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header > .body\",\"action\":[\"style\",\"margin-top: 54px !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".col-side > .opinion-teaser\",\"action\":[\"style\",\"border-top: none !important\"],\"cssable\":true}]","[{\"selector\":\".main__branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block:hover\",\"action\":[\"style\",\"-webkit-animation: scroll 30s linear 0s infinite !important; animation: scroll 30s linear 0s infinite !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) *\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainWrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".postquotehref\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true},{\"selector\":\"body > .wrap\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-b\",\"action\":[\"style\",\"margin-bottom: 11px !important\"],\"cssable\":true}]","[{\"selector\":\".main__slider > a:not([href^=\\\"https://nrj.ua/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\".wrapper > .header\",\"action\":[\"style\",\"height: 150px !important\"],\"cssable\":true}]","[{\"selector\":\"#home_page\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > .main-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"global-top-menus article_menu_type\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".adv-banner__right\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".quote a.btn\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"a.btn-success[href^=\\\"https://online-fix.me/ext/\\\"]\",\"action\":[\"remove-class\",\"btn\"]},{\"selector\":\"a[href*=\\\":2053\\\"]\",\"action\":[\"remove-class\",\"btn\"]}]","[{\"selector\":\".video-box[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".g-container-outer > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".downloadlink a\",\"action\":[\"style\",\"color: #09c !important; text-decoration: underline !important\"],\"cssable\":true},{\"selector\":\".post-info > div[style^=\\\"width: 730px;\\\"][style*=\\\"#f9f9f9\\\"]\",\"action\":[\"style\",\"background-color: #333 !important\"],\"cssable\":true},{\"selector\":\"body > div\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background-image: none !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"_no_abs\\\"] > *\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"_no_abs\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a.over-hiddenlink-html[target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > [class^=\\\"fix_\\\"]\",\"action\":[\"style\",\"margin-bottom: -5px !important\"],\"cssable\":true}]","[{\"selector\":\"footer\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[value=\\\"Скачать\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"div[class^=\\\"raleas-navbar\\\"] .ad + .ad ~ .all_it\",\"action\":[\"style\",\"left: -206px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important; background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"body > .a\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"pai_thumbz_\\\"][id$=\\\"_side\\\"]\",\"action\":[\"style\",\"background: #363636 !important\"],\"cssable\":true}]","[{\"selector\":\".app > .app__inner[style*=\\\"padding-top\\\"]\",\"action\":[\"style\",\"padding-top: 64px !important\"],\"cssable\":true},{\"selector\":\".footer__inner\",\"action\":[\"style\",\"background-color: var(--color--app__bg) !important; color: var(--color--app__text) !important\"],\"cssable\":true},{\"selector\":\".pub300x250.pub300x250m.pub728x90.text-ad.textAd.textad.textads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important; position: absolute !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"page-story\\\"][class*=\\\"ments\\\"] div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > .header__main\",\"action\":[\"style\",\"background-color: var(--color--header__bg) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #branding\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#dfpPrerollDelay\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article-content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"erid:\"]]}],[\"spath\",\" a[href][rel=\\\"nofollow\\\"]\"]]},{\"selector\":\".bonus-landing-page .panel-collapse > .panel-body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page .panel-default > .panel-heading\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page-faq > .title\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true},{\"selector\":\".dfp-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".gp-game-card .user-profile-sidebar\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"body[data-user-id]\",\"action\":[\"style\",\"background: #242424 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 65px !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"._1z_ ._21_\",\"action\":[\"style\",\"width: 1000% !important; height: 1000% !important; position: absolute !important\"],\"cssable\":true},{\"selector\":\"._1z_\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".banner-advertise\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".open-main-container\",\"action\":[\"style\",\"margin-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[id][class*=\\\" BannerPlace-\\\"]\",\"action\":[\"style\",\"filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\".banner\",\"action\":[\"style\",\"height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".page-element__ads\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".site-logo\",\"action\":[\"style\",\"max-height: 90px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header-main .container .row\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".foundation-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"article vid\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".cookie-paywall-visible div > .article-body-content ~ .article-body-content\",\"action\":[\"style\",\"display: flex !important\"],\"cssable\":true}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topbrandingspot\",\"action\":[\"style\",\"padding-top: 0 !important; background: none !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 130px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad_global_below_navbar\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\"#header ~ *\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\".above_body > div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#js-content\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#app > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"footer\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"WithRightBarWrapper\\\"] > div[class*=\\\"AutoAppContainer\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\".ad_branding_main > div[class]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child > div\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.lock\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding .main-content\",\"action\":[\"style\",\"margin-top: 90px !important\"],\"cssable\":true},{\"selector\":\".poster-grid-item > a[target=\\\"_blank\\\"]:first-child\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"html[xmlns]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".page__text > div[style^=\\\"color:\\\"] + p\",\"action\":[\"style\",\"margin-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-column > .right-adv-container\",\"action\":[\"style\",\"top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".b-global-branding[branding_url*=\\\"http\\\"] .b-global-wrap\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".b-global-wrap > .b-global-offset\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[id*=\\\"-error-page\\\"] > p\",\"action\":[\"style\",\"height: 0 !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-container\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"header[class^=\\\"header--standard\\\"]\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"locked\\\"] .example\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > #content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"_spiegelWrapper\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"PageMediaContentVideo_mainContent\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Page_main\\\"][style*=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".m-blur\",\"action\":[\"style\",\"filter: none !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .all-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) .bottom-bar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper > #wrap\",\"action\":[\"style\",\"padding: 0 10px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow-x: hidden\\\"]\",\"action\":[\"style\",\"overflow-x: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#FheaderContent > div[id]:not([class])\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subheader\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"color: #00bfff !important\"],\"tasks\":[[\"matches-path\",\"topic=51666\"],[\"spath\",\" .dats > a[href=\\\"javascript:pasteN('AlAvis')\\\"] > b\"]]},{\"selector\":\".tpc > .post > a[href]\",\"action\":[\"style\",\"word-break: break-all\"],\"cssable\":true},{\"selector\":\".tpc > .post > table[width] > tbody > tr > .lgf\",\"action\":[\"style\",\"word-break: break-word\"],\"cssable\":true}]","[{\"selector\":\".header20-00\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#body_container\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".menu[role=\\\"navigation\\\"] div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"aside > div[class]:first-child div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body--brranding > .content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-ns-portal] .branding[data-page] div[class^=\\\"content_\\\"] > div[class^=\\\"bottom\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"[data-ns-portal] .branding[data-page]\",\"action\":[\"style\",\"--grid-breakpoint-lg: unset !important; margin-top: unset !important; width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div\",\"action\":[\"style\",\"max-width: 1280px !important\"],\"cssable\":true},{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div:first-child > div:first-child + div > div:not(:last-child)\",\"action\":[\"style\",\"margin-right: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"articleBlockViqeo_\\\"][class*=\\\"notReady_\\\"]\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mfp-content\",\"action\":[\"style\",\"background-color: #ddd !important\"],\"cssable\":true},{\"selector\":\".mfp-wrap\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout-without-banner\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".Entry__content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"/Erid:/\"]]}],[\"spath\",\" a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"html.dark > body\",\"action\":[\"style\",\"background-color: #171717 !important\"],\"cssable\":true},{\"selector\":\"html:not(.dark) > body\",\"action\":[\"style\",\"background: initial !important\"],\"cssable\":true}]","[{\"selector\":\"#app > .items-center > div[class]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".top_bg\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".abp\",\"action\":[\"style\",\"transform: none !important; direction: ltr !important\"],\"cssable\":true}]","[{\"selector\":\".promotion .h-layoutWide\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-site-body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main_body > .block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"#site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_top\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#cn-content.playlists-iframe\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".btn-download\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".tab__sport a[href^=\\\"https://www.championat.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#outer-top\",\"action\":[\"style\",\"padding-top: initial !important\"],\"cssable\":true}]","[{\"selector\":\".admineditor-menu\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-middle-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#branding-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-dummy:not(#id)\",\"action\":[\"style\",\"min-height: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"#site_container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html #globalcontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html .above_body\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html body > div[id][class]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"background-color: #dbdbdb !important\"],\"cssable\":true},{\"selector\":\"html.home > body idiv[class][id]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true},{\"selector\":\".header-inner\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true}]","[{\"selector\":\".redirect-button\",\"action\":[\"style\",\"pointer-events: auto !important; opacity: 1 !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-tooltips-container > .tooltip-container\",\"action\":[\"style\",\"top: 43px !important; position: fixed !important\"],\"cssable\":true},{\"selector\":\".lenta_scrollable.poster\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\"body.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"html.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none !important; cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #e8e8e8 !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(.path-frontpage) .page-main\",\"action\":[\"style\",\" min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".site-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".post_content.newsletter\",\"action\":[\"style\",\"max-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#comments_block\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\".embed-instagram > iframe\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header-menu-bg\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".dwrp\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topper_up\",\"action\":[\"style\",\"height: 88px !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tp-widget-pinned-post-item__title > a\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tBlurred\",\"action\":[\"style\",\"-webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html[prefix] > body\",\"action\":[\"style\",\"background-color: #202030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html.bx-no-touch button[data-analytics$=\\\"-watch-with-ads-btn\\\"]\",\"action\":[\"style\",\"min-width: 0 !important; max-width: unset !important; width: 115px !important; overflow: hidden !important; padding-left: 15px !important\"],\"cssable\":true}]","[{\"selector\":\"iframe.youtube-video:not([src*=\\\"//utraff.com/\\\"])\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".head-top\",\"action\":[\"style\",\"position: absolute !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: #091016 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #ffffff !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .container\",\"action\":[\"style\",\"padding-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"#site\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".right-banner > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"adpool.bet/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper > #main\",\"action\":[\"style\",\"overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\".navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".right-column > .sticky-box\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".colorAdmin\",\"action\":[\"style\",\"color: black !important; font-weight: 100 !important; font-size: 8px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"right-block\\\"][style^=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-filter:none !important; filter: none !important\"],\"cssable\":true},{\"selector\":\".fancybox-lock body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrap\",\"action\":[\"style\",\"margin-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#cmain\",\"action\":[\"style\",\"margin-left: unset !important\"],\"cssable\":true}]","[{\"selector\":\".with-cookies-agreements .channels-line\",\"action\":[\"style\",\"top: calc(70px + 0px) !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .wrapper\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable > div\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable\",\"action\":[\"style\",\"padding-top: 0 !important; background-image: none !important; pointer-events: none !important; background-color: #ECEFF2 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: #ECEFF2 !important\"],\"cssable\":true}]","[{\"selector\":\"div[style^=\\\"min-height: 100vh;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[data-video_status=\\\"paused\\\"] .buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"ul.tabsmenuverch li\",\"action\":[\"style\",\"padding-right: 2px !important; padding-left: 2px !important\"],\"cssable\":true}]","[{\"selector\":\".JoinForm__notNow\",\"action\":[\"style\",\"font-weight: bold !important; color: red !important; border: 3px solid red !important; padding: 6px !important\"],\"cssable\":true}]","[{\"selector\":\"body.video_showcase #page_body\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoGrid.video_items_list\",\"action\":[\"style\",\"max-width: 97% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoLayout\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".ly.header\",\"action\":[\"style\",\"top: -1px !important\"],\"cssable\":true},{\"selector\":\".onair[style^=\\\"height:\\\"] > .onair_wrapper > [name=\\\"btn_air_close\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\".onair_wrapper\",\"action\":[\"style\",\"position: relative !important; bottom: unset !important; right: unset !important; -webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".vjs-poster\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".block-type-widget-area\",\"action\":[\"style\",\"min-height: 0 !important; box-shadow: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #layout-center > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #layout-center\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"td[width=\\\"100%\\\"][valign=\\\"top\\\"][class^=\\\"post\\\"] > .postcolor > img\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".full-banner-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.td-animation-stack-type0 .post img\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\"body.td-animation-stack-type0 .td-animation-stack .entry-thumb\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body.home\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/storage/app/resources/\\\"][style*=\\\"blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header + .banner\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".p_wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".eael-sticky-video-wrapper > #videobox\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".dpbAll\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"transform: none !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #f1f3f6 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: hidden !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\".document_overflow-scroll_yes:not(.document_new-year-feed-own-scroll_yes) body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [class^=\\\"content--article-\\\"] [style^=\\\"opacity:\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [data-appid] > [itemscope] > div > div[id]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" div\"],[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"article-bottom-block\"}],[\"spath\",\" > [class*=\\\"social\\\"] ~ div\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/articles\"],[\"spath\",\" div:has(> article > [class*=\\\"adBox\\\"])\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/articles\"],[\"spath\",\" div:has(> article > div > [class*=\\\"image\\\"]:empty)\"]]},{\"selector\":\"article\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"/direct|mytarget/\"}]]}]]},{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/data-[a-z0-9]/\",\"value\":\"bottom-ad\"}]]},{\"selector\":\"div[class*=\\\"dzen-wrapper-with-top-content-desktop__topContent-\\\"]\",\"action\":[\"style\",\"grid-template-columns: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class] > [id] > div[style*=\\\"important\\\"]\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"news-site-\\\"][class*=\\\"skeleton\\\"]\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".b-page_type_maps div[class$=\\\"__content\\\"] > [class$=\\\"__ad\\\"] > div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".climate-calendar__cell\",\"action\":[\"style\",\"width: 13.8% !important; -webkit-flex-basis: 13.8% !important; flex-basis: 13.8% !important\"],\"cssable\":true}]","[{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".b-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".head-stripe\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".monetization-group > .monetization-group__item\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".serp-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".suggest2_align_center[data-bem*=\\\"weather_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.b-page > .b-page__container .card.content__adv.card\",\"action\":[\"style\",\"margin-bottom: unset !important; padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"ComposeDoneScreen\\\"] *\",\"action\":[\"style\",\"height: auto !important; min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".b-page.overlay\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true},{\"selector\":\".b-page[style*=\\\"padding-right:\\\"]\",\"action\":[\"style\",\"overflow-y: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".StationPage__centralArea\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true}]","[{\"selector\":\".top-line + header.main\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#sitebox:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".content:not(#id)\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".branding_wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".branding_wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > header\",\"action\":[\"style\",\"margin-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".rotate-block\",\"action\":[\"style\",\"display: table !important\"],\"cssable\":true},{\"selector\":\"aside > div[class^=\\\"styled__SidebarWrap-\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#_id_main_content\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".b_header\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"#js_col_left > .l-sticky\",\"action\":[\"style\",\"position: relative !important; top: unset !important\"],\"cssable\":true},{\"selector\":\".l-sticky:has(.forecast:empty) ~ .js-news-feed > .news-feed\",\"action\":[\"style\",\"top: 166px !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".article_inner.news_content_inner + .sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".main_content\",\"action\":[\"style\",\"margin-top: 12px !important\"],\"cssable\":true}]","[{\"selector\":\".g-banner__news-footer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".g-relative > .forecast\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".l-col-100h\",\"action\":[\"style\",\"min-height: 0 !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".g-icon-big.g-play::after\",\"action\":[\"style\",\"bottom: calc(50% - 55px) !important; left: calc(50% - 55px) !important; cursor: pointer !important\"],\"cssable\":true},{\"selector\":\".js-index-central-column .js-index-doscroll[data-type=\\\"spec\\\"]:has([href*=\\\"erid=\\\"])\",\"action\":[\"style\",\"padding: 1px !important; border-bottom: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\".js-index-doscroll audio[autoplay]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".l-small-width-top-padding\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__body\",\"action\":[\"style\",\"left: 200px !important; right: 200px !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__wrap\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".mt-auto\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".body *\",\"action\":[\"style\",\"opacity: 1 !important; filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#app-canvas .application-mail__layout .layout__column_right\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\"#app-canvas .paginator-container\",\"action\":[\"style\",\"right: 8px !important\"],\"cssable\":true},{\"selector\":\".advert-column\",\"action\":[\"style\",\"width: 0 !important\"],\"cssable\":true},{\"selector\":\".application-mail__wrap > .application-mail__layout > .layout[style*=\\\"grid-template-columns:\\\"]\",\"action\":[\"style\",\"grid-template-columns: 232px 1fr 0 0 !important\"],\"cssable\":true},{\"selector\":\".application_new-toolbar .application-mail:not(.application-mail_webview-mobile) [class*=\\\"top-line-adv\\\"]\",\"action\":[\"style\",\"--letter-list-top-toolbar-height: inherit !important; --letter-list-top-native-adv-height: inherit !important; --scrollable-top-native-adv-height: inherit !important\"],\"cssable\":true},{\"selector\":\".layer-sent-page > .layer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div > .letter-list-item-adv\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > div[style*=\\\"top:\\\"][style*=\\\"position:\\\"][style*=\\\"visibility:\\\"] #app-canvas div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".b-datalist > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".b-letter_thread > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".ph-projects > a[href^=\\\"https://e.mail.ru/messages/inbox?utm_\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > div[style=\\\"position: absolute; visibility: hidden; top: -10000px; left: -10000px;\\\"] > div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#article-root section > main + [class] > div div:not([style])\",\"action\":[\"style\",\"min-height: 0 !important; padding: unset !important\"],\"cssable\":true},{\"selector\":\"body > .block > .tag\",\"action\":[\"style\",\"z-index: 1400 !important; cursor: pointer !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-headline\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-menu\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true},{\"selector\":\".header-banner\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#grid div[class^=\\\"feed__\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article__item_source_viqeo .article__container::before\",\"action\":[\"style\",\"content: initial !important\"],\"cssable\":true},{\"selector\":\".grid__ccol > .tabs-content\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\".grid__header .ph-auth\",\"action\":[\"style\",\"height: 37px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-container\",\"action\":[\"style\",\"height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-modal-projects-overlay\",\"action\":[\"style\",\"top: inherit !important\"],\"cssable\":true},{\"selector\":\".grid__header > .headline\",\"action\":[\"style\",\"height: 40px !important; min-height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__main-col .eventbar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".grid__main-col > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\".grid_blocked #mailbox:not(#id)\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".grid_blocked div[slot=\\\"main-column\\\"] > :nth-child(-1n+2) ~ [class] > [class]\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".ph-project__user-icon-mask\",\"action\":[\"style\",\"mask-image: inherit !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__img\",\"action\":[\"style\",\"max-width: unset !important; min-width: unset !important; height: 5em !important; width: 6.66em !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__text-wrapper\",\"action\":[\"style\",\"max-height: 5em !important; white-space: pre-line !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a\",\"action\":[\"style\",\"max-height: 5em !important; position: static !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a::after\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child ~ li\",\"action\":[\"style\",\"max-width: 660px !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child\",\"action\":[\"style\",\"max-width: 750px !important\"],\"cssable\":true},{\"selector\":\".tv-widget > .vk-video\",\"action\":[\"remove\",\"\"]},{\"selector\":\".weather_right-column .weather__block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-testid=\\\"grid-left-col\\\"] > .logo\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] *\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^90px$\"}]]},{\"selector\":\"[slot=\\\"main-column\\\"] .news-item\",\"action\":[\"style\",\"line-height: 19px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] > .tabs\",\"action\":[\"style\",\"height: 20px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"body > .grid .grid__lcol > .footer\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\"body > .grid .grid__rcol\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .zeropixel ~ div > style ~ div\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class] > :first-child\",\"action\":[\"style\",\"width: 100% !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class]\",\"action\":[\"style\",\"min-width: fit-content !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs > .tabs__item\",\"action\":[\"style\",\"padding: 0 4px !important; font-size: 14px !important\"],\"cssable\":true},{\"selector\":\"div:not(.grid__main-col) > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 20px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] .tabs\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .micro-widgets\",\"action\":[\"style\",\"height: auto !important; margin: auto !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .tabs__container\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"html[style*=\\\"-tgbv\\\"] > body[style*=\\\"position: fixed;\\\"]\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".layout_footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".p-article-bookmakers ~ div a[href^=\\\"https://r.mail.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".media-ui-slider-track div:first-child + div:not([style]):last-child\",\"action\":[\"style\",\"min-height: 0 !important; width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Public__folderContent\\\"]\",\"action\":[\"style\",\"padding-right: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"ReactViewer__root-\\\"]\",\"action\":[\"style\",\"--bottom-banner-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"html.window-loaded .b-video-controls__inside-play-button\",\"action\":[\"style\",\"visibility: visible !important; opacity: 0 !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#custom-background-css\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#downloadAdModal\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#reader_pane\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true},{\"selector\":\"#sinner_container\",\"action\":[\"style\",\"display: block !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_title\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".leaderboard_ad\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true}]","[{\"selector\":\"#summary ~ div:has(> [id^=\\\"cluster-video-ad\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#vO5STmSLgNAkebzSluI8coxpDgsG97g\",\"action\":[\"style\",\"height: 1px !important; min-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".SubjectMenu_desktop.PageLayout-Nav\",\"action\":[\"style\",\"position: sticky !important\"],\"cssable\":true},{\"selector\":\"main > div > div > div\",\"tasks\":[[\"has-text\",\"/rotator|блокировщик/\"]]},{\"selector\":\"main > div:first-child:empty + div:not([class]) > div\",\"action\":[\"style\",\"min-height: 86px !important; height: 86px !important; margin-bottom: -80px !important\"],\"cssable\":true}]","[{\"selector\":\".andropov_video\",\"action\":[\"remove-attr\",\"data-video-play-mode\"]}]","[{\"selector\":\".b-article-content > h2\",\"tasks\":[[\"has-text\",\"букмекер\"]]}]","[{\"selector\":\".body > .body\",\"action\":[\"style\",\"user-select: text !important; -moz-user-select: text !important; -webkit-user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".googlead.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".video-scroll\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" [data-lcp-name*=\\\"anner-\\\"]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" div[data-widget=\\\"banner\\\"]\"]]},{\"selector\":\"[data-lcp-name*=\\\"anner-\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]},{\"selector\":\"div[data-widget=\\\"banner\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]}]","[{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yandex.\\\"][href*=\\\"/clck/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body.wdp-scroll\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|onselectstart|oncontextmenu/\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Для скачивания подождите отсчет таймера...\"]]}]","[{\"selector\":\".playerFlvContainer.mgp_hideControls\",\"action\":[\"style\",\"cursor: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > section[class*=\\\"section details\\\"]\",\"action\":[\"style\",\"padding-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"section\",\"action\":[\"remove-class\",\"brand\"]}]","[{\"selector\":\"videotronic-player\",\"action\":[\"remove-attr\",\"data-video-autoplay\"]}]","[{\"selector\":\".dist-overlay__popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".simple-popup__overlay\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".portal-menu__logo__link\",\"action\":[\"style\",\"width: 90px !important; !important; overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\"body > div:not([id]):not([class]):not([style]):empty\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body iframe[name][style*=\\\"display:none\\\"]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > iframe[name]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > style:empty\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#top_banner:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".advt:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".popup--sticky\",\"tasks\":[[\"has-text\",\"adblock\"]]}]"];
31
- const argsSeqs = [0,1,2,-3,652,3,4,5,-6,-208,209,7,8,9,10,11,12,13,14,15,-16,-208,-209,210,17,18,19,20,21,22,23,24,25,-26,-208,-209,398,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,-44,256,45,46,47,48,-49,160,50,51,52,53,54,-55,205,56,57,58,59,60,-61,326,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,-94,-728,729,95,96,97,98,99,100,-101,159,102,103,104,105,106,107,108,109,110,111,-112,217,113,114,115,-116,728,-117,214,-118,553,119,120,121,122,123,124,125,-126,-297,-727,728,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,-160,-419,728,-160,-625,728,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,-190,210,191,192,193,194,195,196,197,-197,-684,706,198,199,200,-201,-670,-676,-716,725,-201,-202,-203,-673,-674,-676,716,-201,-202,725,204,205,-205,407,206,207,-208,-209,236,-208,-209,237,-208,-209,284,-208,-209,295,-208,-209,458,-208,-209,465,-208,-209,477,-208,-209,485,-208,-209,528,-208,210,-208,-209,586,-208,209,-208,372,209,210,-210,338,-210,355,-210,-412,517,-210,-337,710,-210,284,-210,405,211,212,213,214,-214,215,216,-216,217,217,-217,-520,728,218,219,220,-220,-326,720,-220,-727,728,-220,513,-220,478,-220,691,221,222,223,224,225,-225,-426,583,-225,426,226,-226,371,-226,591,-226,596,-226,604,227,228,229,-230,-231,232,-230,-232,339,-230,382,-230,232,231,233,234,235,238,239,240,-240,728,-241,242,241,243,244,245,246,247,248,249,-250,251,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,-267,312,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,-285,731,286,287,288,289,-290,291,-290,552,292,293,294,296,-297,-727,728,298,299,300,301,302,303,304,-305,728,306,307,308,309,-310,589,311,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,-340,-341,714,-340,341,341,-341,-728,729,-342,343,-342,418,344,-344,642,345,346,347,348,349,350,351,352,353,354,-356,357,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,373,374,375,-376,377,-377,576,-377,553,378,379,-380,728,381,383,384,385,386,387,388,389,390,391,392,-393,-727,728,393,394,395,396,397,-397,409,-398,703,-398,486,-398,490,-398,489,-398,487,-398,488,-398,536,-398,605,399,400,401,402,403,404,406,408,410,-411,412,412,-412,441,413,414,415,416,417,-420,728,421,422,423,424,425,427,428,-429,728,430,431,432,433,434,435,-436,437,437,438,439,440,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,459,-460,461,-461,649,462,-462,-587,649,463,464,466,467,468,469,-470,684,471,472,473,474,475,476,477,478,479,-480,712,480,481,482,483,484,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,514,515,516,518,519,521,522,523,524,525,526,527,529,530,531,532,533,534,535,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,554,555,556,557,558,559,-560,562,560,561,563,564,565,566,567,568,569,570,571,572,573,574,575,577,578,579,580,581,582,583,584,-585,-709,713,588,589,590,592,593,594,595,597,598,599,600,601,602,603,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,643,644,645,646,647,648,649,650,651,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,-671,-672,-673,716,672,-673,-674,-676,716,675,677,678,679,680,681,682,683,684,-684,685,-686,-688,689,686,-686,688,687,690,-692,693,692,694,695,696,-697,699,-698,699,700,701,702,704,705,707,708,-708,715,-709,713,711,712,713,717,718,719,721,722,723,724,726,-727,728,728,-728,729,730,732];
32
- const hostnamesMap = new Map([["sib.fm",1],["glianec.com",2],["vk.com",3],["vk.ru",5],["dni.ru",6],["gazeta1.com",7],["stopgame.ru",8],["bookskeeper.ru",11],["www.zoneofgames.ru",12],["zx-pk.com",13],["radiokot.ru",14],["mundolatino.org.ua",15],["novate.ru",16],["nintendo.moy.su",17],["alcodistillers.ru",18],["lion-tv.org",19],["newstudio.tv",20],["mobzon.ru",24],["videomin.ws",25],["tvvse.my1.ru",26],["liveangarsk.ru",27],["tut.by",28],["myshows.me",29],["lifehacker.ru",30],["wotsite.net",31],["electric-house.ru",32],["ixbt.com",33],["myfreeproject.com",37],["uniongang.net",38],["uniongang.org",38],["clib.me",39],["24warez.ru",40],["meteonova.ru",41],["armourbook.com",42],["oko-planet.su",43],["newdaynews.ru",44],["versia.ru",45],["ovego.tv",46],["drive2.com",47],["drive2.ru",47],["vkfaces.com",48],["planet-today.ru",49],["vsplanet.net",50],["efxi.ru",51],["old.myshows.me",52],["1news.com.ua",53],["seasonvar.one",54],["ekabu.ru",56],["ua-football.com",57],["cq.ru",58],["comss.ru",59],["fishki.net",60],["zhzh.com.ua",62],["zhzh.info",62],["syl.ru",63],["glavnayatema.com",64],["amic.ru",65],["tsn24.ru",66],["sovetromantica.com",67],["vomske.ru",69],["howdyho.net",70],["howdyho.pro",70],["racurs.ua",71],["vedomosti-ua.com",72],["forum.materinstvo.ru",73],["stalker-mods.clan.su",74],["stalker-mods.su",74],["procherk.info",76],["world-knigi.ru",77],["dorognoe.ru",78],["infosmi.net",79],["argumentiru.com",80],["kafanews.com",81],["nikcenter.org",82],["gamemag.ru",83],["24smi.org",84],["selezen.club",85],["selezen.net",85],["selezen.org",85],["bilshe.com",86],["anime-joy.ru",87],["animejoy.ru",87],["animejoy.site",87],["iphones.ru",88],["kovi.ru",89],["433175.ru",90],["molbuk.ua",91],["calorizator.ru",92],["orsk.ru",93],["chis-chernomorsk.com.ua",94],["f1analytic.com",95],["f1ua.org.ua",95],["cofp.ru",96],["sho.org.ua",97],["24.cv.ua",98],["tele.ru",99],["sobesednik.ru",100],["aramil.city",101],["koolinar.ru",102],["e-news.pro",103],["e-news.su",103],["compromat.group",104],["vokrug.tv",105],["fukushima-news.ru",106],["do4a.net",107],["4mama.ua",108],["mediaryazan.ru",111],["siver.com.ua",112],["football-ukraine.com",113],["kerch.fm",114],["kommersant.ru",115],["sport.tut.by",116],["infox.ru",117],["provladimir.ru",119],["igromania.ru",120],["ascnb1.ru",121],["yaizakon.com.ua",122],["auto62rus.ru",123],["te.ua",124],["gorod24.online",125],["unian.net",126],["unian.ua",126],["trueua.info",127],["gubkinskiy.com",128],["allboxing.ru",129],["sport-kr.com.ua",131],["interface31.ru",132],["pkzsk.info",133],["stravy.net",134],["fainaidea.com",136],["profootball.ua",138],["bitva-ex.ru",140],["photolessons.org",141],["progolovne.ck.ua",142],["rg-adguard.net",143],["news.center4.me",144],["obzor-new.ru",145],["softfl.ru",145],["forum.taxiservice.com.ua",146],["buhgalter911.com",147],["ovgorskiy.ru",151],["kino-archive.ru",152],["pravdanews.info",153],["ruspravda.info",153],["burninghut.ru",154],["igrigo.net",155],["rintor.info",156],["rintor.net",156],["allpravda.info",157],["geo-politica.info",157],["globalwarnews.ru",157],["inosmi.info",157],["news24today.info",157],["polit-mir.ru",157],["pravdoryb.info",157],["putin24.info",157],["vnn24.ru",157],["life.ru",158],["kinokordon.net",159],["newsomsk.ru",160],["programmersforum.ru",161],["24boxing.com.ua",162],["kavkaz-uzel.eu",163],["superhumor.ru",164],["voffka.com",164],["cikavosti.com",165],["zanmsk.ru",166],["pogoda.ru",167],["redfm.ru",168],["android-club.ws",169],["versii.if.ua",170],["selomoe.ru",171],["proufu.ru",172],["smi2.ru",173],["tass.ru",174],["kanobu.ru",175],["aliexpress.ru",176],["mirnov.ru",177],["joker.ykt.ru",178],["zhenskoe-mnenie.ru",179],["onliner.by",180],["yap.ru",181],["yaplakal.com",181],["arbatmedia.kz",182],["day.kyiv.ua",182],["dokumental.ru",183],["radiorecord.fm",183],["ria-m.tv",183],["apostrophe.ua",184],["hvylya.net",185],["novorosinform.org",184],["sharknews.ru",184],["tehnowar.ru",184],["tochka.net",188],["topdaynews.ru",184],["wworld.com.ua",184],["fit4power.ru",191],["ytronews.ru",192],["bibe.ru",193],["primpogoda.ru",194],["nsn.fm",195],["popcake.tv",196],["mignews.com",197],["dachnye-sovety.ru",198],["argumenti.ru",199],["drivenn.ru",200],["nashamama.com",201],["benzin-price.ru",202],["thg.ru",203],["gsett.ru",204],["sm.news",205],["prsport.net",206],["sovsport.ru",207],["vmgu.ru",208],["2gis.by",209],["2gis.kz",209],["2gis.ru",209],["myshared.ru",210],["headinsider.net",211],["remontka.pro",212],["seo-master.org",213],["seosprint.net",213],["vip-prom.net",213],["nowa.cc",214],["softlab-portable.net",215],["dusterclubs.ru",216],["bt.kubyshka.org",217],["vlab.su",218],["nwcod.com",219],["trupornolabs.org",220],["stalker-2-2012.ucoz.net",222],["bwtorrents.ru",223],["grinkod.spb.ru",224],["mirknig.su",225],["mymirknig.ru",225],["ok.ru",226],["forums.overclockers.ru",227],["avtorambler.com",228],["rambler.ru",229],["utro.ru",232],["cnews.ru",233],["sports.ru",234],["ya.ru",235],["yandex.ru",240],["yandex.*",247],["vgtimes.ru",250],["2es.work",251],["adventuretime.ru",251],["ani.wtf",251],["cdnpotok.com",251],["cdntelesee.com",251],["cdntvpotok.com",251],["chepok.xyz",251],["domatv.net",251],["hdone.net",251],["hdru.net",252],["hindcine.tv",251],["kipolino.site",251],["klplayer.website",251],["liveball.my",251],["liveball.uno",251],["liveball.*",251],["liveball7.gq",251],["liveball8.ml",251],["luxurytv.online",251],["oneliketv.com",251],["phys-kids.com",251],["pokaz.me",251],["rxtv.github.io",251],["strah.video",251],["t1pochek.site",251],["tip0chek.site",251],["tipochek.xyz",251],["volley.ru",251],["worldvideo.site",251],["sntch.com",254],["informator.ua",255],["aif.ru",256],["ain.ua",259],["bit.ua",262],["budport.com.ua",265],["ko.com.ua",268],["kv.by",271],["livejournal.com",274],["mc.today",277],["oper.ru",280],["pay-day.ru",283],["sc2tv.ru",285],["userstyles.org",288],["zakarpatpost.net",288],["game-pool.ru",290],["2pay-day.ru",292],["4video.adult",292],["baskino.film",293],["dnepr.info",293],["dugtor.ru",294],["filmitorrent.net",296],["filmitorrent.site",296],["jetsetter.ua",293],["kinoafisha.ua",293],["kinobar.vip",293],["kinoukr.com",293],["konohatv.life",293],["ladys.media",293],["moskva.fm",293],["nnm-club.me",298],["nnmclub.ro",298],["nnmclub.to",298],["roem.ru",293],["rusfootball.info",293],["utorr.cc",296],["vc.ru",301],["virusinfo.info",304],["xxxadulttorrent.org",293],["you-anime.ru",293],["yummyanime.tv",293],["zombie-film.live",293],["hdkinozzoro.ru",306],["radioromantika.ru",308],["101.ru",309],["1080kino.net",310],["1informer.com",311],["itech.co.ua",311],["moika78.ru",311],["root-nation.com",312],["1plus1.international",314],["2plus2.ua",315],["bigudi.tv",315],["plus-plus.tv",315],["livesport.ws",317],["nv.ua",318],["star-wars-film.ru",317],["1plus1.video",321],["www.1tv.ru",322],["2ip.io",323],["2ip.ru",323],["w98008mo.beget.tech",323],["batenka.ru",323],["cursorinfo.co.il",323],["delfi.ee",323],["draug.ru",324],["modsforwot.ru",324],["edenland.com.ua",323],["eplus.by",323],["factor.ua",327],["fex.net",323],["investing.com",323],["moscowtimes.eu",323],["moscowtimes.ru",323],["newsyou.info",330],["ogorodniki.com",323],["podrobno.uz",332],["rusprofile.ru",323],["26-2.ru",334],["arbitr-praktika.ru",334],["budgetnik.ru",334],["buhsoft.ru",334],["business.ru",334],["cxychet.ru",334],["dirsalona.ru",334],["fd.ru",334],["gazeta-unp.ru",334],["gd.ru",334],["glavbukh.ru",334],["hr-director.ru",334],["kdelo.ru",334],["kom-dir.ru",334],["law.ru",334],["menobr.ru",334],["pro-goszakaz.ru",334],["pro-personal.ru",334],["resobr.ru",334],["rnk.ru",334],["sekretariat.ru",334],["stroychet.ru",334],["trudohrana.ru",334],["ugpr.ru",334],["zarplata-online.ru",334],["zdrav.ru",334],["3dnews.ru",336],["4pda.to",337],["4studio.com.ua",338],["78.ru",339],["7days.ru",340],["innal.top",341],["zannn.top",344],["noddb.ru",346],["buh24.com.ua",346],["ppt.ru",346],["dentalmagazine.ru",346],["houzz.ru",347],["senior.ua",349],["sherdog.com",351],["softportal.com",353],["texterra.ru",346],["aces.gg",355],["adme.media",356],["ag.ru",357],["agronom.com.ua",358],["tt-cup.com",358],["dyvys.info",361],["gecid.com",364],["valetudo.ru",366],["anime-bit.pro",368],["anime-bit.su",368],["agroreview.com",369],["agroxxi.ru",370],["ai-next.ru",371],["alexfilm.org",372],["alexua.tv",373],["allapteki.ru",374],["cont.ws",374],["kraj.by",374],["kurs.com.ua",375],["profile.ru",374],["allbasketball.org",377],["gstv.ru",379],["alllyr.ru",380],["androidinsider.ru",381],["anekdot.ru",382],["anidub.vip",383],["anidubonline.com",383],["anilib.me",384],["animelib.org",384],["hentailib.me",384],["hentailib.org",384],["shlib.life",384],["slashlib.me",384],["yaoilib.net",384],["anime-naruto.ru",385],["blich.ru",385],["borutoplanet.ru",385],["bungou-stray-dogs.ru",385],["doktor-stoun.ru",385],["haikyu.ru",385],["hunter-x-hunter.ru",385],["klinok-rassekayuschiy-demonov.ru",385],["magicheskaya-bitva.ru",385],["my-hero-academia.ru",385],["one-pieces.ru",385],["reinkarnatsiya-bezrabotnogo.ru",385],["tokiyskie-mstiteli.ru",385],["anime777.ru",386],["animedia.pro",387],["tt.animedia.tv",389],["animedub.ru",390],["animegid.online",391],["animego.online",392],["animejapan.tv",393],["crazyatomicgames.com",393],["xxx-igra.com",393],["yaldagames.com",393],["animemobi.ru",394],["euro-football.ru",394],["onlinestreams.ru",394],["animemovie.ru",395],["animespirit.tv",396],["fullfilmhd.space",396],["igry-online.net",396],["amedias.ru",397],["anibests.ru",397],["anijutsu.ru",397],["animegofans.ru",397],["animesenpai.ru",397],["anistars.ru",397],["jutsubest.ru",397],["kinogo-net.la",397],["softbox.life",397],["animevost.one",398],["animevost.org",398],["animevost.top",398],["vost.pw",398],["anistar.org",399],["astar.bz",399],["online-star.org",399],["online-stars.org",399],["anitokyo.tv",400],["anti-malware.ru",401],["apnews.com.ua",402],["app-time.ru",403],["app2top.ru",404],["appleinsider.ru",405],["click-or-die.ru",406],["artfile.ru",408],["asn.in.ua",409],["loads.ati.su",410],["tm.ati.su",410],["trucks.ati.su",410],["audioportal.su",411],["autosport.com.ru",412],["av.by",413],["www.aviasales.by",414],["www.aviasales.kg",414],["www.aviasales.md",414],["www.aviasales.ru",414],["www.aviasales.ua",414],["www.aviasales.uz",414],["avito.ru",415],["abw.by",416],["baby.ru",417],["baibako.tv",418],["banki.ru",419],["bestpersons.ru",420],["1bigboss.com",421],["bigboss.video",421],["www.bigmir.net",422],["bin.ua",423],["gidonline.fun",424],["greenpost.ua",424],["kinoboom.su",424],["kinogo-720.net",424],["sportboom.info",424],["urologypro.ru",424],["blisch.by",425],["old.sport-tv.by",425],["mail.ukr.net",426],["blitz.if.ua",428],["blogs.pravda.com.ua",429],["bombardir.ru",430],["bosch-home.ru",431],["botanichka.ru",432],["prikol.ru",434],["brestcity.com",436],["bryansknovosti.ru",437],["novozybkov.su",437],["btu.org.ua",438],["bugaga.ru",439],["buhgalter.com.ua",440],["buhonline.ru",443],["businessua.com",444],["bvedomosti.ru",445],["car.ru",446],["carambatv.ru",447],["cars.ru",448],["casstudio.tv",449],["censor.net",450],["cf.ua",452],["champion.com.ua",453],["championat.com",454],["championat.ru",454],["cherkassy-sport.com",455],["chita.ru",456],["cinema-hd.ru",458],["doramatv.su",458],["filmshd.vip",458],["goodfilms.su",458],["hdrezka.it",458],["kinoxa.cc",458],["lordfilm.lu",458],["lordserial.fun",458],["lordserial.run",458],["lordserial.top",458],["newseries.me",458],["yummyanime.best",458],["com-x.life",459],["comments.ua",460],["conversion.im",461],["coop-land.ru",462],["coub.com",463],["cpa.rip",464],["creativportal.ru",465],["ctv7.ru",466],["cyberforum.ru",467],["cybersport.ru",468],["delovoymir.biz",469],["dev.ua",470],["doefiratv.info",471],["stalkerportaal.ru",472],["top-mods.ru",472],["club.dns-shop.ru",473],["domovita.by",474],["doramalive.news",475],["doramax.org",476],["doramy.su",477],["fclmnews.ru",477],["xsport.ua",477],["dostfilms.info",478],["dostfilms.site",478],["wowskill.ru",478],["dota2.ru",479],["drahelas.ru",480],["driveroff.net",481],["forums.drom.ru",482],["dtf.ru",483],["dynamo.kiev.ua",484],["ringside24.com",487],["www.okino.ua",489],["autoua.net",490],["economistua.com",493],["hs-manacost.ru",495],["seasonvar.ru",497],["uniondht.org",498],["espreso.tv",500],["eurointegration.com.ua",501],["eva.ru",502],["ex-fs.net",503],["expertcen.ru",504],["fastpic.org",505],["fbsearch.ru",506],["filebase.ws",507],["filmhd1080.me",508],["filmishki.net",509],["filmix.date",510],["filmix.life",510],["filmix.my",510],["filmix.pub",510],["filmix.tech",510],["filmix.zone",510],["nevasport.ru",512],["ru-drivemusic.net",512],["filmix.day",513],["filmozavr.com",514],["filmozavr.net",514],["films-online.club",515],["flashscore.com.ua",516],["flashscore.ru.com",516],["flashscore.ua",516],["flashscorekz.com",516],["livescore.in",516],["soccerstand.com",516],["forum.flprog.ru",517],["footballhd.ru",518],["footballhub.com.ua",519],["forbes.ru",520],["fototips.ru",521],["freehat.cc",522],["freeopenvpn.org",523],["freetp.org",524],["freetp.ru",524],["fssprus.ru",525],["galka.if.ua",526],["gasolina-online.com",526],["proxima.net.ua",526],["game2day.ru",527],["gamebomb.ru",528],["gamegpu.com",529],["overclockers.ua",529],["gameguru.ru",530],["riotpixels.com",532],["smartmama.com.ua",534],["gamer-info.com",536],["gastronom.ru",537],["gazeta.ua",538],["gdetraffic.com",540],["gismeteo.ru",541],["glavpost.ua",542],["glavred.info",543],["glavred.net",543],["goclips.tv",544],["www.goha.ru",545],["gol.ru",546],["goodfon.ru",547],["goodgame.ru",548],["gotennis.ru",549],["kaluga-poisk.ru",550],["yasniy-city.ru",550],["yola-poisk.ru",550],["gorod.dp.ua",551],["intermedia.ru",554],["sefon.cc",554],["gotps3.ru",555],["govoritmoskva.ru",556],["great-tv.ru",557],["vserialy.com",557],["vserialy.fun",557],["allhen.online",558],["mintmanga.one",558],["hentai-share.one",559],["growhow.in.ua",561],["asienda.ru",563],["diets.ru",565],["mycharm.ru",563],["myjane.ru",563],["povarenok.ru",567],["relook.ru",569],["stranamam.ru",571],["peterburg2.ru",573],["ts.kg",575],["gta-gaming.ru",577],["gtavicecity.ru",578],["gta.com.ua",579],["h-chan.me",580],["hardwareluxx.ru",581],["hdkinomir.cc",582],["ac",583],["ag",583],["biz",583],["buzz",583],["by",583],["city",583],["club",583],["co",583],["com",583],["fi",583],["in",583],["ink",583],["kim",583],["loan",583],["me",583],["name",583],["net",583],["org",583],["pub",583],["rest",583],["run",583],["sh",583],["si",583],["so",583],["space",583],["su",583],["today",583],["tv",583],["vip",583],["website",583],["win",583],["hellomagazine.com",584],["hentaiz.org",585],["hi-fi.ru",586],["ampercar.com",588],["hi-news.ru",588],["itechua.com",588],["kino-teatr.ua",589],["mmr.net.ua",588],["uamotors.com.ua",588],["modernrock.ru",588],["hi-tech.ua",591],["holod.media",592],["russorosso.ru",593],["horrorzone.ru",594],["darkermagazine.ru",595],["obozrevatel.com",595],["i.ua",596],["ictv.ua",598],["grazia.ru",599],["mentoday.ru",599],["techinsider.ru",599],["thevoicemag.ru",599],["infocar.ua",600],["infoua.biz",601],["infourok.ru",602],["inoprosport.ru",603],["instagram.com",604],["isport.ua",605],["it-actual.ru",607],["itc.ua",608],["itnews.com.ua",609],["ivanovonews.ru",610],["www.ivi.ru",611],["forum.ixbt.com",612],["www.ixbt.com",613],["ixbt.market",615],["jut-su.net",616],["kg-portal.ru",617],["sovet.kidstaff.com.ua",618],["kino.video",619],["tasix.me",619],["kinoakter.net",620],["kinokong.sk",621],["kinokrad.net",621],["kinokrad.my",622],["kinokladovka.com",623],["kinomania.ru",624],["kinometro.ru",625],["kinoprofi.vip",626],["kinorium.com",627],["kinoshack.net",628],["tree.tv",628],["kinoteatr.ru",629],["www.kinopoisk.ru",630],["kinovibe.co",631],["kirovnet.ru",632],["kirov.online",633],["klops.ru",634],["korabel.ru",635],["kp.ru",636],["kp.kg",638],["kp.kz",638],["kp.md",638],["hlamer.ru",640],["ru",641],["kriminal.net.ua",644],["news.dn.ua",644],["kredos.com.ua",645],["smartphone.ua",645],["l2top.ru",646],["lafa.site",647],["latifundimag.com",648],["leingpt.ru",649],["lenta.ru",650],["libertycity.net",652],["libertycity.ru",652],["lifetambov.ru",653],["livecars.ru",654],["livesport.ru",654],["liveinternet.ru",655],["www.liveinternet.ru",656],["www.livejournal.com",657],["lena-miro.ru",658],["levik.blog",658],["olegmakarenko.ru",658],["periskop.su",658],["shakko.ru",658],["shiro-kino.ru",658],["vadimrazumov.ru",658],["liveresult.ru",659],["lostfilm.info",660],["lostfilm.download",661],["lostfilm.life",661],["lostfilm.one",661],["lostfilm.pro",661],["lostfilm.space",663],["lostfilm.today",661],["lostfilm.tv",661],["lostfilm.tw",661],["lostfilm.uno",661],["lostfilm.win",661],["lostfilmtv.site",661],["lostfilmtv.uno",661],["lostfilmtv2.site",661],["lostfilmtv3.site",661],["lostfilmtv5.site",661],["lrepacks.net",664],["lurkmore.wtf",665],["m24.ru",666],["video.matchtv.ru",667],["mediasat.info",668],["mega.io",669],["mega.nz",669],["megogo.net",670],["mel.fm",671],["meta.ua",672],["mintmanga.live",673],["selfmanga.live",673],["www.mirf.ru",674],["gamma.mirtesen.ru",675],["mivmeste.info",676],["mmo13.ru",677],["mobile-review.com",678],["mobiltelefon.ru",679],["motorpage.ru",680],["movieshok.ru",681],["my-hit.org",682],["myseason.club",683],["namba.kz",684],["namba.kg",685],["naruto-base.su",686],["nashaplaneta.net",687],["newkaliningrad.ru",688],["newsland.com",689],["news-sport.info",690],["nezavisim.tv",691],["nn.by",692],["noob-club.ru",693],["nrj.ua",694],["ofxme.co",695],["ogorod.ru",696],["ohotniki.ru",697],["online-fix.me",698],["onlinemultfilmy.ru",699],["pogoda.onliner.by",700],["tech.onliner.by",700],["open3dmodel.com",701],["buzulukday.ru",702],["nsday.ru",702],["orenday.ru",702],["perevolockday.ru",702],["saltday.ru",702],["sorochinskday.ru",702],["otzovik.com",703],["overclockers.ru",704],["partnerkin.com",705],["patrioty.org.ua",706],["pb.wtf",707],["pirat.one",707],["piratbit.fun",707],["piratbit.org",707],["piratbit.top",707],["penzainform.ru",708],["freescreens.ru",709],["imgbase.ru",709],["imgcach.ru",709],["imgclick.ru",709],["payforpic.ru",709],["picclick.ru",709],["picclock.ru",709],["picforall.ru",709],["pikabu.ru",710],["pimpletv.ru",711],["playground.ru",712],["playua.net",713],["playvillage.ru",714],["pluggedin.ru",715],["pochta.ru",716],["politobzor.net",717],["dumka.poltava.ua",718],["pornolab.biz",719],["pornolab.cc",719],["pornolab.lib",719],["pornolab.net",719],["portaltele.com.ua",720],["portalvirtualreality.ru",721],["porus.ru",722],["ruporus.cc",722],["ruporus.com",722],["ruporus.net",722],["ruporus.top",722],["ruporus.tv",722],["ruporus.xyz",722],["postimees.ee",723],["promodj.com",724],["prophotos.ru",725],["pvpru.com",726],["radioclub.ua",727],["www.rambler.ru",728],["mail.rambler.ru",729],["horoscopes.rambler.ru",730],["tv.rambler.ru",732],["weather.rambler.ru",732],["nova.rambler.ru",733],["rayon.in.ua",734],["rbkgames.com",735],["redheadsound.studio",736],["regnum.news",737],["regnum.ru",737],["mag.relax.by",738],["repack.me",739],["reshebnik.com",740],["retail.ru",741],["context.reverso.net",742],["rezka.biz",743],["rezkahd.life",744],["rg.ru",745],["ria.ru",746],["riperam.org",747],["ritsatv.ru",748],["rp5.am",749],["rp5.by",749],["rp5.co.nz",749],["rp5.kz",749],["rp5.md",749],["rp5.ru",749],["rserials.net",750],["forum.ru-board.com",751],["rusnext.ru",752],["apad2.top",753],["game4you.top",753],["naylo.top",753],["rustorka.com",753],["rustorka.net",753],["rustorka.top",753],["rustorkacom.lib",753],["s13.ru",754],["sdamgia.ru",755],["www.e1.ru",758],["116.ru",759],["14.ru",759],["161.ru",759],["164.ru",759],["173.ru",759],["178.ru",759],["26.ru",759],["29.ru",759],["35.ru",759],["43.ru",759],["45.ru",759],["48.ru",759],["51.ru",759],["53.ru",759],["56.ru",759],["59.ru",759],["60.ru",759],["63.ru",759],["68.ru",759],["71.ru",759],["72.ru",759],["74.ru",759],["76.ru",759],["86.ru",759],["89.ru",759],["93.ru",759],["e1.ru",759],["ircity.ru",759],["izh1.ru",759],["mgorsk.ru",759],["msk1.ru",759],["ngs.ru",759],["ngs22.ru",759],["ngs24.ru",759],["ngs42.ru",759],["ngs55.ru",759],["ngs70.ru",759],["nn.ru",759],["sochi1.ru",759],["sterlitamak1.ru",759],["tolyatty.ru",759],["ufa1.ru",759],["v1.ru",759],["vladivostok1.ru",759],["voronezh1.ru",759],["ya62.ru",759],["season-var.net",760],["seolik.ru",761],["shaiba.kz",762],["shazoo.ru",763],["shedevrum.ai",764],["simhost.org",765],["slushat-tekst-pesni.ru",766],["snob.ru",767],["sobaka.ru",768],["soccer.ru",769],["soccer365.com.ua",770],["soccer365.ru",770],["softbox.tv",771],["sport-express.ua",772],["ukrfootball.ua",772],["sport-interfax.ru",773],["sport-tv.by",774],["sport.ua",775],["sportarena.com",776],["sportkp.ru",777],["sportsdaily.ru",778],["spot.uz",779],["stadion.uz",780],["stratege.ru",781],["study.ru",782],["surl.li",783],["tapochek.net",784],["doba.te.ua",785],["tehnot.com",786],["teleport2001.ru",787],["teleprogramma.org",788],["the-geek.ru",789],["the-village-kz.com",790],["the-village.me",790],["the-village.ru",790],["village.com.ua",790],["thebell.io",791],["torent-igruha.com",792],["torrentinka.me",793],["tort.fm",794],["tourpom.ru",795],["tproger.ru",796],["translit.ru",797],["trashbox.ru",798],["kino.tricolor.tv",799],["tv-kanali.online",800],["ua-cinema.com",801],["ua.news",802],["uakino.best",803],["uakino.com",804],["ukr.bio",805],["www.ukr.net",806],["ukrainianwall.com",807],["ura.news",808],["uteka.ua",809],["www.vesti.ru",810],["vgae.ru",811],["videomore.ru",812],["videoredaktor.ru",813],["media",814],["russian.rt.com",814],["cdn.viqeo.tv",815],["virtualbrest.ru",816],["vkvideo.ru",817],["vm.ru",818],["volnorez.com.ua",819],["volynpost.com",820],["vrtp.ru",821],["vse-pro-sport.com.ua",822],["vseprosport.by",822],["vseprosport.kz",822],["vseprosport.ru",822],["vsviti.com.ua",823],["vtb-league.com",824],["vtimes.io",825],["vuzopedia.ru",826],["warfiles.ru",827],["webfile.ru",828],["weukraine.tv",829],["winzoro.net",830],["wotspeak.ru",831],["wtftime.ru",832],["www.xcom-shop.ru",833],["dzen.ru",834],["sportsdzen.ru",838],["yandex.by",839],["yandex.kz",839],["yandex.uz",839],["mail.yandex.by",843],["mail.yandex.com",843],["mail.yandex.kz",843],["mail.yandex.ru",843],["mail.yandex.uz",843],["rasp.yandex.by",844],["rasp.yandex.kz",844],["rasp.yandex.ru",844],["rasp.yandex.uz",844],["yk.kz",845],["zagonka.net",846],["zagonka.tv",846],["zagonko.org",846],["zagonkop.gb.net",846],["zagonkov.gb.net",846],["zogonka.org",846],["zaycev.online",847],["zerno-ua.com",848],["znak.com",849],["zr.ru",850],["gagadget.com",851],["gazeta.ru",852],["rbc.ru",854],["rbcrealty.ru",857],["sportrbc.ru",858],["zoom.cnews.ru",860],["www.cnews.ru",861],["e.mail.ru",862],["octavius.mail.ru",864],["news.mail.ru",865],["minigames.mail.ru",866],["hi-tech.mail.ru",867],["mail.ru",868],["sportmail.ru",870],["finance.mail.ru",872],["vfokuse.mail.ru",872],["cloud.mail.ru",873],["my.mail.ru",874],["freesoft.ru",875],["inoreader.com",876],["pronpic.org",877],["kolizhanka.com.ua",878],["miyzvuk.net",878],["ozon.ru",879],["reshu.by",881],["footboom.com",883],["footboom.kz",883],["lostfilmtv1.site",884],["lostfilmtv4.site",884],["reshuent.kz",885],["rutube.ru",886],["volyn.com.ua",887],["my-expert.ru",888],["pornhub.*",889],["rudub.*",890],["tochka.by",891],["kino-teatr.ru",892],["kinoafisha.info",892],["kinonews.ru",892],["light.mail.ru",893],["bigmir.net",894],["dengi.ua",894],["ditey.com",894],["facenews.ua",894],["pogodaua.com",894],["vsetv.com",894],["avtovod.com.ua",896],["beauty.ua",897],["enovosty.com",896],["epravda.com.ua",896],["forumodua.com",897],["inforesist.org",896],["internetua.com",897],["ivona.ua",896],["kolobok.ua",896],["kriminal.tv",896],["liga.net",896],["mama.ua",896],["meteo.ua",896],["meteofor.com.ua",896],["mport.ua",896],["nnovosti.info",896],["okino.ua",897],["orakul.com",897],["panno4ka.net",896],["pravda.com.ua",897],["real-vin.com",896],["toneto.net",897],["tv.ua",896],["tvoymalysh.com.ua",897],["u-news.com.ua",896],["ukr.net",896],["viva.ua",896],["zp.ua",896],["sinoptik.ua",899],["scrolller.com",900]]);
30
+ const argsList = ["[]","[{\"selector\":\"#article_feeds > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > p\",\"tasks\":[[\"has-text\",\"/яндекс/i\"]]}]]}]","[{\"selector\":\"#col-left > .contest-bl\",\"tasks\":[[\"has\",{\"selector\":\"> h4 > strong\",\"tasks\":[[\"has-text\",\"/^Новин|Join/\"]]}]]},{\"selector\":\"#col-right > .bl-middle2\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/новини|додати/i\"]]}]]}]","[{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .PostHeader > .PostHeaderInfo > [class^=\\\"PostHeaderSubtitle\\\"] > [class]\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама|Рэклама|жарнама/\"]]}]]},{\"selector\":\"#feed_rows > div[class^=\\\"feed_row\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [id^=\\\"post-\\\"] > ._post_content .post_header_info .post_date\",\"tasks\":[[\"has-text\",\"/Ad|Реклама/\"]]}]]},{\"selector\":\"#page_wall_posts > div[id^=\\\"post-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> ._post_content > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\"#wk_content > #wl_post\",\"tasks\":[[\"has\",{\"selector\":\"> #wl_head_wrap > .PostHeader > .PostHeaderInfo > .PostHeaderSubtitle > .PostHeaderSubtitle__item\",\"tasks\":[[\"has-text\",\"/Community ad|Реклама |Рэклама | жарнама/\"]]}]]},{\"selector\":\".PhotoPrimaryAttachment__background[src*=\\\"userapi.com/impf/\\\"][src*=\\\"blur=\\\"]\",\"action\":[\"style\",\"filter: blur(20px) !important\"],\"cssable\":true},{\"selector\":\".wall_module > div[id]:first-child > *\",\"tasks\":[[\"matches-prop\",{\"attr\":\"innerHTML\",\"value\":\"/format_edit|mradx\\\\.|media_on_/\"}]]}]","[{\"selector\":\"#for_fix > *\",\"tasks\":[[\"has\",{\"selector\":\".titlebar > span\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]]}]","[{\"selector\":\"#index_desktop > .row\",\"tasks\":[[\"has\",{\"selector\":\"> div > #span-title\",\"tasks\":[[\"has-text\",\"/^реклама|^партн/i\"]]}]]}]","[{\"selector\":\"#material_content\",\"tasks\":[[\"has-text\",\"/erid:/i\"],[\"spath\",\" > p\"]]},{\"selector\":\"[class^=\\\"_content\\\"] > div[class^=\\\"_video-wrapper\\\"] ~ [class] b\",\"tasks\":[[\"has-text\",\"/скидка|скидки|промокод|партнёр/i\"]]},{\"selector\":\"body\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"videoplayer_\\\"][class^=\\\"iframe_wrapper\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#news-arch\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/Реклама|Партнеры/i\"]]}]]}]","[{\"selector\":\"#columns > .transparent\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"#news-list > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> .news-content > div > p[style] > span\",\"tasks\":[[\"has-text\",\"erid:\"]]}]]},{\"selector\":\".branding\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true},{\"selector\":\"body[style^=\\\"padding-top:\\\"][style*=\\\"250px\\\"][style*=\\\"!important\\\"] > #mkwrapper\",\"action\":[\"style\",\"margin-top: -250px !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-color: #3a3a3a !important\"],\"cssable\":true}]","[{\"selector\":\"#page-body > .post\",\"tasks\":[[\"has\",{\"selector\":\"[class=\\\"username-coloured\\\"]\",\"tasks\":[[\"has-text\",\"Advertiser\"]]}]]}]","[{\"selector\":\"#pagecontent > .tablebg\",\"tasks\":[[\"has\",{\"selector\":\".postauthor\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#r-colonka > .f-block\",\"tasks\":[[\"has\",{\"selector\":\".b-topa\",\"tasks\":[[\"has-text\",\"/интересные блоки|еклама/i\"]]}]]}]","[{\"selector\":\"#right > h2\",\"tasks\":[[\"has-text\",\"Рекомендуем\"]]}]","[{\"selector\":\"#rightcol > div[class^=\\\"box\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .spacer > h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside .main-head\",\"tasks\":[[\"has\",{\"selector\":\"> .hn > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#rightside > div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]","[{\"selector\":\"#sideLeft > .accordion-group\",\"tasks\":[[\"has\",{\"selector\":\".accordion-heading\",\"tasks\":[[\"has-text\",\"seedbox.org.ua\"]]}]]},{\"selector\":\".post_wrap span[class^=\\\"post\\\"]\",\"tasks\":[[\"has-text\",\"/при поддержке/i\"]]}]","[{\"selector\":\"#sidebar > .module\",\"tasks\":[[\"has\",{\"selector\":\"> .inner h3\",\"tasks\":[[\"has-text\",\"/Блок ссылок|Блок Google|Рекламный блок/\"]]}]]},{\"selector\":\".left > div.moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3 span\",\"tasks\":[[\"has-text\",\"/Блок Google|Рекламный блок/\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebar-content\",\"tasks\":[[\"has\",{\"selector\":\"> .top > .fix\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#sidebar > .sidebox\",\"tasks\":[[\"has\",{\"selector\":\"> .sidetitle > span\",\"tasks\":[[\"has-text\",\"/^интересное/i\"]]}]]}]","[{\"selector\":\"#sidebar-right > .block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Наши партнёры\"]]}]]}]","[{\"selector\":\"#utm_article_block > div > #article_body > p > strong\",\"tasks\":[[\"has-text\",\"/^Ниже/\"]]},{\"selector\":\".m-hop > [class]\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"html[class] > body\",\"action\":[\"style\",\"background-color: #e6e6e6 !important\"],\"cssable\":true}]","[{\"selector\":\".AsideHeading\",\"tasks\":[[\"has-text\",\"/kinopoisk|кинопоиск/i\"]]},{\"selector\":\".DefaultLayout-main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".LayoutWrapper__promo ~ .LayoutWrapper__main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-right: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article-card-container > .container > [class*=\\\"article-card\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".slider__title\",\"tasks\":[[\"has-text\",\"Полезные товары\"]]}]]},{\"selector\":\".promo__container\",\"action\":[\"style\",\"pointer-events: none !important; background: none !important\"],\"cssable\":true},{\"selector\":\".recipes-layout__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"[data-video_status] .previewContainer\",\"action\":[\"style\",\"z-index: unset !important\"],\"cssable\":true},{\"selector\":\"[data-video_status] .splash-icon_animation_container\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\"[data-video_status] .splashContainer\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true}]","[{\"selector\":\".article-right > div\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".container-mat p\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".asideblock > div\",\"tasks\":[[\"has\",{\"selector\":\".icon > dt > span\",\"tasks\":[[\"has-text\",\"/Интересные новости|Предложения|Смотрите также/\"]]}]]},{\"selector\":\".panel\",\"tasks\":[[\"has\",{\"selector\":\"> .panel-heading\",\"tasks\":[[\"has-text\",\"/Интересные новости|Полезное|Реклама/\"]]}]]}]","[{\"selector\":\".b-article > h4\",\"tasks\":[[\"has-text\",\"Справочник по ценам\"]]},{\"selector\":\".b-content__pagecontent > .b-content--wrapper > .g-grid\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content.b-content__breadcrumbs\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .b-content__pagecontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blblock > .pheading\",\"tasks\":[[\"has\",{\"selector\":\"> h3 > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .block-title\",\"tasks\":[[\"has-text\",\"/Интересное|Наши друзья|Реклама|Сидбокс|MARKETGID/\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> .content\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".block\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content + .block_bottom\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}],[\"spath\",\" + .block_content\"]]},{\"selector\":\".block_top\",\"tasks\":[[\"has\",{\"selector\":\"> .block_title > .title > b\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\".blocklite\",\"tasks\":[[\"has\",{\"selector\":\"> div > [class]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".bltitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".bnd-cnt\",\"tasks\":[[\"has\",{\"selector\":\"> [class] > b\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".box-title\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".boxTable\",\"tasks\":[[\"has\",{\"selector\":\".boxTitle\",\"tasks\":[[\"has-text\",\"/Это интересно|Новости/\"]]}]]}]","[{\"selector\":\".c-header\",\"tasks\":[[\"has-text\",\"/Ads|Реклама/\"]]},{\"selector\":\".u-extend-fix\",\"action\":[\"style\",\"background: center / 100% 100% no-repeat #515151 var(--res-logo) !important; border-radius: 6px !important\"],\"cssable\":true},{\"selector\":\"[data-track]:not(a)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"--content article \\\"] + div ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/BlogPosting\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Photograph\\\"] > div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments ~ div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div #comments\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Product\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child + div[class]\",\"action\":[\"style\",\"width: unset !important; margin-left: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:last-child > div:first-child:not(:only-child)\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"div[itemtype*=\\\"://schema.org/Review\\\"] ~ div:not(:last-child)\",\"action\":[\"style\",\"min-height: 0 !important; padding-top: unset !important; padding-bottom: unset !important; box-shadow: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".card-separator__title\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".center-article-bottom > .custom_ *\",\"tasks\":[[\"has\",{\"selector\":\".blacktitle > span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".column.c-center > h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".container > .footer\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row + .contAlt\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"],[\"spath\",\" + .row\"]]},{\"selector\":\".container > .marginBottomBase\",\"tasks\":[[\"has-text\",\"/Смотри на КиноПоиск HD|Watch on KinoPoisk HD/\"]]}]","[{\"selector\":\".container-wrapper\",\"tasks\":[[\"has\",{\"selector\":\"> .mag-box-title\",\"tasks\":[[\"has-text\",\"Партнери проекту\"]]}]]}]","[{\"selector\":\".content > .content-wrap\",\"tasks\":[[\"has\",{\"selector\":\".pgs-head\",\"tasks\":[[\"has-text\",\"Интересное\"]]}]]}]","[{\"selector\":\".content-block\",\"tasks\":[[\"has\",{\"selector\":\"font\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".contents-content > ul > li\",\"tasks\":[[\"has\",{\"selector\":\"> a\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]},{\"selector\":\".show-post > h2\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"ставки \"]]}]]}]","[{\"selector\":\".box[class*=\\\"content\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true},{\"selector\":\".cq-content > h2\",\"tasks\":[[\"has-text\",\"/ставки/i\"]]},{\"selector\":\".post-content > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^150px$\"}]]},{\"selector\":\"[class*=\\\"grid\\\"] > a:has(.p-item__button-sponsored)\",\"action\":[\"remove\",\"\"]},{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Где купить\"]]},{\"selector\":\"div[class]:not([class*=\\\"-\\\"]):not([class*=\\\"_\\\"])\",\"tasks\":[[\"matches-css\",{\"name\":\"margin-top\",\"value\":\"^16px$\"}]]},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"Где купить\"]]}]]}]","[{\"selector\":\".dlblock .dropdown-menu > li\",\"tasks\":[[\"has\",{\"selector\":\"> small\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".drag_element\",\"tasks\":[[\"has\",{\"selector\":\"[href]\",\"tasks\":[[\"has-text\",\"Peклама\"]]}]]},{\"selector\":\"[id^=\\\"videoplayer_\\\"][aria-label=\\\"Video Player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".entry-galery\",\"tasks\":[[\"has\",{\"selector\":\"> .entry-galery-title\",\"tasks\":[[\"has-text\",\"/полезное объявление|горячие новости/i\"]]}]]}]","[{\"selector\":\".featured_articles > .header\",\"tasks\":[[\"has-text\",\"/^Новости партнеров|^Также читайте/\"]]}]","[{\"selector\":\".gazeta-widget\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > span\",\"tasks\":[[\"has-text\",\"/реклама|новости партнеров/i\"]]}]]}]","[{\"selector\":\".grid__title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".h2\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/^СМИ$/\"]]}]]}]","[{\"selector\":\".header--text\",\"tasks\":[[\"has-text\",\"Реклама\"]]},{\"selector\":\".mainContainer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".hr\",\"tasks\":[[\"has-text\",\"/Яндекс.Директ ВОмске|Другие новости/\"]]}]","[{\"selector\":\".inner > .default\",\"tasks\":[[\"has\",{\"selector\":\"> header > h1\",\"tasks\":[[\"has-text\",\"PEKЛAМA\"]]}]]}]","[{\"selector\":\".main-content > .inner-page-container ~ .inner-page-container > .block_section > .container_padding\",\"tasks\":[[\"has\",{\"selector\":\"> .block_section_header > div > div > .section_title\",\"tasks\":[[\"has-text\",\"/новини партнерів|новости партнеров/i\"]]}]]}]","[{\"selector\":\".main-sidebar > .row > div\",\"tasks\":[[\"has\",{\"selector\":\".active\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".maintitlecollapse\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".module-full\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"advert\"]]}]]}]","[{\"selector\":\".module-title > .title\",\"tasks\":[[\"has-text\",\"/ПАРТНЕРІВ/i\"]]}]","[{\"selector\":\".module\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".more-news\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".mvp-widget-home-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/гнездо/i\"]]},{\"selector\":\".namerub\",\"tasks\":[[\"has-text\",\"/новости|партнер/i\"]]}]","[{\"selector\":\".nb2-list\",\"tasks\":[[\"has\",{\"selector\":\"> .nb2-head\",\"tasks\":[[\"has-text\",\"Визитка\"]]}]]}]","[{\"selector\":\".nchead\",\"tasks\":[[\"has\",{\"selector\":\"> .ncheading\",\"tasks\":[[\"has-text\",\"/партн/i\"]]}]]},{\"selector\":\".row[style^=\\\"padding-\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .nchead > .ncheading\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]}]","[{\"selector\":\".comment-background\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".main-content\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\".news-item-wrap > .news-item\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Ad\"]]}]]},{\"selector\":\".news-view\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .overview > .overview__overview\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" .content-text a[href]\"]]},{\"selector\":\".user-profile-section\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".out__inner > div\",\"tasks\":[[\"has\",{\"selector\":\"> div > .title\",\"tasks\":[[\"has-text\",\"Читайте также\"]]}]]},{\"selector\":\".out__inner > header\",\"action\":[\"style\",\"visibility: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://24smi.org/\\\"]\",\"action\":[\"remove-attr\",\"target\"]}]","[{\"selector\":\".page-content > .row > div[class^=\\\"col\\\"] + div[class^=\\\"col\\\"] > div\",\"tasks\":[[\"has\",{\"selector\":\"> .card h6\",\"tasks\":[[\"has-text\",\"/Реклама|Друзья/i\"]]}]]}]","[{\"selector\":\".playfair\",\"tasks\":[[\"has\",{\"selector\":\"> b\",\"tasks\":[[\"has-text\",\"/^партн/i\"]]}]]},{\"selector\":\".svejnov\",\"tasks\":[[\"has\",{\"selector\":\"> h2 > b\",\"tasks\":[[\"has-text\",\"/^Інші/\"]]}]]}]","[{\"selector\":\".playlists-items > ul > li\",\"tasks\":[[\"has-text\",\"Dzen\"]]}]","[{\"selector\":\"#contentShifter\",\"action\":[\"style\",\"height: 127px !important\"],\"cssable\":true},{\"selector\":\".post > p\",\"tasks\":[[\"has-text\",\"Купить за\"],[\"spath\",\":has([target=\\\"_blank\\\"])\"]]}]","[{\"selector\":\".post-cards > .post-card\",\"tasks\":[[\"has\",{\"selector\":\".post-card__description\",\"tasks\":[[\"has-text\",\"://keltr.ru/\"]]}]]}]","[{\"selector\":\".post-footer > span\",\"tasks\":[[\"has-text\",\"Реклама на сайте\"]]},{\"selector\":\".theiaStickySidebar > .widget > .widget *\",\"tasks\":[[\"has\",{\"selector\":\".widget-title > h2\",\"tasks\":[[\"has-text\",\"Интересная реклама\"]]}]]}]","[{\"selector\":\".presreliz\",\"tasks\":[[\"has\",{\"selector\":\"a\",\"tasks\":[[\"has-text\",\"на правах реклами\"]]}]]}]","[{\"selector\":\".region[id^=\\\"content-\\\"] > .block\",\"tasks\":[[\"has\",{\"selector\":\"script\",\"tasks\":[[\"has-text\",\"/adsbygoogle|advmanager|yadblock/i\"]]}]]}]","[{\"selector\":\".right-cell > div\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Paid Content\"]]}]]}]","[{\"selector\":\".right-col > .hint-block\",\"tasks\":[[\"has\",{\"selector\":\"> .hint-block-title\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]]}]","[{\"selector\":\".right-indent > .wrapper-box\",\"tasks\":[[\"has\",{\"selector\":\"> div > .boxTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".right_coll > .moduletable\",\"tasks\":[[\"has\",{\"selector\":\"> h3\",\"tasks\":[[\"has-text\",\"Рекламные ссылки\"]]}]]}]","[{\"selector\":\".sample-posts > h4\",\"tasks\":[[\"has-text\",\"/партнер/i\"]]}]","[{\"selector\":\".sample-posts\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"/^новини партн/i\"]]}]]}]","[{\"selector\":\".section-heading\",\"tasks\":[[\"has\",{\"selector\":\"> .h-text\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".section\",\"tasks\":[[\"has\",{\"selector\":\"> .navbar > .flex-center > p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\".sectionColumn\",\"tasks\":[[\"has\",{\"selector\":\"> .subTitle\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".shortcode-html\",\"tasks\":[[\"has\",{\"selector\":\"> header > div > [class]\",\"tasks\":[[\"has-text\",\"Популярное в сети\"]]}]]}]","[{\"selector\":\".side-block\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".side_block > .side_header\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\".sidebar .h3\",\"tasks\":[[\"has-text\",\"За кадром\"]]}]","[{\"selector\":\".sidebar > .block-title\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\".sidebar > .section\",\"tasks\":[[\"has\",{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebar > [class]\",\"tasks\":[[\"has\",{\"selector\":\"> [class]\",\"tasks\":[[\"has-text\",\"/Новости партнеров|Новини партнерів/\"]]}]]}]","[{\"selector\":\".sideblock\",\"tasks\":[[\"has\",{\"selector\":\"> .sideblock_title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".sidebox > .sidetitle\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/купуй|реклама|формац/i\"]]}]]}]","[{\"selector\":\".site-section-header\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]","[{\"selector\":\".slick-slide\",\"tasks\":[[\"has\",{\"selector\":\"div\",\"tasks\":[[\"has-text\",\"На правах рекламы\"]]}]]}]","[{\"selector\":\".slider-commercial .multimedia__item\",\"tasks\":[[\"has\",{\"selector\":\".spend__text > .spend__tag\",\"tasks\":[[\"has-text\",\"/^Партнерский /\"]]}]]}]","[{\"selector\":\".sport-table tr > th ~ th\",\"tasks\":[[\"has-text\",\"Ставка\"]]},{\"selector\":\"blockquote\",\"tasks\":[[\"has\",{\"selector\":\"> p > strong\",\"tasks\":[[\"has-text\",\"Партнер\"]]}]]},{\"selector\":\"span > small\",\"tasks\":[[\"has-text\",\"Приведённые букмекерские коэффициенты\"]]},{\"selector\":\"th > .tooltip-item\",\"tasks\":[[\"has-text\",\"К\"]]}]","[{\"selector\":\".stlt\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".stream-item-widget\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".knb-grid-container > [data-io-article-url]:has(> [class^=\\\"MaterialItemHead_head\\\"] [href=\\\"/tags/partnyorskij-material/\\\"]) > .knb-grid-container [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"cssable\":true},{\"selector\":\".swiper-wrapper > .swiper-slide\",\"tasks\":[[\"has\",{\"selector\":\"> div > .knb-card--footer > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://www.igromania.ru/\\\"])\"]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class^=\\\"MaterialItemPage_isFirst\\\"] ~ [class^=\\\"MaterialItemPage_materialSection\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}]]}]","[{\"selector\":\".tablebg\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > h4\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]]}]","[{\"selector\":\".tdc-content-wrap > .tdc-row\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > .wpb_wrapper > div > style ~ h4 > span\",\"tasks\":[[\"has-text\",\"/наши партнеры/i\"]]}]]}]","[{\"selector\":\".text-center\",\"tasks\":[[\"has-text\",\"/ДВИГАТЕЛЬ ТОРГОВЛИ|И еще немного рекламы|новости партнеров/i\"]]}]","[{\"selector\":\".textwidget\",\"tasks\":[[\"has-text\",\"adrotate_ad\"]]}]","[{\"selector\":\".title-block\",\"tasks\":[[\"has\",{\"selector\":\"> h2\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".title-without-border\",\"tasks\":[[\"has-text\",\"Новини партнерів\"]]}]","[{\"selector\":\".tui_section__pad\",\"tasks\":[[\"has\",{\"selector\":\"> .tui_title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"#page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".ui-sortable > .ui-sortable-handle\",\"tasks\":[[\"has\",{\"selector\":\"> h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".voting > .block_title\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]},{\"selector\":\"body *\",\"action\":[\"style\",\"transition: none !important\"],\"cssable\":true}]","[{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"],[\"spath\",\" + .clear + .widgetbox\"]]},{\"selector\":\".widget > .widgettitle\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget-pages\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-header\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"margin-top: 0 !important; overflow: hidden !important\"],\"cssable\":true},{\"selector\":\".widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".widget\",\"tasks\":[[\"has\",{\"selector\":\".block-title > span\",\"tasks\":[[\"has-text\",\"Новости партнер\"]]}]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has-text\",\"/^новости партн|^реклама/i\"]]}]","[{\"selector\":\".widget_custom_html\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама партнера\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .td-block-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"/Хостинг-партнёр|Реклама/\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама партнеров\"]]}]]}]","[{\"selector\":\".widget_text\",\"tasks\":[[\"has\",{\"selector\":\"> .widget-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".windowbg\",\"tasks\":[[\"has\",{\"selector\":\"> .poster > h4\",\"tasks\":[[\"has-text\",\"Форум Такси Сервис\"]]}]]}]","[{\"selector\":\".b-chat\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".wrapper-all-news > .news\",\"tasks\":[[\"has\",{\"selector\":\"> .news__description > a > span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\".zsnazzy\",\"tasks\":[[\"has\",{\"selector\":\".color_b\",\"tasks\":[[\"has-text\",\"Блок рекламы\"]]}]]}]","[{\"selector\":\"[class$=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/предложения/i\"]]}]","[{\"selector\":\"[class*=\\\"_title\\\"]\",\"tasks\":[[\"has-text\",\"/ партн|реклама/i\"]]}]","[{\"selector\":\".layout-default__content--brand\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"list\\\"] > .article-card-small-list__item\",\"tasks\":[[\"has\",{\"selector\":\".card-footer__categories > span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"[class*=\\\"navi_title\\\"]\",\"tasks\":[[\"has-text\",\"/браузер|партнеры/i\"]]}]","[{\"selector\":\"[class] > div\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/Our Friends|Sluts/\"]]}]]}]","[{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .name\",\"tasks\":[[\"has-text\",\"/больше | партн|прочие | сми/i\"]]}]]}]","[{\"selector\":\"[class^=\\\"styles_title_\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"[id^=\\\"oframevideoplayer\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"Сексчат\"]]}]]}]","[{\"selector\":\"[style*=\\\"font\\\"]\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]","[{\"selector\":\"a[href*=\\\"://clck.ru/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]},{\"selector\":\"a[href*=\\\"://slurm.club/\\\"] ~ *\",\"tasks\":[[\"has-text\",\"https://\"]]}]","[{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h2\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"],[\"spath\",\" + ul\"]]},{\"selector\":\"article > h3\",\"tasks\":[[\"has-text\",\"/реклама|партнер|яндекс/i\"]]}]","[{\"selector\":\"article div\",\"tasks\":[[\"has-text\",\"/^Реклама$/\"]]}]","[{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"],[\"spath\",\" + br + .side\"]]},{\"selector\":\"aside > .sidetitle\",\"tasks\":[[\"has-text\",\"Партнеры\"]]}]","[{\"selector\":\"aside > .widget\",\"tasks\":[[\"has\",{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"/^Новини$|Реклама/\"]]}]]}]","[{\"selector\":\"aside > h2\",\"tasks\":[[\"has-text\",\"/наши партн/i\"]]}]","[{\"selector\":\"body > h3\",\"tasks\":[[\"has-text\",\"/^Новости/\"]]},{\"selector\":\"tr > th\",\"tasks\":[[\"has-text\",\"Реклама на Погода.ру\"]]}]","[{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}],[\"spath\",\" ~ div[style=\\\"overflow: hidden;\\\"]\"]]},{\"selector\":\"div.news.grid_16 h3\",\"tasks\":[[\"has\",{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div.side-item-left\",\"tasks\":[[\"has\",{\"selector\":\"> .side-title\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\".fb-sidebar__main > a[href]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .indication-bor-rad\",\"tasks\":[[\"has-text\",\"РЕКЛАМА\"]]}]]}]","[{\"selector\":\"div\",\"tasks\":[[\"has\",{\"selector\":\"> .title_also\",\"tasks\":[[\"has-text\",\"Партнерский контент\"]]}]]}]","[{\"selector\":\"div[class$=\\\"-main\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> p\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div[font-size] > span\",\"tasks\":[[\"has-text\",\"/опрос/i\"]]}]]}]","[{\"selector\":\"div[class^=\\\"Sidebar_sidebar_list\\\"] > div[class]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div > span\",\"tasks\":[[\"has-text\",\"Партнерский материал\"]]}]]},{\"selector\":\"section[class^=\\\"MaterialsManufacturerPage_infiniteWrap\\\"] > div[class^=\\\"InfiniteScrollWrap_content\\\"] > [class*=\\\"MaterialItemPage_materialSection\\\"]\",\"action\":[\"style\",\"color: inherit !important; pointer-events: none !important\"],\"tasks\":[[\"has\",{\"selector\":\"> .knb-grid-container > [data-io-article-url] [class^=\\\"TextContent_text\\\"] > p\",\"tasks\":[[\"has-text\",\"/^Реклама:/\"]]}],[\"spath\",\" [class^=\\\"material-content_\\\"] a[href][target=\\\"_blank\\\"]:not([href^=\\\"https://kanobu.ru/\\\"])\"]]}]","[{\"selector\":\"div[class^=\\\"product-snippet_ProductSnippet__grid\\\"] > [data-product-id]\",\"tasks\":[[\"has\",{\"selector\":\"> div > div[class^=\\\"product-snippet_ProductSnippet__description\\\"] > div[class^=\\\"product-snippet_ProductSnippet__block\\\"] > div[class^=\\\"product-snippet_ProductSnippet__ext\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[id*=\\\"sidebar\\\"] > div[class*=\\\"module\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> [class*=\\\"moduletitle\\\"]\",\"tasks\":[[\"has-text\",\"/^актуально|финам$|сми2$|marketgid|^интересные|гнездо.ру/i\"]]}]]}]","[{\"selector\":\"div[style=\\\"margin-left:21px;\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".opros\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"div[style^=\\\"font-size\\\"]\",\"tasks\":[[\"has-text\",\"Также узнайте...\"]]}]","[{\"selector\":\".adfox-banner-background ~ .layout-container\",\"action\":[\"style\",\"max-width: unset !important; top: unset !important\"],\"cssable\":true},{\"selector\":\"em\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]},{\"selector\":\"strong\",\"tasks\":[[\"has-text\",\"нож блокировщику\"]]}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-color: #9ab9a7 !important\"],\"cssable\":true},{\"selector\":\"form > table[id^=\\\"p_row_\\\"]:nth-of-type(2)\",\"tasks\":[[\"has\",{\"selector\":\"*\",\"tasks\":[[\"has-text\",\"Yap\"]]}]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^новости партн|^новини партн/i\"]]}]","[{\"selector\":\"h2\",\"tasks\":[[\"has-text\",\"/^реклама/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has-text\",\"/^нов.+партн.+р.в$/i\"]]}]","[{\"selector\":\"h3\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Новости партн\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Реклама :\"]]},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Реклама :\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"Смотрите также\"]]}]","[{\"selector\":\"h4\",\"tasks\":[[\"has-text\",\"партнеры\"]]}]","[{\"selector\":\"h5\",\"tasks\":[[\"has-text\",\"Новости партнёров\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"/новости партнеров|знакомства/i\"]]}]","[{\"selector\":\"h6\",\"tasks\":[[\"has-text\",\"РЕКОМЕНДУЕМ ПОЧИТАТЬ:\"]]}]","[{\"selector\":\"li\",\"tasks\":[[\"has\",{\"selector\":\"> span\",\"tasks\":[[\"has-text\",\"Новости партнеров\"]]}]]}]","[{\"selector\":\"main > h3\",\"tasks\":[[\"has-text\",\"/Новости партнёров|Популярное в сети/\"]]}]","[{\"selector\":\"p > b\",\"tasks\":[[\"has-text\",\"каво також:\"]]}]","[{\"selector\":\"p > strong\",\"tasks\":[[\"has-text\",\"реклама\"]]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Erid:\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Комплектующие предоставлены\"]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> script\",\"tasks\":[[\"has-text\",\"smi2\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"/париматч/i\"]]}]]}]","[{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> strong\",\"tasks\":[[\"has-text\",\"Okko\"]]}]]}]","[{\"selector\":\"span.articles_info > b\",\"tasks\":[[\"has-text\",\"Реклама:\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Advertisements\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Интересные новости\"]]}]","[{\"selector\":\"span\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\"span[class]\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]","[{\"selector\":\"table > tbody > .alt2\",\"tasks\":[[\"has\",{\"selector\":\"> td\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"table\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .bl_title_bkgr\",\"tasks\":[[\"has-text\",\"/интересно/i\"]]}]]}]","[{\"selector\":\"table[id^=\\\"post\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > .thead\",\"tasks\":[[\"has-text\",\"Это может быть интересно\"]]}]]}]","[{\"selector\":\"td > .forabg\",\"tasks\":[[\"has\",{\"selector\":\"dt\",\"tasks\":[[\"has-text\",\"Проверенный выгодный обменник!\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"100%\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"> tbody > tr > td > .tablebg > tbody > tr > .cat > h4\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td > table[width=\\\"220\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".block_title\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]}]","[{\"selector\":\"td\",\"tasks\":[[\"has-text\",\"/bit.ly|clck.ru|vk.cc/\"]]}]","[{\"selector\":\"td[style=\\\"width:200px;\\\"] > table\",\"tasks\":[[\"has\",{\"selector\":\"b\",\"tasks\":[[\"has-text\",\"Рекламный блок\"]]}]]}]","[{\"selector\":\"td[valign=\\\"top\\\"] > table.tborder[width=\\\"240\\\"] ~ table.tborder[width]\",\"tasks\":[[\"has\",{\"selector\":\"td.tcat\",\"tasks\":[[\"has-text\",\"/наши друзья|реклама/i\"]]}]]}]","[{\"selector\":\"td[width=\\\"210\\\"] > center > table\",\"tasks\":[[\"has\",{\"selector\":\"center > b\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]}]","[{\"selector\":\"td[width=\\\"240\\\"] > table[width=\\\"240\\\"] ~ table[width=\\\"240\\\"]\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]","[{\"selector\":\".feed-list > .feed-w\",\"tasks\":[[\"has\",{\"selector\":\"[class^=\\\"feed\\\"][class*=\\\"label\\\"]\",\"tasks\":[[\"has-text\",\"/реклама/i\"]]}]]},{\"selector\":\"body > div:not([id]):not([class]) > .exit-popup\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"table > tbody > tr\",\"tasks\":[[\"has\",{\"selector\":\"> [class^=\\\"profile\\\"]\",\"tasks\":[[\"has-text\",\"/Партнер|Реклама/\"]]}]]}]","[{\"selector\":\".commercial-branding > div script ~ div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding > div script ~ div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".commercial-branding article > div:only-child > div:first-child + div > div > div:first-child + div\",\"action\":[\"style\",\"box-shadow: none !important\"],\"cssable\":true},{\"selector\":\".commercial-branding\",\"action\":[\"style\",\"margin-top: unset !important; margin-bottom: unset !important\"],\"cssable\":true},{\"selector\":\"div:has(> div[style^=\\\"min-height:\\\"]) > p ~ div\",\"tasks\":[[\"has-text\",\"Продолжение истории после рекламы\"]]}]","[{\"selector\":\"[class*=\\\"title\\\"]\",\"tasks\":[[\"has-text\",\"/новости партнеров/i\"]]}]","[{\"selector\":\"a[href^=\\\"https://www.cnews.ru/redirect.php\\\"]\",\"tasks\":[[\"has-text\",\"Дзен\"]]}]","[{\"selector\":\"#branding-layout > * > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"#branding-layout > a\",\"action\":[\"style\",\"width: 0 !important; height: 0 !important; left:-10000px !important\"],\"cssable\":true},{\"selector\":\"#branding-layout\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"#branding-layout:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".columns-layout__right > div > div[id][class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".material-list__item\",\"tasks\":[[\"has\",{\"selector\":\".content-label\",\"tasks\":[[\"has-text\",\"/Реклама|Pеклама/\"]]}]]},{\"selector\":\".rightPart > div\",\"tasks\":[[\"has-text\",\"Реклама 18+\"]]},{\"selector\":\":not(.nba-global-nav-wrapper) + #branding-layout:not(#id)\",\"action\":[\"style\",\"margin-top: 96px !important\"],\"cssable\":true},{\"selector\":\"[class]\",\"tasks\":[[\"has\",{\"selector\":\"> .aside-news-list__advert\",\"tasks\":[[\"has-text\",\"Реклама\"]]}]]},{\"selector\":\"[data-content-name=\\\"banner-static\\\"]\",\"action\":[\"style\",\"position: fixed !important; left: -10000px !important; transform: scale(0) !important; display: none !important\"],\"cssable\":true},{\"selector\":\"body > div[id][style=\\\"padding-top: 306px; margin-top: 0px;\\\"]\",\"action\":[\"style\",\"padding-top: 96px !important\"],\"cssable\":true},{\"selector\":\"body.img-bg\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.is-fixed\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #a7a7a7 !important\"],\"cssable\":true},{\"selector\":\"p\",\"tasks\":[[\"has\",{\"selector\":\"> a[href]\",\"tasks\":[[\"has-text\",\"М.Видео\"]]}]]}]","[{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .Organic-Subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".content__left > #search-result > li\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]}]","[{\"selector\":\"#search-result > .serp-list__card\",\"tasks\":[[\"has\",{\"selector\":\"> div .organic__subtitle > span\",\"tasks\":[[\"has-text\",\"/[РPeекламa]{6,7}/\"]]}]]},{\"selector\":\".page__result .typo\",\"tasks\":[[\"has-text\",\"/^новости партн/i\"]]},{\"selector\":\".scroller__wrap > div[class^=\\\"minibadge\\\"]\",\"tasks\":[[\"has\",{\"selector\":\".serp-item .label\",\"tasks\":[[\"has-text\",\"реклама\"]]}]]}]","[{\"selector\":\"body[class*=\\\"page_q\\\"] .top-root > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div + div > div[style] > div[style] > div > div:last-child div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div > .banner-root ~ .page-root > #page > div[class]:first-child > div[class]:first-child + div > section > div[class]:first-child ~ div > div > span ~ div > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class$=\\\"_visible\\\"]\",\"tasks\":[[\"has\",{\"selector\":\"[class$=\\\"icon\\\"] ~ [class]\",\"tasks\":[[\"has-text\",\"Рекламы нет\"]]}]]}]","[{\"selector\":\".article_block\",\"tasks\":[[\"has\",{\"selector\":\"> p > i\",\"tasks\":[[\"has-text\",\"/adblock/i\"]]}]]},{\"selector\":\"a[href^=\\\"https://keysforgamers.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"body[style] > .vgt_orig_bg\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"html > body[style] > :not(.vgt_orig_bg)\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body[style]\",\"action\":[\"style\",\"pointer-events: none !important; padding-top: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"[id^=\\\"oframe\\\"] > pjsdiv\",\"tasks\":[[\"has\",{\"selector\":\"> pjsdiv\",\"tasks\":[[\"has-text\",\"/adblock|adblok|адблок|блокировщик|блокировку|фрибет/i\"]]}]]}]","[{\"selector\":\"article > p\",\"tasks\":[[\"has-text\",\"/отключите блокировку рекламы!$/\"]]}]","[{\"selector\":\"div[id^=\\\"brid-player\\\"] ~ p\",\"tasks\":[[\"has-text\",\"AdBlock\"]]}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapp__content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"playlist-player-branding-\\\"] ~ .playlist-player\",\"action\":[\"style\",\"max-width: 1155px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Branding_container_\\\"]\",\"action\":[\"style\",\"margin-top: unset !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".article > .onadlable ~ .js-mediator-article a[href]:not([href^=\\\"/\\\"]):not([href^=\\\"#\\\"]):not([href*=\\\"3dnews.\\\"])\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"video[autoplay=\\\"autoplay\\\"]\",\"action\":[\"remove-attr\",\"autoplay\"]}]","[{\"selector\":\"body [data-revive-id] ~ script ~ [id][class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"html:not([class]):not([style]) > body:not([itemscope]) > div[id] > div[id][href]\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html[style]:not([style=\\\"\\\"]) > body [class]:not([id]):not(div):not([style]) :not(div)[class][id]\",\"action\":[\"style\",\"min-height: 0 !important; height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"sidebar_container_\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#alert > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#alert\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: black !important; cursor: default\"],\"cssable\":true}]","[{\"selector\":\"body.ReactModal__Body--open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#new_logo_helper01\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".sidebarfix\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[role=\\\"tabpanel\\\"] > div.MuiBox-root\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#container:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subbody\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\".big-ad-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id) > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"pointer-events: none !important; background-color: #eff1f2 !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".static_content\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class*=\\\"modal-\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div.overflow-hidden + .block-sidebar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fancybox-enabled\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#trend\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".nav-line\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: rgb(255, 255, 238) !important\"],\"cssable\":true}]","[{\"selector\":\".content > .sect-header\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".full\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".popular-in\",\"action\":[\"style\",\"padding-top: 80px !important\"],\"cssable\":true},{\"selector\":\".sticky-wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".wrap > .popular\",\"action\":[\"style\",\"visibility: visible !important\"],\"cssable\":true},{\"selector\":\"main > .wrap-center\",\"action\":[\"style\",\"margin-left: auto !important; margin-right: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/uploads/\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"image-blur-\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".single\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".need-friends\",\"action\":[\"style\",\"margin-top: 125px !important\"],\"cssable\":true}]","[{\"selector\":\".content > .media\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".right-sidebar\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\"article.full > div .skrin ~ div\",\"action\":[\"style\",\"border: unset !important; background-color: unset !important\"],\"cssable\":true}]","[{\"selector\":\".header\",\"action\":[\"style\",\"padding-block-start: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".fon_site_pic\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".htitle\",\"action\":[\"style\",\"margin-left: 0 !important; left: 150px !important\"],\"cssable\":true},{\"selector\":\".logo\",\"action\":[\"style\",\"margin-left: 0 !important; left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .standard\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"header[role=\\\"banner\\\"]\",\"action\":[\"style\",\"height: 100px !important; background: transparent !important\"],\"cssable\":true},{\"selector\":\"nav[role=\\\"navigation\\\"] > ul\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wr-bg\",\"action\":[\"style\",\"padding-top: 60px !important; margin-top: unset !important; top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu .sar\",\"action\":[\"style\",\"bottom: auto !important; top: 50px !important; z-index: 100 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"] > .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"headbg\\\"]\",\"action\":[\"style\",\"background-image: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".drowmenu\",\"action\":[\"style\",\"z-index: 1999999999 !important\"],\"cssable\":true},{\"selector\":\".list-nav\",\"action\":[\"style\",\"z-index: 1 !important\"],\"cssable\":true},{\"selector\":\"body > .main.wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > header\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\".topside\",\"action\":[\"style\",\"max-width: 99.8% !important\"],\"cssable\":true}]","[{\"selector\":\"body > header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".native-brand ~ section.main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".native-brand\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"header\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"erid=\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > a.bsec[href=\\\"#\\\"]\",\"action\":[\"style\",\"top: 31px !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-wrap > .lenta\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".lenta-wrap\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"user-data-grid\\\"]\",\"action\":[\"style\",\"background: none !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#blink2[color=\\\"red\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; color: #837e6e !important\"],\"cssable\":true},{\"selector\":\"div[id^=\\\"pos\\\"] > a > img[src*=\\\"audioportal.su/!!!ads/!rotator/\\\"]\",\"action\":[\"style\",\"zoom: 0.1 !important; filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".av-branding .page\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\".av-branding\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test-id=\\\"avia_form\\\"] > div[class*=\\\"footer\\\"] label\",\"action\":[\"style\",\"zoom: 2 !important; color: #f57c00 !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\".avito-ads-container\",\"action\":[\"style\",\"margin: 0 !important; min-height: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".app-branding\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\".application\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.stop-scroll\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".promo-background\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".topserial\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header--short.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#userTabs\",\"action\":[\"style\",\"float: none !important\"],\"cssable\":true}]","[{\"selector\":\"#oframeflashcontent > pjsdiv[style*=\\\"transition: transform\\\"]\",\"action\":[\"style\",\"transform: none !important\"],\"cssable\":true},{\"selector\":\"video\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .page\",\"action\":[\"style\",\"padding-top: 144px !important\"],\"cssable\":true}]","[{\"selector\":\"div[style=\\\"position:absolute;left:0px;top:0px;width:240px;margin-top:660px\\\"]\",\"action\":[\"style\",\"position: relative !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"aside#sidebar\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .block0\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.cookielaw-blur-background > *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"html > head ~ body\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#content-padding > *\",\"action\":[\"style\",\"color: black !important\"],\"cssable\":true},{\"selector\":\"#content-padding\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true}]","[{\"selector\":\"[data-alias=\\\"Copyright\\\"] .widget-area > .widget_text:last-child\",\"action\":[\"style\",\"border-style: none !important\"],\"cssable\":true}]","[{\"selector\":\".alltop1\",\"action\":[\"style\",\"margin-bottom: 30px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap_nd .page-head\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body-branding\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.access *\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true},{\"selector\":\"body.access\",\"action\":[\"style\",\"overflow: auto !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"width: auto !important; position: unset !important; overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#art-main\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\".bg-top-menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header.header-wrapper\",\"action\":[\"style\",\"padding-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"background: none !important; padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .widget_header .header_icons\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .lang_switcher\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header .menu\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .widget_header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".scroll-content.disable-scrolling\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"body.overflow--hidden\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\".l-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-sidebar > .sticky-vertical\",\"action\":[\"style\",\"position: relative !important; top: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important; margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://kik.cat/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"www.dns-shop.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".blur-image\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".back_bottom > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".back_bottom\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContainer\",\"action\":[\"style\",\"cursor: auto !important; padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#snow\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > .header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\"header[class=\\\"header -transparent\\\"]\",\"action\":[\"style\",\"background: #e0e0e0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true}]","[{\"selector\":\".pocaz\",\"action\":[\"style\",\"width: 10px !important; height: 10px !important; position: fixed !important; top:-100px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style*=\\\"width\\\"][style*=\\\"margin\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout > main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".island_overflow-initial > .feature_wide\",\"action\":[\"style\",\"margin: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-cell > div[id]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#timer_2\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".header-space\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.blocked\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".dl-content > .ageLimit ~ [class$=\\\"-player\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".dl-content\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper.full\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) > body > [id]:not([style])\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".adb\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".forumAd\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".navbar_notice\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #right ~ .middle\",\"action\":[\"style\",\"margin-right: 4px !important\"],\"cssable\":true}]","[{\"selector\":\".contentWrap .lcWrap\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"matches-path\",\"-erid-\"],[\"spath\",\" a[href*=\\\"go.vc.ru\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"-erid-\"],[\"spath\",\" .block-special-button\"]]},{\"selector\":\".author__avatar video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".comment-media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\".media > .andropov-video > video\",\"action\":[\"remove-attr\",\"autoplay\"]},{\"selector\":\"html\",\"action\":[\"style\",\"--layout-header-height-large: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"#left-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true},{\"selector\":\"#right-block\",\"action\":[\"style\",\"min-height: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".td-header-sp-logo\",\"action\":[\"style\",\"max-height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".fader-social\",\"action\":[\"style\",\"position: fixed !important; top: -10000px !important; opacity: 0 !important; z-index: -9999 !important\"],\"cssable\":true}]","[{\"selector\":\".social-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"padding-top: 0 !important; background: whitesmoke !important; overflow: auto !important; pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true},{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"padding: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#disqus_thread\",\"action\":[\"style\",\"min-width: 700px !important\"],\"cssable\":true}]","[{\"selector\":\".header.fixed .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".right_column_content > .block_news\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"header.header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .eva\",\"action\":[\"style\",\"margin-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"#content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .light-line\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".justify-content-center > .col[id]\",\"action\":[\"style\",\"max-width: max-content !important\"],\"cssable\":true},{\"selector\":\"body > footer\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"main#mainContainer\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#search_panel > .panel-body\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"body > .root\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .obertka-in\",\"action\":[\"style\",\"margin-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\".wrap > .block\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".maincontent\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body-wrap > #content\",\"action\":[\"style\",\"margin-top:42px !important\"],\"cssable\":true}]","[{\"selector\":\"[data-bookmaker-id]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".sitemaker > .grid > .sm-responsive-full-width\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".jNJtr\",\"action\":[\"style\",\"height: calc(var(--vh, 1vh)*100 - 1px) !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"?erid=\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".ftips-branding .td-main-page-wrap\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding-ad + div\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true},{\"selector\":\".ftips-branding.td_category_template_1 .td-category-header\",\"action\":[\"style\",\"padding-top: 5px !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"max-width: 1600px !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#advert\",\"action\":[\"style\",\"height: 1px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"max-height: 6px !important\"],\"cssable\":true}]","[{\"selector\":\".fix_block > nav\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".fix_block\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body.pagefullbg\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow-y: auto !important; position: static !important\"],\"cssable\":true}]","[{\"selector\":\"body.modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"container-content\\\"] > div[class^=\\\"obolox\\\"]\",\"action\":[\"style\",\"margin-top: 52px !important\"],\"cssable\":true}]","[{\"selector\":\"body > .container\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true}]","[{\"selector\":\"#content.site-max-width\",\"action\":[\"style\",\"margin-top: 0 !important; padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div[id] > div[id]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #303030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://artline.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://bit.ly/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://compx.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://rozetka.com.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#mainContent > section:first-of-type\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".roarticlecol\",\"action\":[\"style\",\"top: 2px !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class] > div[class]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true},{\"selector\":\"body > div:not([id]):not([class]) > div[class]\",\"action\":[\"style\",\"padding-top: unset !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"js-nh\\\"]\",\"action\":[\"style\",\"margin-top: 115px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad-300 + .w\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".main.with-top-menu\",\"action\":[\"style\",\"padding-top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: default !important; pointer-events: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".maps .maps-block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".project-maps .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".project-weather .wrap\",\"action\":[\"style\",\"max-width: 1010px !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true},{\"selector\":\".section-map-grid\",\"action\":[\"style\",\"margin-bottom: 20px !important\"],\"cssable\":true}]","[{\"selector\":\"#navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".newsfeed\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video_content\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a[href^=\\\"https://www.goha.ru/~\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper__content-inner:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wallpapers > [class^=\\\"wallpapers__item\\\"]\",\"action\":[\"style\",\"margin-right: unset !important; width: 320px !important\"],\"cssable\":true}]","[{\"selector\":\".main-block .main-inner-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#Page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".rightColumn > .darkPart\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"footer.pageContainer\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#header_box\",\"action\":[\"style\",\"height: auto !important; min-height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"img[src]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#link-b\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-body\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #f5f5f5 !important\"],\"cssable\":true}]","[{\"selector\":\"img[style^=\\\"filter: blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"ya\\\"][href*=\\\"cc\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > .menu\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".jirrua\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"] > [id$=\\\"er\\\"]:nth-child(-1n+3)\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\"body[class^=\\\"has-brand\\\"][class*=\\\" active-brand\\\"][class*=\\\"fixed-header\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true}]","[{\"selector\":\".main .header\",\"action\":[\"style\",\"padding-top: 94px !important\"],\"cssable\":true},{\"selector\":\".showfull .header\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\".short-poster > img\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".page-branded\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".article__bg\",\"action\":[\"style\",\"left: 49% !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper > #header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto\"],\"cssable\":true},{\"selector\":\"#td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: whitesmoke !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"pointer-events: none\"],\"cssable\":true}]","[{\"selector\":\".right-column > .b-newsfeed > span\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_container\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true},{\"selector\":\".footer_container\",\"action\":[\"style\",\"height: auto !important; margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".video-stream > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".video-stream\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".preview-section .vertical-video__play-icon-wrapper\",\"action\":[\"style\",\"display: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#totalbg\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"#id_box_r_y1\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true},{\"selector\":\"#idbbbad\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; left: -10000px !important; height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".footer-slow-download__btn\",\"action\":[\"style\",\"color: #57a216 !important; font-size: 19px !important; font-weight: bold !important\"],\"cssable\":true}]","[{\"selector\":\"div#main\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true},{\"selector\":\"table.lista[width=\\\"100%\\\"][style] > tbody > tr > td.header[width=\\\"110px\\\"]\",\"action\":[\"style\",\"color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"body > .page__wrapper\",\"action\":[\"style\",\"padding-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow: hidden;\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".fltext\",\"action\":[\"style\",\"background: none !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"a[href*=\\\"://rdr.fmcgsd.net/in/offer/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"://telemart.ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"utm_\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"a[href^=\\\"https://ek.ua/ua/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: unset !important; border-bottom: none !important\"],\"cssable\":true},{\"selector\":\"body.age-popup-active\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#content > #header > div[style^=\\\"height: 94px;\\\"]\",\"action\":[\"style\",\"height: 6px !important\"],\"cssable\":true},{\"selector\":\"#content > #header\",\"action\":[\"style\",\"height: 220px !important; background-position-y: -100px !important\"],\"cssable\":true},{\"selector\":\"#right > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"td.left[width=\\\"200\\\"][valign=\\\"top\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .layout\",\"action\":[\"style\",\"padding-top: 50px !important\"],\"cssable\":true}]","[{\"selector\":\".headerNotify_hasUnread .nbl-simpleControlButton\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .content-main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body.watch > div[class]:not([id]):not([style]):nth-child(-1n+2)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"body.watch > header.ivi-top\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".body_content_table > .left.column\",\"action\":[\"style\",\"margin-right: 0 !important; width: 100% !important\"],\"cssable\":true},{\"selector\":\".body_wrapper\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".deskadv\",\"action\":[\"style\",\"position: absolute !important; top: -10000px !important; height: 21px !important\"],\"cssable\":true},{\"selector\":\".fullscreen_branding ~ .body_content_table\",\"action\":[\"style\",\"margin-top: 0 !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".left.column > #question.dialog_thanks\",\"action\":[\"style\",\"left: 67% !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper > #header\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > .tm-wrapper > .tm\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".branding .main__container\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper .container\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"#page-wrapper > #wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".comments_form\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".ten_ears_wrap\",\"action\":[\"style\",\"margin: 35px auto 0 auto !important\"],\"cssable\":true},{\"selector\":\".ten_topbar\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .menu_wrap\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #bdbdbd !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: 40px !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id)\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#embed-video > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true},{\"selector\":\".navbart > a[href] > .spin\",\"action\":[\"style\",\"animation-name: none !important\"],\"cssable\":true},{\"selector\":\".publisher-name > [id^=\\\"blink\\\"]\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important; color: var(--color--normal) !important; font-weight: normal !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[class^=\\\"wrapper\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper:not(#id)\",\"action\":[\"style\",\"margin-top: 67px !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"height:\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-background\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".outer\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body .header .header-fixed\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body .header\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: black !important\"],\"cssable\":true}]","[{\"selector\":\"#__next > div[class^=\\\"styles_root__\\\"]:first-of-type > div[class^=\\\"styles_root__\\\"]:first-child + div > div:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"#actorListBlock\",\"action\":[\"style\",\"padding-right: 19px !important\"],\"cssable\":true},{\"selector\":\"#header-info-bg\",\"action\":[\"style\",\"background-color: transparent !important; background-image: none !important\"],\"cssable\":true},{\"selector\":\".app div[class^=\\\"device\\\"][class*=\\\" page-main__content\\\"]\",\"action\":[\"style\",\"background-color: black !important\"],\"cssable\":true},{\"selector\":\".app__page > div:not([class*=\\\"media\\\"]):not([class*=\\\"content\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".content-container_app-width_wide\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".desktop-layout-with-sidebar__content > div[class][data-tid]\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\".film-seances-page\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".filmsListNew .info\",\"action\":[\"style\",\"padding-right: 116px !important\"],\"cssable\":true},{\"selector\":\".header-navigation\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".media-post-page > div:not([class*=\\\"media\\\"]):first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".modal-root div[class^=\\\"fullscreen-selector\\\"]\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content > #header-info-bg + div[id]:not([class])\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".page-content > div[id]:not(#header-info-bg):empty + div[id]:not(#top)\",\"action\":[\"style\",\"margin-bottom: 40px !important\"],\"cssable\":true},{\"selector\":\".shadow.shadow-restyle\",\"action\":[\"style\",\"box-shadow: 0 -8px 15px #333333 !important\"],\"cssable\":true},{\"selector\":\".user-subscription-partial-component__subscription-item-text\",\"action\":[\"style\",\"white-space: pre-wrap !important\"],\"cssable\":true},{\"selector\":\"body[class*=\\\"styles_body\\\"]\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"div > a[aria-label=\\\"КиноПоиск\\\"] ~ div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicInfoSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_basicMediaSection\\\"]\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\" styles_videoContainer\\\"]\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"kinopoisk-media-container_pending\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_baseContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_headerContainer\\\"] + div[class^=\\\"styles_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"styles_middleContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"user-bar\\\"] > div > button ~ div\",\"action\":[\"style\",\"opacity: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_emptyItems__\\\"] div\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_footerContainer__\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"styles_wideContentContainer\\\"] > div[class]:first-child\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width: 1px;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[style=\\\"min-width:1px\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".center-box2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".subbody2\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".bg_container > .wrapper-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-detail .section-detail-news\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".gbg\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"newsid_\\\"] > .row0[style=\\\"margin-bottom:8px;\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#allrecords > #t-header + div + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#allrecords > #t-header + div[id^=\\\"rec\\\"][style*=\\\"padding-top:\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".page-wrapper > .page-inner\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #app [data-branding-wrapper]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"body > #app div\",\"tasks\":[[\"matches-css\",{\"name\":\"background-color\",\"value\":\"^rgb\\\\(225, 231, 235\\\\)$\"}]]},{\"selector\":\"body > #app div[style=\\\"display:block !important\\\"] > div:first-child > div:first-child + div > div:first-child + div > div[data-name]:first-child + div\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"://image.krasview.ru/channel\\\"]\",\"action\":[\"style\",\"background-color: #596c84 !important\"],\"cssable\":true}]","[{\"selector\":\"#popup-manager.popup-show + #layout\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".container[style=\\\"max-width: unset;\\\"] > .container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".m-container > #yandex_rtb_R\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".js-scroll-to-site-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".longgrid-list__box\",\"action\":[\"style\",\"justify-content: unset !important\"],\"cssable\":true},{\"selector\":\".topic-body__content > .box-external-video:last-child\",\"action\":[\"remove\",\"\"]},{\"selector\":\".topic-footer > .box-external-video\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".downloada > .btn\",\"action\":[\"style\",\"font-size: large !important; color: #b4ff00 !important\"],\"cssable\":true},{\"selector\":\".downloada\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".main_shift\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".theme-wrapper > .container > div\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".allpage .currency a\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\":not(.allpageinner) > :not(.header) > .logo > a[href=\\\"/\\\"] > span\",\"action\":[\"style\",\"top: inherit !important; left: inherit !important; font-size: x-large !important; font-weight: bold !important; color: #0183cb !important\"],\"cssable\":true}]","[{\"selector\":\".mainpage > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mdspost > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".pagewide-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".s-layout > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".footer-logo\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true},{\"selector\":\"img[src=\\\"/vision/footer-logo.png\\\"]\",\"action\":[\"style\",\"filter: invert(0.8) !important\"],\"cssable\":true}]","[{\"selector\":\".footer\",\"action\":[\"style\",\"background: #1c1e1f !important; color: #fff !important\"],\"cssable\":true},{\"selector\":\".gallery_img_preload\",\"action\":[\"style\",\"position: absolute !important; display: block !important; opacity: 0 !important; margin-top: 155px !important; margin-left: 20px !important; width: calc(100% - 40%);\"],\"cssable\":true},{\"selector\":\".lstfml .footer .links a\",\"action\":[\"style\",\"color: #fff !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #1c1e1f !important\"],\"cssable\":true}]","[{\"selector\":\"[href*=\\\"poluchenie-premium-dostupa.html\\\"] > b > .fa-spin\",\"action\":[\"style\",\"animation: none !important\"],\"cssable\":true}]","[{\"selector\":\"#localNotice .floatleft img\",\"action\":[\"style\",\"height: 70px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".vjs-big-play-button\",\"action\":[\"style\",\"background: #0fc3c3 !important\"],\"cssable\":true}]","[{\"selector\":\".video-js::after\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".category-all #content\",\"action\":[\"style\",\"background-image: none !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#pagewrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topcontainer\",\"action\":[\"style\",\"margin-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\".n-main-branding-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-width\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".sp-header-block\",\"action\":[\"style\",\"height: 50px !important\"],\"cssable\":true}]","[{\"selector\":\"body > #container\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".td-ad-background-link #td-outer-wrap\",\"action\":[\"style\",\"cursor: default !important\"],\"cssable\":true}]","[{\"selector\":\".overlayed .bottom-page.scroll-block\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#videoViewPlayer\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".i-layout__branding-content-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".i-layout_branding\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".infobar > .info-block:not(.mail):not(.weather)\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\".hide-dn img\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"main[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".aggregator-page\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#SITE_PAGES > div > div[id]\",\"action\":[\"style\",\"min-height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-mesh-id]\",\"action\":[\"style\",\"min-height: auto !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#page > .content\",\"action\":[\"style\",\"margin-top: 74px !important\"],\"cssable\":true},{\"selector\":\".header-wrapper\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .navbar\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true}]","[{\"selector\":\"#gl_pos1\",\"action\":[\"style\",\"min-width: auto !important; width: unset !important\"],\"cssable\":true},{\"selector\":\"#main_tb\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"#move_up[style*=\\\"left: -40px;\\\"]\",\"action\":[\"style\",\"left: 0 !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-color: #f7f8f9 !important\"],\"cssable\":true}]","[{\"selector\":\"body.noscroll\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true},{\"selector\":\"body.noscroll::before\",\"action\":[\"style\",\"content: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapp_content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".navbar-default\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper main\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background: #e8ecff !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #fll\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header > .body\",\"action\":[\"style\",\"margin-top: 54px !important\"],\"cssable\":true}]","[{\"selector\":\"#page-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".col-side > .opinion-teaser\",\"action\":[\"style\",\"border-top: none !important\"],\"cssable\":true}]","[{\"selector\":\".main__branding\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block\",\"action\":[\"style\",\"-webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".news-line > .news-line__block:hover\",\"action\":[\"style\",\"-webkit-animation: scroll 30s linear 0s infinite !important; animation: scroll 30s linear 0s infinite !important\"],\"cssable\":true}]","[{\"selector\":\".home\",\"action\":[\"style\",\"background-image: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html:not(#id) *\",\"action\":[\"style\",\"-webkit-filter: none !important; filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#mainWrapper\",\"action\":[\"style\",\"background: none !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".postquotehref\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true},{\"selector\":\"body > .wrap\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-b\",\"action\":[\"style\",\"margin-bottom: 11px !important\"],\"cssable\":true}]","[{\"selector\":\".main__slider > a:not([href^=\\\"https://nrj.ua/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\".wrapper > .header\",\"action\":[\"style\",\"height: 150px !important\"],\"cssable\":true}]","[{\"selector\":\"#home_page\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > .main-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"global-top-menus article_menu_type\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".adv-banner__right\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".quote a.btn\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"a.btn-success[href^=\\\"https://online-fix.me/ext/\\\"]\",\"action\":[\"remove-class\",\"btn\"]},{\"selector\":\"a[href*=\\\":2053\\\"]\",\"action\":[\"remove-class\",\"btn\"]}]","[{\"selector\":\".video-box[style=\\\"display: none;\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".g-container-outer > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".downloadlink a\",\"action\":[\"style\",\"color: #09c !important; text-decoration: underline !important\"],\"cssable\":true},{\"selector\":\".post-info > div[style^=\\\"width: 730px;\\\"][style*=\\\"#f9f9f9\\\"]\",\"action\":[\"style\",\"background-color: #333 !important\"],\"cssable\":true},{\"selector\":\"body > div\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#wrapper\",\"action\":[\"style\",\"background-image: none !important; padding-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"_no_abs\\\"] > *\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"_no_abs\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"a.over-hiddenlink-html[href*=\\\"erid=\\\"][target=\\\"_blank\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"body > [class^=\\\"fix_\\\"]\",\"action\":[\"style\",\"margin-bottom: -5px !important\"],\"cssable\":true}]","[{\"selector\":\"footer\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"[value=\\\"Скачать\\\"]\",\"action\":[\"remove-attr\",\"disabled\"]},{\"selector\":\"div[class^=\\\"raleas-navbar\\\"] .ad + .ad ~ .all_it\",\"action\":[\"style\",\"left: -206px !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"cursor: auto !important; background: whitesmoke !important\"],\"cssable\":true}]","[{\"selector\":\"body > .a\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"div[id^=\\\"pai_thumbz_\\\"][id$=\\\"_side\\\"]\",\"action\":[\"style\",\"background: #363636 !important\"],\"cssable\":true}]","[{\"selector\":\".app > .app__inner[style*=\\\"padding-top\\\"]\",\"action\":[\"style\",\"padding-top: 64px !important\"],\"cssable\":true},{\"selector\":\".footer__inner\",\"action\":[\"style\",\"background-color: var(--color--app__bg) !important; color: var(--color--app__text) !important\"],\"cssable\":true},{\"selector\":\".pub300x250.pub300x250m.pub728x90.text-ad.textAd.textad.textads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important; position: absolute !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block > div\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"aside > .sidebar-block\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true},{\"selector\":\"div[class*=\\\"page-story\\\"][class*=\\\"ments\\\"] div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"header > .header__main\",\"action\":[\"style\",\"background-color: var(--color--header__bg) !important\"],\"cssable\":true}]","[{\"selector\":\"body > #branding\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#dfpPrerollDelay\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article-content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"erid:\"]]}],[\"spath\",\" a[href][rel=\\\"nofollow\\\"]\"]]},{\"selector\":\".bonus-landing-page .panel-collapse > .panel-body\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page .panel-default > .panel-heading\",\"action\":[\"style\",\"background-color: white !important\"],\"cssable\":true},{\"selector\":\".bonus-landing-page-faq > .title\",\"action\":[\"style\",\"color: white !important\"],\"cssable\":true},{\"selector\":\".dfp-container\",\"action\":[\"remove\",\"\"]},{\"selector\":\".gp-game-card .user-profile-sidebar\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true},{\"selector\":\"body[data-user-id]\",\"action\":[\"style\",\"background: #242424 !important\"],\"cssable\":true}]","[{\"selector\":\"body > #page\",\"action\":[\"style\",\"margin-top: 65px !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\"._1z_ ._21_\",\"action\":[\"style\",\"width: 1000% !important; height: 1000% !important; position: absolute !important\"],\"cssable\":true},{\"selector\":\"._1z_\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\".banner-advertise\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".open-main-container\",\"action\":[\"style\",\"margin-top: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[id][class*=\\\" BannerPlace-\\\"]\",\"action\":[\"style\",\"filter: grayscale(1) !important\"],\"cssable\":true}]","[{\"selector\":\".banner\",\"action\":[\"style\",\"height: 90px !important\"],\"cssable\":true}]","[{\"selector\":\".page-element__ads\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".site-logo\",\"action\":[\"style\",\"max-height: 90px !important; width: auto !important\"],\"cssable\":true}]","[{\"selector\":\".header-main .container .row\",\"action\":[\"style\",\"min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".foundation-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class=\\\"article vid\\\"]\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\".cookie-paywall-visible div > .article-body-content ~ .article-body-content\",\"action\":[\"style\",\"display: flex !important\"],\"cssable\":true}]","[{\"selector\":\"#container\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image:none !important; pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topbrandingspot\",\"action\":[\"style\",\"padding-top: 0 !important; background: none !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"padding-top: 130px !important\"],\"cssable\":true}]","[{\"selector\":\"#ad_global_below_navbar\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\"#header ~ *\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important; top: -10000px !important\"],\"cssable\":true},{\"selector\":\".above_body > div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#js-content\",\"action\":[\"style\",\"padding-top: 40px !important\"],\"cssable\":true}]","[{\"selector\":\"#app > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"footer\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"WithRightBarWrapper\\\"] > div[class*=\\\"AutoAppContainer\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"div[class]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"html > body:not(#id)\",\"action\":[\"style\",\"overflow: unset !important\"],\"cssable\":true}]","[{\"selector\":\".ad_branding_main > div[class]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child > div\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main > div[class]:first-child\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_branding_main\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"body.lock\",\"action\":[\"style\",\"overflow: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".branding .main-content\",\"action\":[\"style\",\"margin-top: 90px !important\"],\"cssable\":true},{\"selector\":\".poster-grid-item > a[target=\\\"_blank\\\"]:first-child\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"html[xmlns]\",\"action\":[\"style\",\"background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\".page__text > div[style^=\\\"color:\\\"] + p\",\"action\":[\"style\",\"margin-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-column > .right-adv-container\",\"action\":[\"style\",\"top: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".b-global-branding[branding_url*=\\\"http\\\"] .b-global-wrap\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true},{\"selector\":\".b-global-wrap > .b-global-offset\",\"action\":[\"style\",\"padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"main > .container\",\"action\":[\"style\",\"padding-top: 0 !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[id*=\\\"-error-page\\\"] > p\",\"action\":[\"style\",\"height: 0 !important; opacity: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-container\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"header[class^=\\\"header--standard\\\"]\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".blocked .text\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\".blocked\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true},{\"selector\":\"[class*=\\\"locked\\\"] .example\",\"action\":[\"style\",\"filter: none !important; -webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\".container > #content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".have-brand .wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class*=\\\"_spiegelWrapper\\\"]\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"PageMediaContentVideo_mainContent\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"Page_main\\\"][style*=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".m-blur\",\"action\":[\"style\",\"filter: none !important; position: relative !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id) .all-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) .bottom-bar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper > #wrap\",\"action\":[\"style\",\"padding: 0 10px !important\"],\"cssable\":true}]","[{\"selector\":\"body[style*=\\\"overflow-x: hidden\\\"]\",\"action\":[\"style\",\"overflow-x: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#FheaderContent > div[id]:not([class])\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#subheader\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"action\":[\"style\",\"color: #00bfff !important\"],\"tasks\":[[\"matches-path\",\"topic=51666\"],[\"spath\",\" .dats > a[href=\\\"javascript:pasteN('AlAvis')\\\"] > b\"]]},{\"selector\":\".tpc > .post > a[href]\",\"action\":[\"style\",\"word-break: break-all\"],\"cssable\":true},{\"selector\":\".tpc > .post > table[width] > tbody > tr > .lgf\",\"action\":[\"style\",\"word-break: break-word\"],\"cssable\":true}]","[{\"selector\":\".header20-00\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"div#body_container\",\"action\":[\"style\",\"margin-top: 0 !important; margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".menu[role=\\\"navigation\\\"] div[style]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"aside > div[class]:first-child div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".body--brranding > .content\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"html:not(#id) > body:not(#id) .body--brranding\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"[data-ns-portal] .branding[data-page] div[class^=\\\"content_\\\"] > div[class^=\\\"bottom\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"[data-ns-portal] .branding[data-page]\",\"action\":[\"style\",\"--grid-breakpoint-lg: unset !important; margin-top: unset !important; width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div\",\"action\":[\"style\",\"max-width: 1280px !important\"],\"cssable\":true},{\"selector\":\"[data-test=\\\"sticky-header\\\"] > div:first-child > div:first-child + div > div:not(:last-child)\",\"action\":[\"style\",\"margin-right: 60px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"articleBlockViqeo_\\\"][class*=\\\"notReady_\\\"]\",\"action\":[\"style\",\"padding-bottom: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#main-wrapper\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".mfp-content\",\"action\":[\"style\",\"background-color: #ddd !important\"],\"cssable\":true},{\"selector\":\".mfp-wrap\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > div[style^=\\\"background-color:\\\"]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-layout-without-banner\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".Entry__content\",\"action\":[\"style\",\"pointer-events: none !important; color: inherit !important\"],\"tasks\":[[\"has\",{\"selector\":\"> p > em\",\"tasks\":[[\"has-text\",\"/Erid:/\"]]}],[\"spath\",\" a[href][target=\\\"_blank\\\"]\"]]},{\"selector\":\"html.dark > body\",\"action\":[\"style\",\"background-color: #171717 !important\"],\"cssable\":true},{\"selector\":\"html:not(.dark) > body\",\"action\":[\"style\",\"background: initial !important\"],\"cssable\":true}]","[{\"selector\":\"#app > .items-center > div[class]\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"html > body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".top_bg\",\"action\":[\"style\",\"height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".abp\",\"action\":[\"style\",\"transform: none !important; direction: ltr !important\"],\"cssable\":true}]","[{\"selector\":\".promotion .h-layoutWide\",\"action\":[\"style\",\"cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\".b-site-body\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#main_body > .block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"#site\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header_top\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#cn-content.playlists-iframe\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".btn-download\",\"action\":[\"style\",\"opacity: 1 !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".main-container\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".tab__sport a[href^=\\\"https://www.championat.com/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".main\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#outer-top\",\"action\":[\"style\",\"padding-top: initial !important\"],\"cssable\":true}]","[{\"selector\":\".admineditor-menu\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".header-middle-wrapper\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#branding-wrapper\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#header-dummy:not(#id)\",\"action\":[\"style\",\"min-height: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"#site_container\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#footer\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html #globalcontent\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html .above_body\",\"action\":[\"style\",\"margin-bottom: auto !important\"],\"cssable\":true},{\"selector\":\"#vbulletin_html body > div[id][class]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"background-color: #dbdbdb !important\"],\"cssable\":true},{\"selector\":\"html.home > body idiv[class][id]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true},{\"selector\":\".header-inner\",\"action\":[\"style\",\"height: 94px !important\"],\"cssable\":true}]","[{\"selector\":\".redirect-button\",\"action\":[\"style\",\"pointer-events: auto !important; opacity: 1 !important\"],\"cssable\":true}]","[{\"selector\":\".lenta-tooltips-container > .tooltip-container\",\"action\":[\"style\",\"top: 43px !important; position: fixed !important\"],\"cssable\":true},{\"selector\":\".lenta_scrollable.poster\",\"action\":[\"style\",\"border: none !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"LoopChannelPlaceholder_bottom\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"LoopChannelPlaceholder_container\\\"]\",\"action\":[\"style\",\"box-shadow: none !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"LoopChannel_widget\\\"] > [class^=\\\"SimpleCaption_wrapper\\\"]\",\"action\":[\"style\",\"background: none !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"LoopChannel_wrapper\\\"][role=\\\"presentation\\\"]\",\"action\":[\"style\",\"box-shadow: none !important\"],\"cssable\":true}]","[{\"selector\":\"body.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true},{\"selector\":\"html.locked\",\"action\":[\"style\",\"overflow:auto !important\"],\"cssable\":true}]","[{\"selector\":\"body > #td-outer-wrap > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #td-outer-wrap\",\"action\":[\"style\",\"pointer-events: none !important; cursor: auto !important\"],\"cssable\":true},{\"selector\":\"html > body\",\"action\":[\"style\",\"background-image: none !important; background-color: #e8e8e8 !important; cursor: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(.path-frontpage) .page-main\",\"action\":[\"style\",\" min-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".page-header\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".site-content\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".page-content\",\"action\":[\"style\",\"background-color: inherit !important\"],\"cssable\":true},{\"selector\":\".page-content\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".post_content.newsletter\",\"action\":[\"style\",\"max-height: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#comments_block\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true},{\"selector\":\".embed-instagram > iframe\",\"action\":[\"style\",\"max-width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body > .header-menu-bg\",\"action\":[\"style\",\"margin-bottom: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".dwrp\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#topper_up\",\"action\":[\"style\",\"height: 88px !important\"],\"cssable\":true}]","[{\"selector\":\".modal-open\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tp-widget-pinned-post-item__title > a\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\".tBlurred\",\"action\":[\"style\",\"-webkit-filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"html[prefix] > body\",\"action\":[\"style\",\"background-color: #202030 !important; background-image: none !important\"],\"cssable\":true}]","[{\"selector\":\"html.bx-no-touch button[data-analytics$=\\\"-watch-with-ads-btn\\\"]\",\"action\":[\"style\",\"min-width: 0 !important; max-width: unset !important; width: 115px !important; overflow: hidden !important; padding-left: 15px !important\"],\"cssable\":true}]","[{\"selector\":\"iframe.youtube-video:not([src*=\\\"//utraff.com/\\\"])\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".head-top\",\"action\":[\"style\",\"position: absolute !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"background: #091016 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-image: none !important; background-color: #ffffff !important; padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body > .all-wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"header .container\",\"action\":[\"style\",\"padding-top: 30px !important\"],\"cssable\":true}]","[{\"selector\":\"#site\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".right-banner > div\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"a[href*=\\\"adpool.bet/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper > #main\",\"action\":[\"style\",\"overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\".navbar\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\".right-column > .sticky-box\",\"action\":[\"style\",\"position: relative !important\"],\"cssable\":true},{\"selector\":\"body\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".colorAdmin\",\"action\":[\"style\",\"color: black !important; font-weight: 100 !important; font-size: 8px !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"right-block\\\"][style^=\\\"min-height:\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#page\",\"action\":[\"style\",\"-webkit-filter:none !important; filter: none !important\"],\"cssable\":true},{\"selector\":\".fancybox-lock body\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\".page-wrap\",\"action\":[\"style\",\"margin-right: unset !important\"],\"cssable\":true}]","[{\"selector\":\"#cmain\",\"action\":[\"style\",\"margin-left: unset !important\"],\"cssable\":true}]","[{\"selector\":\".with-cookies-agreements .channels-line\",\"action\":[\"style\",\"top: calc(70px + 0px) !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .header\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".with-cookies-agreements .wrapper\",\"action\":[\"style\",\"margin-top: 120px !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable > div\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".wrapper.adfoxClickable\",\"action\":[\"style\",\"padding-top: 0 !important; background-image: none !important; pointer-events: none !important; background-color: #ECEFF2 !important\"],\"cssable\":true},{\"selector\":\"body > .wrapper\",\"action\":[\"style\",\"padding-top: 0 !important; background-color: #ECEFF2 !important\"],\"cssable\":true}]","[{\"selector\":\"div[style^=\\\"min-height: 100vh;\\\"]\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[data-video_status=\\\"paused\\\"] .buttonContainer[data-name=\\\"play\\\"][style*=\\\"left: 10px;\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"ul.tabsmenuverch li\",\"action\":[\"style\",\"padding-right: 2px !important; padding-left: 2px !important\"],\"cssable\":true}]","[{\"selector\":\".JoinForm__notNow\",\"action\":[\"style\",\"font-weight: bold !important; color: red !important; border: 3px solid red !important; padding: 6px !important\"],\"cssable\":true}]","[{\"selector\":\"body.video_showcase #page_body\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoGrid.video_items_list\",\"action\":[\"style\",\"max-width: 97% !important\"],\"cssable\":true},{\"selector\":\"body.video_showcase .VideoLayout\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".ly.header\",\"action\":[\"style\",\"top: -1px !important\"],\"cssable\":true},{\"selector\":\".onair[style^=\\\"height:\\\"] > .onair_wrapper > [name=\\\"btn_air_close\\\"]\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\".onair_wrapper\",\"action\":[\"style\",\"position: relative !important; bottom: unset !important; right: unset !important; -webkit-animation: none !important; animation: none !important\"],\"cssable\":true},{\"selector\":\".vjs-poster\",\"action\":[\"style\",\"position: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".block-type-widget-area\",\"action\":[\"style\",\"min-height: 0 !important; box-shadow: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > #layout-center > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\"body > #layout-center\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\"td[width=\\\"100%\\\"][valign=\\\"top\\\"][class^=\\\"post\\\"] > .postcolor > img\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".full-banner-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body.td-animation-stack-type0 .post img\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true},{\"selector\":\"body.td-animation-stack-type0 .td-animation-stack .entry-thumb\",\"action\":[\"style\",\"opacity: unset !important\"],\"cssable\":true}]","[{\"selector\":\"body.home\",\"action\":[\"style\",\"overflow: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\"img[src*=\\\"/storage/app/resources/\\\"][style*=\\\"blur\\\"]\",\"action\":[\"style\",\"filter: none !important\"],\"cssable\":true}]","[{\"selector\":\"#header + .banner\",\"action\":[\"style\",\"height: 100px !important\"],\"cssable\":true}]","[{\"selector\":\".p_wrap\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".eael-sticky-video-wrapper > #videobox\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".dpbAll\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".wrap\",\"action\":[\"style\",\"transform: none !important; margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"background-color: #f1f3f6 !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: hidden !important\"],\"cssable\":true},{\"selector\":\"html\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\".document_overflow-scroll_yes:not(.document_new-year-feed-own-scroll_yes) body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true}]","[{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [class^=\\\"content--article-\\\"] [style^=\\\"opacity:\\\"]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" [data-appid] > [itemscope] > div > div[id]\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/a/\"],[\"spath\",\" div\"],[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"article-bottom-block\"}],[\"spath\",\" > [class*=\\\"social\\\"] ~ div\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/articles\"],[\"spath\",\" div:has(> article > [class*=\\\"adBox\\\"])\"]]},{\"selector\":\"\",\"tasks\":[[\"matches-path\",\"/articles\"],[\"spath\",\" div:has(> article > div > [class*=\\\"image\\\"]:empty)\"]]},{\"selector\":\"article\",\"tasks\":[[\"has\",{\"selector\":\"> div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/[a-z0-9]/\",\"value\":\"/direct|mytarget/\"}]]}]]},{\"selector\":\"body\",\"action\":[\"style\",\"overflow-y: unset !important\"],\"cssable\":true},{\"selector\":\"div\",\"tasks\":[[\"matches-attr\",{\"attr\":\"/data-[a-z0-9]/\",\"value\":\"bottom-ad\"}]]},{\"selector\":\"div[class*=\\\"dzen-wrapper-with-top-content-desktop__topContent-\\\"]\",\"action\":[\"style\",\"grid-template-columns: inherit !important\"],\"cssable\":true},{\"selector\":\"div[class] > [id] > div[style*=\\\"important\\\"]\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"news-site-\\\"][class*=\\\"skeleton\\\"]\",\"action\":[\"style\",\"background-color: transparent !important\"],\"cssable\":true}]","[{\"selector\":\".b-page_type_maps div[class$=\\\"__content\\\"] > [class$=\\\"__ad\\\"] > div\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".climate-calendar__cell\",\"action\":[\"style\",\"width: 13.8% !important; -webkit-flex-basis: 13.8% !important; flex-basis: 13.8% !important\"],\"cssable\":true}]","[{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"remove-attr\",\"style\"]},{\"selector\":\".app__wrapper div[style^=\\\"width: calc(100% \\\"]\",\"action\":[\"style\",\"width: unset !important\"],\"cssable\":true},{\"selector\":\".b-page\",\"action\":[\"style\",\"padding-top: 0 !important\"],\"cssable\":true},{\"selector\":\".head-stripe\",\"action\":[\"style\",\"position: fixed !important; transform: scale(0) !important\"],\"cssable\":true},{\"selector\":\".monetization-group > .monetization-group__item\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".serp-header\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".suggest2_align_center[data-bem*=\\\"weather_\\\"]\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\"body.b-page > .b-page__container .card.content__adv.card\",\"action\":[\"style\",\"margin-bottom: unset !important; padding: unset !important\"],\"cssable\":true}]","[{\"selector\":\"[class*=\\\"ComposeDoneScreen\\\"] *\",\"action\":[\"style\",\"height: auto !important; min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".b-page.overlay\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true},{\"selector\":\".b-page[style*=\\\"padding-right:\\\"]\",\"action\":[\"style\",\"overflow-y: auto !important; padding-right: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".StationPage__centralArea\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true}]","[{\"selector\":\".top-line + header.main\",\"action\":[\"style\",\"top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#sitebox:not(#id)\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true}]","[{\"selector\":\".content:not(#id)\",\"action\":[\"style\",\"margin-top: 80px !important\"],\"cssable\":true}]","[{\"selector\":\".branding_wrapper > *\",\"action\":[\"style\",\"pointer-events: auto !important\"],\"cssable\":true},{\"selector\":\".branding_wrapper\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true}]","[{\"selector\":\".wrapper > header\",\"action\":[\"style\",\"margin-top: 15px !important\"],\"cssable\":true}]","[{\"selector\":\".rotate-block\",\"action\":[\"style\",\"display: table !important\"],\"cssable\":true},{\"selector\":\"aside > div[class^=\\\"styled__SidebarWrap-\\\"]\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body:not(#id)\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#_id_main_content\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true},{\"selector\":\".b_header\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\"#js_col_left > .l-sticky\",\"action\":[\"style\",\"position: relative !important; top: unset !important\"],\"cssable\":true},{\"selector\":\".l-sticky:has(.forecast:empty) ~ .js-news-feed > .news-feed\",\"action\":[\"style\",\"top: 166px !important; position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".article_inner.news_content_inner + .sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\".main_content\",\"action\":[\"style\",\"margin-top: 12px !important\"],\"cssable\":true}]","[{\"selector\":\".g-banner__news-footer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\".g-relative > .forecast\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\".l-col-100h\",\"action\":[\"style\",\"min-height: 0 !important; height: auto !important\"],\"cssable\":true}]","[{\"selector\":\".g-icon-big.g-play::after\",\"action\":[\"style\",\"bottom: calc(50% - 55px) !important; left: calc(50% - 55px) !important; cursor: pointer !important\"],\"cssable\":true},{\"selector\":\".js-index-central-column .js-index-doscroll[data-type=\\\"spec\\\"]:has([href*=\\\"erid=\\\"])\",\"action\":[\"style\",\"padding: 1px !important; border-bottom: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\".js-index-doscroll audio[autoplay]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".l-small-width-top-padding\",\"action\":[\"style\",\"padding-top: unset !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__body\",\"action\":[\"style\",\"left: 200px !important; right: 200px !important\"],\"cssable\":true},{\"selector\":\".video-gallery-popup.single .video-gallery-popup__wrap\",\"action\":[\"style\",\"max-width: 100% !important\"],\"cssable\":true}]","[{\"selector\":\".mt-auto\",\"action\":[\"style\",\"margin-top: unset !important\"],\"cssable\":true}]","[{\"selector\":\".body *\",\"action\":[\"style\",\"opacity: 1 !important; filter: none !important; pointer-events: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#app-canvas .application-mail__layout .layout__column_right\",\"action\":[\"style\",\"width: auto !important\"],\"cssable\":true},{\"selector\":\"#app-canvas .paginator-container\",\"action\":[\"style\",\"right: 8px !important\"],\"cssable\":true},{\"selector\":\".advert-column\",\"action\":[\"style\",\"width: 0 !important\"],\"cssable\":true},{\"selector\":\".application-mail__wrap > .application-mail__layout > .layout[style*=\\\"grid-template-columns:\\\"]\",\"action\":[\"style\",\"grid-template-columns: 232px 1fr 0 0 !important\"],\"cssable\":true},{\"selector\":\".application_new-toolbar .application-mail:not(.application-mail_webview-mobile) [class*=\\\"top-line-adv\\\"]\",\"action\":[\"style\",\"--letter-list-top-toolbar-height: inherit !important; --letter-list-top-native-adv-height: inherit !important; --scrollable-top-native-adv-height: inherit !important\"],\"cssable\":true},{\"selector\":\".layer-sent-page > .layer\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true},{\"selector\":\"body > div > .letter-list-item-adv\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\"body > div[style*=\\\"top:\\\"][style*=\\\"position:\\\"][style*=\\\"visibility:\\\"] #app-canvas div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".b-datalist > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".b-letter_thread > div > div\",\"action\":[\"remove\",\"\"],\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^39px$\"}]]},{\"selector\":\".ph-projects > a[href^=\\\"https://e.mail.ru/messages/inbox?utm_\\\"]\",\"action\":[\"style\",\"pointer-events: none !important\"],\"cssable\":true},{\"selector\":\"body:not(#id) > div[style=\\\"position: absolute; visibility: hidden; top: -10000px; left: -10000px;\\\"] > div\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\"#article-root section > main + [class] > div div:not([style])\",\"action\":[\"style\",\"min-height: 0 !important; padding: unset !important\"],\"cssable\":true},{\"selector\":\"body > .block > .tag\",\"action\":[\"style\",\"z-index: 1400 !important; cursor: pointer !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-headline\",\"action\":[\"style\",\"margin-top: auto !important\"],\"cssable\":true}]","[{\"selector\":\"#portal-menu\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true},{\"selector\":\".header-banner\",\"action\":[\"style\",\"margin: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#grid div[class^=\\\"feed__\\\"]\",\"action\":[\"remove\",\"\"]},{\"selector\":\".article__item_source_viqeo .article__container::before\",\"action\":[\"style\",\"content: initial !important\"],\"cssable\":true},{\"selector\":\".grid__ccol > .tabs-content\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\".grid__header .ph-auth\",\"action\":[\"style\",\"height: 37px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-container\",\"action\":[\"style\",\"height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__header .ph-modal-projects-overlay\",\"action\":[\"style\",\"top: inherit !important\"],\"cssable\":true},{\"selector\":\".grid__header > .headline\",\"action\":[\"style\",\"height: 40px !important; min-height: 40px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\".grid__main-col .eventbar-wrapper\",\"action\":[\"style\",\"margin-top: 0 !important\"],\"cssable\":true},{\"selector\":\".grid__main-col > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\".grid_blocked #mailbox:not(#id)\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".grid_blocked div[slot=\\\"main-column\\\"] > :nth-child(-1n+2) ~ [class] > [class]\",\"action\":[\"style\",\"visibility: unset !important; pointer-events: unset !important\"],\"cssable\":true},{\"selector\":\".ph-project__user-icon-mask\",\"action\":[\"style\",\"mask-image: inherit !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__img\",\"action\":[\"style\",\"max-width: unset !important; min-width: unset !important; height: 5em !important; width: 6.66em !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a > .news-main__text-wrapper\",\"action\":[\"style\",\"max-height: 5em !important; white-space: pre-line !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a\",\"action\":[\"style\",\"max-height: 5em !important; position: static !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child > a::after\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child ~ li\",\"action\":[\"style\",\"max-width: 660px !important\"],\"cssable\":true},{\"selector\":\".tabs-content > :first-child\",\"action\":[\"style\",\"max-width: 750px !important\"],\"cssable\":true},{\"selector\":\".tv-widget > .vk-video\",\"action\":[\"remove\",\"\"]},{\"selector\":\".weather_right-column .weather__block\",\"action\":[\"style\",\"height: auto !important\"],\"cssable\":true},{\"selector\":\"[data-testid=\\\"grid-left-col\\\"] > .logo\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 4px !important\"],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] *\",\"tasks\":[[\"matches-css\",{\"name\":\"height\",\"value\":\"^90px$\"}]]},{\"selector\":\"[slot=\\\"main-column\\\"] .news-item\",\"action\":[\"style\",\"line-height: 19px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"[slot=\\\"main-column\\\"] > .tabs\",\"action\":[\"style\",\"height: 20px !important\"],\"tasks\":[[\"matches-media\",\"(max-width: 1280px)\"]],\"cssable\":true},{\"selector\":\"body > .grid .grid__lcol > .footer\",\"action\":[\"style\",\"margin-top: 10px !important\"],\"cssable\":true},{\"selector\":\"body > .grid .grid__rcol\",\"action\":[\"style\",\"margin-left: 0 !important\"],\"cssable\":true},{\"selector\":\"body > .zeropixel ~ div > style ~ div\",\"action\":[\"style\",\"pointer-events: none !important; opacity: 0 !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class] > :first-child\",\"action\":[\"style\",\"width: 100% !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs + div[class]\",\"action\":[\"style\",\"min-width: fit-content !important\"],\"cssable\":true},{\"selector\":\"body:not(.js-module) .tabs > .tabs__item\",\"action\":[\"style\",\"padding: 0 4px !important; font-size: 14px !important\"],\"cssable\":true},{\"selector\":\"div:not(.grid__main-col) > div[slot=\\\"main-column\\\"] .search-container\",\"action\":[\"style\",\"margin-top: 4px !important; margin-bottom: 20px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] .tabs\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .micro-widgets\",\"action\":[\"style\",\"height: auto !important; margin: auto !important\"],\"cssable\":true},{\"selector\":\"div[slot=\\\"main-column\\\"] > .tabs__container\",\"action\":[\"style\",\"margin-top: 5px !important\"],\"cssable\":true},{\"selector\":\"html[style*=\\\"-tgbv\\\"] > body[style*=\\\"position: fixed;\\\"]\",\"action\":[\"style\",\"position: unset !important\"],\"cssable\":true}]","[{\"selector\":\".layout_footer\",\"action\":[\"style\",\"margin-top: 20px !important\"],\"cssable\":true},{\"selector\":\".p-article-bookmakers ~ div a[href^=\\\"https://r.mail.ru/\\\"]\",\"action\":[\"style\",\"pointer-events: none !important; text-decoration: none !important; color: inherit !important\"],\"cssable\":true}]","[{\"selector\":\".media-ui-slider-track div:first-child + div:not([style]):last-child\",\"action\":[\"style\",\"min-height: 0 !important; width: unset !important\"],\"cssable\":true}]","[{\"selector\":\"aside > div > div\",\"action\":[\"style\",\"min-height: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"div[class^=\\\"Public__folderContent\\\"]\",\"action\":[\"style\",\"padding-right: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class^=\\\"ReactViewer__root-\\\"]\",\"action\":[\"style\",\"--bottom-banner-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"html.window-loaded .b-video-controls__inside-play-button\",\"action\":[\"style\",\"visibility: visible !important; opacity: 0 !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important\"],\"cssable\":true}]","[{\"selector\":\"#custom-background-css\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#downloadAdModal\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#reader_pane\",\"action\":[\"style\",\"padding-right: unset !important\"],\"cssable\":true},{\"selector\":\"#sinner_container\",\"action\":[\"style\",\"display: block !important; z-index: 0 !important\"],\"cssable\":true},{\"selector\":\".ad_title\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true},{\"selector\":\".adsbygoogle\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true},{\"selector\":\".leaderboard_ad\",\"action\":[\"style\",\"display: block !important; position: fixed !important; top: -10000px !important; left: -10000px !important\"],\"cssable\":true}]","[{\"selector\":\"#summary ~ div:has(> [id^=\\\"cluster-video-ad\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"#vO5STmSLgNAkebzSluI8coxpDgsG97g\",\"action\":[\"style\",\"height: 1px !important; min-height: 1px !important\"],\"cssable\":true}]","[{\"selector\":\"*\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".SubjectMenu_desktop.PageLayout-Nav\",\"action\":[\"style\",\"position: sticky !important\"],\"cssable\":true},{\"selector\":\"main > div > div > div\",\"tasks\":[[\"has-text\",\"/rotator|блокировщик/\"]]},{\"selector\":\"main > div:first-child:empty + div:not([class]) > div\",\"action\":[\"style\",\"min-height: 86px !important; height: 86px !important; margin-bottom: -80px !important\"],\"cssable\":true}]","[{\"selector\":\".andropov_video\",\"action\":[\"remove-attr\",\"data-video-play-mode\"]}]","[{\"selector\":\".b-article-content > h2\",\"tasks\":[[\"has-text\",\"букмекер\"]]}]","[{\"selector\":\".body > .body\",\"action\":[\"style\",\"user-select: text !important; -moz-user-select: text !important; -webkit-user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\".googlead.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links\",\"action\":[\"style\",\"display: block !important\"],\"cssable\":true}]","[{\"selector\":\".video-scroll\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" [data-lcp-name*=\\\"anner-\\\"]\"]]},{\"selector\":\"\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/kursk-sertifikaty\"],[\"spath\",\" div[data-widget=\\\"banner\\\"]\"]]},{\"selector\":\"[data-lcp-name*=\\\"anner-\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]},{\"selector\":\"div[data-widget=\\\"banner\\\"]\",\"action\":[\"style\",\"display: block !important\"],\"tasks\":[[\"matches-path\",\"/my/reviews/promo\"]]}]","[{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href*=\\\"://yandex.\\\"][href*=\\\"/clck/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[class*=\\\"mini-suggest__item\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href*=\\\"://yabs.yandex.\\\"][href*=\\\"/count/\\\"])\",\"action\":[\"remove\",\"\"]},{\"selector\":\"[id^=\\\"suggest-item-\\\"]:has(> a[href][target=\\\"_blank\\\"])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body.wdp-scroll\",\"action\":[\"style\",\"overflow-y: auto !important\"],\"cssable\":true}]","[{\"selector\":\"body\",\"action\":[\"remove-attr\",\"/oncopy|onselectstart|oncontextmenu/\"]}]","[{\"selector\":\"body\",\"action\":[\"style\",\"-webkit-touch-callout: default !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important\"],\"cssable\":true}]","[{\"selector\":\"p\",\"tasks\":[[\"has-text\",\"Для скачивания подождите отсчет таймера...\"]]}]","[{\"selector\":\".playerFlvContainer.mgp_hideControls\",\"action\":[\"style\",\"cursor: none !important\"],\"cssable\":true}]","[{\"selector\":\"body > section[class*=\\\"section details\\\"]\",\"action\":[\"style\",\"padding-top: 70px !important\"],\"cssable\":true}]","[{\"selector\":\"section\",\"action\":[\"remove-class\",\"brand\"]}]","[{\"selector\":\"videotronic-player\",\"action\":[\"remove-attr\",\"data-video-autoplay\"]}]","[{\"selector\":\".dist-overlay__popup\",\"action\":[\"remove\",\"\"]},{\"selector\":\".simple-popup__overlay\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\".portal-menu__logo__link\",\"action\":[\"style\",\"width: 90px !important; !important; overflow: hidden !important\"],\"cssable\":true}]","[{\"selector\":\"body > div:not([id]):not([class]):not([style]):empty\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"body iframe[name][style*=\\\"display:none\\\"]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > iframe[name]:not([id]):not([class]):not([src])\",\"action\":[\"remove\",\"\"]}]","[{\"selector\":\"head > style:empty\",\"action\":[\"style\",\"all: inherit !important\"],\"cssable\":true}]","[{\"selector\":\"#top_banner:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".advt:not(#id)\",\"action\":[\"style\",\"display: block !important; pointer-events: none !important; opacity: 0 !important; height: 0 !important\"],\"cssable\":true},{\"selector\":\".sidebar\",\"action\":[\"style\",\"top: 0 !important\"],\"cssable\":true},{\"selector\":\"div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child > div[class]:not([id]):first-child:only-child\",\"action\":[\"style\",\"height: unset !important\"],\"cssable\":true}]","[{\"selector\":\".popup--sticky\",\"tasks\":[[\"has-text\",\"adblock\"]]}]"];
31
+ const argsSeqs = [0,1,2,-3,653,3,4,5,-6,-207,208,7,8,9,10,11,12,13,14,15,-16,-207,-208,209,17,18,19,20,21,22,23,24,25,-26,-207,-208,398,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,-44,256,45,46,47,48,-49,159,50,51,52,53,54,-55,204,56,57,58,59,60,-61,326,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,-94,-729,730,95,96,97,98,99,100,-101,158,102,103,104,105,106,107,108,109,110,111,-112,216,113,114,115,-116,729,-117,213,-118,553,119,120,121,122,123,124,125,-126,-297,-728,729,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,-159,-419,729,-159,-626,729,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,-189,209,190,191,192,193,194,195,196,-196,-685,707,197,198,199,-200,-671,-677,-717,726,-200,-201,-202,-674,-675,-677,717,-200,-201,726,203,204,-204,407,205,206,-207,-208,235,-207,-208,236,-207,-208,284,-207,-208,295,-207,-208,458,-207,-208,465,-207,-208,477,-207,-208,485,-207,-208,528,-207,209,-207,-208,586,-207,208,-207,372,208,209,-209,338,-209,355,-209,-412,517,-209,-337,711,-209,284,-209,405,210,211,212,213,-213,214,215,-215,216,216,-216,-520,729,217,218,219,-219,-326,721,-219,-728,729,-219,513,-219,478,-219,692,220,221,222,223,224,-224,-426,583,-224,426,225,-225,371,-225,591,-225,596,-225,604,226,227,228,-229,-230,231,-229,-231,339,-229,382,-229,231,230,232,233,234,237,238,239,-239,729,-240,241,240,242,243,244,245,246,247,248,249,-250,251,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,-267,312,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,-285,732,286,287,288,289,-290,291,-290,552,292,293,294,296,-297,-728,729,298,299,300,301,302,303,304,-305,729,306,307,308,309,-310,589,311,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,-340,-341,715,-340,341,341,-341,-729,730,-342,343,-342,418,344,-344,643,345,346,347,348,349,350,351,352,353,354,-356,357,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,373,374,375,-376,377,-377,576,-377,553,378,379,-380,729,381,383,384,385,386,387,388,389,390,391,392,-393,-728,729,393,394,395,396,397,-397,409,-398,704,-398,486,-398,490,-398,489,-398,487,-398,488,-398,536,-398,605,399,400,401,402,403,404,406,408,410,-411,412,412,-412,441,413,414,415,416,417,-420,729,421,422,423,424,425,427,428,-429,729,430,431,432,433,434,435,-436,437,437,438,439,440,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,459,-460,461,-461,650,462,-462,-587,650,463,464,466,467,468,469,-470,685,471,472,473,474,475,476,477,478,479,-480,713,480,481,482,483,484,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,514,515,516,518,519,521,522,523,524,525,526,527,529,530,531,532,533,534,535,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,554,555,556,557,558,559,-560,562,560,561,563,564,565,566,567,568,569,570,571,572,573,574,575,577,578,579,580,581,582,583,584,-585,-710,714,588,589,590,592,593,594,595,597,598,599,600,601,602,603,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,644,645,646,647,648,649,650,651,652,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,-672,-673,-674,717,673,-674,-675,-677,717,676,678,679,680,681,682,683,684,685,-685,686,-687,-689,690,687,-687,689,688,691,-693,694,693,695,696,697,-698,700,-699,700,701,702,703,705,706,708,709,-709,716,-710,714,712,713,714,718,719,720,722,723,724,725,727,-728,729,729,-729,730,731,733];
32
+ const hostnamesMap = new Map([["sib.fm",1],["glianec.com",2],["vk.com",3],["vk.ru",5],["dni.ru",6],["gazeta1.com",7],["stopgame.ru",8],["bookskeeper.ru",11],["www.zoneofgames.ru",12],["zx-pk.com",13],["radiokot.ru",14],["mundolatino.org.ua",15],["novate.ru",16],["nintendo.moy.su",17],["alcodistillers.ru",18],["lion-tv.org",19],["newstudio.tv",20],["mobzon.ru",24],["videomin.ws",25],["tvvse.my1.ru",26],["liveangarsk.ru",27],["tut.by",28],["myshows.me",29],["lifehacker.ru",30],["wotsite.net",31],["electric-house.ru",32],["ixbt.com",33],["myfreeproject.com",37],["uniongang.net",38],["uniongang.org",38],["clib.me",39],["24warez.ru",40],["meteonova.ru",41],["armourbook.com",42],["oko-planet.su",43],["newdaynews.ru",44],["versia.ru",45],["ovego.tv",46],["drive2.com",47],["drive2.ru",47],["vkfaces.com",48],["planet-today.ru",49],["vsplanet.net",50],["efxi.ru",51],["old.myshows.me",52],["1news.com.ua",53],["seasonvar.one",54],["ekabu.ru",56],["ua-football.com",57],["cq.ru",58],["comss.ru",59],["fishki.net",60],["zhzh.com.ua",62],["zhzh.info",62],["syl.ru",63],["glavnayatema.com",64],["amic.ru",65],["tsn24.ru",66],["sovetromantica.com",67],["vomske.ru",69],["howdyho.net",70],["howdyho.pro",70],["racurs.ua",71],["vedomosti-ua.com",72],["forum.materinstvo.ru",73],["stalker-mods.clan.su",74],["stalker-mods.su",74],["procherk.info",76],["world-knigi.ru",77],["dorognoe.ru",78],["infosmi.net",79],["argumentiru.com",80],["kafanews.com",81],["nikcenter.org",82],["gamemag.ru",83],["24smi.org",84],["selezen.club",85],["selezen.net",85],["selezen.org",85],["bilshe.com",86],["anime-joy.ru",87],["animejoy.ru",87],["animejoy.site",87],["iphones.ru",88],["kovi.ru",89],["433175.ru",90],["molbuk.ua",91],["calorizator.ru",92],["orsk.ru",93],["chis-chernomorsk.com.ua",94],["f1analytic.com",95],["f1ua.org.ua",95],["cofp.ru",96],["sho.org.ua",97],["24.cv.ua",98],["tele.ru",99],["sobesednik.ru",100],["aramil.city",101],["koolinar.ru",102],["e-news.pro",103],["e-news.su",103],["compromat.group",104],["vokrug.tv",105],["fukushima-news.ru",106],["do4a.net",107],["4mama.ua",108],["mediaryazan.ru",111],["siver.com.ua",112],["football-ukraine.com",113],["kerch.fm",114],["kommersant.ru",115],["sport.tut.by",116],["infox.ru",117],["provladimir.ru",119],["igromania.ru",120],["ascnb1.ru",121],["yaizakon.com.ua",122],["auto62rus.ru",123],["te.ua",124],["gorod24.online",125],["unian.net",126],["unian.ua",126],["trueua.info",127],["gubkinskiy.com",128],["allboxing.ru",129],["sport-kr.com.ua",131],["interface31.ru",132],["pkzsk.info",133],["stravy.net",134],["fainaidea.com",136],["profootball.ua",138],["bitva-ex.ru",140],["photolessons.org",141],["progolovne.ck.ua",142],["rg-adguard.net",143],["news.center4.me",144],["obzor-new.ru",145],["softfl.ru",145],["forum.taxiservice.com.ua",146],["buhgalter911.com",147],["ovgorskiy.ru",151],["kino-archive.ru",152],["pravdanews.info",153],["ruspravda.info",153],["burninghut.ru",154],["igrigo.net",155],["rintor.info",156],["rintor.net",156],["allpravda.info",157],["geo-politica.info",157],["globalwarnews.ru",157],["inosmi.info",157],["news24today.info",157],["polit-mir.ru",157],["pravdoryb.info",157],["putin24.info",157],["vnn24.ru",157],["life.ru",158],["kinokordon.net",159],["newsomsk.ru",160],["programmersforum.ru",161],["24boxing.com.ua",162],["kavkaz-uzel.eu",163],["superhumor.ru",164],["voffka.com",164],["cikavosti.com",165],["zanmsk.ru",166],["pogoda.ru",167],["redfm.ru",168],["android-club.ws",169],["versii.if.ua",170],["selomoe.ru",171],["proufu.ru",172],["smi2.ru",173],["kanobu.ru",174],["aliexpress.ru",175],["mirnov.ru",176],["joker.ykt.ru",177],["zhenskoe-mnenie.ru",178],["onliner.by",179],["yap.ru",180],["yaplakal.com",180],["arbatmedia.kz",181],["day.kyiv.ua",181],["dokumental.ru",182],["radiorecord.fm",182],["ria-m.tv",182],["apostrophe.ua",183],["hvylya.net",184],["novorosinform.org",183],["sharknews.ru",183],["tehnowar.ru",183],["tochka.net",187],["topdaynews.ru",183],["wworld.com.ua",183],["fit4power.ru",190],["ytronews.ru",191],["bibe.ru",192],["primpogoda.ru",193],["nsn.fm",194],["popcake.tv",195],["mignews.com",196],["dachnye-sovety.ru",197],["argumenti.ru",198],["drivenn.ru",199],["nashamama.com",200],["benzin-price.ru",201],["thg.ru",202],["gsett.ru",203],["sm.news",204],["prsport.net",205],["sovsport.ru",206],["vmgu.ru",207],["2gis.by",208],["2gis.kz",208],["2gis.ru",208],["myshared.ru",209],["headinsider.net",210],["remontka.pro",211],["seo-master.org",212],["seosprint.net",212],["vip-prom.net",212],["nowa.cc",213],["softlab-portable.net",214],["dusterclubs.ru",215],["bt.kubyshka.org",216],["vlab.su",217],["nwcod.com",218],["trupornolabs.org",219],["stalker-2-2012.ucoz.net",221],["bwtorrents.ru",222],["grinkod.spb.ru",223],["mirknig.su",224],["mymirknig.ru",224],["ok.ru",225],["forums.overclockers.ru",226],["avtorambler.com",227],["rambler.ru",228],["utro.ru",231],["cnews.ru",232],["sports.ru",233],["ya.ru",234],["yandex.ru",239],["yandex.*",246],["vgtimes.ru",249],["2es.work",250],["adventuretime.ru",250],["ani.wtf",250],["cdnpotok.com",250],["cdntelesee.com",250],["cdntvpotok.com",250],["chepok.xyz",250],["domatv.net",250],["hdone.net",250],["hdru.net",251],["hindcine.tv",250],["kipolino.site",250],["klplayer.website",250],["liveball.my",250],["liveball.uno",250],["liveball.*",250],["liveball7.gq",250],["liveball8.ml",250],["luxurytv.online",250],["oneliketv.com",250],["phys-kids.com",250],["pokaz.me",250],["rxtv.github.io",250],["strah.video",250],["t1pochek.site",250],["tip0chek.site",250],["tipochek.xyz",250],["volley.ru",250],["worldvideo.site",250],["sntch.com",253],["informator.ua",254],["aif.ru",255],["ain.ua",258],["bit.ua",261],["budport.com.ua",264],["ko.com.ua",267],["kv.by",270],["livejournal.com",273],["mc.today",276],["oper.ru",279],["pay-day.ru",282],["sc2tv.ru",284],["userstyles.org",287],["zakarpatpost.net",287],["game-pool.ru",289],["2pay-day.ru",291],["4video.adult",291],["baskino.film",292],["dnepr.info",292],["dugtor.ru",293],["filmitorrent.net",295],["filmitorrent.site",295],["jetsetter.ua",292],["kinoafisha.ua",292],["kinobar.vip",292],["kinoukr.com",292],["konohatv.life",292],["ladys.media",292],["moskva.fm",292],["nnm-club.me",297],["nnmclub.ro",297],["nnmclub.to",297],["roem.ru",292],["rusfootball.info",292],["utorr.cc",295],["vc.ru",300],["virusinfo.info",303],["xxxadulttorrent.org",292],["you-anime.ru",292],["yummyanime.tv",292],["zombie-film.live",292],["hdkinozzoro.ru",305],["radioromantika.ru",307],["101.ru",308],["1080kino.net",309],["1informer.com",310],["itech.co.ua",310],["moika78.ru",310],["root-nation.com",311],["1plus1.international",313],["2plus2.ua",314],["bigudi.tv",314],["plus-plus.tv",314],["livesport.ws",316],["nv.ua",317],["star-wars-film.ru",316],["1plus1.video",320],["www.1tv.ru",321],["2ip.io",322],["2ip.ru",322],["w98008mo.beget.tech",322],["batenka.ru",322],["cursorinfo.co.il",322],["delfi.ee",322],["draug.ru",323],["modsforwot.ru",323],["edenland.com.ua",322],["eplus.by",322],["factor.ua",326],["fex.net",322],["investing.com",322],["moscowtimes.eu",322],["moscowtimes.ru",322],["newsyou.info",329],["ogorodniki.com",322],["podrobno.uz",331],["rusprofile.ru",322],["26-2.ru",333],["arbitr-praktika.ru",333],["budgetnik.ru",333],["buhsoft.ru",333],["business.ru",333],["cxychet.ru",333],["dirsalona.ru",333],["fd.ru",333],["gazeta-unp.ru",333],["gd.ru",333],["glavbukh.ru",333],["hr-director.ru",333],["kdelo.ru",333],["kom-dir.ru",333],["law.ru",333],["menobr.ru",333],["pro-goszakaz.ru",333],["pro-personal.ru",333],["resobr.ru",333],["rnk.ru",333],["sekretariat.ru",333],["stroychet.ru",333],["trudohrana.ru",333],["ugpr.ru",333],["zarplata-online.ru",333],["zdrav.ru",333],["3dnews.ru",335],["4pda.to",336],["4studio.com.ua",337],["78.ru",338],["7days.ru",339],["innal.top",340],["zannn.top",343],["noddb.ru",345],["buh24.com.ua",345],["ppt.ru",345],["dentalmagazine.ru",345],["houzz.ru",346],["senior.ua",348],["sherdog.com",350],["softportal.com",352],["texterra.ru",345],["aces.gg",354],["adme.media",355],["ag.ru",356],["agronom.com.ua",357],["tt-cup.com",357],["dyvys.info",360],["gecid.com",363],["valetudo.ru",365],["anime-bit.pro",367],["anime-bit.su",367],["agroreview.com",368],["agroxxi.ru",369],["ai-next.ru",370],["alexfilm.org",371],["alexua.tv",372],["allapteki.ru",373],["cont.ws",373],["kraj.by",373],["kurs.com.ua",374],["profile.ru",373],["allbasketball.org",376],["gstv.ru",378],["alllyr.ru",379],["androidinsider.ru",380],["anekdot.ru",381],["anidub.vip",382],["anidubonline.com",382],["anilib.me",383],["animelib.org",383],["hentailib.me",383],["hentailib.org",383],["shlib.life",383],["slashlib.me",383],["yaoilib.net",383],["aniliberty.top",384],["anilibria.top",384],["anime-naruto.ru",385],["blich.ru",385],["borutoplanet.ru",385],["bungou-stray-dogs.ru",385],["doktor-stoun.ru",385],["haikyu.ru",385],["hunter-x-hunter.ru",385],["klinok-rassekayuschiy-demonov.ru",385],["magicheskaya-bitva.ru",385],["my-hero-academia.ru",385],["one-pieces.ru",385],["reinkarnatsiya-bezrabotnogo.ru",385],["tokiyskie-mstiteli.ru",385],["anime777.ru",386],["animedia.pro",387],["tt.animedia.tv",389],["animedub.ru",390],["animegid.online",391],["animego.online",392],["animejapan.tv",393],["crazyatomicgames.com",393],["xxx-igra.com",393],["yaldagames.com",393],["animemobi.ru",394],["euro-football.ru",394],["onlinestreams.ru",394],["animemovie.ru",395],["animespirit.tv",396],["fullfilmhd.space",396],["igry-online.net",396],["amedias.ru",397],["anibests.ru",397],["anijutsu.ru",397],["animegofans.ru",397],["animesenpai.ru",397],["anistars.ru",397],["jutsubest.ru",397],["kinogo-net.la",397],["softbox.life",397],["animevost.one",398],["animevost.org",398],["animevost.top",398],["vost.pw",398],["anistar.org",399],["astar.bz",399],["online-star.org",399],["online-stars.org",399],["anitokyo.tv",400],["anti-malware.ru",401],["apnews.com.ua",402],["app-time.ru",403],["app2top.ru",404],["appleinsider.ru",405],["click-or-die.ru",406],["artfile.ru",408],["asn.in.ua",409],["loads.ati.su",410],["tm.ati.su",410],["trucks.ati.su",410],["audioportal.su",411],["autosport.com.ru",412],["av.by",413],["www.aviasales.by",414],["www.aviasales.kg",414],["www.aviasales.md",414],["www.aviasales.ru",414],["www.aviasales.ua",414],["www.aviasales.uz",414],["avito.ru",415],["abw.by",416],["baby.ru",417],["baibako.tv",418],["banki.ru",419],["bestpersons.ru",420],["1bigboss.com",421],["bigboss.video",421],["www.bigmir.net",422],["bin.ua",423],["gidonline.fun",424],["greenpost.ua",424],["kinoboom.su",424],["kinogo-720.net",424],["sportboom.info",424],["urologypro.ru",424],["blisch.by",425],["old.sport-tv.by",425],["mail.ukr.net",426],["blitz.if.ua",428],["blogs.pravda.com.ua",429],["bombardir.ru",430],["bosch-home.ru",431],["botanichka.ru",432],["prikol.ru",434],["brestcity.com",436],["bryansknovosti.ru",437],["novozybkov.su",437],["btu.org.ua",438],["bugaga.ru",439],["buhgalter.com.ua",440],["buhonline.ru",443],["businessua.com",444],["bvedomosti.ru",445],["car.ru",446],["carambatv.ru",447],["cars.ru",448],["casstudio.tv",449],["censor.net",450],["cf.ua",452],["champion.com.ua",453],["championat.com",454],["championat.ru",454],["cherkassy-sport.com",455],["chita.ru",456],["cinema-hd.ru",458],["doramatv.su",458],["filmshd.vip",458],["goodfilms.su",458],["hdrezka.it",458],["kinoxa.cc",458],["lordfilm.lu",458],["lordserial.fun",458],["lordserial.run",458],["lordserial.top",458],["newseries.me",458],["yummyanime.best",458],["com-x.life",459],["comments.ua",460],["conversion.im",461],["coop-land.ru",462],["coub.com",463],["cpa.rip",464],["creativportal.ru",465],["ctv7.ru",466],["cyberforum.ru",467],["cybersport.ru",468],["delovoymir.biz",469],["dev.ua",470],["doefiratv.info",471],["stalkerportaal.ru",472],["top-mods.ru",472],["club.dns-shop.ru",473],["domovita.by",474],["doramalive.news",475],["doramax.org",476],["doramy.su",477],["fclmnews.ru",477],["xsport.ua",477],["dostfilms.info",478],["dostfilms.site",478],["wowskill.ru",478],["dota2.ru",479],["drahelas.ru",480],["driveroff.net",481],["forums.drom.ru",482],["dtf.ru",483],["dynamo.kiev.ua",484],["ringside24.com",487],["www.okino.ua",489],["autoua.net",490],["economistua.com",493],["hs-manacost.ru",495],["seasonvar.ru",497],["uniondht.org",498],["espreso.tv",500],["eurointegration.com.ua",501],["eva.ru",502],["ex-fs.net",503],["expertcen.ru",504],["fastpic.org",505],["fbsearch.ru",506],["filebase.ws",507],["filmhd1080.me",508],["filmishki.net",509],["filmix.date",510],["filmix.life",510],["filmix.my",510],["filmix.pub",510],["filmix.tech",510],["filmix.zone",510],["nevasport.ru",512],["ru-drivemusic.net",512],["filmix.day",513],["filmozavr.com",514],["filmozavr.net",514],["films-online.club",515],["flashscore.com.ua",516],["flashscore.ru.com",516],["flashscore.ua",516],["flashscorekz.com",516],["livescore.in",516],["soccerstand.com",516],["forum.flprog.ru",517],["footballhd.ru",518],["footballhub.com.ua",519],["forbes.ru",520],["fototips.ru",521],["freehat.cc",522],["freeopenvpn.org",523],["freetp.org",524],["freetp.ru",524],["fssprus.ru",525],["galka.if.ua",526],["gasolina-online.com",526],["proxima.net.ua",526],["game2day.ru",527],["gamebomb.ru",528],["gamegpu.com",529],["overclockers.ua",529],["gameguru.ru",530],["riotpixels.com",532],["smartmama.com.ua",534],["gamer-info.com",536],["gastronom.ru",537],["gazeta.ua",538],["gdetraffic.com",540],["gismeteo.ru",541],["glavpost.ua",542],["glavred.info",543],["glavred.net",543],["goclips.tv",544],["www.goha.ru",545],["gol.ru",546],["goodfon.ru",547],["goodgame.ru",548],["gotennis.ru",549],["kaluga-poisk.ru",550],["yasniy-city.ru",550],["yola-poisk.ru",550],["gorod.dp.ua",551],["intermedia.ru",554],["sefon.cc",554],["gotps3.ru",555],["govoritmoskva.ru",556],["great-tv.ru",557],["vserialy.com",557],["vserialy.fun",557],["allhen.online",558],["mintmanga.one",558],["hentai-share.one",559],["growhow.in.ua",561],["asienda.ru",563],["diets.ru",565],["mycharm.ru",563],["myjane.ru",563],["povarenok.ru",567],["relook.ru",569],["stranamam.ru",571],["peterburg2.ru",573],["ts.kg",575],["gta-gaming.ru",577],["gtavicecity.ru",578],["gta.com.ua",579],["h-chan.me",580],["hardwareluxx.ru",581],["hdkinomir.cc",582],["ac",583],["ag",583],["biz",583],["buzz",583],["by",583],["city",583],["club",583],["co",583],["com",583],["fi",583],["in",583],["ink",583],["kim",583],["loan",583],["me",583],["name",583],["net",583],["org",583],["pub",583],["rest",583],["run",583],["sh",583],["si",583],["so",583],["space",583],["su",583],["today",583],["tv",583],["vip",583],["website",583],["win",583],["hellomagazine.com",584],["hentaiz.org",585],["hi-fi.ru",586],["ampercar.com",588],["hi-news.ru",588],["itechua.com",588],["kino-teatr.ua",589],["mmr.net.ua",588],["uamotors.com.ua",588],["modernrock.ru",588],["hi-tech.ua",591],["holod.media",592],["russorosso.ru",593],["horrorzone.ru",594],["darkermagazine.ru",595],["obozrevatel.com",595],["i.ua",596],["ictv.ua",598],["grazia.ru",599],["mentoday.ru",599],["techinsider.ru",599],["thevoicemag.ru",599],["infocar.ua",600],["infoua.biz",601],["infourok.ru",602],["inoprosport.ru",603],["instagram.com",604],["isport.ua",605],["it-actual.ru",607],["itc.ua",608],["itnews.com.ua",609],["ivanovonews.ru",610],["www.ivi.ru",611],["forum.ixbt.com",612],["www.ixbt.com",613],["ixbt.market",615],["jut-su.net",616],["kg-portal.ru",617],["sovet.kidstaff.com.ua",618],["kino.video",619],["tasix.me",619],["kinoakter.net",620],["kinokong.sk",621],["kinokrad.net",621],["kinokrad.my",622],["kinokladovka.com",623],["kinomania.ru",624],["kinometro.ru",625],["kinoprofi.vip",626],["kinorium.com",627],["kinoshack.net",628],["tree.tv",628],["kinoteatr.ru",629],["www.kinopoisk.ru",630],["kinovibe.co",631],["kirovnet.ru",632],["kirov.online",633],["klops.ru",634],["korabel.ru",635],["kp.ru",636],["kp.kg",638],["kp.kz",638],["kp.md",638],["hlamer.ru",640],["ru",641],["kriminal.net.ua",644],["news.dn.ua",644],["kredos.com.ua",645],["smartphone.ua",645],["l2top.ru",646],["lafa.site",647],["latifundimag.com",648],["leingpt.ru",649],["lenta.ru",650],["libertycity.net",652],["libertycity.ru",652],["lifetambov.ru",653],["livecars.ru",654],["livesport.ru",654],["liveinternet.ru",655],["www.liveinternet.ru",656],["www.livejournal.com",657],["lena-miro.ru",658],["levik.blog",658],["olegmakarenko.ru",658],["periskop.su",658],["shakko.ru",658],["shiro-kino.ru",658],["vadimrazumov.ru",658],["liveresult.ru",659],["lostfilm.info",660],["lostfilm.download",661],["lostfilm.life",661],["lostfilm.one",661],["lostfilm.pro",661],["lostfilm.space",663],["lostfilm.today",661],["lostfilm.tv",661],["lostfilm.tw",661],["lostfilm.uno",661],["lostfilm.win",661],["lostfilmtv.site",661],["lostfilmtv.uno",661],["lostfilmtv2.site",661],["lostfilmtv3.site",661],["lostfilmtv5.site",661],["lrepacks.net",664],["lurkmore.wtf",665],["m24.ru",666],["video.matchtv.ru",667],["mediasat.info",668],["mega.io",669],["mega.nz",669],["megogo.net",670],["mel.fm",671],["meta.ua",672],["mintmanga.live",673],["selfmanga.live",673],["www.mirf.ru",674],["gamma.mirtesen.ru",675],["mivmeste.info",676],["mmo13.ru",677],["mobile-review.com",678],["mobiltelefon.ru",679],["motorpage.ru",680],["movieshok.ru",681],["my-hit.org",682],["myseason.club",683],["namba.kz",684],["namba.kg",685],["naruto-base.su",686],["nashaplaneta.net",687],["newkaliningrad.ru",688],["newsland.com",689],["news-sport.info",690],["nezavisim.tv",691],["nn.by",692],["noob-club.ru",693],["nrj.ua",694],["ofxme.co",695],["ogorod.ru",696],["ohotniki.ru",697],["online-fix.me",698],["onlinemultfilmy.ru",699],["pogoda.onliner.by",700],["tech.onliner.by",700],["open3dmodel.com",701],["buzulukday.ru",702],["nsday.ru",702],["orenday.ru",702],["perevolockday.ru",702],["saltday.ru",702],["sorochinskday.ru",702],["otzovik.com",703],["overclockers.ru",704],["partnerkin.com",705],["patrioty.org.ua",706],["pb.wtf",707],["pirat.one",707],["piratbit.fun",707],["piratbit.org",707],["piratbit.top",707],["penzainform.ru",708],["freescreens.ru",709],["imgbase.ru",709],["imgcach.ru",709],["imgclick.ru",709],["payforpic.ru",709],["picclick.ru",709],["picclock.ru",709],["picforall.ru",709],["pikabu.ru",710],["pimpletv.ru",711],["playground.ru",712],["playua.net",713],["playvillage.ru",714],["pluggedin.ru",715],["pochta.ru",716],["politobzor.net",717],["dumka.poltava.ua",718],["pornolab.biz",719],["pornolab.cc",719],["pornolab.lib",719],["pornolab.net",719],["portaltele.com.ua",720],["portalvirtualreality.ru",721],["porus.ru",722],["ruporus.cc",722],["ruporus.com",722],["ruporus.net",722],["ruporus.top",722],["ruporus.tv",722],["ruporus.xyz",722],["postimees.ee",723],["promodj.com",724],["prophotos.ru",725],["pvpru.com",726],["radioclub.ua",727],["www.rambler.ru",728],["mail.rambler.ru",729],["horoscopes.rambler.ru",730],["tv.rambler.ru",732],["weather.rambler.ru",732],["nova.rambler.ru",733],["rayon.in.ua",734],["rbkgames.com",735],["redheadsound.studio",736],["regnum.news",737],["regnum.ru",737],["mag.relax.by",738],["repack.me",739],["reshebnik.com",740],["retail.ru",741],["context.reverso.net",742],["rezka.biz",743],["rezkahd.life",744],["rg.ru",745],["ria.ru",746],["riperam.org",747],["ritsatv.ru",748],["rp5.am",749],["rp5.by",749],["rp5.co.nz",749],["rp5.kz",749],["rp5.md",749],["rp5.ru",749],["rserials.net",750],["forum.ru-board.com",751],["rusnext.ru",752],["apad2.top",753],["game4you.top",753],["naylo.top",753],["rustorka.com",753],["rustorka.net",753],["rustorka.top",753],["rustorkacom.lib",753],["s13.ru",754],["sdamgia.ru",755],["www.e1.ru",758],["116.ru",759],["14.ru",759],["161.ru",759],["164.ru",759],["173.ru",759],["178.ru",759],["26.ru",759],["29.ru",759],["35.ru",759],["43.ru",759],["45.ru",759],["48.ru",759],["51.ru",759],["53.ru",759],["56.ru",759],["59.ru",759],["60.ru",759],["63.ru",759],["68.ru",759],["71.ru",759],["72.ru",759],["74.ru",759],["76.ru",759],["86.ru",759],["89.ru",759],["93.ru",759],["e1.ru",759],["ircity.ru",759],["izh1.ru",759],["mgorsk.ru",759],["msk1.ru",759],["ngs.ru",759],["ngs22.ru",759],["ngs24.ru",759],["ngs42.ru",759],["ngs55.ru",759],["ngs70.ru",759],["nn.ru",759],["sochi1.ru",759],["sterlitamak1.ru",759],["tolyatty.ru",759],["ufa1.ru",759],["v1.ru",759],["vladivostok1.ru",759],["voronezh1.ru",759],["ya62.ru",759],["season-var.net",760],["seolik.ru",761],["shaiba.kz",762],["shazoo.ru",763],["shedevrum.ai",764],["simhost.org",765],["slushat-tekst-pesni.ru",766],["snob.ru",767],["sobaka.ru",768],["soccer.ru",769],["soccer365.com.ua",770],["soccer365.ru",770],["softbox.tv",771],["sport-express.ua",772],["ukrfootball.ua",772],["sport-interfax.ru",773],["sport-tv.by",774],["sport.ua",775],["sportarena.com",776],["sportkp.ru",777],["sportsdaily.ru",778],["spot.uz",779],["stadion.uz",780],["stratege.ru",781],["study.ru",782],["surl.li",783],["tapochek.net",784],["tass.ru",785],["doba.te.ua",786],["tehnot.com",787],["teleport2001.ru",788],["teleprogramma.org",789],["the-geek.ru",790],["the-village-kz.com",791],["the-village.me",791],["the-village.ru",791],["village.com.ua",791],["thebell.io",792],["torent-igruha.com",793],["torrentinka.me",794],["tort.fm",795],["tourpom.ru",796],["tproger.ru",797],["translit.ru",798],["trashbox.ru",799],["kino.tricolor.tv",800],["tv-kanali.online",801],["ua-cinema.com",802],["ua.news",803],["uakino.best",804],["uakino.com",805],["ukr.bio",806],["www.ukr.net",807],["ukrainianwall.com",808],["ura.news",809],["uteka.ua",810],["www.vesti.ru",811],["vgae.ru",812],["videomore.ru",813],["videoredaktor.ru",814],["media",815],["russian.rt.com",815],["cdn.viqeo.tv",816],["virtualbrest.ru",817],["vkvideo.ru",818],["vm.ru",819],["volnorez.com.ua",820],["volynpost.com",821],["vrtp.ru",822],["vse-pro-sport.com.ua",823],["vseprosport.by",823],["vseprosport.kz",823],["vseprosport.ru",823],["vsviti.com.ua",824],["vtb-league.com",825],["vtimes.io",826],["vuzopedia.ru",827],["warfiles.ru",828],["webfile.ru",829],["weukraine.tv",830],["winzoro.net",831],["wotspeak.ru",832],["wtftime.ru",833],["www.xcom-shop.ru",834],["dzen.ru",835],["sportsdzen.ru",839],["yandex.by",840],["yandex.kz",840],["yandex.uz",840],["mail.yandex.by",844],["mail.yandex.com",844],["mail.yandex.kz",844],["mail.yandex.ru",844],["mail.yandex.uz",844],["rasp.yandex.by",845],["rasp.yandex.kz",845],["rasp.yandex.ru",845],["rasp.yandex.uz",845],["yk.kz",846],["zagonka.net",847],["zagonka.tv",847],["zagonko.org",847],["zagonkop.gb.net",847],["zagonkov.gb.net",847],["zogonka.org",847],["zaycev.online",848],["zerno-ua.com",849],["znak.com",850],["zr.ru",851],["gagadget.com",852],["gazeta.ru",853],["rbc.ru",855],["rbcrealty.ru",858],["sportrbc.ru",859],["zoom.cnews.ru",861],["www.cnews.ru",862],["e.mail.ru",863],["octavius.mail.ru",865],["news.mail.ru",866],["minigames.mail.ru",867],["hi-tech.mail.ru",868],["mail.ru",869],["sportmail.ru",871],["finance.mail.ru",873],["vfokuse.mail.ru",873],["cloud.mail.ru",874],["my.mail.ru",875],["freesoft.ru",876],["inoreader.com",877],["pronpic.org",878],["kolizhanka.com.ua",879],["miyzvuk.net",879],["ozon.ru",880],["reshu.by",882],["footboom.com",884],["footboom.kz",884],["lostfilmtv1.site",885],["lostfilmtv4.site",885],["reshuent.kz",886],["rutube.ru",887],["volyn.com.ua",888],["my-expert.ru",889],["pornhub.*",890],["rudub.*",891],["tochka.by",892],["kino-teatr.ru",893],["kinoafisha.info",893],["kinonews.ru",893],["light.mail.ru",894],["bigmir.net",895],["dengi.ua",895],["ditey.com",895],["facenews.ua",895],["pogodaua.com",895],["vsetv.com",895],["avtovod.com.ua",897],["beauty.ua",898],["enovosty.com",897],["epravda.com.ua",897],["forumodua.com",898],["inforesist.org",897],["internetua.com",898],["ivona.ua",897],["kolobok.ua",897],["kriminal.tv",897],["liga.net",897],["mama.ua",897],["meteo.ua",897],["meteofor.com.ua",897],["mport.ua",897],["nnovosti.info",897],["okino.ua",898],["orakul.com",898],["panno4ka.net",897],["pravda.com.ua",898],["real-vin.com",897],["toneto.net",898],["tv.ua",897],["tvoymalysh.com.ua",898],["u-news.com.ua",897],["ukr.net",897],["viva.ua",897],["zp.ua",897],["sinoptik.ua",900],["scrolller.com",901]]);
33
33
  const hasEntities = true;
34
34
 
35
35
  self.proceduralImports = self.proceduralImports || [];