NS blcoked Readitlater bookmarklet
Posted: Sat Mar 19, 2011 6:01 pm
I installed noscript on my firefox rencently, I found it useful but it blocked some of my bookmarklets, such as the one named "add to readitlater":
javascript:(function(){ISRIL_H='0527';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='http://readitlaterlist.com/b/r.js';docu ... IL_SCRIPT)})();
I googled the problem, someone said it can be solved by anti-xss rules. But I don't know how to write the right rules, could you give me some help?
Thanks!
javascript:(function(){ISRIL_H='0527';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='http://readitlaterlist.com/b/r.js';docu ... IL_SCRIPT)})();
I googled the problem, someone said it can be solved by anti-xss rules. But I don't know how to write the right rules, could you give me some help?
Thanks!