scripts
王良 2024-04-24 15:10:17 +08:00
parent 16b0b5ca40
commit 537eca72a1
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ document.addEventListener("DOMContentLoaded", () => {
let html = target.querySelector('input[value^="https:"]');
if (!html) return;
if (!html.nextElementSibling) return false;
let href_split = html.value.replace(/https:\/\/\w+.\w+\//g, ''),
let href_split = html.value.replace(/https:\/\/\w+.\w+/g, ''),
html_parent = '<div style="margin-top: 4px;" class="XIU2-GC ' + html.parentElement.className + '">',
url = '', _html = '', _gitClone = '';
html.nextElementSibling.hidden = true; // 隐藏右侧复制按钮