mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix random bugs.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "bestseqta",
|
"name": "betterthanbetterseqta",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": " ",
|
"description": " ",
|
||||||
"main": "webpack.config.js",
|
"main": "webpack.config.js",
|
||||||
|
|||||||
@@ -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
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user