現在位置: Top/Firefoxの拡張
Firefoxの拡張
Copy URL+
http://copyurlplus.mozdev.org/
この拡張機能は、開いているページのタイトルやURLや選択文字列などをクリップボードへコピーするもので、ブログに使用するソースを簡単に作成することができる優れものです。
しかし、初期状態では、タイトル・URL・選択文字列の単純なコピーで、すぐにブログで使用できるものにするためには、カスタマイズが必要になります。
手順
- user.jsを開く
- Windows2000/XP
C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\xxx.default
- MacOSX
~/Library/Application Support/Firefox/Profiles/xxx.default/
- Windows2000/XP
- 文字列を書き込む
user_pref('copyurlplus.menus.1.label','リンク用'); user_pref('copyurlplus.menus.1.copy','<a href="%URL%" title="%TITLE%">%TITLE%</a>'); user_pref('copyurlplus.menus.2.label','ブログ用'); user_pref('copyurlplus.menus.2.copy','<blockquote><a href="%URL%" title="%TITLE%">%TITLE%</a>\n\n%SEL%</blockquote>');