Skip to content

Instantly share code, notes, and snippets.

@arantius
Created July 4, 2012 19:58
Show Gist options
  • Save arantius/3049258 to your computer and use it in GitHub Desktop.
Save arantius/3049258 to your computer and use it in GitHub Desktop.
Break GMail Test
// ==UserScript==
// @name Break GMail Test
// @namespace test
// @include https://mail.google.com/*
// @include http://mail.google.com/*
// @version 1
// ==/UserScript==
var els=document.links;
for (var i=0, el; j=0, el=els[i]; i++) {
dump('i ' + i + '\tel ' + el + '\n');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment