diff --git a/src/SEQTA.ts b/src/SEQTA.ts index a9a1aa73..d9d7a6ba 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -128,10 +128,13 @@ export function OpenWhatsNewPopup() { const container = document.createElement('div') container.classList.add('whatsnewContainer') - var header: any = stringToHTML(`
-

What's New

-

BetterSEQTA+ V${browser.runtime.getManifest().version}

-
`).firstChild + var header: any = stringToHTML( + /* html */ + `
+

What's New

+

BetterSEQTA+ V${browser.runtime.getManifest().version}

+
` + ).firstChild let imagecont = document.createElement('div') imagecont.classList.add('whatsnewImgContainer') @@ -151,7 +154,7 @@ export function OpenWhatsNewPopup() { textcontainer.classList.add('whatsnewTextContainer') let text = stringToHTML( - String.raw` + /* html */ `

3.2.5 - More Bug Fixes

@@ -239,7 +242,7 @@ export function OpenWhatsNewPopup() { ).firstChild let footer = stringToHTML( - String.raw` + /* html */ `
Report bugs and feedback: @@ -1248,11 +1251,25 @@ async function AddBetterSEQTAElements(toggle: any) { // Manipulate the DOM as needed const titlebar = document.getElementsByClassName('titlebar')[0] const userInfo = stringToHTML( - '
', + /* html */` +
+ +
+
+ ` ).firstChild titlebar.append(userInfo!) - const userinfo = stringToHTML(`

${info.userDesc}

${UserInitalCode}

`).firstChild + const userinfo = stringToHTML(/* html */ + `
+
+
+

+

${info.userDesc}

+
+

${UserInitalCode}

+
+
`).firstChild titlebar.append(userinfo!) var logoutbutton = document.getElementsByClassName('logout')[0] @@ -2401,7 +2418,7 @@ async function loadHomePage() { document.getElementById('home-container')!.append(upcomingcontainer) // Creates the notices container into the home container - const NoticesStr = String.raw` + const NoticesStr = /* html */ `

Notices