1 - Para remover as palavras de baixo calão( vulgo palavrões ) basta adicionar esse script abaixo antes da tag </body>
Codigo:
<script type='text/javascript'>
//<![CDATA[
a = document.getElementById('comments');
if(a) {
b = a.getElementsByTagName("DD");
for(i=0; i < b.length; i++) {
if (b.item(i).getAttribute('CLASS') == 'Author-comment-body' , 'comment-body') {
_str = b.item(i).innerHTML.replace(/puta/ig,"[Palavrão]")
_str = _str.replace(/caralho/ig,"[Palavrão]")
//<![CDATA[
a = document.getElementById('comments');
if(a) {
b = a.getElementsByTagName("DD");
for(i=0; i < b.length; i++) {
if (b.item(i).getAttribute('CLASS') == 'Author-comment-body' , 'comment-body') {
_str = b.item(i).innerHTML.replace(/puta/ig,"[Palavrão]")
_str = _str.replace(/caralho/ig,"[Palavrão]")
_str = _str.replace(/arrombado/ig,"[Palavrão]")
_str = _str.replace(/fdp/ig,"[Palavrão]")
_str = _str.replace(/vagabundo/ig,"[Palavrão]")
_str = _str.replace(/cú/ig,"[Palavrão]")
_str = _str.replace(/desgraçado/ig,"[Palavrão]")
_str = _str.replace(/fdp/ig,"[Palavrão]")
_str = _str.replace(/vagabundo/ig,"[Palavrão]")
_str = _str.replace(/cú/ig,"[Palavrão]")
_str = _str.replace(/desgraçado/ig,"[Palavrão]")
_str = _str.replace(/filha da puta/ig,"[Palavrão]")
_str = _str.replace(/porra/ig,"[Palavrão]")
_str = _str.replace(/viado/ig,"[Palavrão]")
_str = _str.replace(/cacete/ig,"[Palavrão]")
_str = _str.replace(/cusao/ig,"[Palavrão]")
_str = _str.replace(/vagabunda/ig,"[Palavrão]")
_str = _str.replace(/bixa/ig,"[Palavrão]")
_str = _str.replace(/bicha/ig,"[Palavrão]")
_str = _str.replace(/porra/ig,"[Palavrão]")
_str = _str.replace(/viado/ig,"[Palavrão]")
_str = _str.replace(/cacete/ig,"[Palavrão]")
_str = _str.replace(/cusao/ig,"[Palavrão]")
_str = _str.replace(/vagabunda/ig,"[Palavrão]")
_str = _str.replace(/bixa/ig,"[Palavrão]")
_str = _str.replace(/bicha/ig,"[Palavrão]")
_str = _str.replace(/lixo/ig,"[Palavrão]")
b.item(i).innerHTML = _str;
}
}
}
//]]>
</script>
b.item(i).innerHTML = _str;
}
}
}
//]]>
</script>
E depois é so salvar e conferir seus comentarios,todos os palavões vão ser substituidos pela tag [Palavrão].
0 comentários:
Postar um comentário