Changes between Version 1 and Version 2 of Web Inspector
- Timestamp:
- Nov 14, 2006, 3:02:06 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Web Inspector
v1 v2 3 3 4 4 == Getting the Web Inspector == 5 The Web Inspector is enabled by default on all of the prebuilt [wiki:"Nightly Builds" nightly builds]. If you are using a locally built version of WebKit, you'll need to enter the following command in terminal and restart Safari in order to use the Web Inspector:5 The Web Inspector is enabled by default on all of the prebuilt [wiki:"Nightly Builds" nightly builds]. If you are using a locally built version of WebKit, you'll need to enter the following command in Terminal and restart Safari in order to use the Web Inspector (this command only needs to be run once): 6 6 {{{ 7 7 defaults write com.apple.Safari WebKitDeveloperExtras -bool true 8 8 }}} 9 9 10 This command only needs to be run once.10 OmniWeb also features the Web Inspector from version 5.5 on. It can be enabled using the command above (replacing {{{com.apple.Safari}}} with {{{com.omnigroup.OmniWeb5}}}). 11 11 12 12