Skip to content

Instantly share code, notes, and snippets.

@botmtl
Created October 9, 2017 16:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save botmtl/d7d1a7712d2fcc080167a55161fd349a to your computer and use it in GitHub Desktop.
Save botmtl/d7d1a7712d2fcc080167a55161fd349a to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Amazon Remove Kindle Unlimited
// @namespace Violentmonkey Scripts
// @match https://www.amazon.com/dp/*
// @icon https://upload.wikimedia.org/wikipedia/commons/b/b4/Amazon-icon.png
// @grant none
// ==/UserScript==
el = document.getElementById('tmmSwatches');
el.parentNode.removeChild(el);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment