Re-brand under ailur.dev

This commit is contained in:
Tracker-Friendly 2024-09-24 19:49:46 +01:00
parent 7b95a3bc95
commit 5e2455aa81
6 changed files with 12 additions and 12 deletions

View File

@ -62,7 +62,7 @@
<details> <details>
<summary>Does Burgernotes accept donations?</summary> <summary>Does Burgernotes accept donations?</summary>
<br> <br>
Yes! Donations of any amount is appreciated to keep Burgernotes running. <br>You may donate at https://www.hectabit.org/donate, the non-profit software project behind Burgernotes. Yes! Donations of any amount is appreciated to keep Burgernotes running. <br>You may donate at https://www.ailur.dev/donate, the non-profit software project behind Burgernotes.
</details> </details>
</div> </div>

View File

@ -7,8 +7,8 @@ let backButton = document.getElementById("backButton")
let remote = localStorage.getItem("SETTING-homeServer") let remote = localStorage.getItem("SETTING-homeServer")
if (remote == null) { if (remote == null) {
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
remote = "https://notes.hectabit.org" remote = "https://notes.ailur.dev"
} }
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {

View File

@ -8,8 +8,8 @@ if (localStorage.getItem("PRIVATE-secretKey") !== null || localStorage.getItem("
let remote = localStorage.getItem("SETTING-homeServer") let remote = localStorage.getItem("SETTING-homeServer")
if (remote == null) { if (remote == null) {
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
remote = "https://notes.hectabit.org" remote = "https://notes.ailur.dev"
} }
let inputContainer = document.getElementById("inputContainer") let inputContainer = document.getElementById("inputContainer")

View File

@ -15,8 +15,8 @@ if (secretKey === null || password === null) {
} }
if (remote == null) { if (remote == null) {
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
remote = "https://notes.hectabit.org" remote = "https://notes.ailur.dev"
} }
function formatBytes(a, b = 2) { function formatBytes(a, b = 2) {

View File

@ -10,8 +10,8 @@ if (secretKey === null || cryptoKey === null) {
let remote = localStorage.getItem("SETTING-homeServer") let remote = localStorage.getItem("SETTING-homeServer")
if (remote == null) { if (remote == null) {
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
remote = "https://notes.hectabit.org" remote = "https://notes.ailur.dev"
} }
let notesPlainText = "" let notesPlainText = ""

View File

@ -8,8 +8,8 @@ if (localStorage.getItem("PRIVATE-secretKey") !== null || localStorage.getItem("
let remote = localStorage.getItem("SETTING-homeServer") let remote = localStorage.getItem("SETTING-homeServer")
if (remote == null) { if (remote == null) {
localStorage.setItem("SETTING-homeServer", "https://notes.hectabit.org") localStorage.setItem("SETTING-homeServer", "https://notes.ailur.dev")
remote = "https://notes.hectabit.org" remote = "https://notes.ailur.dev"
} }
let usernameBox = document.getElementById("usernameBox") let usernameBox = document.getElementById("usernameBox")
@ -93,7 +93,7 @@ signupButton.addEventListener("click", () => {
/* /*
* Compiled version of: * Compiled version of:
* hashcat-wasm (https://concord.hectabit.org/hectabit/hashcat-wasm) * hashcat-wasm (https://concord.ailur.dev/hectabit/hashcat-wasm)
* (c) Arzumify * (c) Arzumify
* @license AGPL-3.0 * @license AGPL-3.0
* Since this is my software, if you use it with proprietary servers, I will make sure you will walk across hot coals (just kidding, probably). * Since this is my software, if you use it with proprietary servers, I will make sure you will walk across hot coals (just kidding, probably).