Webchunks extension for Firefox 3 TutorialAuthor: Daniel Glazman <daniel@glazman.org>
Webchunks is an extension to Firefox 3 for all platforms implementing Internet Explorer Webslices and even extending them. With the use of a great extra extension to Firefox, Greasemonkey to name it, it's possible to insert Webchunks/Webslices in all web pages, regardless of the fact the site's author did not add Webchunks/Webslices to the site.
Note: this tutorial will use only the word Webchunk for this point.
Find the most recent XPI in this directory and click on it to install the extension. Firefox 3 will need to be restarted to install the extension. That's all !
Warning, Webchunks does not work with versions of Firefox older than version 3.
Seriously, you don't want to do that :-) If you really really need it, select the "Add-ons" menu entry in the Tools menu of Firefox 3 to do that.
If you have enabled automatic notification of extension updates, Firefox 3 will notify you directly when a new version is available. Otherwise, just follow again the installation process described above.
Webchunks adds a new toolbar to Firefox 3:

The first icon at the start of the toolbar serves two purposes:
Note: if you have too many webchunks for the width of the toolbar, a small chevron will appear on the right hand side of the toolbar allowing you to reach hidden webchunks through a menu.

You can hide/show the Webchunks toolbar using the View > Toolbars > "Webchunks toolbar" menu entry.
![]()

Clicking on an entry opens a popup with a set of buttons and the webchunk itself: A throbber turns inside the popup until the webchunk is fully loaded.

The first button, "Open", at the top of the popup will close the popup and show the web page corresponding to the webchunk in the main browser area.
The second button, "Delete", removes the webchunk from the toolbar. This cannot be undone.
The third button, "Refresh", manually refreshes the webchunks contents in the popup.
The popup also contains expiration information if such data are provided by the webchunk.
The rest of the popup shows the webchunks itself. All active HTML elements like links or for submission buttons will show the result in the main browser area, closing the popup.
Despite of the fact Webchunks/Webslices are a great feature, they're not widely used over the Web. One of the main reasons is probably the fact they hide advertisement... Anyway, thanks to the power of the wonderful Greasemonkey extension for Firefox, it's now possible to insert dynamically Webchunks in any web site. Just follow these steps:
hslice class to your webslice in the documententry-title class to the element that
contains the title of your webslice or append one to your webslice if
there's no title and you want to suggest a default oneentry-content class to all the sub-elements of your webslice you want to see appear in your popupHere is an example of such a script for http://us.cnn.com and http://edition.cnn.com.
Then when you load that web page, the Greasemonkey script will add for you the information needed to have Webchunks in the page... Then the Webchunks extension will detect them as if they were natively in the page...
Note: Webchunks extension is not dependant on Greasemonkey, meaning that if you don't have Greasemonkey, no problem, Webchunks will still install and run.