inckie

About me

Developer Information
Name inckie
User since June 24, 2008
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons Not yet rated

My Reviews

Hide Titlebar

Rated 5 out of 5 stars

Excellent!

I also use Hide Titlebar with Strata40 and StrataBuddy; I couldn’t add back the minimize/maximize/close buttons, but I managed to remove the 48px padding in the toolbar with a simple Stylish style:

#nav-bar spacer {
width: 4px !important;
}

This review is for a previous version of the add-on (1.0). 

RSS Editor

Rated 3 out of 5 stars

I can confirm it works after applying the patch provided at http://www.mozdev.org/pipermail/rsseditor/2009-February/000031.html

To those who asked: to apply the patch, download the RSS Editor xpi, change its extension to .zip and extract it. Enter the chrome folder and rename the rsseditor.jar file to rsseditor.zip, and then extract it (make sure its contents end up in the chrome folder itself, not an rsseditor subfolder). Now go back to the first folder you extract and (in the terminal) run

patch -p1 < /path/to/patchfile.patch

Now zip up the contents of the chrome folder and rename the newly created archive to rsseditor.jar, then delete any remaining files. Now zip back up all the package contents and rename the archive so that its extension is .xpi again.

Now, to install it, just drag your patched xpi to the Add-ons window. You’re done.

3 stars out of 5 for not being officially compatible with the latest Firefox version as of yet.