Some useful CSS for introverts. (No colors, fonts or flashy stuff)

I am not an expert in CSS in the slightest but I wrote some simple interesting code that affects some basic user experiences. If you need your user number it's on your profile, see attached image for location.

/* Comments cannot be added to CSS */

Below use with your profile


/* Remove your own comment box */

.comment-box-wrapper {
    display: none;
}

/* Hide your comment button like an asshole. (This one is my favorite) Change yourusernumber to.. well. ya know.. your user number */

#save-reply-to-u_yourusernumber {
    display: none;
}

/* Hide your comment section */

.comment-section {
    display: none;
}

/* Hide specific comment. Change commentNumber to the comment number you want to hide */

#comment-commentNumber {
    display: none;
}

Below use on site CSS

/* Hide user even if they are unblockable. Change USERNAME to the username you wish to block. Case sensitive. Will need to be updated if user changes their name. */

.comment-body:has(a[href="/@USERNAME"]) {
  display: none;
}

/* Hide sidebar, Not Recommended IMO, has good info */

#desktop-sidebar, #banner-link, .srd {
    display: none;
}

/* Hide badges and signature for users in post listings */

.post-meta .fa-badge-check, 
.post-meta .house-img, 
.post-meta .span.mr-1,
.post-meta .patron-img, 
.post-meta .fa-bahai,
.post-meta bdi {
  display:none;
}

/* Remove WPD banner */

#banner-link {
    display: none;
}

10
Jump in the discussion.

No email address required.

How do you excecute the code? Type it in a comment? Sorry bruh im dumb

Jump in the discussion.

No email address required.

There is a tab labeled 'CSS' in your settings, you can paste the code there.

Jump in the discussion.

No email address required.

Thank you🙏🏼🙏🏼🙏🏼

Jump in the discussion.

No email address required.

:marseylaugh:

Jump in the discussion.

No email address required.

*{

display: none;

}:marseyevilgrin:

Jump in the discussion.

No email address required.

*>*:hover {
        display:  none!important;
}

Effect: anything you hover on disappears lol

Jump in the discussion.

No email address required.

POV: dementia the CSS

Jump in the discussion.

No email address required.

Cheers.

Jump in the discussion.

No email address required.

Give it up folks, einstein over here has something to say. What's that buddy? Wha- A grammatical error?!? WHAT?!? B... Bu... That can't be possible! Surely not! A GRAMMAR MISTAKE? IN MY SIGHT?!? What a great, absolute miracle that you and your 257 IQ Brain was here to correct it! Thank you! Have my grattitude, Actually, What's your cashapp? I'd like to give you 20$... Know what? While we're at it have the keys to my car. Actually, no, scratch that. Have the keys to my house, go watch my kids grow up and fuck my wife. Also, my Paypal username and password is: Ilikesmartazzes4 and 968386329. Go have fun. Thank you for your work.

Jump in the discussion.

No email address required.

{{redacted}}

Jump in the discussion.

No email address required.

What the fuck are you talking about? None of those codes will do that.

Jump in the discussion.

No email address required.

If I'd have read this properly, I'd have realised you intended it for introverts. So basically, it hides all the stuff you don't want other people to see, and allows you to hide shit you don't want to see. Comment redacted. That's what happens when you post without waking up fully first.

Jump in the discussion.

No email address required.

Gotcha. You're forgiven my dude, It happens.

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.