海盐蓝莓芝士蛋糕 (@bwdrea) 在 篡改猴不知道为啥脚本不运行 中发帖
佬们,第一次写篡改猴,我的脚本总是提示不执行,这是咋回事嘞
[image]
// ==UserScript==
// @name vertin替换合包
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author bwdream
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @grant none
// ==/UserScript==
(function() {
'use strict';
...