Inspect the web in Apple Mac
by Sanju[ Edit ] 2012-07-07 19:32:37
Inspect the web in Apple Mac
Safari's Web Inspector offers a great deal of detail about web pages, and it's invaluable for serious web developers. You can activate it using Safari's Debug Menu outlined elsewhere in this tutorial, but if you only want the Web Inspector, type:
defaults write com.apple.Safari WebKit DeveloperExtras -bool true
After restarting Safari, you can now access the Web Inspector by right-clicking on a web page and selecting it from the contextual menu.
As you might guess, you can deactivate this feature by repeating the command, but replacing 'true' with 'false' at the end and restarting Safari once more.