출처: http://www.dhtmlnirvana.com/content/widgets/killautolink/index.html
Configuration
To configure this script follow these steps:
Step 1: Copy the following into the head section of the document
[script type="text/javascript"]
function handleLinks() {
for (i=0; i < document.links.length; i++) {
if (document.links[i].id.substring(0,5)==”_goog”) {
gl= document.links[i].parentTextEdit.createTextRange();
gl.moveToElementText(document.links[i]);
gl.execCommand(“Unlink”,false);
gl.execCommand(“Unselect”,false);
}
}
setTimeout(“handleLinks()”,500);
}
[/script]
Step 2: On the body tag of the html document change it so that the body tag looks like the following;
[body onload="handleLinks()"]
That’s all there is too it. Below is an example containing all the neccassary files in zip format. If you want use the Dreamweaver Extension you are encouraged to donate either by sending an amazon gift certificate to etraversa@dhtmlnirvana.com or by using the paypal dontate link below. It is not a requirement however.