alex b

Results 5 comments of alex b

also very interested in this feature. can you point me towards where we could add such a functionality in the code? (and also at concerns that kept you from implementing,...

Would love this, too. then we could share links such as `example.com/abc` as well as `internal.example.com/abc`. Alternatively it'd be great to change the uniqueness constraint on `domains` from `address` to...

Had to dig for a good while to realize that my `target="_top"` links stopped working due to me using the outbound link tracking script, so I ended up here as...

Thanks for the quick reply @metmarkosaric, completely understand your priorities. I found [this blog post of yours](https://plausible.io/blog/track-outbound-link-clicks) from a year ago - if I adjust the GA script you shared...

Hoping I haven't included a typo here, yes it worked as following: ``` document.addEventListener('click', (event) => { let link = event.target; while (link && (typeof link.tagName === 'undefined' || link.tagName.toLowerCase()...