Created
November 13, 2012 13:05
-
-
Save mikker/4065674 to your computer and use it in GitHub Desktop.
Instantly submit the form on hidemyass.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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