Jquery ile

<script></script>
<script type="text/javascript"></script>
<style></style>[/QUOTE]
$(document).ready(function(){

$('html').find('style').remove();
$('html').find('script').remove();


});