Author Topic: ATTENTION! - Post wiper script for your convenience  (Read 1451 times)

Hey all, just thought I'd drop this off again for those of you who don't have a copy lying around. Might make things easier until things settle down, and it's good to have in the future. Just swap the name out for the antagonist in question if the need arises.

I suggest installing Tampermonkey for Chrome or Greasemonkey for Firefox to use this.

Code: [Select]
// ==UserScript==
// @name       BSC Blocker
// @namespace  http://forum.blockland.us/
// @version    0.2
// @description  something useful
// @include    http://forum.blockland.us/*
// @copyright  2012+, Kingdaro
// ==/UserScript==

var postForm = document.getElementById('quickModForm');
var posts = postForm.getElementsByTagName('tr');
var n = 'BETELGEUSE SUCKS roosterS';

var i;
for (i=0;i<=posts.length;i++){
var v = posts[i];
var str = v.innerHTML;

if (str.search(n)>-1){
posts[i].innerHTML = '<td class="windowbg" style=" \
border-style:solid; \
border-color:black; \
border-width:1px 1px 0 1px; \
text-align:center; \
">-snip-</td>';
}
}

I'll just make this post extra long so you get the chance to install it before our friend posts below me.

Look at this moth!



Wow. Just take that in for a minute.











Cheers!
« Last Edit: May 25, 2014, 04:41:27 AM by Regulith »

Even if he posts here, it will be useless since we can't see it!




It seems like he made a leaving post, not banned yet though.

Hold on, lol. Tried out the script, is it removing Regulith's op because it contained the richard's name?

Hold on, lol. Tried out the script, is it removing Regulith's op because it contained the richard's name?
Wouldn't be surprised if it was.

Hold on, lol. Tried out the script, is it removing Regulith's op because it contained the richard's name?

Yes, it removes everything with the user's name in it, not just posts by them.

not working for me doe

that one is really old and removes any post containing the username.

http://forum.blockland.us/index.php?topic=258106.0
« Last Edit: May 25, 2014, 07:09:39 AM by Steve5451² »

he went offline
If they're already offline, chances are that they're not coming back for a while (or longer if we're lucky) and in that time, they might be banned and have their posts removed before they come back

So yay, possibly?

Love you people who make scripts like these.


« Last Edit: May 25, 2014, 08:34:57 AM by Fab »