// ==UserScript== // @name NoGost // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://my.dom.gosuslugi.ru/auth/noGost.jsp // @icon https://www.google.com/s2/favicons?domain=gosuslugi.ru // @grant none // ==/UserScript== (function() { 'use strict'; var bContinue=document.getElementById('bContinue'); if(bContinue){ document.getElementById('saveCookie').click(); continueToPK(); } })();