issue 16
(Rotten Tomatoes not working) commented on by monotonousblob
- That worked perfectly! Thanks.
That worked perfectly! Thanks.
Oct 11, 2009
issue 16
(Rotten Tomatoes not working) commented on by gollum.greg
- In
rotten: {
....
change -> xpath: "//h1[@class='movie_title']",
to -> xpath: "//h1[contains(@class,'movie_title')]",
In
rotten: {
....
change -> xpath: "//h1[@class='movie_title']",
to -> xpath: "//h1[contains(@class,'movie_title')]",
Sep 28, 2009
issue 19
(AllMovie link giving a 404 error) commented on by jcbunc
- Version above is 1.7.2
Version above is 1.7.2
Sep 28, 2009
issue 19
(AllMovie link giving a 404 error) reported by jcbunc
- What steps will reproduce the problem?
1. click AllMovie link on a movie
2. AllMovie returns with a 404 error
3. tried on multiple movies, Watchmen, Paper Clips, Dark Knight
What is the expected output? What do you see instead?
AllMovie info page about selected movie
What version of the product are you using? On what operating system?
Greasemonky script in Firefox 3.5.3 on Windows XP,
Downloaded\Installed MovieDude today from UserScript.org
Please provide any additional information below.
What steps will reproduce the problem?
1. click AllMovie link on a movie
2. AllMovie returns with a 404 error
3. tried on multiple movies, Watchmen, Paper Clips, Dark Knight
What is the expected output? What do you see instead?
AllMovie info page about selected movie
What version of the product are you using? On what operating system?
Greasemonky script in Firefox 3.5.3 on Windows XP,
Downloaded\Installed MovieDude today from UserScript.org
Please provide any additional information below.
issue 16
(Rotten Tomatoes not working) commented on by benexclaimed
- Ditto, though considering that this post is nearly a year old, I don't expect a fix.
Ditto, though considering that this post is nearly a year old, I don't expect a fix.
Jul 02, 2009
issue 18
(Links not showing up in Apple Trailer site.) reported by mmhan2u
- What steps will reproduce the problem?
1. Visit a certain film's page (e.g:
http://www.apple.com/trailers/independent/bull/)
2. There's no cross-links
What is the expected output? What do you see instead?
Show me some links, especially imdb.
What steps will reproduce the problem?
1. Visit a certain film's page (e.g:
http://www.apple.com/trailers/independent/bull/)
2. There's no cross-links
What is the expected output? What do you see instead?
Show me some links, especially imdb.
issue 17
(Links not showing up on Amazon?) reported by lora.grace
- What steps will reproduce the problem?
1. Visit DVD product page on Amazon.com (ie
http://www.amazon.com/gp/product/B00133KFGW/)
What is the expected output? What do you see instead?
Expected list of links does not show up.
What version of the product are you using? On what operating system?
Using version 1.7.2 from the official site (not Userscripts), Firefox 3,
and Vista.
Please provide any additional information below.
What steps will reproduce the problem?
1. Visit DVD product page on Amazon.com (ie
http://www.amazon.com/gp/product/B00133KFGW/)
What is the expected output? What do you see instead?
Expected list of links does not show up.
What version of the product are you using? On what operating system?
Using version 1.7.2 from the official site (not Userscripts), Firefox 3,
and Vista.
Please provide any additional information below.
Dec 01, 2008
issue 16
(Rotten Tomatoes not working) commented on by stewart.fritz
- I'm having the same issue, even after updating to the most recent version and
refreshing the site.
I'm having the same issue, even after updating to the most recent version and
refreshing the site.
issue 11
(Experimental YUI support) Status changed by flangy
- Newest version of Greasemonkey supports resource downloads; best approach at this
point is to pull in jQuery from Google's ajax hosting.
Status: WontFix
Newest version of Greasemonkey supports resource downloads; best approach at this
point is to pull in jQuery from Google's ajax hosting.
Status: WontFix
Sep 27, 2008
issue 16
(Rotten Tomatoes not working) reported by monotonousblob
- 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.
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.
Jul 31, 2008
issue 15
(Blockbuster UK support is broken) reported by tom.compton.nu
- It looks like Blockbuster UK must have changed their site as the xpath
doesn't match anything any more. I've managed to hack a new definition that
works:
bb_uk: {
name: "Blockbuster (UK)",
xpath: "//table//div[@class='content']/div",
link: "http://www.blockbuster.co.uk/{search}/0/basic.aspx",
icon: icons.blockbuster,
scanURL:"blockbuster.co.uk",
},
It looks like Blockbuster UK must have changed their site as the xpath
doesn't match anything any more. I've managed to hack a new definition that
works:
bb_uk: {
name: "Blockbuster (UK)",
xpath: "//table//div[@class='content']/div",
link: "http://www.blockbuster.co.uk/{search}/0/basic.aspx",
icon: icons.blockbuster,
scanURL:"blockbuster.co.uk",
},