Skip to content

Instantly share code, notes, and snippets.

@kapitanluffy
Created March 18, 2019 15:32
Show Gist options
  • Save kapitanluffy/a1f83f5fa64aa93c5aa4a16f1fa122df to your computer and use it in GitHub Desktop.
Save kapitanluffy/a1f83f5fa64aa93c5aa4a16f1fa122df to your computer and use it in GitHub Desktop.

Revisions

  1. kapitanluffy created this gist Mar 18, 2019.
    7 changes: 7 additions & 0 deletions gamifyApi.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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
    }