Page History
...
You can also manage your saved queries by going to the Manage Queries link at the top of the page. From here you can edit and delete your queries and create subscriptions for Push Reporting.
...
HTML |
---|
<script>
jQuery(document).ready(function() {
jQuery(".external-link").attr("target", "_blank");
});
</script>
|
...