Skip to content

Instantly share code, notes, and snippets.

@kapitanluffy
Created March 18, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapitanluffy/a1f83f5fa64aa93c5aa4a16f1fa122df to your computer and use it in GitHub Desktop.
Save kapitanluffy/a1f83f5fa64aa93c5aa4a16f1fa122df to your computer and use it in GitHub Desktop.
amazon.com/hz/gamification/api/contributor/dashboard
function gamifyApi() {
window.location.href = "https://www.amazon.com/hz/gamification/api/contributor/dashboard/"
+ window.CustomerProfileRootProps.directedId
+ "?ownerView=false"
+ "&customerFollowEnabled=false"
+ "&token=" + window.CustomerProfileRootProps.contributorDashboardData.token
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment