Skip to content

Instantly share code, notes, and snippets.

@h4ck3rm1k3
Created January 22, 2015 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h4ck3rm1k3/abafa2ccd4c5ad9adef1 to your computer and use it in GitHub Desktop.
Save h4ck3rm1k3/abafa2ccd4c5ad9adef1 to your computer and use it in GitHub Desktop.
Bookmarklet for the noagenda podcast award use on http://podcastawards.com/
// use on http://podcastawards.com/
// copy the following text to a bookmark and run it when you visted the page.
// see here for more instructions http://www.benjaminkeen.com/open-source-projects/smaller-projects/form-filler-bookmarklet/
javascript:function%20D(a,b){c=b.split('|');d=false;for(q=0;q<c.length;q++){if(c[q]==a)d=true;}return%20d;}function%20E(){f0=document.forms[0];f0['nom_name_1'].value='The%20No%20Agenda%20Show';f0['nom_url_1'].value='http://www.noagendashow.com/';f0['nom_name_2'].value='The%20No%20Agenda%20Show';f0['nom_url_2'].value='http://www.noagendashow.com/';f0['nom_name_3'].value='The%20No%20Agenda%20Show';f0['nom_url_3'].value='Podcast%20URL';f0['nom_name_4'].value='The%20No%20Agenda%20Show';f0['nom_url_4'].value='http://www.noagendashow.com/';f0['nom_name_5'].value='The%20No%20Agenda%20Show';f0['nom_url_5'].value='http://www.noagendashow.com/';f0['nom_name_6'].value='The%20No%20Agenda%20Show';f0['nom_url_6'].value='http://www.noagendashow.com/';f0['nom_name_7'].value='The%20No%20Agenda%20Show';f0['nom_url_7'].value='http://www.noagendashow.com/';f0['nom_name_8'].value='The%20No%20Agenda%20Show';f0['nom_url_8'].value='http://www.noagendashow.com/';f0['nom_name_9'].value='The%20No%20Agenda%20Show';f0['nom_url_9'].value='http://www.noagendashow.com/';f0['nom_name_10'].value='The%20No%20Agenda%20Show';f0['nom_url_10'].value='http://www.noagendashow.com/';f0['nom_name_11'].value='The%20No%20Agenda%20Show';f0['nom_url_11'].value='http://www.noagendashow.com/';f0['nom_name_12'].value='The%20No%20Agenda%20Show';f0['nom_url_12'].value='http://www.noagendashow.com/';f0['nom_name_13'].value='The%20No%20Agenda%20Show';f0['nom_url_13'].value='http://www.noagendashow.com/';f0['nom_name_14'].value='The%20No%20Agenda%20Show';f0['nom_url_14'].value='http://www.noagendashow.com/';f0['nom_name_15'].value='The%20No%20Agenda%20Show';f0['nom_url_15'].value='http://www.noagendashow.com/://';f0['nom_name_16'].value='The%20No%20Agenda%20Show';f0['nom_url_16'].value='http://www.noagendashow.com/';f0['nom_name_17'].value='The%20No%20Agenda%20Show';f0['nom_url_17'].value='http://www.noagendashow.com/';f0['nom_name_18'].value='The%20No%20Agenda%20Show';f0['nom_url_18'].value='http://www.noagendashow.com/';f0['nom_name_19'].value='The%20No%20Agenda%20Show';f0['nom_url_19'].value='http://www.noagendashow.com/';f0['nom_name_20'].value='The%20No%20Agenda%20Show';f0['nom_url_20'].value='http://www.noagendashow.com/';f0['nom_name_21'].value='The%20No%20Agenda%20Show';f0['nom_url_21'].value='http://www.noagendashow.com/';f0['nom_name_22'].value='The%20No%20Agenda%20Show';f0['nom_url_22'].value='http://www.noagendashow.com/';f0['enduser_name'].value='YourName';f0['enduser_addy'].value='youremail@gmail.com';for(i=0;i<f0['enduser_type'].length;i++){if(D(f0['enduser_type'][i].value,'0')){f0['enduser_type'][i].checked=true;}}f0['enduser_comment'].value='ITM%20Slaves';}E()
@xShirase
Copy link

Don't use the bookmarklet, they don't allow votes in many categories. Anyone has access to many IPs, get in touch, I can make a script using temporary emails. Check rules here : http://podcastawards.com/index.php?option=rules

@h4ck3rm1k3
Copy link
Author

well I cannot vote again and they recorded my vote, I will write to them and ask.

If you want to change the items voted on, go here and remake the script or just edit the bookmarklet.
http://www.benjaminkeen.com/open-source-projects/smaller-projects/form-filler-bookmarklet/

@xShirase
Copy link

yeah I've also voted already, and in all categories... I threw in a few extra valid votes using yopmail addresses, they apparently will send an email to some addresses to check validity so I have to keep a list of the temporary emails used..

@xShirase
Copy link

Alright, here's a version that should be valid, it votes in the "people's choice" and "Politics/News" categories only :
javascript:function%20D(a,b){c=b.split('|');d=false;for(q=0;q<c.length;q++){if(c[q]==a)d=true;}return%20d;}function%20E(){f0=document.forms[0];f0['nom_name_1'].value='The%20No%20Agenda%20Show';f0['nom_url_1'].value='http://www.noagendashow.com/';f0['nom_name_17'].value='The%20No%20Agenda%20Show';f0['nom_url_17'].value='http://www.noagendashow.com/';f0['enduser_name'].value='YourName';f0['enduser_addy'].value='youremail@gmail.com';for(i=0;i<f0['enduser_type'].length;i++){if(D(f0['enduser_type'][i].value,'0')){f0['enduser_type'][i].checked=true;}}f0['enduser_comment'].value='ITM%20Slaves';}E()

@xShirase
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment