Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Rhythm Game 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:46, 9 January 2025 TadeLn talk contribs created page MediaWiki:Gadget-rizline-clickable-bio-chips.js (Created page with "Finds elements by a selector and executes a function for each element: function findAndExecute(selector, callback) { const elements = document.querySelectorAll(selector); elements.forEach((element) => { try { callback(element); } catch (e) { console.error(`Error while initializing "${selector}"`, e); } }); } Rizline clickable bio chips: findAndExecute(".rgwiki-rizline-bio-chip-focusable", (chip) => {...")