Chrome Extension for kirupaForum

I made an extension that does two cool things:

[LIST=1]
[*]Replaces

/
```php
/
```html
 with [ACE](http://ace.ajax.org/), a more full-featured editor.
[*]Removes the ad sidebar and header and footer ads on forum pages.
[/LIST]

Here it is: 
https://chrome.google.com/webstore/detail/cjejpkbpbmahkhiflfbmccndejndlefe

Source: 
https://github.com/Krilnon/kF-extension

Now code looks like this: 

[img]/uploads/kirupa/6585/7197155be3dddcb8.png[/img]

I recently started using an 11'' MBA, so browsing the forums with the ad sidebar taking up 250px on every page was getting to be pretty annoying.  In the past, I think most of the ads were disabled on the non-default styles, but there aren't any such styles anymore.  So, I feel somewhat justified using JavaScript after the fact to remove those so that I can browse in peace. :bandit:

Anyway, the extension is free :P and I'd encourage anyone who's interested in it to give it a shot. Comments are welcome!

(tested on Chromium 15 on OS X and Windows)