MediaWiki:Oneko.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 March 2024

  • curprev 19:5319:53, 7 March 2024Vendicated talk contribs empty −5,607 Blanked the page Tag: Blanking
  • curprev 19:5119:51, 7 March 2024Vendicated talk contribs 5,607 bytes +5,607 Created page with "// oneko.js // Copyright © 2022 adryd // SPDX-License-Identifier: MIT // https://github.com/adryd325/oneko.js (function oneko() { const isReducedMotion = window.matchMedia(`(prefers-reduced-motion: reduce)`) === true || window.matchMedia(`(prefers-reduced-motion: reduce)`).matches === true; if (isReducedMotion) return; const nekoEl = document.createElement("div"); let nekoPosX = 32; let nekoPosY = 32; let mousePosX = 0; let mousePosY = 0; l..."