Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#51 2019-07-09 10:32:54

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: Add the ability to fully mute someone on the forum

Different55 wrote:

Throw this in ViolentMonkey or GreaseMonkey and it'll block the users you insert into "let blockedIDs = [];". So if you wanted to block Tomahawk and me, you'd put "let blockedIDs = [2, 380];"

// ==UserScript==
// @name Hide Users
// @namespace Different55
// @description Hides users from the forums.
// @match http*://forums.everybodyedits.com/viewtopic.php*
// @copyright Different55
// @version 1.0.0
// @license MPL https://www.mozilla.org/en-US/MPL/2.0/
// ==/UserScript==

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

let blockedIDs = [];
if (blockedIDs.length > 0) {
	let blockSelector = ".uid"+blockedIDs.join(", .uid"); 

	for (let postUsername of document.querySelectorAll(".uid144")) {
		let post = postUsername.closest(".blockpost");
		let id = post.id;
		post.style.display = "none";
		
		post.insertAdjacentHTML("beforebegin", '<div id="p'+id+'" class="blockpost"><div class="box"><div class="inbox"><div class="postmsg"><p>This post by '+postUsername.innerHTML+' has been hidden</p></div></div></div></div>');
		let placeHolder = document.getElementById("p"+id);
		placeHolder.style.textAlign = "center";

		placeHolder.addEventListener("click", function() {
			this.style.display = "none";
			post.style.display = "block";
		}, true);
	}
}

might aswell add th eability then but what if you let users do this wouldnt you get double posts b y other poeple?

Luka504 wrote:

And that brings me over to another issue I have - blatant favoritism from forum staff. There's plenty of **** that people like peace and Anatoly get away with that wouldn't be tolerated if done by someone else.

https://forums.everybodyedits.com/warni … ?view=1440 some of my warnigns are pruley **** and were neccresary or necresaary that hihg in points

Luka504 wrote:

I genuinely don't believe that peace has any issues that make him physically unable to write properly. For one, peace understands what others have written without much issue.

Two, peace isn't as bad at spelling as he might seem. He gets all the letters correct, it's just that they're often shifted one space to the left or right. That implies that peace knows how to spell, but he's typing really quickly and without even reading what he writes, which makes his posts the way they are.

Three, he has stated in the past that he doesn't have dyslexia or any disease of that type.

Four, peace joined the forums around the same time as I have, and during that time, he and I were on par in terms of spelling and post structure. However, there's no doubt that I have improved massively since 2015, while peace has remained stagnant. There's just no way around it - peace is lazy and refuses to write properly. That's something that he should be held accountable for.

1. i do understand enligh it sjust my typing
2.  yeah i know enligsh for sure actualy quite mcuh about it but most of th ebasics i understand for sure its just im used to type the way i type which gives these errors fixing is quite hard as the spell checker isset to dutch so the spellchecker rightnow says that like ~60-80% fo the words are wrrong spelled
3. true i dont have that kind of thing
4. already quite explained in 2


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

Wooted by:
peace1562664774754572

Board footer

Powered by FluxBB

[ Started around 1711625019.0827 - Generated in 0.043 seconds, 10 queries executed - Memory usage: 1.37 MiB (Peak: 1.46 MiB) ]