Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to toggle Safari's appearance settings' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to toggle Safari's appearance settings
Authored by: slartibartfast on Feb 12, '04 03:23:17AM

Are you running a localized Mac OS? In that case you have to change the script in a few places to correspond with actual names of menus, buttons, checkboxes and windows. I had to make five substitutions and now the script runs on a Swedish system.



[ Reply to This | # ]
A script to toggle Safari's appearance settings
Authored by: roncross@cox.net on Feb 12, '04 02:56:52PM

First, I want to thank you for getting this to run on your system. I hope that you will benefit from it. I guess you can say that I have a localized mac os x. This is my own Ti G4 powerbook 1GHz system with a Panther operating system that I purchased from Apple about a year ago. I am not sure how Apple develops their system with respect to different countries or differenct machines for that matter. But it would seem wise on their part to ensure that they develop systems that behave as similar as possible for compatibility reasons.

thx
RLC

---
rlc



[ Reply to This | # ]
A script to toggle Safari's appearance settings
Authored by: jhersco on Feb 13, '04 02:48:30AM

I am running a U.S. version of Panther (v10.3.2.) I am not clear on what changes, if any, I need to make in the script to avoid the error message.



[ Reply to This | # ]
A script to toggle Safari's appearance settings
Authored by: zoopiedoop on Sep 29, '07 09:50:41PM
I couldn't get this to work until I changed it from using a keystroke to using the menu.

Replace:
key down command
keystroke ","
delay 1
key up command

with:
click menu item "Preferences…" of menu 1 of menu bar item "Safari" of menu bar 1

[ Reply to This | # ]