Skip to content

Instantly share code, notes, and snippets.

@AJolly
AJolly / amazon_bypass_need_anything_else.js
Last active January 1, 2026 18:29
Amazon Bypass Need anything else? Checkout UserScript
// ==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