output
firefox 47 使用 greasemonkey (油猴子) 写 helloworld
input
fedora 24
baidu Greasemonkey helloworld
http://www.veryhuo.com/a/view/16289.html
baidu greasemonkey 命名 脚本
https://zhidao.baidu.com/question/425298897310974492.html
algo
vim helloworld.user.js
alert('Hello world!');
firefox ctrl+o 打开 helloworld.user.js 进行安装脚本
(hello.js helloworld.user 命名无法被 greasemonkey 识别,仅仅显示代码)
新建标签即可显示效果