Here's how to enable it:
Method 1:
1. Open Safari.
2. Click Safari > Preferences (Or press cmd + ,)
3. Click advanced.
4. Tick 'Show the Develop Menu in Menu Bar'.
Method 2:
1. Quit Safari completely, if not done so already.
2. Open Terminal (Located in Applications/Utilities)
3. Type/paste: defaults write com.apple.Safari IncludeDebugMenu 1
4. Relaunch Safari and you should notice the new 'Develop' item in the menu bar. It will now also be possible to right click on elements and select 'inspect element' just like in Firebug.
If you wish to disable the debug menu again, you can do so by re running the command but replacing the 1 with a 0.
Enjoy
Here's a screenshot:
Number of downloads: 1
Some of you may already know about this. But for those that don't, it may be useful.
Help
















