Created
May 1, 2012 19:29
-
-
Save brianswisher/2570720 to your computer and use it in GitHub Desktop.
Sort Results by Star Rating in Ascending Order
This file contains 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
document.location.replace("sort?sortCriterion=starRating&isSortAscending=true&searchTokenId="+document.location.toString().split('searchTokenId=').pop().split('&').shift()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment