Paste me in the console

Author: 0ed7ef8ac6

24 March 2015

Views: 2,041

function a() {
var a = $('*').length;
$('*:eq(' + parseInt(a - 1) + ')').remove(), console.log(a)
}

function b() {
a(), setTimeout(b, 1000 / 60)
}
b();


Edit Code:

Please enter an edit code

Edit codes must be at least 20 characters

Share