Mastodon integration successful

This commit is contained in:
CatAClock 2025-05-02 15:15:59 -07:00
parent 0f420b6eb9
commit a035d4cf9a
4 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@
<section style="position: absolute; width: 100%; height: 100%" class="Notifications"></section>
<header style="position: relative; z-index: 1;">
<h1>Mail</h1>
<p onclick="history.back()"><b>OK</b></p>
<p onclick="window.location.href = window.location.origin"><b>Back</b></p>
</header>
</body>
</html>

View file

@ -16,6 +16,6 @@
<textarea cols="50" rows="25" class="text" placeholder="status here..."></textarea>
<p class="button">POST!</p>
</header>
<p onclick="history.back()"><b>Back</b></p>
<p onclick="window.location.href = window.location.origin"><b>Back</b></p>
</body>
</html>

View file

@ -22,6 +22,6 @@
<p class="Login Bluesky"><em>Login to Bluesky</em></p>
<input type="text" class="WebInput Bluesky" />
<p class="Logout Bluesky" style="visibility: hidden;"><em>Logout of Bluesky</em></p>
<p onclick="history.back()"><b>OK</b></p>
<p onclick="window.location.href = window.location.origin"><b>Back</b></p>
</body>
</html>

View file

@ -22,4 +22,5 @@ async function Post() {
if (Cookie.IsCookieReal(Cookie.BlueskyAccessTokenCookie)) {
}
InputArea.value = "";
}