Page 1 of 1

HELP filter!

Posted: Tue Feb 20, 2007 6:42 pm
by invitado
Hello how are you?

I tried to do several filters to try to deactivate or to hide “JavaScript" can you help me doing one example?

The example's code is:
<script language=JavaScript>
function vote()
{
ttms=window.open('http://www.probabilidades.net/index.php ... e=0','GANA');
}
function cancel() {
}
if (confirm('¿Quieres saber como ganar mas de 300 EUROS en tan solo 1 semana?')) { vote(); } else { cancel(); }
</script>


The website where is located is:
http://www.mocosoft.com/disclaimer.html

Many thanks in advance!

Posted: Tue Feb 20, 2007 6:45 pm
by helping ghost
It is not possible to hide/deactivate/block inline javascript. You have to use NoScript or Greasemonkey to achieve this.