How to Set Permanent Page Zoom in Incognito Mode in Google Chrome
Google Chrome is a popular web browser known for its speed, security, and user-friendly interface. One of the useful features it offers is the ability to browse privately using Incognito mode. However, by default, Chrome does not save any settings you make in Incognito mode, including the page zoom level. In this article, we will guide you on how to set a permanent page zoom in Incognito mode in Google Chrome.
Step 1: Open Google Chrome
First, make sure you have Google Chrome installed on your computer. If not, you can download it from the official Google Chrome website and install it.
Step 2: Launch Incognito Mode
To access Incognito mode, you can either press the keyboard shortcut Ctrl + Shift + N (Windows) or Command + Shift + N (Mac), or click on the three-dot menu icon in the top-right corner of the browser window and select "New Incognito Window" from the dropdown menu.
Step 3: Adjust the Page Zoom
Once you are in Incognito mode, you can adjust the page zoom level for the current tab. Here's how:
- Click on the three-dot menu icon in the top-right corner of the browser window.
- Hover your cursor over the "Zoom" option in the dropdown menu.
- A sub-menu will appear with different zoom levels. You can select a preset zoom level, such as 100%, 125%, or 150%, or click on the "+" or "-" options to increase or decrease the zoom level incrementally.
Choose the zoom level that suits your preference and makes the content on the page easier to read.
Step 4: Save the Page Zoom Settings
By default, Chrome does not save any changes made in Incognito mode, including the page zoom level. However, there is a workaround to save the page zoom settings permanently. Here's what you need to do:
- Open a new tab in Incognito mode.
- Type
chrome://flagsin the address bar and press Enter. - You will be taken to the Chrome Experiments page with various experimental features.
- In the search box at the top, type
Enable command line on non-rooted devices. - Once you find the option, click on the dropdown menu next to it and select "Enabled".
- Click on the "Relaunch Now" button at the bottom to restart Chrome with the new settings.
After relaunching Chrome, you can follow the next steps to set the permanent page zoom:
- Open a new tab in Incognito mode.
- Press the keyboard shortcut
Ctrl + Shift + J(Windows) orCommand + Option + J(Mac) to open the Developer Tools panel. - A new panel will appear at the bottom or right side of the browser window.
- Click on the "Console" tab in the Developer Tools panel.
- Type the following command in the console:
document.documentElement.style.zoom = "your-zoom-level" - Replace
your-zoom-levelwith the desired zoom level, such as 1.25 for 125% or 1.5 for 150%. - Press Enter to execute the command.
Now, whenever you open a new tab in Incognito mode, it will automatically have the specified page zoom level. This method allows you to set a permanent page zoom in Incognito mode in Google Chrome.
Conclusion
Google Chrome's Incognito mode provides a private browsing experience, but it does not save any settings you make, including the page zoom level. However, by following the steps outlined in this article, you can set a permanent page zoom in Incognito mode using a workaround in Google Chrome. Enjoy browsing with your preferred zoom level in Incognito mode!
References
| Number | Reference |
|---|---|
| 1 | https://www.google.com/chrome/ |
| 2 | https://www.chromium.org/developers/how-tos/run-chromium-with-flags |