inherit
157713
0
Mar 19, 2021 17:49:44 GMT -8
Birdy Cephon Altera
Steam Its Good For The Soul
142
August 2010
captivated
|
Post by Birdy Cephon Altera on Feb 7, 2013 23:39:18 GMT -8
was using this code on another site
<script type="text/javascript"> var font = document.getElementsByTagName("font"); for(var i = 0; i < font.length; i++) { if(location.href.match(/action=pm/i) && font.className.match(/cattext/i)) { font.parentNode.parentNode.parentNode.removeChild(font.parentNode.parentNode); } } </script>
but its not working on another site im using it on
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Feb 8, 2013 8:10:58 GMT -8
You need to link to your forum like the rules say, or we can't see what's wrong with the forum.
|
|
inherit
157713
0
Mar 19, 2021 17:49:44 GMT -8
Birdy Cephon Altera
Steam Its Good For The Soul
142
August 2010
captivated
|
Post by Birdy Cephon Altera on Feb 11, 2013 9:19:02 GMT -8
|
|
inherit
157713
0
Mar 19, 2021 17:49:44 GMT -8
Birdy Cephon Altera
Steam Its Good For The Soul
142
August 2010
captivated
|
Post by Birdy Cephon Altera on Feb 24, 2013 15:38:48 GMT -8
bump
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 24, 2013 22:58:22 GMT -8
Some of the codes got messed up when ProBoards Support converted to V5.
This one works on my site: (Main footers)
<script type="text/javascript"> var font = document.getElementsByTagName("font"); for(var i = 0; i < font.length; i++) { if(location.href.match(/action=pm/i) && font[i].className.match(/cattext/i)) { font[i].parentNode.parentNode.parentNode.removeChild(font[i].parentNode.parentNode); } } </script>
|
|
inherit
157713
0
Mar 19, 2021 17:49:44 GMT -8
Birdy Cephon Altera
Steam Its Good For The Soul
142
August 2010
captivated
|
Post by Birdy Cephon Altera on Feb 26, 2013 19:02:56 GMT -8
god i love you
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 26, 2013 20:49:15 GMT -8
Awwww, shucks, it was nothing. But thanks.
|
|