powerline.io debug

Powerline.io debug mode

// ==UserScript==
// @name         powerline.io debug
// @version      0.2
// @description  Powerline.io debug mode
// @author       Shaun Mitchell
// @match        *://powerline.io/*
// @grant        unsafeWindow
// @run-at       document-start
// @namespace https://gf.qytechs.cn/users/187968
// ==/UserScript==

(function() {
    'use strict';
    Object.defineProperty(unsafeWindow, "debug", {
        get: function() {
            return true;
        },
        set: function(x) {
            console.log("Cannot change value of debug variable.");
        }
    });
})();

QingJ © 2025

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