Letractively / thedudes

Automatically exported from code.google.com/p/thedudes
0 stars 0 forks source link

Rotten Tomatoes not working #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have Greasemonkey lastest with firefox 3.0.3 (latest) 
2. go to a Rotten Tomatoes movie page
3. Links do not appear

What is the expected output? What do you see instead?
To see links to other movie sites; absolutely nothing

What version of the product are you using? On what operating system?
Latest version on Firefox 3, under Windows Vista

Please provide any additional information below.

Hopefully it's just me, but just wanted to let you guys know because I love
using this script.

Original issue reported on code.google.com by monotono...@gmail.com on 27 Sep 2008 at 7:33

Attachments:

GoogleCodeExporter commented 9 years ago
I'm having the same issue, even after updating to the most recent version and
refreshing the site.

Original comment by stewart....@gmail.com on 1 Dec 2008 at 3:53

GoogleCodeExporter commented 9 years ago
Ditto, though considering that this post is nearly a year old, I don't expect a 
fix.

Original comment by benexcla...@gmail.com on 23 Aug 2009 at 1:39

GoogleCodeExporter commented 9 years ago
In
rotten: {
....
change -> xpath: "//h1[@class='movie_title']",
to ->     xpath: "//h1[contains(@class,'movie_title')]",

Original comment by gollum.g...@gmail.com on 11 Oct 2009 at 9:45

GoogleCodeExporter commented 9 years ago
That worked perfectly! Thanks.

Original comment by monotono...@gmail.com on 13 Oct 2009 at 3:10