Reply
Kill Google AutoLinks
Old 03-06-2005, 10:20 PM Kill Google AutoLinks
monkey's Avatar
Ultra Talker

Posts: 439
just found an interesting article on how to stop google's new autolink feature. here is the link to where i found it http://www.prweaver.com/blog/2005/02...autolink-links

here is the code for reference tho.

Code:
// 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 countlinks() {
  var numlinks;
  numlinks=0;
  for (i=0; i < document.links.length; i++) {
    numlinks++;
  }
  return numlinks;
}

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

if (document.getElementById && document.createElement) {
  linkcount=countlinks();
  setTimeout("checklinks()",500);
}
monkey is offline
Reply With Quote
View Public Profile Visit monkey's homepage!
 
When You Register, These Ads Go Away!
Old 03-06-2005, 10:40 PM
Webmaster Talker

Posts: 588
Thank you very much. That hopefully will keep some more of my customers on my website.
__________________
A Webmaster Forum - Please we need webmasters to help get the ball rolling!
Poker Forum, Teeth Whitening
thevirus is offline
Reply With Quote
View Public Profile
 
Old 03-06-2005, 11:05 PM
brokensoul2271's Avatar
- - - - - - - - -

Posts: 750
Location: Lancashire, UK
dont mean 2 sound silly but whats an auto link?
__________________
Yes, indeed...
WebDevWorld.net | StrangeDarkness.com | MyNEWBlog
brokensoul2271 is offline
Reply With Quote
View Public Profile Visit brokensoul2271's homepage!
 
Old 03-07-2005, 10:14 AM
howardroark's Avatar
Extreme Talker

Posts: 179
the google toolbar has a new feature that automatically hyperlinks addresses, etc. and points them elsewhere (where google wants).
__________________
Free Web Templates | Premium SMS
howardroark is offline
Reply With Quote
View Public Profile Visit howardroark's homepage!
 
Old 03-07-2005, 10:22 AM
brokensoul2271's Avatar
- - - - - - - - -

Posts: 750
Location: Lancashire, UK
oh right i getcha....
Cheers!
__________________
Yes, indeed...
WebDevWorld.net | StrangeDarkness.com | MyNEWBlog
brokensoul2271 is offline
Reply With Quote
View Public Profile Visit brokensoul2271's homepage!
 
Old 03-07-2005, 11:32 AM
Marc's Avatar
Super Talker

Posts: 100
Location: EastCoast United States
so what do you think the outcome will be with this derived microsoft autolinking feature? will it die off or continue on?
Marc is offline
Reply With Quote
View Public Profile Visit Marc's homepage!
 
Old 03-07-2005, 12:52 PM
xoomcity's Avatar
Skilled Talker

Posts: 61
Location: Penang, Malaysia
Thanks a lot for the tip, monkey!
xoomcity is offline
Reply With Quote
View Public Profile Visit xoomcity's homepage!
 
Old 03-07-2005, 01:49 PM
howardroark's Avatar
Extreme Talker

Posts: 179
Quote:
Originally Posted by Marc
so what do you think the outcome will be with this derived microsoft autolinking feature? will it die off or continue on?
don't think it will die off - it seems that webmasters are the only ones who feel strongly about it - the general populace doesn't seem to care. honestly, i think its pretty useless and don't feel it should be a cause for any concern.

why should webmasters care so much about google putting links on their site when firefox can remove their ads with an extension? that should be scarier
__________________
Free Web Templates | Premium SMS

Last edited by howardroark : 03-07-2005 at 01:52 PM.
howardroark is offline
Reply With Quote
View Public Profile Visit howardroark's homepage!
 
Reply     « Reply to Kill Google AutoLinks
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14123 seconds with 12 queries