User:Raven.Familiar/common.js: Revision history

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.

4 September 2025

30 August 2025

29 August 2025

  • curprev 19:3919:39, 29 August 2025 Raven.Familiar talk contribs 965 bytes +965 Created page with "var links = [ {href:'/wiki/User:Raven.Familiar/Tasks', text:'Tasks'}, {href:'/wiki/User:Raven.Familiar/Sandbox', text:'Sandbox'} ]; var addLinks = function(link) { $('.user-panel__list').append( $('<li>', {'class':'user-panel__list-item'}) .append($('<a>', link)) ); }; if (document.querySelector('.user-panel__list')) { links.forEach(addLinks); } else { // set up the mutation observer var observer = new MutationObserver(func..."