Skip to content

Instantly share code, notes, and snippets.

@Bowiemtl
Bowiemtl / remove-twitter-analytics.user.js
Last active January 5, 2023 20:44
Tampermonkey script to remove the views you see under every tweet. (Not tested across browsers or versions)
// ==UserScript==
// @name Remove twitter analytics
// @namespace http://tampermonkey.net/
// @version 1.0
// @description removes the ugly view analytics from twitter
// @author Bowiemtl
// @match *://*.twitter.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==