Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dpacassi/disable-javascript
- Owner: dpacassi
- License: mit
- Created: 2017-11-20T17:15:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T21:56:29.000Z (12 months ago)
- Last Synced: 2024-11-17T06:08:44.677Z (2 months ago)
- Topics: chrome, chrome-extension, firefox, firefox-addon, firefox-extension, javascript, web-extension, webextension
- Language: JavaScript
- Size: 718 KB
- Stars: 274
- Watchers: 8
- Forks: 34
- Open Issues: 65
-
Metadata Files:
- Readme: README-reviewers.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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