User Pass
Home Sign Up Contact Log In
Forum > Pro Leagues > uoısoןdxǝ ıןɐɥ
Page:
 
Gart888
things!
offline
Link
 
ouohnpoundthreeohfive sonpoundonefiveohthree deexnpoundfoursevseven npoundthreeohfive npoundonefiveohthree npoundfiveninetoo npoundfivenineto npoundsixonethree ldo
 
Gart888
things!
offline
Link
 
rolls right off the tongue
 
jdbolick
offline
Link
 
Originally posted by Timetoshine-Beta
how do I pronounce this?


http://badexample.mu.nu/archives/prince%20symbol.jpg
 
Link
 
Originally posted by Gart888
ouohnpoundthreeohfive sonpoundonefiveohthree deexnpoundfoursevseven npoundthreeohfive npoundonefiveohthree npoundfiveninetoo npoundfivenineto npoundsixonethree ldo


cool I'm using this from now on
 
kurieg
offline
Link
 
Originally posted by Timetoshine-Beta
how do I pronounce this?


[this]
 
TrevJo
offline
Link
 
sıɥʇ
 
Ubasstards
offline
Link
 
Originally posted by ryan_grant-25
uoısoןdxǝ ıןɐɥ

[x] gets it


no, no you dont
 
VernonDavis85
offline
Link
 
uoısoןdxǝ ıןɐɥ
 
VernonDavis85
offline
Link
 
Edited by Jaquizz Rodgers33 on Nov 18, 2010 22:37:49
 
Handcuffed
offline
Link
 
Originally posted by Gart888
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332


circular reference
 
Sal Basss
offline
Link
 
Originally posted by Gart888
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332


 
Ubasstards
offline
Link
 
Originally posted by Gart888
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332


 
cowtesticles2001
udder pressure
offline
Link
 
I lol'd
 
NiborRis
offline
Link
 
Oh this is going to look shitty as hell in my ranking script.
 
Mr. Me2
offline
Link
 
Originally posted by Timetoshine-Beta
how do I pronounce this?


// ==UserScript==
// @name Gart Goddammit
// @namespace GLB
// @include http://goallineblitz.com/*
// @include https://goallineblitz.com/*
// ==/UserScript==

var words = {
///////////////////////////////////////////////////////
// Syntax: 'Search word' : 'Replace word',
"uoısoןdxǝ ıןɐɥ" : "uoısoןdxǝ ıןɐɥ",
"uoısoןdxǝ ıןɐɥ" : "uoısoןdxǝ ıןɐɥ",
///////////////////////////////////////////////////////
"":""};

//////////////////////////////////////////////////////////////////////////////
// This is where the real code is
// Don't edit below this
//////////////////////////////////////////////////////////////////////////////

// prepareRegex by JoeSimmons
// Used to take a string and ready it for use in new RegExp()
String.prototype.prepareRegex = function() {
return this.replace(/([\[\]\^\&\$\.\(\)\?\/\\\+\{\}\|])/g, "\\$1");
};

function isOkTag(tag) {
return (",pre,blockquote,code,input,button,textarea".indexOf(","+tag) == -1);
}

var regexs=new Array(),
replacements=new Array();
for(var word in words) {
if(word != "") {
regexs.push(new RegExp("\\b"+word.prepareRegex().replace(/\*/g,'[^ ]*')+"\\b", 'gi'));
replacements.push(words[word]);
}
}

var texts = document.evaluate(".//text()[normalize-space(.)!='']",document.body,null,6,null), text="";
for(var i=0,l=texts.snapshotLength; (this_text=texts.snapshotItem(i)); i++) {
if(isOkTag(this_text.parentNode.tagName.toLowerCase()) && (text=this_text.textContent)) {
for(var x=0,l=regexs.length; x<l; x++) {
text = text.replace(regexs[x], replacements[x]);
this_text.textContent = text;
}
}
}
 
Page:
 


You are not logged in. Please log in if you want to post a reply.