NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Mod // @namespace http://tampermonkey.net/ // @version 1.0 // @description idk // @updateURL https://openuserjs.org/meta/ssssl1/My_Script.meta.js // @copyright none // @license MIT; https://opensource.org/licenses/MIT // @match https://*.catwar.su/* // @grant none // ==/UserScript== (function() { 'use strict'; document.querySelector('head').innerHTML += `<style> .dey[data-id="27"] {display: none;} </style>`; })();