// ==UserScript== // @name 1500org // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://esia.gosuslugi.ru/* // @icon https://www.google.com/s2/favicons?domain=gosuslugi.ru // @grant none // ==/UserScript== (function() { 'use strict'; setTimeout('orgPage.psize = 2000;orgPage.showCurrent();', 100)(); })();