|
Peace of mind is just one click away |
There are at least two things a respectable web site should never do:
And this is not just about being impolite, it's actually outright stupid to annoy users with more or less erratic browser behavior. After all, you want them to come back, right? Still, some web designers just don't get it. That's why most browsers have controls to switch off that kind of offensive behavior. Safari, however, only has a hidden preference for redirecting new-window links to new tabs, while there's no way whatsoever to disable those other two annoyances. That's precisely the gap Safari Guardian fills. Unfortunately, there's no official Safari plugin interface, so we had to implement this as a SIMBL bundle, but it gets the job done. Install Safari Guardian, configure it in Safari's "Safari" menu, and make both unsolicited JavaScript window resizing and those new "_blank" windows go away. (New windows opened via JavaScript will still be there. Sorry.) By the way, in addition to disabling the abovementioned Safari features, Safari Guardian can also keep Safari from bringing browser windows/tabs to the front via JavaScript, and you can configure Safari to ignore that "Pinch" gesture that often makes you zoom web pages involuntarily when all you wanted to do was a simple two-finger scroll. Why is having to use SIMBL a drawback? Here's the gist: SIMBL bundles are input managers. More precisely, they are software bundles that are injected into applications by a meta input manager (namely SIMBL), and that's a safety plus in comparison to stand-alone input managers. But they still are hacks, and as such, they represent an inofficial backdoor to implementing plugins, which may break with any Safari or system update. In a way, choosing between input managers and JavaScript window resizing means picking the lesser of two evils. And if you don't feel capable of properly assessing the risks of using an input manager, you may be better off not using Safari Guardian at all. |