NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Автозапуск менюшки // @namespace https://www.bestmafia.com/ // @version 1.0 // @description Автозапуск менюшки // @author Chappa // @match http://www.mafia-rules.net/* // @match https://www.mafia-rules.net/* // @grant none // @license MIT // @updateURL https://openuserjs.org/meta/Chappa/My_Script.meta.js // ==/UserScript== (function() { 'use strict'; if(typeof (my_id) != "undefined"){ $.getScript('https://bestmafiastat.ru:1204/nginx/duel_helper.js'); } })();