From 59a2958035bd3dde62ad2c0723e11c62f89441d2 Mon Sep 17 00:00:00 2001 From: agnes Date: Tue, 9 Jun 2026 12:31:43 +0000 Subject: [PATCH] Add scripts/neocities-edit-button.js --- scripts/neocities-edit-button.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scripts/neocities-edit-button.js diff --git a/scripts/neocities-edit-button.js b/scripts/neocities-edit-button.js new file mode 100644 index 0000000..db26de9 --- /dev/null +++ b/scripts/neocities-edit-button.js @@ -0,0 +1,16 @@ +// use this to create a quick link to edit whatever page of the site you're currently visiting. if a user of your site who isnt you but is +// logged in to neocities clicks it, it will take them to the edit page of their own account +// for the file that corresponds to whatever url you were visiting. it's very basic lol. + + \ No newline at end of file