- Popout Links: Open any link in a modal popout (iframe) with Shift+Click.
- Blacklist Domains: Manage a blacklist so links on those sites open in a new window instead of a modal.
- Modern UI: Beautiful dark mode popup for managing your blacklist.
- Keyboard Shortcuts: Close popouts with Escape (unfocused) or Ctrl+X.
- Edge/Chrome Compatible: Works on most websites, with graceful error handling for restricted pages.
- Clone or download this repository.
- Go to
edge://extensionsorchrome://extensionsin your browser. - Enable Developer mode.
- Click Load unpacked and select the src folder.
- Pin the extension and you are ready to go.
- Shift+Click any link to open it in a popout modal (unless blacklisted).
- Click the extension icon to manage your blacklist for the current site.
- Blacklisted sites will open links in a new custom native window instead of a modal.
- Close popouts with Escape or Ctrl+X.
src/
content.js # Main content script
popup.html # Extension popup UI
popup.js # Popup logic
manifest.json # Extension manifest
icons/
16x16.png
48x48.png
128x128.png
README.md
LICENSE
This project is licensed under the AGPL-3.0 License.