您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
adding button on jut.su for downloading
This script dynamically adds a download button for a 1080p video source on a webpage. The button allows users to download the video file directly when clicked. The script waits for the specified video source element to be available in the DOM before adding the button.
waitForKeyElements
to monitor the DOM for the presence of a video source element with the label "1080p".div
to hold the link. The download link is styled and has an event listener to handle the download action via JavaScript.videoContent
.waitForKeyElements:
addButton
function when the element is found.addButton:
createDownloadLink
.extractVideoName:
createDownloadLink:
div
and a
element styled for the download link.handleDownloadClick:
a
element to trigger the download.QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址