The only line that references the checkbox in the former script is:
Code:
if (document.targetform.targetnew.checked)
You can remove this or edit it to use an alternative source. Make sure if removing it that you change to the value you want on startup (true for all links in new window, false for all links in same window).
As for the second one, the only HTML it should output is this:
Code:
if (!auto)
document.write('<form name="targetmain"><input type="checkbox" name="targetnew" checked onClick="dynamiclink()">Open off-site links in new window</form>')
You can stop this from happening by setting auto to 0 here:
Code:
//2)Automatically open offsite links in new window? (1=yes, 0 will render a checkbox for manual selection)
var auto=1
Oh, and the DD credit, of course.
Bookmarks