updatemuffler

updatemuffler prevents NoScript and friends from bothering you with 'Successful Update' pages.
git clone https://wehaveforgeathome.hates.computer/updatemuffler.git
Log | Files | Refs | LICENSE

commit 23818281938aa9dfe29e0f388b587f59b6d31529
parent 0d98bcf935e41ae81bb51d1bb1d5f28b0533f3ff
Author: Min Huang <min.huang@alumni.usc.edu>
Date:   Thu, 25 Feb 2010 17:01:42 -0800

Added instructions for installing

Diffstat:
MREADME.md | 18++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,20 @@ Firefox IFSI ============ Firefox bugs, features, and lack of features. -Usage -===== This is simply an extension skeleton to play around with. + +Installation +============ +Navigate to: + + ~/.mozilla/firefox/$PROFILE_NAME/extensions + +...and create a file named: + + ifsi@lousycoder.com + +Inside that file, write the path of this project (making sure it ends in slash). + +Gotchas +======= +If your XUL files are malformed, Firefox will fail silently. Double check them by loading them in Firefox first.