Post Reply 
IMDB links
Feb. 26, 2010, 09:16 PM
Post: #1
IMDB links
Hello everyone, clicking on some of the links on IMBD shows an empty page instead of showing the actual content.
Example: Scarface
Try clicking any of the links under "Fun Stuff" in the left most column. (see attached screenshot)
.png  Screenshot.png (Size: 274.3 KB / Downloads: 581)
Add Thank You Quote this message in a reply
Feb. 27, 2010, 04:13 AM
Post: #2
RE: IMDB links
That is probably caused by the "<a>: JS Links to normal Links" filter.

Sometimes the filter breaks the link.
When this happens you can choose to use the JSLink.
Put the mouse on the link, wait for and click the flyover or mouseover box.
OR
You can disable the filter at http://www.imdb.com/ by adding
http://www.imdb.com/$SET(0=a_jslink.) to Exceptions-U
OR maybe

Code:
[Patterns]
Name = "imdb.com/ remove JSlinks test 2010-02-26"
Active = TRUE
URL = "$TYPE(htm)www.imdb.com/"
Bounds = "<a*>"
Limit = 256
Match = "\1onclick=$AV(\(new Image*) \2"
Replace = "\1\2"

HTH

Traveling Saturday.
May be back Sunday.
Have fun.


Attached File(s)
.png  Flyover.png (Size: 2.5 KB / Downloads: 489)
Add Thank You Quote this message in a reply
Feb. 27, 2010, 05:31 PM
Post: #3
RE: IMDB links
Thanks JJoe, clicking on the JS Link flyover works for me. Cheers
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: