web-monetization-extension
web-monetization-extension copied to clipboard
Retrieve monetization link href with `getAttribute`
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
withgetAttribute