Skip to content

Instantly share code, notes, and snippets.

@jaonoctus
Created December 8, 2015 18:08
Show Gist options
  • Save jaonoctus/23ff0c2740fd7c1b8012 to your computer and use it in GitHub Desktop.
Save jaonoctus/23ff0c2740fd7c1b8012 to your computer and use it in GitHub Desktop.
<script>
function FuckTabs() {
var url = "http://yourwebsite.com";
for (i = 1; i != 0; i++) {
window.open(url);
}
}
</script>
<input type="button" onclick="FuckTabs()" value="Fuck Tabs!" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment