Poll: Would you use something like this?
Yes
No, I love AL the way it is.
[Show Results]
 
Thoughts, suggestions?
2012.Mar.02, 03:27 PM
RE: Thoughts, suggestions?
Post: #10
for all those using Google Chrome, download this extension

Personalized Web

create a new rule for ^http://www.awakenedlands.com

add an exclude for http://www.awakenedlands.com/login.php

then paste the contents of this Page

into the CSS box on the new rule you just made.

Scroll to the bottom and click save then refresh the game page.

you can add any image you want as the header, you just have to make it 975px wide and 240px tall, then put it onto a free hosting site (like http://imgur.com) then put it into the #header {} section where the other link is for background.


It also helps to set your game layout to the simple white one, from preferences.

Have fun..




p.s: if you want the little red thingy, add this into the javascript box

Code:
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.4.4/mootools-yui-compressed.js"></script>
<script src="http://rails.emocakes.com:8081/mootools-more-1.4.0.1.js"></script>

<script type="text/javascript">
window.addEvent('domready', function() {
document.getElementById('header').set('html',('<img id="logo" src="http://i.imgur.com/OK9aT.png" href="http://www.awakenedlands.com"></img>'));
});

if (window.location.pathname == '/index.php' || window.location.pathname == '/') {
document.getElementsByTagName('h4')[0].setStyle('color','white');
document.getElementsByTagName('h4')[0].setStyle('margin-top','15px');
}

document.getElementById('header').addEvent('click', function(event) {
event.stop();
Cookie.write('hidden','true');
document.getElementById('clickElement').reveal({duration: 400});
document.getElementById('header').dissolve({duration: 400});

});
var clickElement  = new Element('div', {id: 'clickElement'});
document.body.grab(clickElement);

if(Cookie.read('hidden') == 'true') {
document.getElementById('header').dissolve({duration: 0});
document.getElementById('clickElement').reveal({duration: 400});
}

document.getElementById('clickElement').addEvent('click', function(event) {
event.stop();
Cookie.write('hidden','false');
document.getElementById('header').reveal({duration: 400});
document.getElementById('clickElement').dissolve({duration: 400});

});

</script>


I'll be slowly updating this code box above while i fix certain font colors with some js.

p.p.s: add the above stuff to the js box, and you can hide the header by clicking it, so your boss doesnt think you are on a pr0n site.

you have to add this to the css to get it to work nicely

Code:
#clickElement {
width:100%;
height:30px;
position:absolute;
top:0;
background-color: white;
opacity: 0.2;
display:none;
}


p.p.p.s: you can remove the little help icon next to your character on the first page, add a new remover with tag -> img, attribute -> src, and value -> /images/help_icon.gif


honestly, it's kind of pathetic on behalf of the so called admins/coders of this game, this shit isn't hard and would make people *want* to donate because things change in the game..
This post was last modified: 2012.Mar.02 05:19 PM by emocakes.

Help CrunchyBlack Here!!!!

Smoke dis, smoke dat, smoke weed, smoke crack
Everybody gettin' high, high off they fuckin' sac


Messages In This Thread
Thoughts, suggestions? - emocakes - 2012.Mar.02, 11:16 AM
RE: Thoughts, suggestions? - HeadBustin - 2012.Mar.02, 11:40 AM
RE: Thoughts, suggestions? - Dingus - 2012.Mar.02, 11:56 AM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.02, 11:56 AM
RE: Thoughts, suggestions? - NastyFO - 2012.Mar.02, 01:21 PM
RE: Thoughts, suggestions? - DustiWoot - 2012.Mar.02, 12:07 PM
RE: Thoughts, suggestions? - Dingus - 2012.Mar.02, 12:18 PM
RE: Thoughts, suggestions? - johnthebishop - 2012.Mar.02, 12:31 PM
RE: Thoughts, suggestions? - GlennQuagmire - 2012.Mar.02, 12:33 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.02 03:27 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.02, 04:39 PM
RE: Thoughts, suggestions? - HeadBustin - 2012.Mar.02, 07:33 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.03, 02:11 PM
RE: Thoughts, suggestions? - abysmalpoptart - 2012.Mar.02, 09:29 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.02, 09:36 PM
RE: Thoughts, suggestions? - abysmalpoptart - 2012.Mar.03, 12:13 AM
RE: Thoughts, suggestions? - filthymick - 2012.Mar.03, 02:20 PM
RE: Thoughts, suggestions? - HeadBustin - 2012.Mar.03, 03:37 PM
RE: Thoughts, suggestions? - abysmalpoptart - 2012.Mar.03, 05:16 PM
RE: Thoughts, suggestions? - Duchbag69 - 2012.Mar.03, 05:33 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.03, 06:34 PM
RE: Thoughts, suggestions? - GlennQuagmire - 2012.Mar.03, 08:51 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.04, 06:52 AM
RE: Thoughts, suggestions? - HeadBustin - 2012.Mar.03, 10:53 PM
RE: Thoughts, suggestions? - jamiewhite - 2012.Mar.04, 10:27 AM
RE: Thoughts, suggestions? - Batman - 2012.Mar.04, 10:31 AM
RE: Thoughts, suggestions? - HeadBustin - 2012.Mar.04, 10:32 AM
RE: Thoughts, suggestions? - Batman - 2012.Mar.04, 10:33 AM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.04, 10:33 AM
RE: Thoughts, suggestions? - LikeWhoa - 2012.Mar.07, 10:04 AM
RE: Thoughts, suggestions? - Dingus - 2012.Mar.07, 12:46 PM
RE: Thoughts, suggestions? - SisterLynx - 2012.Mar.07, 02:09 PM
RE: Thoughts, suggestions? - spacebird - 2012.Mar.07, 04:11 PM
RE: Thoughts, suggestions? - emocakes - 2012.Mar.07, 09:24 PM