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 10 months ago
archive first commit 10 months ago
scripts update 10 months ago
.gitignore first commit 10 months ago
Readme.mk first commit 10 months ago
TamperMonkeyScript.exe first commit 10 months ago
main.go first commit 10 months 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==