Alwiess / Убрать охоту

// ==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;
  }

`);
})();