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 Medium to Freedium Redirect with Button | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-09-23 | |
// @description Insert a button to redirect Medium posts to an alternative free version. | |
// @author Cristiancast - https://github.com/Cristiancastt | |
// @match https://medium.com/* | |
// @match https://*.medium.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=medium.com | |
// @grant none |