MediaWiki:Gadget-CollapseExpandButtons.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.

13 March 2025

  • curprev 14:3614:36, 13 March 2025 Mahss talk contribs 1,871 bytes +1,871 Created page with "//expand all $(function() { var show_all = document.getElementsByClassName("collapse-global-show"); for (i = 0; i < show_all.length; i++ ) { var $showAllElement = $(show_all[i]); var $expandLink = $('<a />') .attr({ 'class': 'button', href: '#' + $showAllElement.text() }) .text('Expand All') .on('click', function () { $('.mw-collapsible-content').css..."