One of the extension I use is Copy URL +. However on my FreeBSD it doesn’t work very good: it always add some “undefined” in the copied string.
Checking the code and I found when this extension checks the navigator.platform to see if “\r”, “\n”, o “\r\n” should be used in unction eol(), it doesn’t take freebsd into account. This could be easily fixed by adding freebsd in. I think I’ll write the author for this.
One good thing of this extension is that it’s customizable. For example, I’m a Emacs planner user. And I take notes of web pages from time to time. Most of the time my note will take the page title and note title, with some words from that page as description, and at the end a link to that page. For this I have the following in my user.js:
user_pref(’copyurlplus.menus.1.copy’, ‘%TITLE%\n\n%SEL%\n\n%URL%’);
And now I can copy what I want with 2 clicks, switch to Emacs planner page, type C-c C-o C-o C-y, and everything is done.
Post a Comment
You could use <code type="name"> to get your code colorized