你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/370-stop-overzealous-embedding/discussions/5833,源站連結 點此以跳轉。
Tries to turn embedded Youtube videos into links
< 脚本 Stop Overzealous Embedding 的反馈
I don't know if the script can be smart enough to resize in all cases. If the video embedding is done with a single iframe that explicitly specifies width and height, then the space taken up will indeed be freed by the script --- it just deletes the iframe.
However, the video could be packed using nested iframes where only the outer one specifies the size. Or maybe it is inside a div that does this. Or maybe width and height are not attributes but inferred from a stylesheet.
Request: collapse the video element
The space taken by the video elements is quite large and makes reading especially forum threads with a lot of embeds challenging.