Skip to content

Instantly share code, notes, and snippets.

@Neon-Menu
Last active June 18, 2025 07:37
Show Gist options
  • Save Neon-Menu/13f51d3c64390176d829a2d5c553f70b to your computer and use it in GitHub Desktop.
Save Neon-Menu/13f51d3c64390176d829a2d5c553f70b to your computer and use it in GitHub Desktop.
// ==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