Author Topic: Does anybody still have the block user thing?  (Read 969 times)

I looked at Iban's topic (http://forum.blockland.us/index.php?topic=182626.0) and I guess he took his website down.
I have someone I want to block in mind.

unless wedge saved the alpha version. iban destroyed all trace of that script.

I don't have it sorry, but I'm pretty sure I know who you want to block

Do you mean that you could block, in the land!? Pun intended

Please don't block pablo i'll give you a cookie ;(


Well I don't quite know how to use it.
I saved it as block.user.js and tried double clicking it but I got an error.

Well I don't quite know how to use it.
I saved it as block.user.js and tried double clicking it but I got an error.
you need greasemonkey/tampermonkey

aaaaaaa didn't realise that tampermonkey was for chrome.
doing that now
« Last Edit: February 02, 2013, 10:47:46 PM by Mr.jacksaunt »

Well I added it to AppData\Local\Google\Chrome\User Data\Default\User Scripts
Anything I need to do now?
install tampermonkey
https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo

Script didn't work as intended, it will block the user that has someone in quotes as well.
Code: [Select]
// ==UserScript==
// @name       Elecro Removal
// @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 = 'Elecro';

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; \
">-spam-</td>';
}
}
Any way to change this?

lol elecro
now that you mention it
i do remember a more "refined" version of the script
hm, strange

lol elecro
now that you mention it
i do remember a more "refined" version of the script
hm, strange

IT WAS DESTROYED

Bump will give cookie if better script is found