a_h_k wrote:
Use
Code:
#z::
;Put the java script in Clipboard
; (use StringReplace to "escape" chars such as %)
Send ^l ; will focus on address bar
Sleep, 1000
Send ^v ;is the FASTEST way to send text
return
It's much easier to use the keyword approach as mentioned earlier. This eliminates the need to escape characters, and if the shortcut is updated, there's no need to update my ahk code.
a_h_k wrote:
None (jeff) wrote:
The bookmarklet is almost 5000 characters, so could take several minutes (and it also might well exceed the limit on the number of characters allows in the address bar)
The one referred to by the link is exactly 561 chars long
You're right, I wasn't using my normal editor and I was inadvertently looking at the file size rather than the line size.
I am still looking for a way to use a Firefox bookmark without changing the contents of the address bar. Thanks!