Skip to content

Instantly share code, notes, and snippets.

@lukespragg
lukespragg / auto-smile.js
Created December 2, 2013 21:14
Automatically redirect www.amazon.com to smile.amazon.com to support your selected charity.
// ==UserScript==
// @name Amazon Auto-Smile
// @namespace
// @version 0.1
// @description Automatically redirects all www.amazon.com URLs to their smile.amazon.com equivalent.
// @match http://www.amazon.com/*
// @match https://www.amazon.com/*
// @run-at document-start
// @copyright 2013
// ==/UserScript==