-
- --
- Days
-
-
- --
- Hours
-
-
- --
- Minutes
-
-
-
--
-
Seconds
+
+
+ --
+ Days
+
+
+ --
+ Hours
+
+
+ --
+ Minutes
+
+
+ --
+ Seconds
+
-
-
No countdown running
-
+
No countdown running
+
-
+
-
-
+
+
-
-
\ No newline at end of file
+
+
diff --git a/tools/password.html b/tools/password.html
index 364d2e3c..e287382c 100644
--- a/tools/password.html
+++ b/tools/password.html
@@ -1,44 +1,55 @@
-
+
-
-
-
-
Password Generator
-
-
-
-
-
- Password Generator
- ← Back
-
+
+
+
+
Password Generator
+
+
+
+
+
+ Password Generator
+ ← Back
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
\ No newline at end of file
+
+
diff --git a/tools/password.js b/tools/password.js
index 609137b3..7f5927b7 100644
--- a/tools/password.js
+++ b/tools/password.js
@@ -52,16 +52,16 @@ document.getElementById("generateBtn").addEventListener("click", () => {
Sentry.captureMessage("Password generated", {
level: "info",
extra: {
- length: length,
+ length,
lowercase: document.getElementById("lowercase").checked,
uppercase: document.getElementById("uppercase").checked,
numbers: document.getElementById("numbers").checked,
- symbols: document.getElementById("symbols").checked
- }
+ symbols: document.getElementById("symbols").checked,
+ },
});
});
document.getElementById("copyBtn").addEventListener("click", () => {
navigator.clipboard.writeText(document.getElementById("result").value);
Sentry.captureMessage("Password copied", { level: "info" });
-});
\ No newline at end of file
+});
diff --git a/tools/qr.html b/tools/qr.html
index 0411c51e..e5a5a48e 100644
--- a/tools/qr.html
+++ b/tools/qr.html
@@ -1,40 +1,43 @@
-
+
-
-
-
-
QR Code Generator
-
-
-
-
-
-
-
- QR Code Generator
- ← Back
-
+
+
+
+
QR Code Generator
+
+
+
+
+
+
+
+ QR Code Generator
+ ← Back
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
\ No newline at end of file
+
+
diff --git a/tools/qr.js b/tools/qr.js
index e346a764..ab92a5a5 100644
--- a/tools/qr.js
+++ b/tools/qr.js
@@ -17,7 +17,7 @@ generateBtn.addEventListener("click", () => {
// Generate new QR
qr = new QRCode(qrCodeContainer, {
- text: text,
+ text,
width: 200,
height: 200,
colorDark: "#000000",
@@ -59,10 +59,10 @@ document.getElementById("generateBtn").addEventListener("click", () => {
Sentry.captureMessage("QR code generated", {
level: "info",
- extra: { inputLength: text.length }
+ extra: { inputLength: text.length },
});
});
document.getElementById("downloadBtn").addEventListener("click", () => {
Sentry.captureMessage("QR code downloaded", { level: "info" });
-});
\ No newline at end of file
+});
diff --git a/tools/timestamp.html b/tools/timestamp.html
index 33949151..c3c51768 100644
--- a/tools/timestamp.html
+++ b/tools/timestamp.html
@@ -1,40 +1,47 @@
-
+
-
-
-
-
Timestamp Converter
-
-
-
-
+
+
+
+
Timestamp Converter
+
+
+
+
-
-
-
Timestamp ➝ Date
-
-
-
Result: --
-
+
+
+
Timestamp ➝ Date
+
+
+
Result: --
+
-
-
Date ➝ Timestamp
-
-
-
Result: --
-
-
+
+
Date ➝ Timestamp
+
+
+
Result: --
+
+
-
+
-
-
+
+
-
-
\ No newline at end of file
+
+