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.
 
 

364 B

油猴插件填写例子

// ==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==