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 Lazyfoo Readable CSS | |
// @namespace codesthings.com | |
// @license MIT | |
// @version 1.1 | |
// @description Adds a readable CSS to Lazyfoo's tutorials. | |
// @author JamesCodesThings | |
// @match *://*.twitter.com/* | |
// @grant GM_addStyle | |
// ==/UserScript== |