Bypass DNS timeouts in Safari via AppleScript |
|
|
For some reason, Apple has given Safari very little patience in waiting for DNS queries -- it quite often gives up on a query and won?t load a page, even though that page will load fine in Firefox or another browser. If you need to use Safari, though, you can use this script to look up the IP address of the site and load the page using that instead:
(*
Bypass DNS in current tab © RickoKid 2008
Version 0.1
This script was written to get around the annoying way that Safari
gives up very easily when waiting for a DNS lookup, but command
line DNS lookups still work fine.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as ...
|