NGU Stay Active

Keeps You Active in NGU ShoutBox

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name        NGU Stay Active
// @namespace   http://www.nextgenupdate.com
// @description Keeps You Active in NGU ShoutBox
// @include     /^https?:\/\/www\.nextgenupdate\.com\/forums\/infernoshout\.php\?do=detach$/
// @include     /^https?:\/\/www\.nextgenupdate\.com\/forums\/(forumhome|index)\.php$/
// @include     /^https?:\/\/www\.nextgenupdate\.com\/forums.?.?$/
// @version     1.02
// @grant       none
// ==/UserScript==
$(document).ready(function(){function o(){console.log("Retrieiving the Active Shoutbox Users list"),setTimeout(function(){iboxoshouts.fetch_users()},3e3),console.log("Checking if you are in the Active Shoutbox Users list"),$("#shoutbox_users_frame").text().indexOf(e)<0?(console.log("You are not in the Active Shoutbox Users list"),console.log("Sending shout"),iboxoshouts.shout.ajax=new vB_AJAX_Handler(!0),iboxoshouts.shout.ajax.send("infernoshout.php","do=shout&message=["),setTimeout(function(){if(document.querySelectorAll("[ondblclick]").length>0){console.log("Deleting shout");var o=document.querySelectorAll("[ondblclick]")[0];iboxoshouts.shout.ajax.send("infernoshout.php","do=doeditshout&shoutid="+o.getAttribute("ondblclick").slice(41,-2)+"&shout=&delete=1"),iboxoshouts.fetch_users()}},3e3)):console.log("You are still in the Active Shoutbox Users list"),setTimeout(o,3e3)}var e="Sloth";console.log("Setting Idle Limit to -1"),iboxoshouts.idletimelimit=-1,o()});