Qwikify Extended

By polyphenol Last update Oct 7, 2005 — Installed 1,673 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 6 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Oleg Semenov User

Using encodeURIComponent on selectedText would make it work for non-ascii cases.

 
Aaron 1 Scriptwright

Fixed for 1.5 available here:

http://userscripts.org/fixes/

 
adam 3 Scriptwright

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.

 
John Goering User

Very cool. I was just about to modify it myself when I found this. :)

 
sgazzetti User

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.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel