5

Yessss, you can block people on DevRant! Thank you DevRant!

By the way, what exactly happens when you block someone?

Comments
  • 5
    Not a lot.
    You see nothing in their profile, but their content still shows up in the feeds.
  • 4
    The broken feature no longer exists for me. Are you sure you're on the latest version?
  • 1
    @electrineer Didn't even notice that, you're right!
  • 0
    @electrineer Err, well, I just noticed that blocking doesn't seem to do much. The person can still comment on my rants.
  • 0
    User script solution on my part, using jQuery:

    $('li:contains("usernameToHide")').css("display","none");

    // where obviously usernameToHide is the username from which you don't want to see any more content.
  • 1
    @CaptainRant that's fuckin retarded. What if you block someone named something generic like "the".
  • 0
    @CaptainRant Blocking a person from posting on your rants wont work on devrant. This platform is too open for that. People would be able to isolate themselves if that were the case.
  • 0
    @AlgoRythm That's clever. You must have come up with that yourself.
  • 1
    @Gregozor2121 I've successfully visually muted anyone I wish to ignore. Great success for me.
Add Comment