Threaded index     Date index     FAQ


Make certain poster's posts disappear! Here's how.

Posted by Manstuprator on 2026-August-6 03:40:26, Thursday

Here's how to make certain poster's nicknames disappear from the index, along with all of their posts, to make BoyChat a nicer and more pleasant experience!

Maybe you're pissed off because I post so much? Well, you don't have to see my posts anymore! Or any other poster's posts, either.

This only works with the Firefox browser. It works with the TOR version of Firefox as well.

Use the BCBliss script, plus the Greasemonkey add-on/plugin.

Ensure that you have Greasemonkey plugin installed.

GET IT HERE:
https://www.google.com/search?client=firefox-b-e&q=greasemonkey+download

After you have Greasemonkey plugin installed, copy and paste the below script into a text editor such as notepad or Gedit.

Save the file as bcposterbegone.user.js
(important to have ".user.js" for Greasemonkey to recognize it).

In Firefox, go to FILE >> OPEN FILE >> choose your saved file and click to open. Greasemonkey will automatically detect it and you simply click install.

You can do this with Javascript turned off globally with noscript plugin.

Of course, in the following you could replace
if (poster == "manstuprator") {

... which makes my posts disappear, to:

if (poster == "tyred") {

... if you really want to get rid of a large amount of the shit here at BoyChat.

Here's the full script:


// ==UserScript==
// @name BCBliss Plus
// @description Hide posts by Manstuprator
// @include http://boychat.org/*
// @include https://boychat.org/*
// @include http://www.boychat.org/*
// @include https://www.boychat.org/*
// @include https://passport.ivan.net/*
// ==/UserScript==
var list = document .getElementsByTagName("li");
var n;
var poster;
var check;
for (n = 0; n < list.length; n++) {
check = list[n].getElementsByTagName("b");
if (check.length != 0) {
poster = list[n].getElementsByTagName("b")[0].innerHTML.toLowerCase();
if (poster == "manstuprator") {
list[n].style.display = "none";
}
}
}

// ==End UserScript==


IMPORTANT!

In the above script, I placed one space between the word "document"  and the period (.)

It's for technical reasons. The software will not let you post that phrase unless you do it as I did, with the space.

There's a way to get around that screen display limitation, but depending on which cog reads my post, the workaround may or may not be allowed. It has been allowed dozens of times in the past, but occasionally it has caused a post to be slimed.

So, remove the space after copying the above. Then paste as instructed.

You can also remove more than one user's posts from the board! Here's how:


// For instance, to ignore 3 users, change the line above to:

if (poster == "tyred" || poster == "white boys matter'" || poster == " dirkderp") {


Any questions, just ask!

M.


Dance, tyred, dance! ;-)

Follow ups:

Post a response:

Nickname:

Password:

Email (optional):
Subject:


Message:


Link URL (optional):

Link Title (optional):


Add your sigpic?

Here are Seven Rules for posting on this forum.

1. Do not post erotica or overly-detailed sexual discussions.
2. Do not request, offer, or post links to illegal material, including pictures.
3. Don't annoy the cogs.
4. Do not reveal identifying details about yourself or other posters.
5. Do not advocate or counsel sex with minors.
6. Do not post admissions of, or accuse others of, potentially illegal activities.
7. Do not request meetings with posters who are under age 18.

Posts made to BoyChat are subject to inclusion in the monthly BoyChat Digest. If you do not want your posts archived in the BC Digest, or want specific posts of yours removed after inclusion, please email The BC Digest.