Skip to content

Instantly share code, notes, and snippets.

@tlevine
Created September 21, 2011 04:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlevine/1231284 to your computer and use it in GitHub Desktop.
Save tlevine/1231284 to your computer and use it in GitHub Desktop.
GRE score input hack
/* 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