https://github.com/rundmt/empty-chrome
https://github.com/rundmt/empty-chrome
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rundmt/empty-chrome
- Owner: rundmt
- License: mit
- Created: 2016-04-20T18:09:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T14:12:49.000Z (over 9 years ago)
- Last Synced: 2025-10-19T22:20:44.058Z (9 months 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 install
To Run:
```
empty-chrome --url http://localhost
```