Come on we need a block function so we can stop our own posts being read by particular members.
Name: whatever you like, "Piano Street user block" is what I usedNamespace: https://www.pianostreet.comDescription: Again, whatever you wantIncludes (One per line):https://www.pianostreet.com/smf/*https://pianostreet.com/smf/*Excludes (One per line): leave blank
// ==UserScript==// @name Forum block// @namespace https://www.pianostreet.com// @include https://www.pianostreet.com/smf/*// @include https://pianostreet.com/smf/*// @grant none// @version 1// @require https://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js// ==/UserScript==var usersToHide = ["First One", "Another one"];$("td").each(function () { var txt = $(this).find("b").find("a").text(); if (usersToHide.indexOf(txt) > -1 ) $(this).hide();});
$("td.windowbg2").each(function () { var txt = $(this).find("a").text(); if (usersToHide.indexOf(txt) > -1 ) $(this).parent().hide();});
It's ignoring, not bullying. It's doing anything to them.I'm just curious how it's done.
Ignoring is one aspect of bullying, though not necessarily outright bullying.