Thankyou for your comments everyone.
#Toshabi the page I made is 10% the size of google.com source. There's no way it would make your computer crash. Thanks for trolling tho.
#Toshabi the page I made is 10% the size of google.com source. There's no way it would make your computer crash. Thanks for trolling tho.
Nice work :) It'd be great if MobaFire had their own version of this incorporated at the top of the page for easy access. +rep for developing your own solution.
Latest Legend wrote:
In the end, IT always makes computers crash.
You have no idea how much my PC crashes at work (I'm in IT yay!) while creating applications =D

skylar011 wrote:
Thankyou for your comments everyone.
#Toshabi the page I made is 10% the size of google.com source. There's no way it would make your computer crash. Thanks for trolling tho.
#Toshabi the page I made is 10% the size of google.com source. There's no way it would make your computer crash. Thanks for trolling tho.
Wow. Thanks a lot for that nice response to the problem I'm having. Normally, people would say "Hey! Sorry you were experiencing issues with my code. Have you tried, [...]". But nope, you're just being an *******, calling my comment a troll and completely throwing your design in my face because you're obviously too stubborn to admit there might potentially be a problem. And rather than help me trouble shoot it, you'd rather take the lazy way out and call me a troll.
Well you know what? I'm best friends with Neo and Morphius (you know, from the Matrix). I'm going to have them go to your house and beat you up for being such a poop. Cause that's all you are: A poop. Something I **** out on a daily basis and flush down my toilet.
#owned
But seriously, go take it up the butt, because you are a ****! >:[

Toshabi wrote:
Wow. Thanks a lot for that nice response to the problem I'm having. Normally, people would say "Hey! Sorry you were experiencing issues with my code. Have you tried, [...]". But nope, you're just being an *******, calling my comment a troll and completely throwing your design in my face because you're obviously too stubborn to admit there might potentially be a problem. And rather than help me trouble shoot it, you'd rather take the lazy way out and call me a troll.
Well you know what? I'm best friends with Neo and Morphius (you know, from the Matrix). I'm going to have them go to your house and beat you up for being such a poop. Cause that's all you are: A poop. Something I **** out on a daily basis and flush down my toilet.
#owned
But seriously, go take it up the butt, because you are a ****! >:[
Ok, sorry but your language is unacceptable vs skylar011.
I will explain why you (Toshabi) are wrong and probably need to apologize!
If you would've known something about webdeveloping, than you would've known that a simple webpage can never make your pc crash!
The worst some html code in combination with some javascript (this case) can do, is crashing your browser. Even if this happens, what doesn't happen because I looked at the code and it is not at all RAM intensive or there is no infinite loop (which usually causes these problems)!
And even if it would happen, your browser will detect that it is crashing and gives that message that it is not reacting and then you can choose to close it or wait. And if this doesn't come up, you can use your taskmanager to shut down the process!
That can only mean that you did not follow his instructions or your pc has problems on its own (old pc? low ram? alot of programs open at that time? virus?)!

You need to log in before commenting.
For those who might be interested, I created a thingy (webpage) that lists all champions from left to right in alphabetical order. When you click on one it brings you to that champions mobafire page. Kinda like the links on the bottom but more organized and graphical.
Directions:
Open notepad and copy the code from http://pastie.org/10098823 and paste it into notepad.
Save with an extension of .htm or .html and open with a browser. Viola.
I found myself going to the bottom of every mobafire page far more often then I desired so I created this to help. It's simple html/javascript/css.
p.s.
Javascript isn't required, I just used it to simplify generation of html.
p.s.s.
No guarantees it'll look or work the same given what browser you might be using.
I am currently using it on the most recent version of firefox with no issues.
Feel free to fiddle with it as much as you want, hopefully you know html/css tho :P
Edit (4/17) - No major changes - I cleaned up the code and added a doctype and a few helpful notes. Updated pastie link.