Skip to content
Discussion options

You must be logged in to vote

Sure, add something like this as additional JavaScript (should also work with instant loading):

document$.subscribe(() => {
  const links = Array.from(document.querySelectorAll(".headerlink"))
  for (const link of links) {
    link.setAttribute("data-clipboard-text", link.href)
  }
})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@caseyamp
Comment options

Answer selected by caseyamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants