View Image Context Menu Item version history - 17 versions
View Image Context Menu Item by Anton G
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 3.4
Released Oct 15, 2024 - 73.18 KBWorks with firefox 58.0 and lateradd more support for data: and blob: privilaged urlsSource code released under MIT License
Download Firefox and get the extensionYou’ll need Firefox to use this extensionOlder versions
Version 3.3
Released Nov 24, 2023 - 73.05 KBWorks with firefox 48.0 and laterAdds logic to override Accept header so certain websites don't serve HTML instead of image. This functionaly copies how the Refer header is overriden and can be disabled if not desired.
Without override the Accept header is:
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
With Accept override, the header is set by the menu item that invokes it.
Audio: audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5
Image: image/avif,image/webp,*/*
Video: video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5
These values were copied from what Firefox typical sends as Accept header values in these cases.Source code released under MIT License
Version 3.2.1
Released Jun 19, 2021 - 73.6 KBWorks with firefox 48.0 and laterfix addon options page not loading properly when viewed in an incognito windowSource code released under MIT License
Version 3.2
Released Jun 19, 2021 - 73.54 KBWorks with firefox 48.0 and later- add "View Audio" button for the audio context menu - thanks https://github.com/Deledrius
- fix issue where new windows were never opened incognito, even if the source was incognito.Source code released under MIT License
Version 3.1
Released May 14, 2021 - 72.45 KBWorks with firefox 48.0 and laterSource code released under MIT License
Version 3.0
Released May 13, 2021 - 72.58 KBWorks with firefox 48.0 and laterAdded support for translations of menu items.
Reverted english assigned key back to I
This may require changing userChrome.css, as that was based on the menu text. New CSS provided in description.Source code released under MIT License
Version 2.4
Released Apr 28, 2021 - 13.17 KBWorks with firefox 48.0 and later- make the menu items be hidden if the page url and the source url match (ie image is already opened)
- make changes to how options are loaded, allowing for default options to fill in missing keys (will be useful if new options are ever added)Source code released under MIT License
Version 2.3.1
Released Apr 27, 2021 - 13.07 KBWorks with firefox 48.0 and laterfix issue with opening local link in new windowSource code released under MIT License
Version 2.3
Released Apr 27, 2021 - 12.19 KBWorks with firefox 48.0 and lateradd alternative code path for local file system links with some workaroundsSource code released under MIT License
Version 2.2
Released Apr 25, 2021 - 12.6 KBWorks with firefox 48.0 and laterCode clean up for options page - removed duplication of default options
Default option of middle click changed to open in background tab (instead of foreground)Source code released under MIT License
Version 2.1.1
Released Apr 24, 2021 - 12.62 KBWorks with firefox 48.0 and laterfixed typo and incorrect default optionsSource code released under MIT License
Version 2.1
Released Apr 24, 2021 - 11.74 KBWorks with firefox 48.0 and laterAdded a preference page backed by local storage to control behavior of add-onSource code released under MIT License
Version 2.0
Released Apr 23, 2021 - 9.75 KBWorks with firefox 48.0 and laterMerged in invasive-version of code, this add-on now requires a lot more permissions, but should be more compatible with image sites that block hot-linking. (thanks, https://bugzilla.mozilla.org/show_bug.cgi?id=1699128#c39 )Source code released under MIT License
Version 1.3
Released Apr 23, 2021 - 9.25 KBWorks with firefox 48.0 and laterAdded View Video context menu item that functions identically to the View Image menu item, except on videosSource code released under MIT License
Version 1.2
Released Apr 22, 2021 - 9.22 KBWorks with firefox 48.0 and laterAdded support for modifier keys when left clicking context menu item:
Shift - open in new window
Ctrl - open in new tab
Ctrl+Shift - open in new background tab
(middle click does not support modifier)Source code released under MIT License
Version 1.1
Released Apr 21, 2021 - 9.07 KBWorks with firefox 48.0 and laterChanged hotkey from I to M to remove conflict with official context open image in new tab menu item.
Removed icon aseprite source file
Minor code clean upSource code released under MIT License
Version 1.0
Released Apr 2, 2021 - 10.91 KBWorks with firefox 48.0 and laterSource code released under MIT License