I have installed a Greasemonkey user script called UnShortenEmAll ( http://userscripts.org/scripts/show/64333 ) and it worked fine for several months.
This script resolves short URLs like bit.ly or tinyurl.com through GM_xmlhttpRequest.
However with recent NoScript versions 1.9.9.77 and 1.9.9.79 resolving short URLs stopped working and NoScript throws an error in the Error Console.
For exmaple:
Code: Select all
Fehler: [Exception... "'NoScript aborted redirection to http://www.rp-online.de/politik/deutschland/Medienwissenschaftler-entlastet-Tauss_aid_860287.html' when calling method: [nsIChannelEventSink::onChannelRedirect]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
When I revert NoScript back to version 1.9.9.74 everything works fine.
Is there a way to allow Greasemokney’s XMLHttpRequest in NoScript or is there a way to work around this?