Page 1 of 1
[RESOLVED] Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 9:02 pm
by RichZzz
subject says it. I have double checked noscript config they are enabled there.
Also have plenty of trouble with pubmed database, very hard to describe but what I see is very quickly changing pointer and status bar.
I am also running Vimperator which may be responsible for part of the trouble but worked perfectly before NoScript update.
Richard
Re: Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 9:10 pm
by Giorgio Maone
Bookmarklets are working fine for me.
Are they all broken for you or some specific ones?
Just in case it's an extensions conflict, could you try
Standard Diagnostic keeping NoScript enabled?
Re: Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 9:41 pm
by RichZzz
They are all broken, eg like zap colors one:
javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20white%20!%20important;%20color:%20black%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet("javascript:'"+styles+"'");%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName("head")[0].appendChild(newSS);%20}%20})();
No reaction, no message in the error console.
Disabling other extensions will have to wait till tomorrow.
Re: Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 9:53 pm
by Giorgio Maone
All bookmarklets, including that one, are working fine for me both on trusted and untrusted sites.
One thing you can try before
Standard Diagnostic is using
NoScript Options|Export and then
Reset, to see if it's preferences-related.
Re: Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 11:02 pm
by RichZzz
that helped, sorry for the noise:)
After reexamining the settings I see bookmarklets have been disabled previously. Not sure if they were always disabled and just happened to work by accident in previous versions or the update to 2.0 somehow changed the option?
Re: Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 11:05 pm
by Giorgio Maone
RichZzz wrote:the update to 2.0 somehow changed the option?
No it didn't.
Most likely you didn't need to use bookmarklets on a JS-disabled page so far -- on trusted sites they work independently from that option.
Re: [RESOLVED] Bookmarklets stopped working with 2.0
Posted: Thu Jul 29, 2010 11:13 pm
by RichZzz
they must have worked even on untrusted sites - my whitelist is just 16 entries so it would be hard to not notice.