Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpacassi/disable-javascript

Adds the ability to disable JavaScript on specific sites.
https://github.com/dpacassi/disable-javascript

chrome chrome-extension firefox firefox-addon firefox-extension javascript web-extension webextension

Last synced: 6 days ago
JSON representation

Adds the ability to disable JavaScript on specific sites.

Awesome Lists containing this project

README

        

# Disable JavaScript

## Build instructions
- Install [npm](https://www.npmjs.com/)
- Install [gulp.js](https://gulpjs.com/) (run `npm install --global gulp-cli`)
- If the installation displayed any errors, try running it with `sudo` permissions
- In the project's root folder: Run `npm install`
- In the project's root folder: Run `gulp compile`

## Affected files
- `/pages/src/js` -> `/pages/dist/js`
- `/pages/src/sass` -> `/pages/dist/css`

## Developer's local environment
**OS:** macOS Mojave, 10.14.4
**Needed environment variables:** None
**NPM version:** 6.9.0
**Node.js version:** 10.15.3