How to enable the Developer Menu in Safari
Recently I needed to get access to some of the developer tools that Safari offers. Safari does not allow easy access to them by default. In order to enable them you need to open up a Terminal window and run the following command:
defaults write com.apple.Safari IncludeDebugMenu 1
After running that command go ahead and restart Safari and you should have a menu item labeled “Develop” as seen in the screenshot below.
