page Firefox Freeze

//replace DELAY with desired delay in milliseconds
//copy paste this line in your browser to freeze it
setTimeout(function(){ debugger; }, DELAY); 
Clever Cowfish