Skip to content

Instantly share code, notes, and snippets.

View cumanzor's full-sized avatar

Carlos Umanzor cumanzor

  • TicketSauce.com, Inc.
  • Costa rica
View GitHub Profile
@cumanzor
cumanzor / MakeMediumReadadableUserscript.user.js
Last active March 22, 2020 19:21 — forked from luke3butler/MakeMediumReadadableUserscript.user.js
Userscript version of the MMRA (Make Medium Readable Again) Chrome extension
// ==UserScript==
// @name Make Medium Readable Userscript
// @namespace http://make.medium.readable.again
// @version 0.1
// @description https://github.com/thebaer/MMRA
// @author luke3butler (Credits to Matt Baer)
// @match *://*/*
// @grant none
// ==/UserScript==