Description:
This is a chrome extension which was designed to make the forum easier to use. Please note that this is only for the "Warrior" skin. (In other words, the IP Board skins won't work with this extension)
Full Width
Larger text and better fonts
Grey "Edited by.." text
Community Discussion link on the main page
Page numbers
Installation:
Just click the download link and the extension will be installed.
Screenshots:
http://dl.dropbox.com/u/5459839/Chrome%20Extensions/BSF%20Tweaks/Untitled-2.jpg
http://dl.dropbox.com/u/5459839/Chrome%20Extensions/BSF%20Tweaks2/update28-2.jpg
http://dl.dropbox.com/u/5459839/Chrome%20Extensions/BSF%20Tweaks2/update28.jpg (below the Load more topics bar)
http://dl.dropbox.com/u/5459839/Chrome%20Extensions/BSF%20Tweaks/ExosBSFTweaks.crx
http://dl.dropbox.com/u/5459839/Chrome%20Extensions/BSF%20Tweaks2/ExosBSFTweaks.crx
Scripts (which you can use with Stylish or some other addon / extension)
Grey "Edited by..." text
p.edit{color: grey !important;}
Full width (Javascript)
It won't work to put this in css as a stylesheet, I'm not sure why though, but Javascript seems to be the only way.
$(".wrapper").css("width", "100% !important");
Community Discussion link on the main page (Not created by me)
$(document).ready(function(){var div = document.createElement("div");div.setAttribute("class","category_block block_wrap cidp_61");div.setAttribute("style","margin-bottom:0;padding:0;");var h3 = document.createElement("h3");h3.setAttribute("id","category_610");h3.setAttribute("class","maintitle");var a = document.createElement("a");a.setAttribute("href","http://www.gamesas.com/index.php?/forum/18-community-discussion/");a.setAttribute("id","cid_610");a.innerText = "Community Discussion";div.appendChild(h3);h3.appendChild(a);document.getElementById("categories").appendChild(div);});
Page numbers
$("div.pagination.clearfix.left.no_numbers").attr('class', 'pagination clearfix left');