Changes between Version 1 and Version 2 of Web Inspector


Ignore:
Timestamp:
Nov 14, 2006 3:02:06 PM (17 years ago)
Author:
pewtermoose@gmail.com
Comment:

Add how to use with OmniWeb

Legend:

Unmodified
Added
Removed
Modified
  • Web Inspector

    v1 v2  
    33
    44== 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:
     5The 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):
    66{{{
    77defaults write com.apple.Safari WebKitDeveloperExtras -bool true
    88}}}
    99
    10 This command only needs to be run once.
     10OmniWeb 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}}}).
    1111
    1212