Skip to content

Instantly share code, notes, and snippets.

@absurd
absurd / gist:63359db9cf839945e4584c0730e3ad52
Created March 10, 2022 05:11
CSS Selector for Removing Non-Followed Suggested Posts on Twitter.com (e.g. w/ UBlock Origin)
##article:has(div>div>div>div>div>div>div>div>div>div>div>a>span:has-text(/See more/))
@absurd
absurd / resizeYoutubeThumbnails.user.js
Last active February 28, 2026 21:30
Fix Humongous Youtube Sidebar -- Feb 2026
// ==UserScript==
// @name Resize YouTube Thumbnails
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Fix humongous youtube sidebar
// @author Gall
// @match *://www.youtube.com/*
// @grant none
// @run-at document-start
// ==/UserScript==
@absurd
absurd / yt_sidebar_scroll.user.js
Last active February 28, 2026 21:29
YouTube Independent Sidebar Scroll
// ==UserScript==
// @name YouTube Independent Sidebar Scroll
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Makes the YouTube sidebar scroll independently of the main video/comments
// @author Gall
// @match *://www.youtube.com/*
// @exclude *://www.youtube.com/feed/history
// @grant none
// @run-at document-start