Inspecting web views in macOS ↦
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!
Discussion
Sign in or Join to comment or subscribe