![]() ![]() |
IMDBAge
The script had quirks before - but now it's entirely broken and seems abandoned. See the "Discussions" tab. |
![]() ![]() |
Would love someone to take over this one. |
![]() ![]() |
you have this script:
Similar to IMDBAge. Not tested !! |
![]() ![]() |
Try mine: http://userscripts.org/scripts/show/30896 That other one seems like a killaton of code and not as cool as mine. :) |
![]() ![]() |
I have just taken this over and edited it. It works now. Find it here: http://userscripts.org/scripts/show/69853 |
![]() ![]() |
ekbworldwide wrote:Has anyone tried emailing him directly from his homepage? It does appear to be abandoned but it's nice to make sure all avenues have been explored. |
![]() ![]() |
Thanks for all the responses. Comments about script/links. ____________________________ On actor's pages the script put the age after each film. Robert Shaw (I)
Like this # Avalanche Express (1979, 52 years old) .... General Marenkov
The script has a bit more info (year, blahblah x years old) - but I think (year, x years old) is all you need. //get them in a nice format
if (filmage < 0) {
var agetxt = new String(
age);
// "in " +
// Math.abs(filmage) + " year" +
// (Math.abs(filmage) == 1 ? '' : 's') +
// " will be " + age);
}
if (filmage == 0) {
var agetxt = new String(
age);
// "this year while " + age);
}
if (filmage > 0) {
var agetxt = new String(
age);
// Math.abs(filmage) + " year" +
// (Math.abs(filmage) == 1 ? '' : 's') +
// " ago while " + age);
}
____________________________ Jaws (1975)
Jaws (1975) - Full cast and crew
The IMDBAge script didn't put the ages for each actor on movie pages - it would be nice if this script put the ages there too. If you aren't sure who is who - if the ages are there - it makes it easier to figure out. ____________________________ |
![]() ![]() |
ekbworldwide wrote:I believe you all as usually the masses speak truthfully but you might also want to tick a vote that a script is broken in his issues tab indicating that it is broken and a quick comment as to what is broken or how it was derived. This helps with Greasefire and the admins here on USO. For a shameless promo of one of my scripts you can install uso - Count Issues to actually show if a script has issues or not without actually having to view that page. :) |
![]() |
I've released an updated version that works again. In the future please just drop me an email saying its broken, userscript.org does not seem to notify me when there are issues. Also for something that I've been using and maintaining for 5+ years, I'm not likely to abandon it, esp as the last release was a few months ago. Please keep the bug reports coming. :-) |


