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.3 // @description Помогает избавиться от зависания вечки // @author Chappa // @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/* // @grant none // @license MIT // @updateURL https://openuserjs.org/meta/Chappa/My_Script.meta.js // ==/UserScript== (function() { 'use strict'; window.location.replace('http://www.bestmafia.com/standalone/' + PAGE_goto.toString().match(/\d*\w*\/"/)[0].replace('"', '')); })();