14 lines
299 B
Smarty
14 lines
299 B
Smarty
// ==UserScript==
|
|
// @name New Userscript
|
|
// @namespace https://bbs.tampermonkey.net.cn/
|
|
// @version 0.1.0
|
|
// @description try to take over the world!
|
|
// @author You
|
|
// @match {{match}}
|
|
// ==/UserScript==
|
|
|
|
(function() {
|
|
'use strict';
|
|
|
|
// Your code here...
|
|
})(); |