Better than better seqta :)

This commit is contained in:
Seth Burkart
2023-08-11 11:37:29 +10:00
parent fe53567052
commit 28f49713eb
10 changed files with 43 additions and 46 deletions
+3 -3
View File
@@ -49,7 +49,7 @@
<div>
<h1 class="addonitem">About</h1>
<p class="item subitem">Created and developed and maintained by CK and AH</p>
<p class="item subitem">BestSEQTA is a revived or BetterSEQTA
<p class="item subitem">Better than BetterSEQTA is a revived or BetterSEQTA
which is no longer maintained.</p>
</div>
</div>
@@ -237,7 +237,7 @@
<div class="item-container">
<div class="text-container">
<h1 class="addonitem">Animated Background</h1>
<p class="item subitem">Adds an animated background to BestSEQTA.</p>
<p class="item subitem">Adds an animated background to Better than BetterSEQTA.</p>
</div>
<div class="onoffswitch"><input class="onoffswitch-checkbox notification" type="checkbox" id="animatedbk">
<label for="animatedbk" class="onoffswitch-label"></label>
@@ -260,7 +260,7 @@
<div class="item-container" style="height: 2em; margin-top: 0px;">
<div class="text-container">
<h1 class="addonitem">BestSEQTA</h1>
<h1 class="addonitem">BetterSEQTA</h1>
</div>
<div class="onoffswitch" style="margin-bottom: 0px;"><input class="onoffswitch-checkbox notification"
type="checkbox" id="onoff">
+1 -1
View File
@@ -52,7 +52,7 @@ var validURL = false;
var validName = false;
function openGithub() {
chrome.tabs.create({ url: "https://github.com/OG-RandomTechChannel/BestSEQTA" });
chrome.tabs.create({ url: "https://github.com/SethBurkart123/BetterThanBetterSeqta" });
}