Page 1 of 1

Noscript problem with IMDB images

Posted: Sun Jan 23, 2011 8:16 am
by AZ
Hi

Thank you for this indispensable Addon.

With the recent changes to IMDb, their images no longer display properly if IMDB is not added to Noscript Whitelist.

Problem is the noscript tag after img tag
Example:

Code: Select all

<img alt="Aimee Garcia" title="Aimee Garcia" src="http://i.media-imdb.com/images/SF984f0c61cc142e750d1af8e5fb4fc0c7/nopicture/small/name.png" class="loadlate hidden " loadlate="http://ia.media-imdb.com/images/M/MV5BMTczODI1MTMyOF5BMl5BanBnXkFtZTcwNTIxMjQyMw@@._V1._SX32_CR0,0,32,44_.jpg" height="44" width="32"><noscript><img alt="Aimee Garcia" title="Aimee Garcia" src="http://ia.media-imdb.com/images/M/MV5BMTczODI1MTMyOF5BMl5BanBnXkFtZTcwNTIxMjQyMw@@._V1._SX32_CR0,0,32,44_.jpg" class="" height="44" width="32"></noscript>
I look forward to your comment/fix/advice

Keep uo the good work
Regards
Az

Re: Noscript problem with IMDB images

Posted: Sun Jan 30, 2011 12:57 pm
by AZ
I see that there are no responses to this query.

I fixed the issue for now by writing a Greasemonkey script but hope this will be looked at by NoScript Developers

Take care
:)

Re: Noscript problem with IMDB images

Posted: Sun Jan 30, 2011 1:01 pm
by dhouwn
NoScript itself has a GM-like functionality in the form of noscript.surrogate.*.

Re: Noscript problem with IMDB images

Posted: Mon Jan 31, 2011 1:59 pm
by Guest
dhouwn wrote:NoScript itself has a GM-like functionality in the form of noscript.surrogate.*.
Tnx. Where is it?
Although, I think it is better that the developers look into it ;)

Re: Noscript problem with IMDB images

Posted: Mon Jan 31, 2011 2:44 pm
by Giorgio Maone
Guest wrote: Although, I think it is better that the developers look into it ;)
Not much can be done about it, other than setting NoScript Options|Advanced|Untrusted|Hide <NOSCRIPT> elements to true, which causes other issues (some sites couldn't gracefully degrade when JS is disabled).

Re: Noscript problem with IMDB images

Posted: Mon Jan 31, 2011 3:58 pm
by Alan Baxter
Giorgio Maone wrote: Not much can be done about it, other than setting NoScript Options|Advanced|Untrusted|Hide <NOSCRIPT> elements to false, which causes other issues (some sites couldn't gracefully degrade when JS is disabled).
I'm a little bit confused here. That option is unchecked by default, and its corresponding pref, noscript.nselNever, is false by default. Did you perhaps mean true instead of false?

Re: Noscript problem with IMDB images

Posted: Mon Jan 31, 2011 4:35 pm
by Giorgio Maone
Alan Baxter wrote:Did you perhaps mean true instead of false?
Of course, it was a typo.

Re: Noscript problem with IMDB images

Posted: Mon Jan 31, 2011 9:38 pm
by dhouwn
Guest wrote:Tnx. Where is it?
about:config

Re: Noscript problem with IMDB images

Posted: Thu Feb 03, 2011 8:22 am
by AZ
Thank you Giorgio Maone and dhouwn

For the time being, I will depends on the greasemonkey script.

Thanks again
:)