View difference between Paste ID: C7RALEQE and 3USMLfrk
SHOW: | | - or go back to the newest paste.
1
setInterval(function() {
2
    [].forEach.call(document.getElementsByTagName("*"), e => e.style.fontFamily = "Comic Sans MS" );
3
}, 1);