You can read invisible posts with inspect element ( https://i.imgur.com/QMKcBN8.png )
3 years ago
Israel

This is a very interesting text.

Redigerad av författaren 3 years ago
Oh_my_gourdness tycker om detta
Finland

good thing you didnt expose me there

Israel

@SioN Now I'm gonna expose you for the lulz

Oh_my_gourdness tycker om detta
Finland

you can also get rid off this "display:none" part to show a forum post like you were editing it which will show you the text https://cdn.discordapp.com/attachments/612660201497296916/875648860842754069/unknown.png

Israel

For my posts, I can just click "edit post" and it will have the same effect. This only works on your own posts, not posts by others.

Redigerad av författaren 3 years ago
Oh_my_gourdness tycker om detta
Finland

temporarily you can put the following code in your custom css extension

span[style="display:none"] { display: block; }

this will show every post like you were editing it. its not good but at least you can read the forums

note that it might screw up some things of the website visually since it makes everything marked as invisible to visible

Redigerad av författaren 3 years ago
MrMonsh och Oreo321 gillar detta
Israel

I recommend writing the temporary rule: form[name='newpost'] > span { display: block; }

This will target only the forum posts, and ignore anything else on the site.

Redigerad av författaren 3 years ago
Oh_my_gourdness, MrMonsh, och SioN gillar detta
Finland

i for somereason couldnt get the > to work but good that you did :D

Estonia

wth is this sussy situation, is it only me or doesnt the same fix apply to guides?

Redigerad av författaren 3 years ago
Finland

@qoznyyy form[name='newpost'] > span,form[name='editguideform'] > span { display: block; }

fixes both guides and forums

MrMonsh och Oreo321 gillar detta