您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Envoi automatique des modifs en Tanière et repli automatique des Equipements Equipés
当前为
// ==UserScript== // @name MH - H2P - Modifs interface // @namespace mountyhall // @description Envoi automatique des modifs en Tanière et repli automatique des Equipements Equipés // @include http://games.mountyhall.com/mountyhall/MH_Taniere/TanierePJ_o_Stock.php* // @include http://games.mountyhall.com/mountyhall/MH_Play/Play_equipement.php* // @icon http://games.mountyhall.com/favicon.ico // @version 1.1 // @author 43406 - H2P // ==/UserScript== if (location.href.indexOf('TanierePJ_o_Stock.php') != -1) { document.getElementById('auto').checked = true; } if (location.href.indexOf('Play_equipement.php') != -1) { afficheDetailDivPlus('mh_objet_troll','mh_plus_troll'); }