Paste these functions into the js console on https://dogedraw.firebaseapp.com and run them to nyaan nyaan nyaan..
Developed at http://hs.hact.io 2015!!
function clearScreen(w, h, color) {
var pixelDataRef = new Firebase('https://dogedraw.firebaseio.com/pixels');
for (var i = 0; i < h; i++) {