The red color being the biggest form of administrative power makes me want to prefer red posters. Mith posting here would be the culmination of my existence!
In post 447, Alisae wrote:wait is Korina annoying the actual players who are in the game?
I can help deal with your Korina problem if you guys want me to.
(・・。)ゞ
WHAT kinds of powers dost thou possess Alisea-san?
Install the following script using an extention like tampermonkey or something else for firefox but I don't remember what the name is
// ==UserScript==
// @name Mafiascum: Improved Foes List that works in mafia forums
// @namespace https://www.mafiascum.net/
// @description Helps blacklist all you want to your desire
// @include https://forum.mafiascum.net/viewtopic.php?*
// @version 1.0
// ==/UserScript==
try {
let thread = document.getElementById("page-body");
let posts = thread.getElementsByClassName("post");
let ignoreList = ["Ramcius", "Joan of Arc", "Vedith", "momo", "Korina"];
for(var i=0;i<posts.length;i++) {
let post = posts[i];
let profile = post.getElementsByClassName("postprofile")[0];
let usernameLink = profile.getElementsByTagName("a")[0];
let username = usernameLink.text;
if(ignoreList.indexOf(username) > -1) {
let inner = post.getElementsByClassName("inner")[0];
inner.innerText = "I NO LONGER HAVE TO READ YOUR POSTS THANK GOD";
}
}
} catch(e) {
// Do nothing.
}
I've put Korina's name in there already, and thats my personal mute list, but you can edit it for however you want to use it.
Either that be catching up in games (yes, its useful for that), or just muting someone who is being annoying.
Enjoy
Reiterating that this exists for anyone catching up. Also, it’s easy enough to alter it to make it into a whitelist rather than a blacklist, and to make it display the username of the blocked poster.
Who said that?
Chamber. It's all a conspiracy.
Or is it?
@Xyzzy still want my question answered regarding alive players being able to talk about this game outside of the thread or asking players to post here for whatever reason
mod notes: re:573, players in this game may not discuss it elsewhere. non-players may post about this game encouraging others to post here, but please follow the rules of whatever place you're posting about it in -- in other words, don't spam other threads about this game and whatnot. additionally, as per the rules to this game (you all read the rules, right?) day phases will not initially have deadlines, but I may implement a deadline if the overall activity level among players becomes too light.
In post 736, nomnomnom wrote:@Xyzzy still want my question answered regarding alive players being able to talk about this game outside of the thread or asking players to post here for whatever reason
I answered that in the mod notes to votecount 1.07! but basically no, if you're a player, you can't discuss this game elsewhere.
In post 736, nomnomnom wrote:@Xyzzy still want my question answered regarding alive players being able to talk about this game outside of the thread or asking players to post here for whatever reason
I answered that in the mod notes to votecount 1.07! but basically no, if you're a player, you can't discuss this game elsewhere.
Well shoot. I guess I will get non-players to do my bidding then. Like a true politician.
just lynch everyone but Mastina and Jingle and you've got yourself a town win.
Of all tyrannies,a tyranny sincerely exercised for the good of its victims may be the most oppressive. It would be better to live under robber barons than under omnipotent moral busybodies. The robber baron's cruelty may sometimes sleep but those who torment us for our own good will torment us without end they do so with the approval of their own conscience.
Is muffinman’s whimsy tell still a tell for Mastina?
I thought I detected a bit of whimsiess in her posts which made me think town.
If I were a player in this game and if I were someone who voted earlier instead of the annoying player I am, I’d be voting lavender right now. Something does not feel right with that one.
I ain't sending that game-thrower a pm. It's so much work.
Of all tyrannies,a tyranny sincerely exercised for the good of its victims may be the most oppressive. It would be better to live under robber barons than under omnipotent moral busybodies. The robber baron's cruelty may sometimes sleep but those who torment us for our own good will torment us without end they do so with the approval of their own conscience.