Remova as tags <script> usando jQuery

Quero remover este bloco do Google Analytics usando o jQuery.

<script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
    try {
        //var pageTracker = _gat._getTracker("xxx");
        pageTracker._trackPageview();
    } catch(err) {}
</script>

O MOTIVO

Porque estou criando um conversor de leitor de tela sob medida para jQuery com base em uma especificação do cliente. É o Google Analytics que está me incomodando.

O PROBLEMA

Trabalha com.remove() até você sair, e pressione para trás. O Google Analytics trava.

questionAnswers(4)

yourAnswerToTheQuestion