NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Убрать охоту // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @license MIT // @author Alwiess // @match https://catwar.su/cw3/ // @grant GM.addStyle // ==/UserScript== (function() { GM.addStyle(` /*Убрать охоту*/ a[data-id='31'] img { //content: url('http://d.zaix.ru/3aKJ.png'); display: none; } `); })();