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 Auto Checkout and No Thanks | |
| // @version 0.4 | |
| // @description Automatically clicks the "Continue to checkout" button on Amazon cart pages and "No Thanks" on product pages | |
| // @match https://www.amazon.com/cart/byc/ref=ox_sc_byg_proceed* | |
| // @match https://www.amazon.com/gp/product/* | |
| // @match https://www.amazon.com/dp/* | |
| // @match https://www.amazon.com/*/dp/* | |
| // @match https://www.amazon.com/cart/smart-wagon* | |
| // @namespace https://gist.github.com/AJolly |