MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / relativeUrlToAbsolute

Function relativeUrlToAbsolute

scripts/magnify_image.js:388–394  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

386};
387
388function relativeUrlToAbsolute(url) {
389 try {
390 return new URL(url).href;
391 } catch (e) {
392 return url;
393 }
394}
395function getBg(node) {
396 if (
397 !node ||

Callers 1

getImgSrcsFromElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected