Created
October 9, 2017 16:56
-
-
Save botmtl/d7d1a7712d2fcc080167a55161fd349a 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 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