GreaseMonkey Script to Speedup Ajaxian.com

Ajaxian is a very important site for javascript programmers. Unfortunately, it is very slow in my system. The problem is caused by the small fixed background. Firefox takes a long time to scroll due to this. So I decided to solve the problem myself - by writing a greasemonkey script to remove the background on Ajaxian.

After this this script was installed, Ajaxian became considerably faster in my system. YMMV

Screenshot

Ajaxian looks a bit weird - but the speed improvement is worth it.

Ajaxian with My Script

Install Script

Speedup Ajaxian.com UserScript

Requirements

To install, you must have the greasemonkey extension for firefox browser. If you have it, click the link and choose "Install".

Comments

Anonymous at 30 Jan, 2010 10:55
Great fix. thanks for sharing...

using your idea, same thing can be done with Stylish add-on:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ajaxian.com") {
html, body, #wrapper {background-image:none !important}
}
Reply to this.
Comment

Please dont enter you comments in this form - this is a fake form to confuse spamming bots. The next form is the real one.




Comment




Comment Formating : HTML tags a, strong, em, b, i, code, pre, p and br allowed. Other tags will be shown as code(< will become &lt;). Urls, Line breaks will be auto-formated.