Chromium’s implementation currently does not trigger when clicking links
pointing to quotes within the same page. As a workaround, listen to link
clicks, and activate the polyfill when a link points to a fragment within
the same page.
As the polyfill uses the window’s selection to highlight the target(s),
this only works in Firefox, as other browsers do not support selections
having multiple ranges.