您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically sends a PM after the cooldown timer reaches 0.
// ==UserScript== // @name Hack Forum Auto PM Retry // @namespace H FAPR // @description Automatically sends a PM after the cooldown timer reaches 0. // @version 1.0 // @author Spafic (fixed version/full credits http://pastebin.com/acgkXGNs) // @match *://*.hackforums.net/private.php // @Credit: http://sn.im/hfcred // ==/UserScript== (function(){var a,b;a=document.getElementsByClassName(String.fromCharCode(101,114,114,111,114))[0].innerHTML.toString().match(/wait (.*?) more/)[1];b=document.getElementsByName(String.fromCharCode(115,117,98,109,105,116))[0];setTimeout(function(){b.click()},1E3*a)})();