Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cuylerstuwe/c2c89ec621a8eb27c43cbc26f8b48f4b to your computer and use it in GitHub Desktop.

Select an option

Save cuylerstuwe/c2c89ec621a8eb27c43cbc26f8b48f4b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Amazon Pay - Redirect to Withdrawals Page by Default
// @namespace salembeats
// @version 1
// @description .
// @author Cuyler Stuwe (salembeats)
// @include *pay.amazon.com/us
// @include *payments.amazon.com/jr/your-account/orders*
// @grant none
// ==/UserScript==
window.location.href = `https://payments.amazon.com/aes/withdrawals`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment