「Greasemonkey」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
| 3行目: | 3行目: | ||
<div id="manual"> | <div id="manual"> | ||
==インストール== | ==インストール== | ||
[https://addons.mozilla.org/ja/firefox/addon/748 Greasemonkey :: Add-ons for Firefox]でインストールできます。 | *・[https://addons.mozilla.org/ja/firefox/addon/748 Greasemonkey :: Add-ons for Firefox]でインストールできます。 | ||
*・参考サイト:[http://firefox.geckodev.org/?Greasemonkey Greasemonkey - Mozilla Firefox まとめサイト] | |||
==ユーザースクリプトの置き場所== | ==ユーザースクリプトの置き場所== | ||
2010年4月7日 (水) 12:47時点における版
greasemonkeyとはFirefoxのアドオンで、ユーザースクリプトを動作させるものです。
インストール
- ・Greasemonkey :: Add-ons for Firefoxでインストールできます。
- ・参考サイト:Greasemonkey - Mozilla Firefox まとめサイト
ユーザースクリプトの置き場所
C:\Documents and Settings\ユーザー名\Application Data\Mozilla\Firefox\Profiles\半角英数の羅列\gm_scripts
ユーザースクリプトの設定ファイル
ユーザースクリプトを指定の場所に置いて、config.xmlに記述を追記します。
・<Script></Script>がひとつのユーザースクリプトの記述になります。
・<Script>の各属性の意味は、
・filename:ユーザースクリプトのファイル名
・name:管理画面に表示する名称
・description:管理画面に表示する説明文
・<Include></Include>にユーザースクリプトを動作させたいURLを指定します。