Threaded index     Date index     FAQ


BCBliss Plus Greasemonkey removes tyred posts!

Posted by Manstuprator on 2024-September-14 16:56:13, Saturday
In reply to Reports of my death are greatly exaggerated!(link) posted by Manstuprator on 2024-September-14 16:31:41, Saturday

Use BCBliss Plus Greasemonkey script to remove "tyred" posters!

Here's how:

This only works if you use Firefox browser.

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 script below 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.


BEGINNING OF SCRIPT:

// ==UserScript==
// @name BCBliss Plus
// @description Hide posts by tyred
// @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 == "tyred") {
list[n].style.display = "none";
}
}
}



Let me know if you need any help with the above...

M.
Watch now how that "tyred" poster woefully tries to elaborate on this post of mine! Incredible... And then see what happens after you install BCBliss! TROLL BE GONE!


Manstuprator

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.