- Improved code for automatic closing of popup windows on focusing regular window
- Fixed "Search in popup window" shortcut not grabbing selected text from page
- Fixed issue when "long click" and "double shift" triggers did not work if "shift + click" is disabled
- Fixed issue when disabled context menu items get reenabled after extension update
- Optimised code for better performance
- Slightly updated extension icon
- Disabled Shift+Click and long click triggers for selected text
- Improved code for automatic closing of popup windows on focusing regular window
- Renamed "reopening settings" category to "automation settings" for better clarity
- Fixes for "Open in popup window" action on toolbar icon click
- Added French translation
- Customizable mouse button for long click trigger
- Option to change amount of page dim on popup open
- Various code optimisations for snappier popup opening
- Added image viewer button to toggle background dark mode
- Reordered some options on options page for better clarity
- Updated project dependencies
- Fixed click event after long click sometimes not being prevented
- Fixed issue when double modifier press chooses mouse coordinates incorrectly
- Fixed reopening tabs as popup windows sometimes not respecting preferred position
- Fixed GIF playback controls showing for single frame GIFs
- New options:
- Dim page when popup window is open
- Open links in popup window by long left click
- Look up for high-res image sources
- Preserve current tabs container for popup window (Firefox)
- Prevent storing resized popup size when updating image viewer size to fit image
- Removed background blur from image viewer control panels
- Other small fixes and improvements
- Added option to allow users to customize the modifier key to open popups (thanks justcontributor)
- Added Korean translation (thanks justcontributor)
- Added option to open popup by double pressing the modifier key when cursor is over element
- Added basic handling for links in shadow root context (for example, sidebar on Reddit)
- Big improvements to the built-in Image Viewer:
- Added toolbar with zoom slider and button to rotate the image
- Added ability to control GIF playback, play/pause and rewind, with its own toolbar
- Improved the function to fit popup window size to fit image size and aspect ratio
- Title of the Image Viewer popup window now shows the file name and dimensions of the image
- Fix for drag cursor flickering on Chromium-based browsers
- On Firefox, when you middle click the "Open page in main window" context menu, it opens background tab
- Change "open in popup window" to move the tab + add option in settings to revert
- Change default popup location to "near mouse cursor"
- Add option to change mouse cursor during drag (default: on)
- Added configurable action on toolbar icon click
- Don't save size for automatically resized image viewer
- Use last used window in "Move to main window" instead of the first found
- Fixed "open page in popup window" context menu item ignoring being disabled in options
- Fixed bug with configs value restoring
- Enabled by default "use Shift + click" and "prefer link over image" options
- Options page layout improvements
- New options:
- Remember popup window size on manual resize (Chromium only)
- Open popup page in the main window on maximize (Chromium only)
- Exclude minimized and "always on top" windows from "Close popup when normal window is focused"
- Fixed single context menu entries getting grouped in Chromium-based browsers
- Fixed options page being opened in separate tab
- Reimplemented "search in popup shortcut" without using the Scripting API
- Make Escape key cancel the drag event on Firefox
- Options page reordered for easier readability
- Added support for customizable keyboard hotkeys
- Fixed bug with reopened popup windows not respecting window location settings (#20)
- Small options page improvements
- Added missing translations
- Added new feature to reopen tabs opened by page as popup windows, along with option to do it only for pinned tabs (disabled by default)
- "Open Page in Main Window" will now move the tab to the main window without reopening it
- Change "Open in main window" hotkey to Alt+Enter
- Bug fixes and improvements for the built-in image viewer
- Small improvements for options page appearance
- New extension icon for better visibility, e.g. in the dark mode
- Fixed issue with shift+click opening empty page on Google search
- Disable by default "Don't close page popup window on focus lost"
- Update translations
- Added option to open current page in popup window to main context menu
- Added option to not close current page popup window on focus lost
- Fix opening popup on drag and drop of the selected text
- 'Open in the main window' now works more reliable
- Added support for images with source in
sourceset - Added check to not launch popup window with no found link
- Added padding to options page
- Add option for images wrapped in link to prefer link or image
- Apply configs immediately, without the need to reload the page
- Improve options page appearance on Firefox
- Add white background to the black icon for better visibility on dark backgrounds, and fix white icon vertical alignment
- Handle images wrapped inside links, to favor links
- Fix shift+click on image ignoring disabled image viewer
- Added option to always open by drag and drop under mouse
- Fix for multimonitor usage with secondary on the left
- Disabled fullscreen logic which caused confusion
- Try to filter out manually created window in "Reopen new single tab windows as popup windows" (
tabspermission was added for this) - Added white icon for the dark mode
- Improved window listener on focus lost
- Refactored code for better readability
- Added feature to reopen new single tab windows as popup windows how to use
- Improve logic for popup size calculation and autoclose
- Added top center option for popup placement
- Added option for fallback popup window location
- Added ability to open page in main window with Ctrl+Esc
- Updated extension icon
- Added option for minimal drag distance
- Small options page improvements
- Added new option for popup position "Near mouse cursor"
- Added option to close popup with Esc key (disabled by default)
- Fix text selection popup not opened by drag & drop
- Options page design improvements
- Implement option to use shift+click to open in popup
- Try to preserve state of page when open in main window
- Added missing "all_urls" permission to run on every page automatically
- Updated translations
- Added more options for popup window location (top right, bottom right, etc)
- Use options page as a popup for toolbar button
- Added footer buttons for the options page
- Fix potential bug on Firefox
- Migrated extension to Manifest V3 for Chrome Web Store publish
- Implemented build mechanism for minified release
- Updated extension icon to have more unique design
- Unavailable options in settings are now greyed out
- Implemented ability to open images in popup window
- Added ability to create popup by drag'n'drop link on empty place
- Slightly update extension icon
- Various code optimizations and bug fixes
- reverted background script changes because Firefox kept loosing the context menu item
- optimized code for persistent background script
- minified content script for better page load speed
- don't process window focus events when lost focus
- added context menu entry for popups to open page in main window
- added context menu entry to search for selected text in popup
- changed context menu entry label
- removed unused code
- fix to use absolute mouse coordinates instead of relative to window
- added spanish translation
- initial release