Thanks to Jim Nielsen, TIL that:
``` defaults write NSGlobalDomain WebKitDeveloperExtras -bool true defaults write -g WebKitDeveloperExtras -bool YES
```
Lets you trigger Safari’s Web Inspector on different system views that are built with web tech. Nifty!
Discuss on Changelog News