Possible Duplicate:
Javascript - how can i open a link in new tab (and not new window)?
I'm writing a extension to give a options to users that forcing chrome to open AD links in new tabs instead of opening in the same window. I want to know if there is a way to do so without modifying "target = '_top'" in the tag? Those AD links all are in iframes, I don't want to inject content script into all of those iframes.