You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: App/Misc/HTMLRenderingHelpers.swift
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -458,8 +458,51 @@ extension HTMLDocument {
458
458
459
459
a.parent?.replace(child: a, with: videoElement)
460
460
}
461
-
461
+
462
+
}
463
+
}
464
+
}
465
+
466
+
/**
467
+
Replaces video-embed elements with plain links to the underlying URL. Pair with skipping `embedVideos()` and `useHTML5VimeoPlayer()` to honour a "don't embed videos" preference.
0 commit comments