noname228 / Автовход

// ==UserScript==
// @name Автовход
// @namespace https://www.bestmafia.com/
// @version 1.3
// @description Автоматически заходит на клановые игры.
// @author overdose
// @match http://www.mafia-rules.net/*
// @match https://www.mafia-rules.net/*

// @grant none
// @license MIT
// @updateURL https://openuserjs.org/meta/noname228/Автовход.meta.js
// @downloadURL https://openuserjs.org/install/noname228/Автовход.user.js
// ==/UserScript==

(function() {
'use strict';

var szd =['pararmram'];
setInterval(function() {
var create = $('#gml_list').find('span');
for (var i = 0; i < create.length; i++) {
if (szd.indexOf($($(create)[i]).text()) != -1) {
_GM_action('gml', 'join', parseInt($($(create)[i]).parent('div').parent('li').attr('id').replace(/\D+/g, "")), event);
break;
}
}
if ($('#pp_fin').length || pla_data['dead']) { _DLG('exit', 2); }
}, 1000);

})();