I have this bookmarklet for validating open pages through the W3C, but it opens in a new window. Anyone know if there is a java script compand to open a new tab instead of a new window in Safari?
Here is the code:
javascript:void(window.open('http://validator.w3.org/check?uri='+window.location.href))