November 28th, 2008

How to enable web development extras in Safari on the PC

To enable Web Inspector for Safari on Windows, you first need to find the file ‘WebKitPreferences’ Here is where I found the file on my system:

C:\Documents and Settings\Administrator\Application Data\Apple Computer\Safari\WebKitPreferences (notice there is no file extension).

Add the following key before the </dict> entry:

<key>WebKitDeveloperExtras</key>
<true/>

Restart Safari and right click on a webpage and you should be off and runnig.

Good Luck

Image by Vitroids

Web Toolbox