Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Apr 8, 2020
1 parent 84f026d commit e3e2c4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
See below for the custom paths (commandline option).
```javascript
- All Chromium-based browsers, including:
- Chrome
- Chrome
- Chromium
- Brave
- New Edge
- Brave
- New Edge
- Opera?
- Vivaldi
- Blisk
Expand All @@ -24,10 +24,10 @@ This project is not meant for malicious use, especially because patching require
The idea originates from that one stackoverflow patching method, which forces a command line option in the `chrome.dll`.
## How the program works
It discovers your `chrome.dll` file of the latest installed Chrome/Chromium version. Then it performs a pattern scan for a function that gets patched, so the dialog does not appear anymore.
It discovers all `chrome.dll` files of the latest installed Chromium browsers. Then it performs a pattern scan for functions that getspatched, so the dialog does not appear anymore.
## Commandline Options
All commandline options are **optional** and not required.
## Commandline Options (removed, use the gui instead)
All commandline options are removed. ~~**optional** and not required.~~
```bash
ChromeDevExtWarningPatcher.exe [-noDebugPatch] [-noWWWPatch] [-noWarningPatch] [-noWait] [-customPath "C:\Path"]
Expand Down

0 comments on commit e3e2c4d

Please sign in to comment.