Offline

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

Offline
UK, Leicester

u ninja'd me to say what i was saying

i h8 u

Last edited by Alpine (Nov 9, 2013 6:30 pm)

Online
Unsubscribe

Well that's reasonable. The thesis is weird though.

Offline
vancouver, canada

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.

Offline
vancouver, canada
var users = ["bryface"];
Offline
Nottingham, UK

Ignore every user and shout pointlessly into the abyss.

Offline
Sweden
// ==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)

Offline
UK, Leicester
ForaBrokenEarth wrote:

Ignore every user and shout pointlessly into the abyss.

tbh posting on cm.o is like pissing into a sea of piss

Offline
buffalo, NY

Yeah I figured that list had to just be random examples.  Nullsleep's constant ranting really ruins this place

Offline
Milwaukee, WI

I'm going to run this script with everybody in my block list for that lonely, true-to-life chipmusic experience.

Offline
Milwaukee, WI

Forabrokenearth beat me to it. Wow. I'm unoriginal *and* lonely.

Get away from me.

Offline
barf

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!

Offline
Nottingham, UK
TSC wrote:

Forabrokenearth beat me to it. Wow. I'm unoriginal *and* lonely.

Get away from me.

You should probably ignore me.

Offline
UK, Leicester
ForaBrokenEarth wrote:
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

Offline
Nottingham, UK

Remember that episode of southpark where they all ignore cartman and he thinks he's a ghost?

Offline
Abandoned on Fire

There's already a much more functional version of this called ucollective.