NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name zZzz // @description муха залетит // @license MIT; https://opensource.org/licenses/MIT // @updateURL https://openuserjs.org/meta/Fredo14/hac.meta.js // @include /^https://catwar\.su/cw3/(?!(kns|jadg))/ // ==/UserScript== (function() { 'use strict'; document.querySelector('head').innerHTML += `<style> .dey[data-id="11"] {display: none;} </style>`; })();