chaowenguo
commited on
Commit
•
3a6306f
1
Parent(s):
efb95ed
Update index.js
Browse files
index.js
CHANGED
@@ -11,7 +11,7 @@ for (const button of globalThis.document.querySelectorAll('div[style*="justify-c
|
|
11 |
{
|
12 |
const hyperlink = globalThis.document.createElement('a')
|
13 |
hyperlink.textContent = hyperlink.href = episode
|
14 |
-
list.
|
15 |
}
|
16 |
globalThis.document.querySelector('div[style*="flex-direction"]').style.width = globalThis.document.querySelector('body > nav').style.marginLeft = globalThis.document.querySelector('div[style*="justify-content"]').style.marginLeft = globalThis.document.querySelector('video').style.marginLeft = '10%'
|
17 |
}
|
|
|
11 |
{
|
12 |
const hyperlink = globalThis.document.createElement('a')
|
13 |
hyperlink.textContent = hyperlink.href = episode
|
14 |
+
list.appendChild(hyperlink)
|
15 |
}
|
16 |
globalThis.document.querySelector('div[style*="flex-direction"]').style.width = globalThis.document.querySelector('body > nav').style.marginLeft = globalThis.document.querySelector('div[style*="justify-content"]').style.marginLeft = globalThis.document.querySelector('video').style.marginLeft = '10%'
|
17 |
}
|