fix random bugs.

This commit is contained in:
Seth Burkart
2023-08-18 17:34:39 +10:00
parent 3fdf5a5706
commit 0ef3b32028
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "bestseqta", "name": "betterthanbetterseqta",
"version": "1.0.0", "version": "1.0.0",
"description": "![Logo](https://raw.githubusercontent.com/SethBurkart123/BetterThanBetterSeqta/c96edd5956fc11571408310aea98cf7222d6876f/src/icons/betterseqta-light-full.png#gh-dark-mode-only) ![Logo](https://raw.githubusercontent.com/SethBurkart123/BetterThanBetterSeqta/c96edd5956fc11571408310aea98cf7222d6876f/src/icons/betterseqta-dark-full.png#gh-light-mode-only)", "description": "![Logo](https://raw.githubusercontent.com/SethBurkart123/BetterThanBetterSeqta/c96edd5956fc11571408310aea98cf7222d6876f/src/icons/betterseqta-light-full.png#gh-dark-mode-only) ![Logo](https://raw.githubusercontent.com/SethBurkart123/BetterThanBetterSeqta/c96edd5956fc11571408310aea98cf7222d6876f/src/icons/betterseqta-dark-full.png#gh-light-mode-only)",
"main": "webpack.config.js", "main": "webpack.config.js",
+1 -1
View File
@@ -287,7 +287,7 @@
<div></div> <div></div>
<div style="position: absolute; bottom: 15px; right: 50px; color: rgb(177, 177, 177); display: flex;"> <div style="position: absolute; bottom: 15px; right: 50px; color: rgb(177, 177, 177); display: flex;">
<p style="margin: 0; margin-right: 5px; color: white;">Maintanied by RTC </p> <p style="margin: 0; margin-right: 5px; color: white;">Maintanied by SethBurkart123 </p>
<p style="margin: 0; margin-right: 5px;" id="version"></p> <p style="margin: 0; margin-right: 5px;" id="version"></p>
</div><img src="/popup/github.svg" alt="" id="github"> </div><img src="/popup/github.svg" alt="" id="github">
</div> </div>
+3 -3
View File
@@ -128,7 +128,7 @@ function OpenWhatsNewPopup() {
var header = stringToHTML(`<div class="whatsnewHeader"> var header = stringToHTML(`<div class="whatsnewHeader">
<h1>What's New</h1> <h1>What's New</h1>
<p>Better BetterSEQTA V${chrome.runtime.getManifest().version}</p> <p>Better than BetterSEQTA V${chrome.runtime.getManifest().version}</p>
</div>`).firstChild; </div>`).firstChild;
imagecont = document.createElement('div'); imagecont = document.createElement('div');
@@ -1271,7 +1271,7 @@ function CallExtensionSettings() {
<div> <div>
<h1 class="addonitem">About</h1> <h1 class="addonitem">About</h1>
<p class="item subitem">Created and developed and maintained by SethBurkart123</p> <p class="item subitem">Created and developed and maintained by SethBurkart123</p>
<p class="item subitem">Better BetterSEQTA is a fork of the project BetterSEQTA, BetterSEQTA is no longer supported so we are here to fill that gap!</p> <p class="item subitem">Better than BetterSEQTA is a fork of the project BetterSEQTA, BetterSEQTA is no longer supported so we are here to fill that gap!</p>
</div> </div>
</div> </div>
@@ -1306,7 +1306,7 @@ function CallExtensionSettings() {
</div> </div>
<div class="aboutcontainer" style="color: rgb(155, 155, 155); font-size: 14px; margin-top: 7px;"> <div class="aboutcontainer" style="color: rgb(155, 155, 155); font-size: 14px; margin-top: 7px;">
<p>Contact: cacakaca1@outlook.com</p> <p>Contact: <a href="https://github.com/SethBurkart123/BetterThanBetterSeqta/issues">Open an issue on my github</a></p>
</div> </div>
</div> </div>