User Controls
Userscript to Block/Mute Users
-
2024-03-04 at 11:58 PM UTC
Originally posted by Ghost The government is the block script with a big sign saying "SAFE SPACE" and his arms are crossed and any bad words that try to cross into the SAFE SPACE get brutalized
Installing a block script is like walking to work in the morning and while waiting for the bus a group of NIGGERS approach you and say HEY WORKING BOY WE CAN BEAT YOU UP BEFORE THAT BUS ARRIVES WHAT NOW YA FUCKING WORKING BITCH and they steal your brown paper bag lunch so the next day before leaving you dial 911 and tell the police to meet you at the bus stop and then the NIGGERS walk by and see you standing arm and arm with the officers and you all smirk at those niggers in the eye and say "HA! YOu"RE NOT GONNA RUIN THE WORKING MANS DAY NOW!"
well in this scenario I'm the government so I have the monopoly on violence and you can suck my dick at gunpoint -
2024-03-05 at 12 AM UTCOmg I’m cumming so hard in here
-
2024-03-05 at 12:02 AM UTCweird
-
2024-03-05 at 12:10 AM UTCFuq …I cummd again
-
2024-03-05 at 12:15 AM UTC
-
2024-03-05 at 12:16 AM UTCLmfao
-
2024-03-05 at 1:18 AM UTC
-
2024-03-05 at 2:28 AM UTC
-
2024-03-05 at 2:38 AM UTCToday, you're blocking. Tomorrow, you could be blocked.
-
2024-03-05 at 3:46 AM UTC
-
2024-03-05 at 3:49 AM UTC
Originally posted by Blunt Wrap Supreme Added some code for taking out wariat quotes, prob can be done better, it seems to werk though.
// ==UserScript==
// @name NiS Script
// @namespace https://niggasin.space
// @version 0.1
// @description Blocking script
// @match https://niggasin.space/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=mozilla.org
// @grant none
// ==/UserScript==
const anyOf = (...strings) => str => strings.includes(str)
const combineBlockers = blockers => str => {
for(const b of blockers) {
if (typeof b !== 'function') alert(b)
}
return blockers.some(b => b(str))
}
const blockPosts = (...blockers) => {
const block = combineBlockers(blockers)
for(const post of document.getElementsByClassName('post')) {
const {innerText} = post.getElementsByClassName('author-name')[0]
if (block(innerText)) post.style.display = 'none'
}
}
blockPosts(
anyOf(
'Warcry',
'Wariat'
)
)
const blockThreads = (...blockers) => {
const block = combineBlockers(blockers)
for(const elem of document.getElementsByClassName('thread-author')) {
if (!block(elem.textContent.trim())) continue
elem.parentElement.parentElement.style.display = 'none'
}
}
blockThreads(
anyOf(
'Warcry',
'Wariat'
)
)
const usernames = [
'Warcry',
'Wariat'
];
const blockquotes = document.querySelectorAll('blockquote');
blockquotes.forEach(function(blockquote) {
const shouldRemove = usernames.some(name => blockquote.textContent.includes(`Originally posted by ${name}`));
if (shouldRemove) {
blockquote.remove();
}
});
why const everything -
2024-03-05 at 5:41 AM UTC
-
2024-03-05 at 5:42 AM UTC
-
2024-03-05 at 5:51 AM UTC
-
2024-03-05 at 5:55 AM UTCfully automatic applause at the end of the show
-
2024-03-05 at 5:56 AM UTCI'm sitting at .380 thanks
-
2024-03-05 at 7:44 AM UTC
Originally posted by vindicktive vinny well when people stopped believing anything the media throws at them and started to turn to alternative media or citizen journalists cencorship will resume.
if anything technology we have today are more efficient and absolute at censoring information than was possible in era of the past.
totallen conzorzhip.
yes. vindickated vinny vindickated again.
the path to totallen censorship has traditionally never came from without, but rather has always came from within, when citizen, having been annoyed and pained from the free and unrestrained flow of information, clamor for protection from the information they're uncomfortable with, from the powers that be.
at all cost. -
2024-03-05 at 7:44 AM UTC
-
2024-03-05 at 1:46 PM UTC
Originally posted by Charles Ex Machina yes. vindickated vinny vindickated again.
the path to totallen censorship has traditionally never came from without, but rather has always came from within, when citizen, having been annoyed and pained from the free and unrestrained flow of information, clamor for protection from the information they're uncomfortable with, from the powers that be.
at all cost.
-
2024-03-05 at 2:11 PM UTC