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

README.md (1236B)


      1 updatemuffler
      2 ============
      3 Prevents NoScript and friends from bothering you with "Successful Update" pages by closing tabs that are opened to blacklisted pages.
      4 
      5 Installation
      6 ============
      7 
      8 ### For Users
      9 
     10 Download the latest packaged version from [here](http://github.com/downloads/thebigbad/updatemuffler/updatemuffler.xpi)
     11 
     12 Or, if you've cloned te project,
     13 
     14     make
     15 
     16 then open updatemuffler.xpi in Firefox
     17 
     18 ### For Developers
     19 
     20 Navigate to:
     21 
     22     ~/.mozilla/firefox/$PROFILE_NAME/extensions
     23 
     24 ...and create a file named:
     25 
     26     updatemuffler@pseudony.ms
     27 
     28 Inside that file, write the path of this project (making sure it ends in slash).
     29 
     30 Adding to the Blacklist
     31 =======================
     32 
     33 Go to about:config
     34 
     35 Right click -> New -> String
     36 
     37 Pick
     38 
     39       extensions.updatemuffler.blacklist.<name of page>
     40 
     41 for the name, and
     42 
     43     ^http:\/\/regex-escaped-string-matching-annoying-page
     44 
     45 for the value.
     46 
     47 See extensions.updatemuffler.blacklist.noscript for a working example.
     48 
     49 Thanks
     50 ======
     51 Thanks to [retiman](http://github.com/retiman) for a great firefox extension skeleton, and for complaining loudly enough about NoScript to inspire this extension.
     52 
     53 License
     54 =======
     55 
     56 updatemuffler is released under the MIT License. See LICENSE for more details.