Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Creatorless

A user with 2 edits. Account created on 7 February 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

6 May 2025

7 February 2025

  • 17:3417:34, 7 February 2025 diff hist +5,464 N User:Creatorless/common.js Created page with "document.addEventListener('DOMContentLoaded', function () { // === 1. Sticky Header on Scroll === const header = document.querySelector('header'); let lastScrollTop = 0; window.addEventListener('scroll', function () { let currentScroll = window.pageYOffset || document.documentElement.scrollTop; if (currentScroll > lastScrollTop) { header.classList.add('sticky'); } else { header.classList.remove('sticky');..." current