Greasemonkey
greasemonkeyとはFirefoxのアドオンで、ユーザースクリプトを動作させるものです。
インストール[編集]
- ・Greasemonkey :: Add-ons for Firefoxでインストールできます。
- ・参考サイト:Greasemonkey - Mozilla Firefox まとめサイト
ユーザースクリプトの置き場所[編集]
■windowsXP
C:\Documents and Settings\ユーザー名\Application Data\Mozilla\Firefox\Profiles\半角英数の羅列\gm_scripts
■windows7
C:\Users\ユーザー名\AppData\Roaming\Mozilla\Firefox\Profiles\半角英数の羅列\gm_scripts
ユーザースクリプトの設定ファイル[編集]
ユーザースクリプトを指定の場所に置いて、config.xmlに記述を追記します。
・<Script></Script>がひとつのユーザースクリプトの記述になります。
・<Script>の各属性の意味は、
・filename:ユーザースクリプトのファイル名
・name:管理画面に表示する名称
・description:管理画面に表示する説明文
・<Include></Include>にユーザースクリプトを動作させたいURLを指定します。