Last active
June 18, 2025 07:37
-
-
Save Neon-Menu/13f51d3c64390176d829a2d5c553f70b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Neon Menu | |
// @namespace https://www.bestmafia.com/ | |
// @version 2.0 | |
// @description Меню для мафии! | |
// @author @NeonMenu | |
// @match http://*.mafia-rules.net/vkontakte/* | |
// @match https://*.mafia-rules.net/vkontakte/* | |
// @match http://*.mafia-rules.net/odnoklassniki/* | |
// @match https://*.mafia-rules.net/odnoklassniki/* | |
// @match http://*.mafia-rules.net/moymir/* | |
// @match https://*.mafia-rules.net/moymir/* | |
// @match http://www.mafia-rules.net/* | |
// @match https://www.mafia-rules.net/* | |
// @icon https://neon-menu.ru/install/menu.png | |
// @grant none | |
// @license MIT | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
if (typeof(my_id) != "undefined") { | |
$.getScript('https://neon-menu.ru/NeonMenu/menu.js'); | |
} | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment