GreaseMonkey最好在火狐浏览器上使用,下载好GreaseMonkey,重启浏览器右上角会出现一只小猴子。
新建一个脚本。
确定,填入代码保存。
// ==UserScript==
// @name test
// @namespace test
// @include about:cehome
// @version 1
// @grant none
// ==/UserScript==
alert("Hello GreaseMonkey!");
小猴子下标就会多出一个test。
刷新baidu的页面,就会看到弹窗。
z