ฉันมีปัญหาเดียวกันและเขียน AppleScript เล็กน้อยเพื่อจัดการกับสิ่งนี้ คุณสามารถค้นหาแอปได้ที่นี่: https://github.com/biafra23/Default-Fluids
คุณต้องทำให้สคริปต์นี้เป็นเบราว์เซอร์เริ่มต้นของคุณ สามารถทำได้ด้วย Safari: เมนู -> Safari -> การตั้งค่า -> ทั่วไป -> เว็บเบราว์เซอร์เริ่มต้น
แหล่งที่มาอยู่ในhttps://github.com/biafra23/Default-Fluids/blob/master/default_browser.app/Contents/Resources/Scripts/main.scpt
มันมีส่วนเช่นนี้:
if this_URL contains "facebook.com" then
tell application "/Applications/Fluids/facebook.app"
activate
open location this_URL
end tell
else if
...
else
-- default browser here
tell application "/Applications/Firefox.app"
activate
open location this_URL
end tell
end if
คุณต้องทำการเปลี่ยนแปลงสิ่งต่าง ๆ ตามการตั้งค่าของคุณด้วย AppleScript Editor
มันไม่สะดวกเท่า choosyosx แต่มันฟรี