mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
10 lines
344 B
JavaScript
10 lines
344 B
JavaScript
// window.addEventListener('DOMContentLoaded', () => {
|
|
// const replaceText = (selector, text) => {
|
|
// const element = document.getElementById(selector)
|
|
// if (element) element.innerText = text
|
|
// }
|
|
|
|
// for (const type of ['chrome', 'node', 'electron']) {
|
|
// replaceText(`${type}-version`, process.versions[type])
|
|
// }
|
|
// })
|