Custom No History is a Chrome browser extension that allows users to selectively prevent specific websites from leaving a browsing history. You can configure a list of domains to ensure that visits to those sites leave no trace.
This extension is not yet available on the Chrome Web Store. You can install it manually by following these steps:
- Download the Code:
- Download the ZIP file from Release, or use
git cloneto obtain the code.
- Download the ZIP file from Release, or use
- Extract the Files:
- Unzip the file to a folder (e.g.,
CustomNoHistory).
- Unzip the file to a folder (e.g.,
- Load the Extension:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer Mode" in the top right corner.
- Click "Load unpacked" and select the extracted folder.
- Open Chrome and navigate to
- Verify Installation:
- The extension icon should appear in the browser toolbar.
- Configure Domains:
- Click the extension icon to open the configuration page.
- Enter the domains to block in the text box, one per line, ending with a comma (e.g.,
tsukistar.cc,). - Changes save automatically after 1 second.
- Verify Results:
- Visit a configured website and check if its history (
chrome://history/) has been cleared.
- Visit a configured website and check if its history (
- Requires "all websites" and "history" permissions for real-time monitoring and cleanup.
- The domain list is stored locally and not uploaded to any server.
- If results are inconsistent, ensure the domain format is correct (e.g.,
example.com). - This extension runs in developer mode, which may trigger a warning—this is normal.
Feel free to submit issues or suggestions to Issues.
GPL-3.0 License