fwbc

fwbcs

目前为 2022-02-04 提交的版本。查看 最新版本

// ==UserScript==
// @name fwbc
// @namespace https://lzimul.dns.army/
// @version 1.0.0
// @description fwbcs
// @author lZiMUl
// @include http*://*.*
// @license MIT
// ==/UserScript==

((global) => {
    alert(global.location.href)
})(window);