ouohnpoundthreeohfive sonpoundonefiveohthree deexnpoundfoursevseven npoundthreeohfive npoundonefiveohthree npoundfiveninetoo npoundfivenineto npoundsixonethree ldo
Forum > Pro Leagues > uoısoןdxǝ ıןɐɥ
jdbolick
offline
offline
Originally posted by Timetoshine-Beta
how do I pronounce this?
http://badexample.mu.nu/archives/prince%20symbol.jpg
how do I pronounce this?
http://badexample.mu.nu/archives/prince%20symbol.jpg
Timetoshine-Metta
offline
offline
Originally posted by Gart888
ouohnpoundthreeohfive sonpoundonefiveohthree deexnpoundfoursevseven npoundthreeohfive npoundonefiveohthree npoundfiveninetoo npoundfivenineto npoundsixonethree ldo
cool I'm using this from now on
ouohnpoundthreeohfive sonpoundonefiveohthree deexnpoundfoursevseven npoundthreeohfive npoundonefiveohthree npoundfiveninetoo npoundfivenineto npoundsixonethree ldo
cool I'm using this from now on
Handcuffed
offline
offline
Originally posted by Gart888
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332
circular reference
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332
circular reference
Sal Basss
offline
offline
Originally posted by Gart888
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332
Ubasstards
offline
offline
Originally posted by Gart888
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332
http://goallineblitz.com/game/forum_thread.pl?thread_id=4375602&page=23#39535332
Mr. Me2
offline
offline
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;
}
}
}
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;
}
}
}
You are not logged in. Please log in if you want to post a reply.