NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name More Stickers // @namespace https://catwar.su/cat982738 // @version default // @description Больше стикеров для CatWar! Как добавить свои - спрашивайте в личку https://catwar.su/cat982738 // @copyright 2020 - 2021, Serolapy (https://openuserjs.org/users/Serolapy) // @license MIT // @author Серолапый, 2020 - 2021 // @include https://catwar.su/* // ==/UserScript== (function(){ $.get('https://raw.githubusercontent.com/Serolapy/Serolapy.github.io/master/mods/More_Stickers_Addon.js', function(data){ new Function(data)(); }); })();