Bitcointalk.org Autoreload

Automatically reloads the watchlist/unread posts

目前为 2016-04-25 提交的版本,查看 最新版本

// ==UserScript==
// @name         Bitcointalk.org Autoreload
// @name:de      Bitcointalk.org Autoreload
// @homepage     http://gf.qytechs.cn/scripts/19125-bitcointalk-org-autoreload/
// @homepage     http://openuserjs.org/scripts/LsHallo/Bitcointalk.org_Autoreload
// @version      0.63.4
// @iconURL      https://gf.qytechs.cn/system/screenshots/screenshots/000/003/979/thumb/logo.png?1461614733
// @description    Automatically reloads the watchlist/unread posts
// @description:de Automatischer reload der post seiten bei bitcointalk
// @author       LsHallo
// @match        https://bitcointalk.org/index.php?action=watchlist
// @match        https://bitcointalk.org/index.php?action=unreadreplies
// @namespace https://gf.qytechs.cn/en/scripts/19125-bitcointalk-org-autoreload/
// ==/UserScript==
function load(){time=~~(75953*Math.random()+105896),console.log("Idle time: "+~~(time/1e3)+" seconds ("+((time/1e3).toFixed(0)/60).toFixed(2)+" minutes)"),setTimeout("location.reload()",time),d=new Date,d.getHours()<10?Hours="0"+d.getHours():Hours=d.getHours(),d.getMinutes()<10?Minutes="0"+d.getMinutes():Minutes=d.getMinutes(),d.getSeconds()<10?Seconds="0"+d.getSeconds():Seconds=d.getSeconds(),console.log("Last reload: "+Hours+":"+Minutes+":"+Seconds);var x=document.getElementsByClassName("windowbg").length;x>0&&(document.title=x/3+" Unread Posts")}load();

QingJ © 2025

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