Safari 3.1 and Pith Helmet

By Ali Karbassi | March 19th, 2008 | General, How To, OS X

Recently Apple updated their browser Safari to version 3.1. It does boast new features that us web developers love, but it also crashes some hacks we also love. Note that I’m not calling them “plug-ins”. Read the reasoning behind this.

Now, one of my favorite Safari hacks has been Pith Helmet and with the new update, it is considered “broken.” Here’s how to fix it:

Safari Version 3.1 (5525.13)

  1. Quit Safari.
  2. Navigate to /Library/Application Support/SIMBL/Plugins/PithHelmet.bundle.
  3. Control click to show package contents.
  4. Open bundle and go to Contents.
  5. Double click or open info.plist in your favorite text editor.
  6. Change MaxBundleVersion to 5525.13. This is to match the current Safari version/build.

    It will then look like this:

    <key>MaxBundleVersion</key>
    <string>5525.13</string>
    		

  7. Save and relaunch Safari.

Recently Apple updated their browser Safari to version 3.1. It does boast new features that us web developers love, but it also crashes some hacks we also love. Note that I’m not calling them “plug-ins”. Read the reasoning behind this.

Now, one of my favorite Safari hacks has been Pith Helmet and with the new update, it is considered “broken.” Here’s how to fix it.

  1. Quit Safari.
  2. Navigate to /Library/Application Support/SIMBL/Plugins/PithHelmet.bundle.
  3. Control click to show package contents.
  4. Open bundle and go to Contents.
  5. Double click or open info.plist in your favorite text editor.
  6. Change MaxBundleVersion to 5525.13. This is to match the current Safari version/build.

    It will then look like this:

    	MaxBundleVersion
    	5525
    		

  7. Save and relaunch Safari.

5 Responses to “Safari 3.1 and Pith Helmet”

  1. Excellent! Since the Safari update, I was just waiting for Pithhelmet update, while using Firefox in the meantime. Now I can use Safari again…Thanks for the tip!

  2. Great! A thousand thanks.

  3. Great stuff !! Works a treat, thanks very much.

  4. Thanks!!!

  5. Thank You!
    I can again fly over the garbage and no more swim in it!

Leave a Reply