Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

NoBoMac

Moderator
Staff member
Jul 1, 2014
5,797
4,396
Developer menu available in Safari? If so, go there and under the third menu item, the name of your machine, see if Automatically Show Web Inspector is on.

Long shot, as this flags does not seem to do this, but, from a Terminal, run the following as see if WebInspectorAttached is zero. I toggled it and did not seem to cause the inspector to always open.

Code:
% defaults read com.apple.Safari | grep WebKitInspectorAttached
    WebKitInspectorAttached = 0;
    WebKitInspectorAttachedViewHeight = 0;
%
 

Davycrocket825

macrumors regular
Original poster
Feb 26, 2018
203
8
East Sussex
Developer menu available in Safari? If so, go there and under the third menu item, the name of your machine, see if Automatically Show Web Inspector is on.

Long shot, as this flags does not seem to do this, but, from a Terminal, run the following as see if WebInspectorAttached is zero. I toggled it and did not seem to cause the inspector to always open.

Code:
% defaults read com.apple.Safari | grep WebKitInspectorAttached
    WebKitInspectorAttached = 0;
    WebKitInspectorAttachedViewHeight = 0;
%
I went to develop and under my name machine the web inspector was ticked I have unticked it thanks
 

MajorMatt

macrumors newbie
Feb 23, 2013
2
0
Thank You. I could not figure out how to stop the windows from popping up. Sometimes I would get ten windows to close.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.