UpGrade Your Mind & Get Fresh

UpGrade Your Mind & Get Fresh

Health,News,Lifestyle,Technology,Wisdom and Everything You Need…

UpGrade Your Mind & Get Fresh RSS Feed
 
 
 
 

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 :

8 Responses to “TDNAME PageRank Checker”

  1. 1
    Blog Development:

    Hey, thanks very much for this fix for the script. Now it is working properly. :)

  2. 2
    Bob:

    Oops !! I posted the wrong links:

    Actual links are:

    http://tools.khrido.com/webtools/multi-rank-checker.aspx
    http://www.iwebtool.com/pagerank_checker

  3. 3
    gio:

    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.

  4. 4
    Chakrapanye:

    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..

  5. 5
    Miks:

    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….

  6. 6
    Clement:

    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.

  7. 7
    CSS Envy | asker:

    I am really fan of your blog…

  8. 8
    brow:

    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,

Leave a Reply



Add to Technorati Favorites