Pokémon Showdown Help Ticket Disabler

Automatically disables staff help tickets on Pokémon Showdown

// ==UserScript==
// @name        Pokémon Showdown Help Ticket Disabler
// @description Automatically disables staff help tickets on Pokémon Showdown
// @version     0.0.2
// @namespace   https://gf.qytechs.cn/users/382226
// @include     http://play.pokemonshowdown.com/*
// @include     https://play.pokemonshowdown.com/*
// @include     http://*.psim.us/*
// @include     https://*.psim.us/*
// @grant       none
// ==/UserScript==

// Doing this with a regular function throws when Backbone tries to call it.
unsafeWindow.app.once(
    'init:choosename',
    unsafeWindow.app.socket.send.bind(unsafeWindow.app.socket, 'staff|/ht ignore')
);

QingJ © 2025

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