greasemonkey
ユーザースクリプトファイルを作成。サンプルを書きます。最初はお約束のhello world。hello.user.js (function() { alert("Hello, world!"); })();ファイル名は〜.user.jsとする。〜は1バイト文字じゃないと駄目。最小のソースは (function() { })();で、he…
mozdev.org - greasemonkey: authoring http://greasemonkey.mozdev.org/authoring.htmlここ英語だからこのページの日本語化が最初かな。
Platypus ここではPlatypusについて学ぶ
Greasemonkey - Firefox まとめサイト Greasemonkey まずはここでインストールとか基本を学ぶ。