Why is prog so fucking ugly
Name:
Anonymous
2009-02-19 2:03
seriously, my eyes, they burn, and my scroll wheel, it burns too.
Name:
Anonymous
2009-02-19 2:07
Welcome to /prog/!
May I hax your anus?
Name:
Anonymous
2009-02-19 2:07
Is /prog/ still ugly after your daily reading of SICP? If yes, consult your ophthalmologist. If no, why haven't you read your SICP today?
Name:
Anonymous
2009-02-19 2:18
Use Mona font. What's a scroll wheel?
Name:
Anonymous
2009-02-19 2:27
how do I use mona font. A scroll wheel is a wheel attached to most pointing devices designed to make scrolling web pages and documents easier.
Name:
Anonymous
2009-02-19 2:35
Name:
Anonymous
2009-02-19 2:40
>>5
I only use Mona on a few of the chans, so GM script.
I don't know JavaScript.
// ==UserScript==
// @name blockquote IPAMonaPGothic
// @namespace chan
// ==/UserScript==
// Stolen from ``Dive Into Greasemonkey''
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
// One word, the forced usage of Mona. Thread Over.
addGlobalStyle('blockquote { font-family: IPAMonaPGothic !important }');
Name:
Anonymous
2009-02-19 2:54
Sweet, I did it, /prog/ is still pretty ugly though. See
http://www.battlereports.com/forum.php for what a barebones text forum should look like.
Name:
Anonymous
2009-02-19 3:00
>>8
you're not supposed to make it so obvious that you're trolling.
Name:
Anonymous
2009-02-19 4:27
>>8
Oh God, what a
disgusting piece of
YHBT.
Name:
Anonymous
2009-02-19 6:26
i use yotsuba
Name:
2010-10-23 13:34