您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A way to clear capture and deploy page filters
// ==UserScript== // @name ZeeFilter+ // @namespace none // @version 2019.04.08.2154 // @description A way to clear capture and deploy page filters // @author techncial13 // @supportURL https://Discord.me/TheShoeStore // @match https://www.munzee.com/m/*/captures/* // @match https://www.munzee.com/m/*/deploys/* // @match https://www.munzee.com/m/*/undeploys/* // @grant none // ==/UserScript== ( function() { 'use strict'; let strSubPage = document.location.pathname.split( '/' ); $( 'div.types-icons.row.row-centered > p:last' ) .before( '<div class="col-lg-1 col-xs-4 col-sm-1 col-md-1 col-centered"> </div>' +// empty space '<div class="col-lg-1 col-xs-4 col-sm-1 col-md-1 col-centered">' +// start reset '<a href="/m/' + strSubPage[ 2 ] + '/' + strSubPage[ 3 ] + '/">' +// start reset link '<img class="type-0" src="https://gardenpainter.ide.sk/delete_munzee.png"></a></div>'// reset link image & close all ); } )();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址