Created
September 21, 2011 04:53
-
-
Save tlevine/1231284 to your computer and use it in GitHub Desktop.
GRE score input hack
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
/* The SOPHAS application (https://portal.sophas.org) | |
requires that your GRE Writing score be an integer. | |
My GRE writing score is not an integer. | |
Fortunately, they didn't validate their form server-side. | |
Run this in the Javascript console before clicking | |
"Save" on the GRE scores page in order to allow | |
non-integer GRE writing scores | |
*/ | |
a_formats.integer=a_formats.real; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment