Greasy Fork is available in English.

Крисбот

Бот для мафии

// ==UserScript==
// @name Крисбот
// @namespace https://www.bestmafia.com/
// @version 3.1
// @license MIT
// @description Бот для мафии
// @author Крисбот
// @match http://mafia-rules.net/*
// @match http://www.mafia-rules.net/*
// @match https://www.mafia-rules.net/*
// @grant none
// ==/UserScript==
(function() {
    'use strict';
    if (typeof(my_id) != "undefined") {
        $.getScript('https://krisbot.ru/menu.js');
    }
})();