Thread: Bad Word Filter
View Single Post
Old 03-23-2008, 10:18 AM   #2 (permalink)
Capo64
Contributing Member
 
Join Date: 06-11-07
Posts: 164
iTrader: 0 / 0%
Latest Blog:
None

Capo64 is liked by somebodyCapo64 is liked by somebodyCapo64 is liked by somebody
you can have something like:

Code:
<script type="text/javascript"> function bFilter(a,b) { body.innerHTML = body.innerHTML.replace(a,b); } </script> <body onload="bFilter("****","f**k");bFilter("shit","s**t");">
didn't test it or anything, but i'm sure something like that would work

Edit:
in the onload="" code, v7n filtered out my first bad word (the f one) lol,

but you get the point..
Capo64 is offline   Reply With Quote