您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Converts new ugly Genius designs to old ones
// ==UserScript== // @name Genius Instant Old // @namespace http://tampermonkey.net/ // @version 1 // @description Converts new ugly Genius designs to old ones // @author You // @match *://genius.com/* // @icon https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/v1435674560/mjmgr50tv69vt5pmzeib.png // @grant none // ==/UserScript== function getCurrentURL () { return window.location.href; } // Example const url = getCurrentURL(); (function() { 'use strict'; if (!url.includes("?bagon=1")) { window.location.replace(url + "?bagon=1"); } })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址