Skip to content

Instantly share code, notes, and snippets.

View ricklamers's full-sized avatar

Rick Lamers ricklamers

View GitHub Profile
@ricklamers
ricklamers / hide-promoted-tweets.user.js
Last active May 11, 2023 06:50 — forked from cb372/hide-promoted-tweets.user.js
A simple userscript to hide promoted tweets on twitter.com
// ==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==