Changes between Version 15 and Version 16 of HackingWebInspector


Ignore:
Timestamp:
Apr 23, 2015 3:20:23 PM (9 years ago)
Author:
Brian Burg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HackingWebInspector

    v15 v16  
    1414{{{
    1515defaults write com.apple.Safari WebKitDeveloperExtrasEnabled -bool YES
    16 }}}
    17 
    18 To log console messages from the inspected page and inspector pages to the system console, set the following preferences.
    19 {{{
    20 defaults write com.apple.Safari "com.apple.Safari.ContentGroupPageIdentifier.WebKit2LogsPageMessagesToSystemConsoleEnabled" -bool YES
    21 defaults write com.apple.Safari WebKitLogsPageMessagesToSystemConsoleEnabled -bool YES
    2216}}}
    2317