您需要先安装一个扩展,例如 篡改猴、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 */MH_Taniere/TanierePJ_o_Stock.php*
- // @include */MH_Play/Play_equipement.php*
- // @icon https://games.mountyhall.com/favicon.ico
- // @version 1.11
- // @author 43406 - H2P
- // ==/UserScript==
- //if (location.href.indexOf('TanierePJ_o_Stock.php') != -1) {
- if (location.href.indexOf('Play_a_Action.php?type=L') != -1) {
- document.getElementById('auto').checked = true;
- }
- if (location.href.indexOf('Play_equipement.php') != -1) {
- afficheDetailDivPlus('mh_objet_troll','mh_plus_troll');
- }