HELP filter!

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
invitado

HELP filter!

Post 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!
helping ghost

Post by helping ghost »

It is not possible to hide/deactivate/block inline javascript. You have to use NoScript or Greasemonkey to achieve this.
Locked