This file contains 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 NTS Live Video Search | |
// @namespace https://www.nts.live/ | |
// @version 0.2 | |
// @description Add a link to search youtube for each track | |
// @author Jake Funke | |
// @match https://www.nts.live/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js |
This file contains 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 Remove Legitimacy From Medium | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Medium.com frames everyone's opinions in a way that gives them legitimacy in the subconscious. In reality, they are no more than blog posts. This script serves to strip any form of nice styling or legitimacy from Medium posts, and encourage critical thinking. | |
// @author Jake Funke | |
// @match medium.com/* | |
// @include https://*.medium.com/* | |
// @grant GM_addStyle | |
// @run-at document-idle |