Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rundmt/empty-chrome
https://github.com/rundmt/empty-chrome
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rundmt/empty-chrome
- Owner: rundmt
- License: mit
- Created: 2016-04-20T18:09:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T14:12:49.000Z (about 8 years ago)
- Last Synced: 2024-12-20T14:23:31.033Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### empty-chrome
empty-chrome is a way to open a chrome driver version of chrome. This allows
us to open a version of chrome that is empty with no extensions or profiles.### Advantages
A lot of times developers use extensions when using chrome. This sometimes
causes sites to render improperly.This is better than incognito mode, because incognito mode can still run
extensions.Instead of creating a whole new profile we can use empty-chrome to give us a
clean chrome experience.## How to use
First you must have [chrome](https://www.google.com/chrome/browser/desktop/) installed on your computer.```
npm install -g empty-chrome
```
NOTE: On Linux you may have to use sudo to installTo Run:
```
empty-chrome --url http://localhost
```