A browser extension for Chrome/Edge that automatically opens specified websites in incognito/private mode. 🔒
- Automatically open blacklisted websites in incognito mode
- Support for manually adding URLs or adding the current tab with one click
- Password protection for your blacklist settings
- Import/export blacklist data
- Import websites from bookmarks
- Multi-language support (Chinese/English)
- Click the extension icon to open the popup
- Enter a URL in the input field or click the "Add Current Tab" button
- Once added, visiting websites in the blacklist will automatically open in incognito mode
- Enable Private Mode: URLs in the blacklist will open directly in an incognito window
- Disable Private Mode: URLs in the blacklist will open in normal mode, but browsing history will be cleared when the tab is closed
- Check the "Enable Password" option in the settings area
- Set your access password
- After setting, you'll need to verify your password each time you open the extension
- Export Blacklist: Export your blacklist as a text file
- Import Blacklist: Import blacklist data from a text file
- Import from Bookmarks: Select and import websites directly from your browser bookmarks
- Manage Blacklist: View and manage all blacklist items in a separate page
Install the extension from:
The extension uses Bun as the test runner. To run tests:
-
Install dependencies:
bun install
-
Run tests:
bun test
-
Run tests in watch mode:
bun test:watch
-
Generate test coverage report:
bun test:coverage
For more details about testing, check out the test documentation.
This extension does not collect any user data. All blacklist and configuration information is stored locally in your browser.
For detailed update information, please refer to the release page.
If you have any questions or suggestions, please submit feedback via GitHub Issues.
MIT License
Copyright (c) 2024 Jia Sui (jsfaint@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.