Update to Google Webmaster Tools Greasemonkey Script
I recently made a minor update to my Google Webmaster Tools Greasemonkey script for displaying nofollow information. The script allows you to learn which incoming links to your website are nofollow links when viewing the detail for a site within Google Webmaster Tools. I have added functionality that will also display the PageRank for the incoming links.
![]()
I finally had a chance to take a look at the JavaScript code for the SEO Link Analysis Firefox addon, and I borrowed the PageRank code and incorporated it into my script. I left PageRank code untouched, with the exception of the output for the display of the information. If you are ever working on your own Greasemonkey script and you need to obtain PageRank information, feel free to use the code. Just load in all of the necessary support functions (GooglePR, googleCH, googleNewCh, myfmod, c32to8bit, exclude, strord, mix, zeroFill, and hexdec) and make your changes in the GooglePR function to output or manipulate the results in any way you wish.



Add New Comment
Viewing 2 Comments
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment
Trackbacks
(Trackback URL)
November 17, 2008 at 1:48 pm
[...] morning I was trying to do some analysis with my Greasemonkey script for displaying nofollow information in Google Webmaster ...
November 19, 2008 at 8:42 am
[...] month, I developed a Greasemonkey script for providing nofollow information in Google Webmaster Tools. I took a look at ...