TDNAME PageRank Checker
If you have problem with TDNAM PageRank Checker in Usersscript.org,
you may try this edited script below. It’s work with the new DESIGN of TDNAM
// ==UserScript==
// @name TDNAM PageRank Checker
// @author Craze3
// @email craze3@gmail.com
// @namespace http://www.scaredy.com
// @description Adds a pagerank/backlink display next to every domain listed on tdnam.com.
// @include http://tdnam.com/*
// @include http://*.tdnam.com/*
//
// @include https://tdnam.com/*
// @include https://*.tdnam.com/*
// ==/UserScript==
//URL API Used to create the pagerank check image (for reference):
//http://www.top-google-pagerank.com/pagerank.php?action=image&url=http://www.URL-HERE.com
//..and the one for backlinks:
//http://www.express-submit.de/backlink-neu/backlink.cgi?http://www.URL-HERE.com
//Trim function, removes whitespace
function trim(s){
if((s==null)||(typeof(s)!='string')||!s.length)return'';return s.replace(/^\s+/,'').replace(/\s+$/,'')}
//Loop through all domains listed and add pagerank image
var result = document.evaluate( "//td[@class='sItem']/a[@style] | //td[@class='sItemA']/a[@style]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null );
if(result.snapshotLength < 1) return;
for ( var i = 0; i < result.snapshotLength; i++ )
{
thisElement = result.snapshotItem(i);
thisText = trim(thisElement.title);
if(!thisText) thisText = trim(thisElement.text);
thisText = thisText.replace("View details for ", "");
newElement = document.createElement('div');
newElement.innerHTML = '<img src="http://www.linktrend.com/pr?uri=http://' + thisText + '" />';
thisElement.parentNode.insertBefore(newElement, thisElement.nextSibling);
}
this is the screenshot :



October 12th, 2008 at 2:09 pm
Hey, thanks very much for this fix for the script. Now it is working properly.
October 14th, 2008 at 10:36 am
Oops !! I posted the wrong links:
Actual links are:
http://tools.khrido.com/webtools/multi-rank-checker.aspx
http://www.iwebtool.com/pagerank_checker
November 18th, 2008 at 2:46 pm
Can you tell me how to install this script? im really new at using greasemonkey? I already tried the TDNAM Pagerank Checker but i cant get it working.
February 22nd, 2009 at 1:53 am
Hey very nice blog!! Man .. Beautiful .. Amazing .. I will bookmark your blog and take the feeds also..Get tons of one way links to your site! Its fully automated..
March 4th, 2009 at 12:03 am
Miks…
I stumbled across this post in google and it helped me fill in some blanks. I took alook at some of your other content and you have a good site, keep the posts coming….
March 6th, 2009 at 2:22 pm
Backlink based PageRank no longer makes technical sense these days because the Internet has become so commercialized. People are just buying links left, right and centre.
March 10th, 2009 at 10:50 pm
I am really fan of your blog…
March 20th, 2009 at 11:42 pm
hello im using this script, but now your script not work again, all domain listed show PR0 but when i check at other its have pagerank.
hope youll fixed it because i love your script. many many thanks
bram,