Re: Any way to intercept the URL-opening mechanism on OS X?
Re: Any way to intercept the URL-opening mechanism on OS X?
- Subject: Re: Any way to intercept the URL-opening mechanism on OS X?
- From: email@hidden
- Date: Wed, 23 Dec 2015 09:32:41 +0100
- Importance: Normal
Can't NSURLProtocol help you here??
Docs:
https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSURLProtocol_Class/
Tutorial:
http://www.raywenderlich.com/59982/nsurlprotocol-tutorial
> You know how you can click links in email, and heck, to open them in
> Safari (or whatever browser)? Is there any way to write an extension of
> some sort that can intercept this and re-write the URL? I tried to write a
> filter in Safari proper for the URL that the user pastes into the address
> bar, but Safari plug-ins don't have access to that.
>
> I want to write a thing to strip all the utm_* parameters off the URLs.
>
> What about intercepting the clipboard and rewriting text there?
>
> TIA,
>
> --
> Rick Mann
> email@hidden
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden