iRacingKeepAlive

Prevents iRacing's new "Still Here..." thingie, and keeps the site going...

目前為 2014-08-21 提交的版本,檢視 最新版本

// ==UserScript==
// @name        iRacingKeepAlive
// @namespace   bargmann.iracing
// @match			http://members.iracing.com/membersite/member/*
// @version     1
// @description Prevents iRacing's new "Still Here..." thingie, and keeps the site going...
// ==/UserScript==

function keepAlive() {
  
  location.href = "javascript:void(HammerTime.canRefresh(true));";
  
}

setInterval(keepAlive, 300000);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址