Toggle navigation
All Forums
Recent Posts
Sign In
Safari...
«
1
2
3
»
Comments
Reply 41 of 42
paul
Posts:
5,278
member
January 8, 2003 12:59PM
the "activity" window in the window menu is not metal
also there is no undo in a text box <img src="graemlins/hmmm.gif" border="0" alt="[Hmmm]" />
0
Likes
0
Dislikes
0
Informatives
Reply 42 of 42
moki
Posts:
551
member
January 8, 2003 1:16PM
Launch Terminal, and paste the following line in:
[code]defaults write com.apple.Safari IncludeDebugMenu '<true/>'</pre><hr></blockquote>
This will enable the Debug menu in Safari (you will need to quit and Re-launch Safari to see this menu).
From the new debug menu, you can:
-- Do "instant HTML" via the Snippet editor
-- Change the User/Agent field so that you can go to web sites that require a specific browser
-- Turn on lax security certificate checks to go to some web sites that have cert issues
-- Get detailed information on the caches
-- Enable Keyboard and Mouse shortcuts
-- See a bunch of other interesting debugging information
0
Likes
0
Dislikes
0
Informatives
«
1
2
3
»
Sign In
or
Register
to comment.
Comments
also there is no undo in a text box <img src="graemlins/hmmm.gif" border="0" alt="[Hmmm]" />
[code]defaults write com.apple.Safari IncludeDebugMenu '<true/>'</pre><hr></blockquote>
This will enable the Debug menu in Safari (you will need to quit and Re-launch Safari to see this menu).
From the new debug menu, you can:
-- Do "instant HTML" via the Snippet editor
-- Change the User/Agent field so that you can go to web sites that require a specific browser
-- Turn on lax security certificate checks to go to some web sites that have cert issues
-- Get detailed information on the caches
-- Enable Keyboard and Mouse shortcuts
-- See a bunch of other interesting debugging information