Work round for auto link horrors

We're testing the javascript work round. See test page 1 without and test page 2 with

 

http://www.searchguild.com/tpage19006-60.html

Search Guild updated - this will change ISBN links to your own amazon code March 9th 05.

We are pelased to announce a workround for the autolinks feature of the google toolbar. If you've been worried about having traffic stolen by the autolink function then this should help.

Workround for the linking method by google toolbar

If this link ceases to work this is the code as of 24th Feb 2005.

Code:

<script language="Javascript">
// AutoBlink
// Puts Google's Autolink on the Blink :)
// (c) 2005 Chris Ridings http://www.searchguild.com
// Redistribute at will but leave this message intact

var linkcount;
function checklinks() {
if (!(linkcount==document.links.length)) {
// Something changed the links!
// Iterate for an id of _goog
for (i=0; i < document.links.length; i++) {
if (document.links[i].id.substring(0,5)=="_goog") {
// If we find an id of _goog then remove the link!
var tr = document.links[i].parentTextEdit.createTextRange();
tr.moveToElementText(document.links[i]);
tr.execCommand("Unlink",false);
tr.execCommand("Unselect",false);
}
}
}
setTimeout("checklinks()",500);
}
if (document.getElementById && document.createElement) {
linkcount=document.links.length;
setTimeout("checklinks()",500);
}
< /script>

 

David Naylor's solutions for google toolbar workround
* PHP Solution
* Perl Solution


index alternatives examples Add URL page
+ free PPC
Google toolbar worrying changes
links overheard ranking chris' rant the future Banners - back again - Free banner design
Site Submission Business Run your OwnPay Per Click Search Engine Your Own MetaSearch Engine faq newsgroup search Add search to your site Good site? How to tell
Nitromarketing Overture Kanoodle $5 free Excite The Bald Eagle effect  
workround for google toolbar autolink - free fix for autolink nightmare Directories to link to eyetools Get good links for your site Google doesn't list me Link Machine



 

index alternatives examples Add URL page
+ free PPC
Google toolbar worrying changes
links overheard ranking chris' rant the future Banners - back again - Free banner design
Site Submission Business Run your OwnPay Per Click Search Engine Your Own MetaSearch Engine faq newsgroup search Add search to your site Good site? How to tell
Nitromarketing Overture Kanoodle $5 free Excite The Bald Eagle effect  
workround for google toolbar autolink - free fix for autolink nightmare Directories to link to eyetools Get good links for your site Google doesn't list me Link Machine