Firefox Copy URL+ の設定

user.js に設定を書いて Firefox を再起動する。

C:\Documents and Settings\(USER)\Application Data\Mozilla\Firefox\Profiles\(RANDOM).default\user.js
user_pref('copyurlplus.menus.1.label','Blue news');
user_pref('copyurlplus.menus.1.copy','<div class="blue"><h2><a href="%URL%">%TITLE%</a></h2><p>%SEL%</p></div>');
user_pref('copyurlplus.menus.2.label','Yellow news');
user_pref('copyurlplus.menus.2.copy','<div class="yellow"><h2><a href="%URL%">%TITLE%</a></h2><p>%SEL%</p></div>');
user_pref('copyurlplus.menus.3.label','Red news');
user_pref('copyurlplus.menus.3.copy','<div class="red"><h2><a href="%URL%">%TITLE%</a></h2><p>%SEL%</p></div>');
user_pref('copyurlplus.menus.4.label','Link');
user_pref('copyurlplus.menus.4.copy','<p><a href="%URL%">&gt; %TITLE%%SEL%</a></p>');

BTCorp’s Firefox 3.6 extensions に Firefox 3.6 用の CopyURL+ 1.3.4 がありますね。
最近は面倒なので about:config に直接入れちゃう。

copyurlplus.menus.1.label 文字列 poohSec
copyurlplus.menus.1.copy 文字列 <li><a href="%URL%">%TITLE%</a>%SEL%</li>
copyurlplus.menus.2.label 文字列 poohSec Link
copyurlplus.menus.2.copy 文字列 <a href="%URL%">%TITLE%%SEL%</a>
タイトルとURLをコピーしました