Some checks failed
test / Run tests (push) Failing after 55s
build / Build (push) Failing after 1m18s
12 lines
320 B
JavaScript
12 lines
320 B
JavaScript
// ==UserScript==
|
|
// @name gm clipboard
|
|
// @namespace https://bbs.tampermonkey.net.cn/
|
|
// @version 0.1.0
|
|
// @description try to take over the world!
|
|
// @author You
|
|
// @match https://bbs.tampermonkey.net.cn/
|
|
// @grant GM_setClipboard
|
|
// ==/UserScript==
|
|
|
|
GM_setClipboard("我爱ScriptCat");
|