web-monetization-extension icon indicating copy to clipboard operation
web-monetization-extension copied to clipboard

Retrieve monetization link href with `getAttribute`

Open raducristianpopa opened this issue 6 months ago • 1 comments

Context

Going to a website (https://example.com/) that has the following monetization link:

<link rel="monetization" href="foo" />

the href attribute will be resolved to https://example.com/foo, since we access the href property directly.

Todos

  • Retrieve link href with getAttribute

raducristianpopa avatar Aug 05 '24 08:08 raducristianpopa