问题描述
我记得以前说过一次( #847 (comment) ),但无人理会。
// ==UserScript==
// @name New Userscript EKWF-1
// @namespace https://docs.scriptcat.org/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @match https://*/*
// @grant GM_setValue
// @run-at document-start
// @early-start
// ==/UserScript==
(function() {
'use strict';
console.log(GM_info.userAgentData);
// Your code here...
})();
重现步骤
无
脚本猫版本
v1.2.0-beta.5
操作系统以及浏览器信息
window vivaldi
补充信息 (选填)
No response