Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
function
relativeUrlToAbsolute(url) {
389
try {
390
return
new
URL(url).href;
391
} catch (e) {
392
return
url;
393
}
394
}
395
function
getBg(node) {
396
if
(
397
!node ||
Callers
1
getImgSrcsFromElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected