油猴插件 是 Greasy Fork提供用户脚本网站的一个脚本
Greasy Fork地址:https://greasyfork.org/zh-CN/
具体步骤:
1、用户脚本介绍、以及用户脚本管理器
简单来说可以对页面进行重新渲染,当然这个仅仅是针对客户端的。
2、编写第一个用户脚本hello world
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://*/*
// @grant none
// ==/UserScript==
//你要写的JS代码
alert("hell