哔哩哔哩 PC 工坊订单详情 跳转 订单下载页面

哔哩哔哩 PC 工房订单详情 跳转订单下载页面

// ==UserScript==
// @name         哔哩哔哩 PC 工坊订单详情 跳转 订单下载页面
// @namespace    http://tampermonkey.net/
// @version      2024-07-23
// @description  哔哩哔哩 PC 工房订单详情 跳转订单下载页面
// @author       YuanZhouLv
// @match        https://gf.bilibili.com/order/detail/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=bilibili.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    if(localStorage.getItem("test") == void 0) {
        location.href = location.href.replaceAll("detail", "download")
    }
    // Your code here...
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址