leetspeak2.0
Adversarial Texts is the new Leet Speak
Installation
- Clone the repository
git clone https://github.com/kendricktan/leetspeak2.0.git
- Run
npm install
- Run
npm run build
Load the extension in Firefox
- Open Firefox browser and navigate to about:debugging
- Click "Load Temporary Add-on" and from the file browser, choose
<directory>/build/firefox
Developing
The following tasks can be used when you want to start developing the extension and want to enable live reload -
npm run watch
Packaging
Run npm run dist
to create a zipped, production-ready extension for firefox. You can then upload that to the appstore.