You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
jack c204715d85 update 3 weeks ago
archive first commit 4 weeks ago
scripts update 3 weeks ago
.gitignore first commit 4 weeks ago
Readme.mk first commit 4 weeks ago
TamperMonkeyScript.exe first commit 4 weeks ago
main.go first commit 4 weeks ago

Readme.mk

油猴插件填写例子

// ==UserScript==
// @name 脚本名称
// @namespace http://tampermonkey.net/
// @version 1.6
// @description 脚本简介
// @author Jack
// @match https://目标网站(需要监控网站).com/*/*
// @require http://服务ip:服务端口/scripts/your_script.js
// @grant none
// ==/UserScript==