Mozilla Firefox 88 update removed a number of context menu entries, the most common one being the ” View Image” option. This option is now replaced by the ” open image in a new tab” option. If you are wishing to get back the ” View Image” option in Firefox, get downright through this article to know more.
How to Restore the View Image option in Firefox
Initially, before the update when we used to select ” View Image”, the image would replace the contents present in the open tab. While working on something important and one unintentional click on the image may result in the loss of important data. To resolve this problem, the “Open image in new tab” option has been introduced.
If you are someone who feels that this new change is disrupting your workflow, do not worry as Mozilla Firefox supports extensions that help in replicating the removed feature. These extensions would help in viewing the image in the same tab as was done before.
How to add the extensions in the context menu
1. ” View Image Context menu item” Firefox add-on
To get back the view image option please add the ” View Image Context Menu Item” extension to the Firefox browser. The detailed steps are as below.
Step 1: Open Mozilla Firefox browser, type ” View image Context menu item extension” in the address bar, and hit Enter.
Step 2: Click on the suitable link as shown.
Step 3: Click on Add to firefox.
Step 4: A pop-up window opens asking for permission. Click on Add.
Step 5: ” The View Image Context menu item ” extension is now installed successfully.
Step 6: Now, right-click on any image to see the ” View Image “option.
As you can notice that the ” View Image” option is placed at the bottom of the right-click menu. We can customize this using the ” userChrome.css file”. By using this, we can
- Hide the ” Open Image in New Tab” and ” Open Video in New Tab” context menu entry.
- Move the ” View Image ” and ” View Video” to the top of the context menu.
Now, let us look into the steps on how to customize the right-click menu.
Step 1: Creating the userChrome.css file
1. Type ” about:support” in the address bar and hit Enter.
2. This will take us to the troubleshooting information page. Scroll down to select Profile Folder. Click on Open Folder.
3. Now, create the Chrome Folder in the Profile Folder you just opened.
4. Next, open the notepad and copy the code given below and save it as a ” userChrome.css” .txt file.
/* Hides Open Image In New Tab */ #context-viewimage { display: none !important; } /* Hides Open Video In New Tab */ #context-viewvideo { display: none !important; } /* Moves View Image to the very top */ menuitem[label="View Image"] { -moz-box-ordinal-group: 0 !important; } /* Moves View Video to the very top */ menuitem[label="View Video"] { -moz-box-ordinal-group: 0 !important; }
7. Once you save it, the code will be created on the desktop as shown. Move this to the Chrome Folder you created in the Firefox Profile Folder path.
Step 2: Enabling the “userChrome.css ” Customization in about:config
1. Type “about:config” in the address bar and hit Enter.
2. A window opens asking you to accept the risks.
3. Type ” toolkit.legacyUserProfileCustomizations.stylesheets”.
4. Change it to True.
5. Restart the Firefox browser. The option is available on the ” about:profiles” page.
6. Now, Click on any image to see the ” View Image” option on top.
2. “View Image on Same Tab” Firefox Add-On




Step 5: ” View Image on same tab ” extension is now installed successfully.

Thanks for these tips!
It’s just mind boggling that FF in their “great wisdom” decided to REMOVE such a crucial part of desktop internet browsing, after all these years, without even consulting their users first. They even went and removed about:config options, just to ensure that no one would have good time fixing what they broke.
Mozilla, if you’re reading this:
FIX YOUR GODDARN BROWSER, AND STOP REMOVING FUNCTIONALITIES!