import Orion import UIKit class UIOpenURLContextHook: ClassHook { func URL() -> URL { let url = orig.URL() if url.isOpenSpotifySafariExtension { return Foundation.URL(string: "https:/\(url.path)")! } return url } }