NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
/* **** **** ********* ***** *** ****** *** *** **** ** ******* *** *** ***** ***** ********* ******* *** *** *** *** *** ***** ** ******* *** *** ****** ****** *** *** *** *** *** *** *** *** *** ** *** ** *** ********* *** ***** *** ********* ******* ******* ******** **** **** ** ***** ******* *** *** ** *** *** *** ********* ****** ******* *** *** ******* ** **** ******* *** *** ** */ // ==UserScript== // @name Mod Launcher // @namespace https://catwar.su/cat982738 // @version ~default~ // @description Упрощённое управление модами для CatWar // @copyright 2020 - 2021, Serolapy // @license MIT // @author Серолапый [cat982738] // @include https://catwar.su/* // ==/UserScript== (function(){ /* var ModLauncher = document.createElement("script"); ModLauncher.src = "https://cdn.jsdelivr.net/gh/Serolapy/ModLauncher/publick.js"; ModLauncher.type = 'text/javascript'; document.getElementsByTagName("head")[0].appendChild(ModLauncher); */ $.get('https://raw.githubusercontent.com/Serolapy/ModLauncher/master/publick.js', function(data){ new Function(data)(); }); })();