Every 10 minutes a vote takes place to permanently ban a user, anyone who refuses to vote will also be permanently banned.
are there any limits to who we can ban
Self Delete prank gone wrong (accidentally committed Self Delete for real!)
the blockland forums pic is replaced by molten's avatar
everyones avatar is replaced with maxwells avatar
someone should make this into a userscript
I have a better idea// ==UserScript==// @name maxwell is gay// @namespace http://foxscotch.us/// @version 0.1// @description reveal to the world how gay maxwell is// @author Foxscotch// @match http://forum.blockland.us/index.php*// @grant none// ==/UserScript==/* jshint -W097 */'use strict';var images = document.getElementsByTagName('img');for (var i = 0; i < images.length; i++) { images[i].src = 'http://forum.blockland.us/avatarUpload/avatar_86765.png'}
why would you do something so inhumane