WhisperCatch *OLD*

Catches missed whispers

目前為 2016-03-26 提交的版本,檢視 最新版本

// ==UserScript==   
// @name            WhisperCatch *OLD*
// @namespace       skyboy@kongregate
// @author          skyboy
// @version         1.1.0
// @description     Catches missed whispers
// @include         http://www.kongregate.com/games/*/*
// @homepage        
// ==/UserScript==   
if (/^\/?games\/[^\/]+\/[^\/?]+(\?.*)?$/.test(window.location.pathname)) {
setTimeout(function() {
	var addProxy = function(q){window.location.assign("javascript:void(document.observe('holodeck:ready',function(){holodeck.addChatCommand('"+q+"',function(h,i){h.activeDialogue().kongBotMessage('Caught /"+q+"');return h.sendWhisper(h,i)})}));");}
	addProxy("q");addProxy("e");addProxy("s");addProxy("a");
	addProxy("2");addProxy("d");addProxy("3");
}, 1250);
}

QingJ © 2025

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