All public logs

Jump to navigation Jump to search

Combined display of all available logs of Discord Client Modding Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:54, 7 March 2024 Vendicated talk contribs created page MediaWiki:Gadget-oneko.js (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...")