原脚本:https://greasyfork.org/zh-CN/scripts/460537
改动:
85 // document.title = (receivedLength / contentLength * 100).toFixed(2) + "%"
88 // document.title = '下载完成!';
将标题用作进度条展示下载进度
原脚本:https://greasyfork.org/zh-CN/scripts/460537
改动:
85 // document.title = (receivedLength / contentLength * 100).toFixed(2) + "%"
88 // document.title = '下载完成!';
将标题用作进度条展示下载进度