i dont actually use those defaults i just put some high-post-count users in so that it would be easy to test whether it was working
in fact i dont and wont even use the script it was just an exercise in javascript
chipmusic.org is an online community in respect and relation to chip music, art and its parallels.
You are not logged in. Please login or register.
i dont actually use those defaults i just put some high-post-count users in so that it would be easy to test whether it was working
in fact i dont and wont even use the script it was just an exercise in javascript
u ninja'd me to say what i was saying
i h8 u
Last edited by Alpine (Nov 9, 2013 6:30 pm)
Well that's reasonable. The thesis is weird though.
Drill Sergeant: Look soldier, you don't like me, and I don't like you.
Homer: I like you.
Sgt: Well, uh, alright... You like me, but I don't like you!
Homer: Maybe you'd like me if you got to know me?
—The Simpsons
_i_ like it here.
Ignore every user and shout pointlessly into the abyss.
// ==UserScript==
// @id chipmusic.org-63fa3839-fb4d-4d0f-af4c-d9d81021e302@scriptish
// @name cmo ignorator
// @version 1.0
// @namespace
// @author
// @description
// @include http://chipmusic.org/*
// @run-at document-end
// ==/UserScript==
// bye!!
var users = ["boomlinde"]
function ignorate (elements,users,regex) {
for (var e = 0; e < elements.length; e++) {
var ok = false;
for (var u = 0; u < users.length; u++) {
var re = new RegExp(regex.replace("__USERNAME__", users[u]));
if (re.test(elements[e].innerHTML)) {
ok = true;}}
if (!ok) elements[e].style.display = "none";}}
ignorate(document.getElementsByClassName("post"),users,'<li class="username">.*?>__USERNAME__</a></li>');
ignorate(document.getElementsByClassName("post"),users,'<div class="quotebox"><cite>__USERNAME__ wrote:</cite>');
ignorate(document.getElementsByClassName("main-item"),users,'<span class="item-starter">by <cite>__USERNAME__</cite>');
untested whitelist version! unlike sandneil's script the list here is a recommendation, not an example.
Last edited by boomlinde (Nov 9, 2013 8:30 pm)
Ignore every user and shout pointlessly into the abyss.
tbh posting on cm.o is like pissing into a sea of piss
Yeah I figured that list had to just be random examples. Nullsleep's constant ranting really ruins this place
I'm going to run this script with everybody in my block list for that lonely, true-to-life chipmusic experience.
Forabrokenearth beat me to it. Wow. I'm unoriginal *and* lonely.
Get away from me.
sandneil i too cannot believe that i'm on this list. why you have this sick twisted fascination with me i'll ever know! why can't you leave me alone!! bah!
Forabrokenearth beat me to it. Wow. I'm unoriginal *and* lonely.
Get away from me.
You should probably ignore me.
TSC wrote:Forabrokenearth beat me to it. Wow. I'm unoriginal *and* lonely.
Get away from me.
You should probably ignore me.
he can't see that post bro, he already told you he blocked everybody
Remember that episode of southpark where they all ignore cartman and he thinks he's a ghost?
There's already a much more functional version of this called ucollective.