Skip to content

Instantly share code, notes, and snippets.

View KillaMeep's full-sized avatar
💜
Playing With Buttons

KillaMeep

💜
Playing With Buttons
View GitHub Profile
@KillaMeep
KillaMeep / pinterest-dark.user.js
Last active January 8, 2026 05:15
Dark theme for pinterest
// ==UserScript==
// @name Pinterest Dark (Polished)
// @namespace https://gist.github.com/KillaMeep/c5e8506a7c32169843d0373f710dfb02
// @version 0.1
// @description Nicely styled dark theme for Pinterest (toggle with Shift+R)
// @author KillaMeep
// @match https://*.pinterest.com/*
// @match https://pinterest.com/*
// @match http://*.pinterest.com/*
// @match http://pinterest.com/*
@KillaMeep
KillaMeep / BeQuietInstagram.user.js
Last active January 1, 2026 07:23
Quick tampermonkey script to make instagram less loud
// ==UserScript==
// @name Instagram Reels Volume Slider
// @namespace https://instagram.com/
// @version 1.0.0
// @description Hover the speaker icon on Reels to reveal a native-style volume slider
// @author KillaMeep
// @match https://www.instagram.com/*
// @run-at document-end
// @grant none
// ==/UserScript==