Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
@Guybrush: That would be possible. Just change lines 25 and 26 of my script to the following and this should do the trick... if (rating) node.insertBefore(document.createElement("b"),node.getElementsByTagName("a")[node.getElementsByTagName("a").length-1]).innerHTML = "[" + rating[1] + "] ";
else node.insertBefore(document.createElement("b"),node.getElementsByTagName("a")[node.getElementsByTagName("a").length-1]).innerHTML = "[??/10] ";EDIT: Ignore what I wrote above, just install the newest version.
|
|
|
Is it possible to place the ratings before the link, not after;
not like this
|
|
|
@janke100: It would be possible to do the same thing for rottentomatoes, but that's not something I'd be interesting in doing. I suggest you post this in the ideas and script requests section of the forum. |
|
|
hi! great script! can you do the same thing for rottentomatoes.com ? I would be very grateful :) |
|
|
If you want movie ratings on the actor, director, crew and production company pages you can use my script that adds on Znerps excellent script for search pages.
|