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

This is a very interesting text.

编辑者 作者 2 years ago
Gaming_64 喜欢这个
Finland

good thing you didnt expose me there

Israel

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

Gaming_64 喜欢这个
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.

编辑者 作者 2 years ago
Gaming_64 喜欢这个
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

编辑者 作者 2 years ago
MrMonsh Oreo321 喜欢这个
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.

编辑者 作者 2 years ago
Gaming_64, MrMonsh, SioN 喜欢这个
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?

编辑者 作者 2 years ago
Finland

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

fixes both guides and forums

MrMonsh Oreo321 喜欢这个