您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
MH Golden Egg 2018 Spring Egg Hunt identifier
// ==UserScript== // @name MH Golden Egg Identifier // @namespace https://greasyfork.org/en/scripts/40001-mh-golden-egg-identifier // @version 0.2 // @description MH Golden Egg 2018 Spring Egg Hunt identifier // @author Rani // @include http*://www.mousehuntgame.com/inventory.php?tab=special // @grant none // ==/UserScript== (function() { 'use strict'; document.querySelectorAll('[data-item-type="2018_spring_hunt_egg_10"]')[0].style.backgroundColor = "yellow"; })();