本帖最后由 Ne-21 于 2021-8-28 08:35 编辑
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include *://*btbtt*.com/*
// @run-at document-end
// @icon https://www.google.com/s2/favicons?domain=btbtt14.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
console.log(window.location.host)
})();