Skip to content

Instantly share code, notes, and snippets.

View vercte's full-sized avatar
💻
Programming (this is GitHub btw)

Vercte vercte

💻
Programming (this is GitHub btw)
View GitHub Profile
@vercte
vercte / README.md
Last active May 19, 2022 16:29
><> (Fish) echo program
@angeld23
angeld23 / remove_twitter_blue_promo.user.js
Last active March 9, 2024 03:23
Remove Twitter Blue Promotions: Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar
// ==UserScript==
// @name Remove Twitter Blue Promotions
// @namespace https://d23.dev/
// @version 1.1
// @description Removes the "Get Verified" box on the Home page and the "Verified" button on the sidebar
// @author angeld23
// @match *://*.twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @grant none
// ==/UserScript==