User Controls
Posts by ner vegas
-
2024-03-05 at 5:48 AM UTC in ENDOTHERMIC VS EXOTHERMIC REACTIONS...exocet technologies
-
2024-03-05 at 5:19 AM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
-
2024-03-05 at 3:49 AM UTC in Userscript to Block/Mute Users
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 3:45 AM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
Originally posted by Donald Trump
Proving once again that women are better than men, Sarah Ashton Cirillo is just back from 5 days at the front. And by front she means zero line, where her unit repelled two russian advances. And she still looks amazing.
one year later he's detransitioned, disappeared and deleted his online presence
TOTAL CHUD VICTORY -
2024-03-05 at 3:09 AM UTC in What are you thinking about....
-
2024-03-05 at 3:03 AM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
-
2024-03-05 at 2:31 AM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
-
2024-03-05 at 1:57 AM UTC in What are you thinking about....
-
2024-03-05 at 12:27 AM UTC in Using barcode magic to barcodeprobably just print to shipping labels, should read fine but won't be glossy if that's an issue
-
2024-03-05 at 12:15 AM UTC in Userscript to Block/Mute Users
-
2024-03-05 at 12:02 AM UTC in Userscript to Block/Mute Usersweird
-
2024-03-04 at 11:58 PM UTC in Userscript to Block/Mute Users
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-04 at 5:31 PM UTC in Userscript to Block/Mute Users
Originally posted by Ghost Block scripts are essentially like getting the government to pass a local law because something your neighbor does in the privacy of their own home irritates you so much that you require outside force to tell them how to live their life
where is the government in this
I'm just putting a fence up so I don't have to see him waving his cock at me -
2024-03-04 at 5:27 PM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
Originally posted by infinityshock Boobytraps have been a common feature of warfare since warfare was invented.
Hell…i have to watch out for them every time I'm in the woods because the homeless fucks think they're in 'nam
I think they've run out of butterfly mines and these are like their nigger-rigged cousins -
2024-03-04 at 5:23 PM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
-
2024-03-04 at 5:18 PM UTC in Military Genius Zelensky wants Ukrainians to throw molotovs at Russian tanks
-
2024-03-04 at 4:12 PM UTC in Wariat listen to me
-
2024-03-04 at 3:32 PM UTC in Userscript to Block/Mute Userslol just edit the script and remove your name from
const BLOCKED_THREAD_MAKERS = [];
const BLOCKED_POSTERS = []; -
2024-03-04 at 3:19 PM UTC in Wariat listen to meI can block that too if you want
-
2024-03-04 at 3:11 PM UTC in Userscript to Block/Mute Users