Enable the Safari Debug menu option on Windows

To enable the Safari Debug menu option, you need to find your Preferences.plist file located in %APPDATA%\Apple Computer\Safari (%APPDATA is typically C:\Documents and Settings\your login name\Application Data\).
Open the file and add the following lines somewhere within the <dict> section:

<key>IncludeDebugMenu</key>
<true />

(1)找到Preferences.plist 文件

启用Windows系统上Safari的Debug菜单

(2)添加

<key>IncludeDebugMenu</key>
<true />

启用Windows系统上Safari的Debug菜单

(3)启用后的Debug菜单(Windows XP, Safari)

启用Windows系统上Safari的Debug菜单

REF: http://www.appletalker.com/forum/index.php?req=thread&id=949

相关文章:

  • 2021-12-19
  • 2021-12-19
  • 2022-12-23
  • 2021-07-10
  • 2021-12-23
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2021-10-31
  • 2021-06-18
  • 2021-12-19
  • 2022-01-24
  • 2021-05-21
  • 2021-04-17
  • 2022-12-23
相关资源
相似解决方案