Copy URL+

蛇足だけど、以上のようにURLとか列挙する時は、Copy URL + (http://firefox.geckodev.org/?Copy%20URL%20%2B)がすごく便利!

おー確かに。だが上記の樣な引用は作れなささう。
因みに方々のウェブページを見て作つたuser.jsを以下に載せてみる。

user_pref("nglayout.events.dipatchLeftClickOnly", true);
user_pref('copyurlplus.menus.1.label','only title');
user_pref('copyurlplus.menus.1.copy','%TITLE%');
user_pref('copyurlplus.menus.2.label','a link');
user_pref('copyurlplus.menus.2.copy','<a href="%URL%">%TITLE%</a>');
user_pref('copyurlplus.menus.3.label','blockquote');
user_pref('copyurlplus.menus.3.copy','<blockquote cite="%URL%" title="%TITLE%">\n<p>%SEL%</p>\n</blockquote>');
user_pref('copyurlplus.menus.4.label','q (inline)');
user_pref('copyurlplus.menus.4.copy','<q cite="%URL%" title="%TITLE%">%SEL%</q>');
user_pref('copyurlplus.menus.5.label','cite');
user_pref('copyurlplus.menus.5.copy','<cite><a href="%URL%">%TITLE%</a></cite>');
user_pref('copyurlplus.menus.6.label','rlink');
user_pref('copyurlplus.menus.6.copy','<a href="%RLINK%">%SEL%</a>');
user_pref('copyurlplus.menus.7.label','Wikipedia');
user_pref('copyurlplus.menus.7.copy','[%URL% %TITLE%]');

名前が適當。最初の一行は「『右クリック禁止』禁止」。
使ひ方はplant4 - Firefox拡張copyurlplusのメモ邊りを參照。