Skip to content

Instantly share code, notes, and snippets.

View jwwk's full-sized avatar
🤡
Breaking the build

Johannes Kräft jwwk

🤡
Breaking the build
View GitHub Profile
@jwwk
jwwk / mysterioeser_morgen
Last active October 5, 2015 10:25
Mysteriös...
https://digitalezeitung.morgenweb.de/ePaper/app/index.html
ConfigOptions.hasUserSubscriptions = true;
ConfigOptions.appMode = "full";
ConfigOptions.loggedByIp = 1;
@jwwk
jwwk / doge.js
Last active September 25, 2015 20:23
Suddenly: Doge.
window.setInterval(function(){document.querySelectorAll('*')[Math.floor(document.querySelectorAll('*').length*Math.random())].style.fontFamily = "Comic Sans MS"}, 100);
window.setInterval(function(){document.images[Math.floor(document.images.length*Math.random())].src = "http://i3.kym-cdn.com/entries/icons/original/000/013/564/aP2dv.gif"}, 1000);