I need to select all local links, regardless of if the start with
/path/to/page
http://mydomain.com/path/to/page
https://mydomain.com/path/to/page
and replace them with
/#/path/to/page
Thanks for your help.
Edit: As pointed out by dvhh in a comment, a better solution would be to target clicks. So sorry, I won't be testing solutions to mark a correct answer. Thanks for your help
Edit 2: Posted a new question about doing this via a click.