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

This is a very interesting text.

Edited by the author 2 years ago
Gaming_64 likes this
Finland

good thing you didnt expose me there

Israel

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

Gaming_64 likes this
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.

Edited by the author 2 years ago
Gaming_64 likes this
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

Edited by the author 2 years ago
MrMonsh and Oreo321 like this
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.

Edited by the author 2 years ago
Gaming_64, MrMonsh, and SioN like this
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?

Edited by the author 2 years ago
Finland

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

fixes both guides and forums

MrMonsh and Oreo321 like this