Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Google Forum


You are currently viewing our The Google Forum as a guest. Please register to participate.
Login



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

Posts: 487
Trades: 0
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);
}
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
monkey is offline
Reply With Quote
View Public Profile Visit monkey's homepage!
 
 
Register now for full access!
Old 03-06-2005, 10:40 PM
Webmaster Talker

Posts: 589
Trades: 0
Thank you very much. That hopefully will keep some more of my customers on my website.
thevirus is offline
Reply With Quote
View Public Profile
 
Old 03-06-2005, 11:05 PM
brokensoul2271's Avatar
- - - - - - - - -

Posts: 750
Location: Lancashire, UK
Trades: 0
dont mean 2 sound silly but whats an auto link?
__________________
Yes, indeed...

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
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: 181
Trades: 0
the google toolbar has a new feature that automatically hyperlinks addresses, etc. and points them elsewhere (where google wants).
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
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
Trades: 0
oh right i getcha....
Cheers!
__________________
Yes, indeed...

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
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: 109
Location: EastCoast United States
Trades: 0
so what do you think the outcome will be with this derived microsoft autolinking feature? will it die off or continue on?
__________________

Please login or register to view this content. Registration is FREE
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
Trades: 0
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: 181
Trades: 0
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
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.22437 seconds with 12 queries