![]() ![]() | Join Date: Aug 2007 | Posts: 623 | Location: Tasmania, Australia | iTrader: (0) |
Enabling the Safari Debug Menu
This is a quick tip for any web devs using Safari. The Safari debug menu allows you to do some things to help debug web sites including changing User Agent.
To turn it on, first quit Safari, then open Terminal and type the following command:
Then re-open Safari and the debug menu will appear. To turn it off, run the same command except change the 1 to a 0 (zero)
To turn it on, first quit Safari, then open Terminal and type the following command:
Code:
defaults write com.apple.Safari IncludeDebugMenu 1
--------------------
Bryce R [[ BLOG ]]
The Blogging Café - Blogging Forum
Do you run a forum? Check out my forum owners blog.
Bryce R [[ BLOG ]]
The Blogging Café - Blogging Forum
Do you run a forum? Check out my forum owners blog.






Linear Mode

