diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 0f25e7eb..2eca4a2b 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -368,7 +368,12 @@ export function OpenAboutPage() { let text = stringToHTML( /* html */ `
-

Yo

+

About

+

BetterSEQTA+ is a fork of BetterSEQTA which was originally developed by Nulkem, which was discontinued. BetterSEQTA+ continued development of BetterSEQTA, while incorporating a plethora of features.

+
+

We are currently working on fixing bugs and adding good features. If you want to make a feature request or report a bug, you can do so on GitHub.

+

Credits

+

Nulkem created the original extension, was ported to Manifest V3 by MEGA-Dawg68, and is under active development by Crazypersonalph and SethBurkart123.

`, ).firstChild @@ -2590,4 +2595,4 @@ async function CheckForMenuList() { } catch (error) { return; } -} \ No newline at end of file +}