您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Novērš eparaksts.lv izlogošanos dīkstāves gadījumos
// ==UserScript== // @name eparaksts refresher // @version 1.0 // @description Novērš eparaksts.lv izlogošanos dīkstāves gadījumos // @author ExpIorer // @match https://www.eparaksts.lv/* // @grant none // @namespace https://greasyfork.org/users/28033 // ==/UserScript== function httpGet(theUrl) { var xmlHttp = null; xmlHttp = new XMLHttpRequest(); xmlHttp.open( "GET", theUrl, true ); xmlHttp.send( null ); } { setTimeout(parladet2, 60*1000*5); } function parladet2() { var r=Math.random(); httpGet('https://www.eparaksts.lv/lv/?r='+r); setTimeout(parladet2, 50*1000*5); }