Skip to content

Instantly share code, notes, and snippets.

View PhilippIRL's full-sized avatar
😴
tired

Philipp PhilippIRL

😴
tired
  • 08:34 (UTC +02:00)
View GitHub Profile
@jetfir3
jetfir3 / tmpdevmodify.sh
Last active April 27, 2024 11:17
Temporarily enable developer mode for the Spotify desktop client on Linux and macOS.
#!/usr/bin/env bash
# Temporarily enable developer mode for the Spotify desktop client on Linux and macOS.
showHelp () {
echo -e \
"Usage: ./tmpdevmodify.sh [option]\n
Options:
-c, --clearcache Clear Spotify app cache
-d, --debug Add Debug Tools to user dropdown menu
@EverfreeFaerie
EverfreeFaerie / twitter-rect-avatars.user.js
Created December 16, 2017 20:33
Twitter: Rectangular avatars
// ==UserScript==
// @name Twitter: Rectangular avatars
// @include http://twitter.com/*
// @include https://twitter.com/*
// @include http://tweetdeck.twitter.com/*
// @include https://tweetdeck.twitter.com/*
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
@aras-p
aras-p / preprocessor_fun.h
Last active April 28, 2024 15:25
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,