greasemonkey

ユーザースクリプトの書き方

ユーザースクリプトファイルを作成。サンプルを書きます。最初はお約束のhello world。hello.user.js (function() { alert("Hello, world!"); })();ファイル名は〜.user.jsとする。〜は1バイト文字じゃないと駄目。最小のソースは (function() { })();で、he…

ユーザー JavaScriptの書き方

mozdev.org - greasemonkey: authoring http://greasemonkey.mozdev.org/authoring.htmlここ英語だからこのページの日本語化が最初かな。

猿でも分かる GreaseMonkey + Platypus 超入門

Platypus ここではPlatypusについて学ぶ

事始

Greasemonkey - Firefox まとめサイト Greasemonkey まずはここでインストールとか基本を学ぶ。