Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions 115转存助手ui优化版.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,9 @@ function waitForKeyElements(
waitForKeyElements('div#js_top_header_file_path_box', CreateSha1ButtonForSelectedItems);
//隐藏截图中的uid
waitForKeyElements('div[class^="fp-"]', HandleUidDiv);

//将所有点结尾的文件设置为可播放
waitForKeyElements(".list-contents", (function(){ $(".list-contents > ul > li").each(function(i, item) {if($(this).attr('title').substr(-1) == '.'){$(this).attr('iv',1);}});}));

function HandleUidDiv(node) {
node.hide();
console.log("set uiddiv");
Expand Down Expand Up @@ -4975,4 +4977,4 @@ function waitForKeyElements(



})();
})();