Anonymous
04/06/2017 (Thu) 00:28:46
No.
14
del
>>13I forgot to make some selectors more specific.
For now do the following
Change (line 147) from:
.opHead a[id^="hide"] {
to
.opHead a[id^="hide"][id*="Thread"] {
Change (line 168) from:
.innerPost a[id^="hide"] {display: none;}
to
.innerPost a[id^="hide"][id*="Post"] {display: none;}
By changing those two lines, the removal of lines 143-144 should bring back Hide User Posts properly.
Message too long. Click here to view full text.