Skip to content

Instantly share code, notes, and snippets.

@BenWoodford
Created November 9, 2015 16:54
Show Gist options
  • Save BenWoodford/a2f7802aabe4e2f22f84 to your computer and use it in GitHub Desktop.
Save BenWoodford/a2f7802aabe4e2f22f84 to your computer and use it in GitHub Desktop.
javascript:(function()%7Bif(%24(%22%23apiBox%22).length%20%3D%3D%200)alert(%22Run%20this%20while%20on%20the%20OPSkins%20Account%20Page%20(the%20one%20with%20the%20API%20Key%20box)%20and%20make%20sure%20you%20have%20an%20API%20key!%22)%3Bvar%20apiKey%20%3D%20%24(%22%23apiBox%22).val()%3B%24.get(%22https%3A%2F%2Fopskins.com%2Fapi%2Fuser_api.php%3Frequest%3DGetActiveSales%26key%3D%22%20%2B%20apiKey).success(function(response)%20%7B%20var%20total%20%3D%200%3B%20%24.each(response.result%2C%20function(i%2C%20listing)%20%7B%20total%2B%3Dlisting.amount%20%7D)%3B%20alert(%22%24%22%20%2B%20total%2F100)%20%7D)%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment