Skip to content

Instantly share code, notes, and snippets.

@mikker
Created November 13, 2012 13:05
Show Gist options
  • Save mikker/4065674 to your computer and use it in GitHub Desktop.
Save mikker/4065674 to your computer and use it in GitHub Desktop.
Instantly submit the form on hidemyass.com
1 /*
2 * Instantly submit the form on hidemyass.com
3 * For use with Safari Keyword Searches etc.
4 * ---
5 * Setup this keyword search:
6 * http://hidemyass.com/proxy/index.php?site=http://@@@
7 */
8 $(function(){
9 // Auto-submit form if filled in already
10 if ($("#hmaurl").attr("value") != "http://google.com")
11 $("#hmabutton").trigger("click");
12 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment