Skip to content

Instantly share code, notes, and snippets.

View saulpw's full-sized avatar

Saul Pwanson saulpw

View GitHub Profile
@ajkerrigan
ajkerrigan / bookmarklet.md
Created May 13, 2020 05:08
Export Jukebox.Today Queue + History

Add a bookmark using this code as the location. Click to pop up an alert box with a crude CSV of the current queue + history.

javascript:(() => { histitems = []; document.querySelectorAll('.jukebox__item').forEach((item) => { histitem = []; item.querySelectorAll('div[class^="item"]').forEach((child) => { histitem.push('"' + child.innerText.replace(/"/g, '""') + '"'); }); histitems.push(histitem.join(',')); }); alert(histitems.join("\n")); })()
@IanColdwater
IanColdwater / twittermute.txt
Last active December 6, 2025 11:37
Here are some terms to mute on Twitter to clean your timeline up a bit.
Mute these words in your settings here: https://twitter.com/settings/muted_keywords
ActivityTweet
generic_activity_highlights
generic_activity_momentsbreaking
RankedOrganicTweet
suggest_activity
suggest_activity_feed
suggest_activity_highlights
suggest_activity_tweet
@sdondley
sdondley / tmux split-window subcommand.md
Last active October 17, 2025 17:46
Super Guide to the split-window tmux Subcommand (and Beyond)

Super Guide to the split-window tmux Subcommand (and Beyond)

Guide overview

tmux, like other great software, is deceptive. On the one hand, it's fairly easy to get set up and start using right away. On the other hand, it's difficult to take advantage of tmux's adanced features without spending some quality alone time with the manual. But the problem with manuals is that they aren't geared toward beginners. They are geared toward helping seasoned developers and computer enthusiasts quickly obtain the