Apple’s Safari browser is designed to be clean and simple for the average Mac user. However, if you are a web developer, a power user, or someone who needs to clear a specific website cache, Safari hides its most powerful tools behind an invisible “Develop” menu in the menu bar. Enabling this menu unlocks a suite of advanced features.
How to Unhide the Develop Menu
You can unlock these tools in just a few clicks via Safari’s settings.
- Open the Safari browser on your Mac.
- In the top-left corner of your screen (in the Apple menu bar), click on Safari.
- Select Settings… from the dropdown menu (or press Command + ,).
- In the Settings window, click on the Advanced tab located at the far right.
- Look at the very bottom of the Advanced window and check the box next to Show Develop menu in menu bar.
- You can now close the Settings window.
What Can You Do With It?
Look at your top menu bar; you will now see a new Develop tab nestled between Bookmarks and Window. This menu allows you to:
- Empty Caches: Instantly wipe all browser caches with a single click (or the shortcut Option + Command + E).
- Change User Agent: Trick websites into thinking you are browsing from an iPhone, an iPad, or even a Windows PC running Microsoft Edge. This is perfect for bypassing mobile-only website restrictions.
- Inspect Element: View the HTML and CSS source code of any webpage to debug visual errors or extract high-resolution images.
- Disable JavaScript: Temporarily turn off complex scripts to bypass annoying pop-ups or paywalls on poorly designed websites.