Last active
April 18, 2018 16:16
-
-
Save cuylerstuwe/c2c89ec621a8eb27c43cbc26f8b48f4b to your computer and use it in GitHub Desktop.
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
| // ==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