To Prevent Request Which Is Send Through Ajax

Today I have found something interesting thing to prevent our request which is send through Ajax. I am not sure it is working on older browser. I have just tested on IE 7 or above, Firefox 4 and Chrome 11. For hide request which is send through Ajax just add below code after each Ajax request.

[code:js]

if(window.console) console.clear();

[/code]