Welcome Guest [Log In] [Register]
Viewing Single Post From: [CODE] Remove Portal
GlitchX
Member Avatar
non-official IF Hobo
[ *  * ]
I'm not sure but I think this is how
Code:
 

<script language=javascript>
<!--
function change(item,item2) {
var range = document.body.createTextRange();
range.collapse(true);
if (location.href.indexOf("action=") != -1 ) {
return false;
} else {
while (range.findText(item)) {
range.text=item2;
range.collapse(false);
}
}
}

change("· Portal","");
[COLOR=red]change("· blah","blah2");[/COLOR]
// -->
</script>


What I don't like about this is that I think whenever anyone says "Portal" on your forum, it doesn't appear...
Offline Profile Quote Post
[CODE] Remove Portal · Code Snippets