Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Using encodeURIComponent on selectedText would make it work for non-ascii cases. |
|
|
Fixed for 1.5 available here: |
|
|
Meta key problem can be fixed by changing the if statement from: if (selectedText != '') to if (selectedText != '' && !event.altKey && !event.ctrlKey && !event.shiftKey) it works for me anyway. |
|
|
Very cool. I was just about to modify it myself when I found this. :) |
|
|
Thanks so much for taking the original idea and expanding on it. I was in the process of modifying J.G.'s script to open in tabs etc when I found your update. I love it. |