"Moo," said the happy cow.
There's too many home fires burning and not enough trees
"Moo," said the happy cow.
Aurinko freedom agreement reached 10th Sept 2006
if it makes no sense that's because it's NOn-sense.
"Moo," said the happy cow.
Aurinko freedom agreement reached 10th Sept 2006
if it makes no sense that's because it's NOn-sense.
"Moo," said the happy cow.
Aurinko freedom agreement reached 10th Sept 2006
if it makes no sense that's because it's NOn-sense.
"Moo," said the happy cow.
There's too many home fires burning and not enough trees
Live like there is no tomorrow,
dance like nobody is watching
and hula hoop like wiggling will save the world.
“What lies behind us and what lies before us are tiny matters compared to what lies within us.”
Ralph Waldo Emerson
"Moo," said the happy cow.
There's too many home fires burning and not enough trees
"i see you at 'dis cafe.
i come to 'dis cafe quite a lot myself.
they do porridge."
- tim westwood
There's too many home fires burning and not enough trees
Written by: me
// Home of Poi modifier script
// version 0.02!
// 2006-03-13
// Copyright (c) 2006 James Skinner
// Released under the GPL license
// https://www.gnu.org/copyleft/gpl.html
//
// ==UserScript==
// @name HoP Modify 0.02
// @description Changes HoP pages a bit
// @include [Old link]
// ==/UserScript==
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);
}
addGlobalStyle(".newdarktable { color: #000000; background-color: #ececea; font-weight: bold; !important }");
addGlobalStyle(".subjecttable { color: #000000; background-color: #eeeeee; color: #000000; !important }");
addGlobalStyle(".darktable { background-color: #ffffff; color: #000000; !important }");
var bodyArea = document.getElementsByName("Body")[0];
bodyArea.rows = 16;
bodyArea.cols = 80;
var contButton = document.getElementsByName("textcont")[0];
contButton.value = "Post reply";
"Moo," said the happy cow.
Using the keywords [firefox script make bit white] we found the following existing topics.