Created
March 18, 2019 15:32
-
-
Save kapitanluffy/a1f83f5fa64aa93c5aa4a16f1fa122df to your computer and use it in GitHub Desktop.
amazon.com/hz/gamification/api/contributor/dashboard
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
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