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 ee6bd4e3bd544a0cc0b6fa1838afb09e9a2b6135
parent 37f7373e1686fc4b99909ef10790d25e9e013c85
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Wed, 23 Jun 2010 12:26:07 -0700

added glass to blacklist

Diffstat:
Mdefaults/preferences/blacklist.js | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/defaults/preferences/blacklist.js b/defaults/preferences/blacklist.js @@ -1,4 +1,2 @@ -pref( - "extensions.updatemuffler.blacklist.noscript", - "^http:\/\/noscript.net\/\?ver=.*&prev=.*" -); +pref("extensions.updatemuffler.blacklist.noscript", "^http:\/\/noscript.net\/\?ver=.*&prev=.*"); +pref("extensions.updatemuffler.blacklist.glass", "^https:\/\/www.writeonglass.com\/#pages\/update-successful");