+ Reply to Thread
Results 1 to 4 of 4

Thread: Hidden Settings in Safari 4

  1. #1
    Ricardo-san is offline Learning Programmer
    Join Date
    Jan 2009
    Posts
    54
    Rep Power
    12

    Cool Hidden Settings in Safari 4

    Safari 4 Beta is great...I love Top Sites, and the new speed. However, I missed that blue loading bar up top and just couldn't get used to that spinning wheel that does nothing...so here's how to get it back. Enter the following two commands in Terminal.

    DebugSafari4IncludeToolbarRedesign and DebugSafari4LoadProgressStyle
    Code:
    defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO
    Code:
    defaults write com.apple.Safari DebugSafari4LoadProgressStyle -bool NO
    Some other useful settings.

    DebugSafari4IncludeFancyURLCompletionList
    Goes back to original autocomplete menu.
    Code:
    defaults write com.apple.Safari DebugSafari4IncludeFancyURLCompletionList -bool NO
    DebugSafari4IncludeGoogleSuggest
    Turns off the new Google suggest menu.
    Code:
    defaults write com.apple.Safari DebugSafari4IncludeGoogleSuggest -bool NO
    DebugSafari4IncludeFlowViewInBookmarksView
    Removes CoverFlow.
    Code:
    defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO
    DebugSafari4TopSitesZoomToPageAnimationDimsSnapsho t
    Disables the dimming when you click on a Top Site and it scales the screenshot up to fill the screen.

    Code:
    defaults write com.apple.Safari DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot -bool NO
    DebugSafari4IncludeTopSites
    Disables Top Sites.
    Code:
    defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO
    Clears Recent Searches
    Code:
    defaults delete com.apple.safari RecentSearchStrings
    Hope this helps you folks using the best browser in the world.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Hidden Settings in Safari 4

    Very cool! +rep
    I moved this to the tutorial section. I'm still waiting on the final release of S4.

  4. #3
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Hidden Settings in Safari 4

    That is interesting, but I am not a huge fan of safari.

  5. #4
    Ricardo-san is offline Learning Programmer
    Join Date
    Jan 2009
    Posts
    54
    Rep Power
    12

    Re: Hidden Settings in Safari 4

    Quote Originally Posted by Jordan View Post
    Very cool! +rep
    I moved this to the tutorial section. I'm still waiting on the final release of S4.
    Same here...the beta seems to have memory leakage problems on Flash or AJAX heavy sites. Even large animated GIFs can cause it to crash...

    Quote Originally Posted by John View Post
    That is interesting, but I am not a huge fan of safari.
    Are you using the Win version?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Using Settings in VB.NET
    By Vswe in forum Visual Basic Tutorials
    Replies: 5
    Last Post: 07-24-2011, 06:50 PM
  2. CSS: Float issues in Safari
    By jams44 in forum JavaScript and CSS
    Replies: 1
    Last Post: 03-28-2010, 06:21 PM
  3. C# navigating url to any IE,Safari, Mozilla etc.
    By Siten0308 in forum C# Programming
    Replies: 3
    Last Post: 03-02-2010, 10:14 PM
  4. Does Safari have diff. components in iphone & PC/MAC?
    By organizedchaos in forum Technology Ramble
    Replies: 1
    Last Post: 06-12-2009, 02:32 PM
  5. Safari on Windows?
    By Jordan in forum Computer Software/OS
    Replies: 11
    Last Post: 09-09-2007, 01:29 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts