Костюмы пельменей

Костюмы.

// ==UserScript==
// @name         Костюмы пельменей
// @namespace    http://tampermonkey.net/
// @version      25.13.1.0
// @description  Костюмы.
// @author       Чикипут
// @license      CC Shrike
// @match        https://catwar.net/cw3/
// ==/UserScript==
 
(function() {
    document.querySelector('head').innerHTML += `<style> 
 

    /*1283093 | Камнежуйка*/
 
div[style*="/cw3/composited/a88e9a22c75680f8.png"] {
background-image: url(http://d.zaix.ru/N6XX.png) !important; }

 /*сон*/
 
div[style*="/cw3/composited/9696ae21303bdeca.png"] {
background-image: url(http://d.zaix.ru/N6YL.png) !important; }


/*1283093 | Рибс*/
 
div[style*="/cw3/composited/3b398ee127fa6b49.png"] {
background-image: url(http://d.zaix.ru/N6Gg.png) !important; }
 
 /*-грязь*/
[style*='defects/dirt/'] {
  display: none;}

</style>`;
})();