• Welcome to League Of Reason Forums! Please read the rules before posting.
    If you are willing and able please consider making a donation to help with site overheads.
    Donations can be made via here

Austral's New Avatar is Upsetting Me!

Dustnite

New Member
arg-fallbackName="Dustnite"/>
Austral,

I have come to expect a lot of things from you. One thing I never thought I would see happen is an avatar that was not "australopithecustized"!

Every avatar before has been grafted with the australopithecus skull with love and care and I find it a welcome sight upon every thread. I demand you apply the austral treatment to Sinestro this instance!

file.php


:)
 
arg-fallbackName="Prolescum"/>
australopithecus said:
Of course you realise, this means war.

CosmicSpork Abin Sur learned of the prophesy of the blackest night, and being his replacement, it is my duty to wield the emerald username light in his stead.

FOR OA!
 
arg-fallbackName="australopithecus"/>
In blackest day, in brightest night,
Beware your fears made into light.
Let those who try to stop what's right,
Burn like my power, Sinestro's might!
 
arg-fallbackName="Vivre"/>
Help~yourself~work~around~snippet :mrgreen:


open your browsers console (strg+shift+k or j or Firebug) and paste & run this

Code:
var images = document.getElementsByTagName('img');

url1 = "http://www.theleagueofreason.co.uk/download/file.php?avatar=152_1370963524.jpg";
url2 = "http://i.imgur.com/tVZwuez.jpg";

for(i=0; i<images.length; i++) {
   try {images[i].src = images[i].src.replace(url1, url2);}  catch(ex) {};
};
and enjoy the magic exchange of an ava ;-)
 
arg-fallbackName="WarK"/>
Vivre said:
Help~yourself~work~around~snippet :mrgreen:


open your browsers console (strg+shift+k or j or Firebug) and paste & run this

Code:
var images = document.getElementsByTagName('img');

url1 = "http://www.theleagueofreason.co.uk/download/file.php?avatar=152_1370963524.jpg";
url2 = "http://i.imgur.com/tVZwuez.jpg";

for(i=0; i<images.length; i++) {
   try {images[i].src = images[i].src.replace(url1, url2);}  catch(ex) {};
};
and enjoy the magic exchange of an ava ;-)

[sarcasm]Isn't this what creationists and theists in general do? Just accept the reality of austra's new avatar :)[/sarcasm]

edit: added sarcasm tags for clarity :)
 
Back
Top