codeberg is different ig

This commit is contained in:
Dario48true 2025-02-14 09:25:03 +01:00
parent d801db3867
commit 6a8becba84
11 changed files with 7 additions and 15 deletions

1
path.js Normal file
View file

@ -0,0 +1 @@
document.getElementById("path").addEventListener("keydown", function(e) { if (e.key === "Enter") { window.location.href = window.location.origin + e.target.value } })