Page 1 of 1
[RESOLVED] Long URL Please bookmarklet
Posted: Thu Oct 01, 2009 5:10 am
by J. L.
Hello all, it seems that NoScript blocks the bookmarklet Long URL Please whenever I use it.
I've already allowed the site hosting the bookmarklet, ajax.googleapis.com (because it was included in the bookmarklet link), and the site with the shortened url link.
The only time it works is when I disabled NoScript.
Is there a way to configure Noscript to allow it?
I'd rather not use an alternative extension, search plugin, userscript, or userstyle.
Re: Long URL Please bookmarklet
Posted: Thu Oct 01, 2009 2:25 pm
by Giorgio Maone
Please upgrade to
1.9.9.05.
Re: Long URL Please bookmarklet
Posted: Thu Oct 01, 2009 2:53 pm
by therube
With 1.9.9.04, it would work if you Allowed Globally, but other then that, would there have been particular domains you could Allow (without Allowing Globally) such that .04 would have worked? Or was there an inherent limitation in .04 that still would not have allowed it to work?
(PS:
http://www.longurlplease.com/)
Re: Long URL Please bookmarklet
Posted: Thu Oct 01, 2009 3:00 pm
by Giorgio Maone
therube wrote:Or was there an inherent limitation in .04 that still would not have allowed it to work?
It was actually two limitations, both related to asynchronous script emulation:
- The bookmarklet uses setInterval(), which was not emulated yet (we emulated setTimeout() only).
- Delayed scripts executed by this bookmarklet include new script sources asyncrhonously. This was not supported either.
NoScript 1.9.9.05 has tricks to cope with both these situations working on Gecko 1.9 and above.
Re: Long URL Please bookmarklet
Posted: Fri Oct 02, 2009 1:06 am
by J. L.
Thanks for the solution!
Re: Long URL Please bookmarklet
Posted: Fri Oct 02, 2009 3:31 am
by therube
Thanks for the information!