From f03d25f9180d028345bd95c465473efc9b89f836 Mon Sep 17 00:00:00 2001 From: Jones Date: Wed, 28 May 2025 08:30:10 +0930 Subject: [PATCH 1/3] Update OpenAboutPage.ts - Remove scrollbar to nowhere --- src/seqta/utils/Openers/OpenAboutPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index d097864e..1f201679 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -21,7 +21,7 @@ export function OpenAboutPage() { ).firstChild; let text = stringToHTML(/* html */ ` -
+

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

From 07af33eb78cec7331b799f4ca073e19aede0f3c3 Mon Sep 17 00:00:00 2001 From: Jones Date: Wed, 28 May 2025 08:33:26 +0930 Subject: [PATCH 2/3] Update OpenAboutPage.ts - Remove scrollbar to nowhere --- src/seqta/utils/Openers/OpenAboutPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 1f201679..1912c9f3 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -21,7 +21,7 @@ export function OpenAboutPage() { ).firstChild; let text = stringToHTML(/* html */ ` -
+

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

From 599f20e6d0e168501ea964ee4534df49a174b13c Mon Sep 17 00:00:00 2001 From: Jones Date: Wed, 28 May 2025 10:00:22 +0930 Subject: [PATCH 3/3] Add oxford comma --- src/seqta/utils/Openers/OpenAboutPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seqta/utils/Openers/OpenAboutPage.ts b/src/seqta/utils/Openers/OpenAboutPage.ts index 1912c9f3..62ee79fd 100644 --- a/src/seqta/utils/Openers/OpenAboutPage.ts +++ b/src/seqta/utils/Openers/OpenAboutPage.ts @@ -27,7 +27,7 @@ export function OpenAboutPage() {

BetterSEQTA+ is a fork of BetterSEQTA (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 useful features. If you want to make a feature request or report a bug, you can do so on GitHub (find icon below). We are always looking for more contributors!

Credits:

-

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

+

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

`).firstChild;