PDA

View Full Version : Safari 'link details' help


iggynodoze
02-07-2007, 05:13 PM
Whenever I mouse over a link in safari a yellow box appears showing the url.
This is becoming a major annoyance. Does anyone know how I can disable this?

ubrgeek
05-28-2007, 10:02 AM
This is an annoying feature. The link detail is listed at the bottom of the browser window and the pop-up just gets in the way of things. Anyone at all know how to remove this "functionality"?

bobw
05-28-2007, 10:23 AM
Safari Tool Tips (Hoover Over)
In Terminal;

Disable

defaults write com.apple.Safari WebKitShowsURLsInToolTips 0

Enable

efaults write com.apple.Safari WebKitShowsURLsInToolTips 1

ubrgeek
05-28-2007, 12:35 PM
Do I need to do it as root? I did it via su (I know, I know, should have used sudo) but it doesn't appear to have done anything other than change the color to white (vice yellow)

hayne
05-28-2007, 02:47 PM
Do I need to do it as root? I did it via su (I know, I know, should have used sudo)

Huh?
This is a setting that you want to change for your user account - hence you run the 'defaults' command as your user. (No 'su' or 'sudo')

ubrgeek
05-29-2007, 09:17 AM
For some reason I had thought that it was something that needed to be done globally. But as you pointed out, nope. It works now. Thanks for the help. :)