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 2c3ca29dec20a7a1199dd4ff42f060cc68d87ba5
parent 565d2a49fe0229b87f9bfa515f8e47903412191e
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Fri, 26 Feb 2010 14:13:11 -0800

Components.utils

Diffstat:
Mchrome/content/ifsiOverlay.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/ifsiOverlay.js b/chrome/content/ifsiOverlay.js @@ -1,4 +1,4 @@ (function () { var ifsi = {}; - Components.util.import("resource://ifsi/ifsi.jsm", ifsi); + Components.utils.import("resource://ifsi/ifsi.jsm", ifsi); })();