Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created June 4, 2013 22:30
Show Gist options
  • Save erikvold/5710196 to your computer and use it in GitHub Desktop.
Save erikvold/5710196 to your computer and use it in GitHub Desktop.
tabs.on('activate', function(tab) {
let w = tab.attach({
contentScript: 'self.postMessage();',
onMessage: function() {
w.destroy();
}
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment