ddg_takeover_fix
This tool resolves the issue with the DuckDuckGo Privacy Essentials extension forcing your search engine to DDG.
-
Clone the Repository
git clone https://github.com/0xSolanaceae/ddg_takeover_fix.git cd ddg_takeover_fix
-
Run the Script
Execute the script and provide the path to themanifest.json
file:python ddg_takeover_fix.py
- Open your browser and go to the Extensions Page.
- Turn on Developer Mode (top-right corner toggle).
- Find DuckDuckGo Privacy Essentials in the list and click Details.
- Find the Extension ID, which looks like a long string of letters and numbers.
- Windows:
C:\Users\<YourUsername>\AppData\Local\Google\Chrome\User Data\Default\Extensions\<ExtensionID>
- macOS:
~/Library/Application Support/Google/Chrome/Default/Extensions/<ExtensionID>
- Linux:
~/.config/google-chrome/Default/Extensions/<ExtensionID>
Inside this folder, locate the manifest.json
file.
- Return to the Extensions Page and enable Developer Mode.
- Click Load Unpacked and select the folder containing the fixed extension.