Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
hey shaye:
(function () {
var a=document.evaluate("//a[starts-with(@href,'http')]",document,null,6,null);
for (var i=0;i<a.snapshotLength;i++) a.snapshotItem(i).target="_blank"
})()
is that what you want? |
|
|
This was my script, though I can't work out how to claim it... That doesn't really matter though, because TabMixPlus and probably other extensions can do exactly what I designed this for, and much more efficiently. Don't bother installing, unless you have a thing for poorly coded greasemonkey rubbish and something against big extensions. |