Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
What happened? This is a nightmare! Upsidedown sucks.
It's for april fools day from cyclone.
Last edited by Krazyman50 (Apr 1 2011 6:27:24 am)
OMG this is just so annoying!!!!!!!!
Beaguy, if it's annoying, get off ths forum for today, because it's only for today...
Holy **** this is confusiiing!!
Yeah it's not really funny either. It's annoying members and makes it impossible to use the forums.
I do hope there aren't some people trying to edit all sorts of settings on their pc for fear it's something they've done to their machine.
I followed a tutorial, that tells you to download Greasemonkey.
Steps for Firefox:
1. Download Greasemonkey.
1.5. Restart your browser.
2. Go to tools, Greasemonkey, and create a new user script.
3. Here are the settings:
// ==UserScript==
// @name Un-flip EE
// @namespace Namespace
// @description Un-flips EE.
// @include http://eeforumify.com/*
4. Just choose C:\Windows\Notepad.exe for now.
5. In the text document, paste this into it:
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('body { -webkit-transform:rotate(0deg) ! important; -moz-transform:rotate(0deg) !important; -o- transform:rotate(0deg) !important; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) ! important;}');
5. Refresh the EE forums.
6. Where's the flip? It's gone! Keep it that way to have no effect on this sort of fool any April 1st day!
¿???? oo? ? ??
yes.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
I made it easy - I didn't post yesterday.
[sarcasm]
You see what you do, Cyc? You're killing the forums. Imagine if I killed you. Would you like it? NO. Don't always think only 'bout yourself. Think 'bout the rest of the world![/sarcasm]
@Different 3439 posts? Are you crazy, man? Lol!
Last edited by NikK (Apr 2 2011 10:34:19 pm)
Yes. Most posts on the forum and I still go to school and get 8 hours of sleep. And about 2 hours of eating. I never really am full. Just keep on nomming and I'm still 110 pounds. Aren't 14 yr olds supposed to weigh more than that? I'm not short or anything. :/ meh, who cares
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Pages: 1
[ Started around 1733018414.6579 - Generated in 0.066 seconds, 12 queries executed - Memory usage: 1.43 MiB (Peak: 1.55 MiB) ]