Skip to content

Commit 68fac19

Browse files
Update archive-youtube-backlink.js
1 parent 3f099a1 commit 68fac19

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

archive-youtube-backlink.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482

483483
//iframe.className = "hidden-iframe";
484484

485-
/*
485+
/**/
486486
// Apply inline styles (completely invisible but functional)
487487
Object.assign(iframe.style, {
488488
position: "fixed",
@@ -495,7 +495,8 @@
495495
pointerEvents: "none",
496496
zIndex: "-1"
497497
});
498-
*/
498+
/**/
499+
499500

500501
// Build Wayback Save URL
501502
//const waybackUrl = "https://web.archive.org/save/" + encodeURIComponent(url);

0 commit comments

Comments
 (0)