chaowenguo commited on
Commit
3a6306f
1 Parent(s): efb95ed

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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.globalThis.document.querySelector('div[style*="flex-direction"]')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
  }
 
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
  }