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

This is a very interesting text.

Edytowane przez autor 3 years ago
Oh_my_gourdness to się podoba
Finland

good thing you didnt expose me there

Israel

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

Oh_my_gourdness to się podoba
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.

Edytowane przez autor 3 years ago
Oh_my_gourdness to się podoba
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

Edytowane przez autor 3 years ago
MrMonsh i Oreo321 podobało się to
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.

Edytowane przez autor 3 years ago
Oh_my_gourdness, MrMonsh, i SioN podobało się to
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?

Edytowane przez autor 3 years ago
Finland

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

fixes both guides and forums

MrMonsh i Oreo321 podobało się to