Skip to content

Instantly share code, notes, and snippets.

@mathiasschopmans
Created September 1, 2010 21:56
Show Gist options
  • Save mathiasschopmans/561444 to your computer and use it in GitHub Desktop.
Save mathiasschopmans/561444 to your computer and use it in GitHub Desktop.
javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);alert('thank%20you%20for%20using%20jquery!');void(s);
jQuery(function($) {
var links = $('#sparetime-invite-list details a');
links.each(function(i,e){
l = 'http://fliplife.com' + $(e).attr('href');
$.post(l, function(e){console.log(e);});
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment