• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Safari and getting Netscape bookmarks into it
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Safari and getting Netscape bookmarks into it


  • Subject: Re: Safari and getting Netscape bookmarks into it
  • From: kai <email@hidden>
  • Date: Tue, 29 Mar 2005 02:20:16 +0100


On Mon, 28 Mar 2005 14:26:40 -0600, Chip Howland wrote:

Quit Safari
In the terminal, type the following command:
   defaults write com.apple.Safari IncludeDebugMenu 1
Launch Safari
Select 'Import IE/NS/Mozilla bookmarks' from the Debug menu

To turn off the Debug menu, use:
   defaults write com.apple.Safari IncludeDebugMenu 0

- And if you want a script to toggle the debug menu:

-----------------

set s to "Safari"
set n to 1 + (do shell script "defaults read com.apple.Safari IncludeDebugMenu")
set b to {"Enable", "Disable"}'s item n
display dialog b & " Safari's Debug Menu?" buttons {"Cancel", b} default button n with icon 1
tell application "System Events" to if exists process s then
my (application s's (quit))
repeat while exists process s
end repeat
end if
do shell script "defaults write com.apple.Safari IncludeDebugMenu " & 2 - n
tell application s to activate


-----------------

---
kai

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: asx file creation
  • Next by Date: Re: Print current record from FileMaker?
  • Previous by thread: Re: Safari and getting Netscape bookmarks into it
  • Next by thread: Re: Applescript-users Digest, Vol 2, Issue 203
  • Index(es):
    • Date
    • Thread