Write an add-on or greasemonkey script to "Ajaxify" webpages in Firefox?

Posted by Shizhidi on Stack Overflow See other posts from Stack Overflow or by Shizhidi
Published on 2010-04-12T12:27:37Z Indexed on 2010/04/12 12:33 UTC
Read the original article Hit count: 442

Hello. I stumbled upon this add-on which "Ajaxifies" parts of its target website.

https://addons.mozilla.org/en-US/firefox/addon/51789

I have a similar need like this. I want only part of the webpage's DOM to update upon receiving click on a link, since the website has a rather unified page layout.

I have no experiences in writing FF add-ons but I did some basic Ajax and DOM before. So I am looking for programming tips on how to implement "Ajaxification" in a GreaseMonkey script, preferably. If it's not possible, making an add-on is also a sound choice which I'm willing to learn.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about firefox

Related posts about firefox-addon