Skip to content

Instantly share code, notes, and snippets.

@elsassph
elsassph / poop.js
Last active October 18, 2021 13:45 — forked from edankwan/poop.js
Array.prototype.poop = function() {
this.pop();
// return nothing, it's poop
}
Array.prototype.shit = function() {
this.shift();
// return nothing, it's poop
}
@realmilkymedia
realmilkymedia / dabblet.css
Created May 8, 2013 18:32
Bitch ass Nigga
/**
* Bitch ass Nigga
*/
background: #f06;
background: linear-gradient(10deg, #f06, yellow);
min-height: 100%;