Skip to content

Instantly share code, notes, and snippets.

View residuum's full-sized avatar
💭
I may be slow to respond.

Thomas Mayer residuum

💭
I may be slow to respond.
View GitHub Profile
@residuum
residuum / bandcamp.js
Created March 23, 2022 22:48
Delete Bandcamp playlist cookies via Greasemonkey
// ==UserScript==
// @name Delete Bandcamp Cookies
// @version 1
// @grant none
// ==/UserScript==
var getCookieByMatch = function(regex) {
var cs=document.cookie.split(/;\s*/), ret=[], i;
for (var i=0; i<cs.length; i++) {
if (cs[i].match(regex)) {
ret.push(cs[i].split("=")[0]);
@residuum
residuum / Life-Soundtrack-development-notes.md
Last active November 16, 2018 20:02
Life Soundtrack Development Notes

Life Soundtrack

Idea

  • Android sound app that changes over time

Technology

Apps with the same technology

if (window.addEventListener) { // DOM
window.addEventListener('load', function () {
FUNCTION();
}, false);
} else if (window.attachEvent) { // IE
window.attachEvent('onload', function () {
FUNCTION();
});
} else if (typeof window.onload === 'undefined') { // other
window.onload = function () {
@residuum
residuum / keybase.md
Created August 29, 2014 22:57
Keybase prove

Keybase proof

I hereby claim:

  • I am residuum on github.
  • I am residuum (https://keybase.io/residuum) on keybase.
  • I have a public key whose fingerprint is 0ABE A8DD 4186 EC11 7794 B539 FCD4 4278 30F6 7D93

To claim this, I am signing this object: