GithubHelp home page GithubHelp logo

firefox-extension-killer's Introduction

Firefox Extension Killer

This basically just gives the user a nice way to manually kill Firefox extensions. The Mozilla documentation clearly lists all the places from which extensions can be loaded but it's very tedious to check all the locations manually. This tool simply scans all those locations and gives a unified list of the extensions it finds.

The removal process at this point is "dumb", and works like this:

Extension Load Type Removal Process
xpi deletes the .xpi file
directory the directory is recursively deleted
registry the registry value is removed, files referenced remain intact

The removal of registry-loaded extensions will probably change in the future to allow the user to delete the file referenced (or likely its entire containing directory) so that the malware is more completely removed, but we have to be careful because I suppose an extension could be loaded from a "Program Files" directory and we don't want to risk deleting a functioning uninstall program.

Prerequisites

  • SharpDevelop (sort of) - I developed this in SharpDevelop, so a project file is included. I didn't provide any other compilation script or Makefile or anything since C# isn't my big thing and I don't really care to spend much time on learning about its workflow. As long as you don't mind compiling this by hand, you don't need SharpDevelop.

  • Ionic.Zip.Reduced - I didn't include the binary in the distribution because I didn't want to worry about licensing. If you use the SharpDevelop project, you can expand the "Resources" dictory of the project tree, then right click on "Ionic.Zip.Reduced" and click "Refresh". This will download the binary to the correct dirctory for you.

firefox-extension-killer's People

Contributors

lytithwyn avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.