$(window).load(function(){
    // Code here
		
 $("iframe").remove();
 $("body script").remove();


});

