Jump to content

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

10 July 2025

11 February 2025

2 February 2025

12 January 2025

9 January 2025

8 January 2025

7 January 2025

5 January 2025

22 December 2024

19 December 2024

  • curprev 08:5408:54, 19 December 2024 IEFAdmin talk contribs 4,097 bytes +4,097 Created page with "document.addEventListener('DOMContentLoaded', function () { console.log('JavaScript נטען בהצלחה'); // הודעת בדיקה const toggleButton = document.createElement('button'); toggleButton.innerText = 'החלף למצב יום/לילה'; toggleButton.classList.add('toggle-button'); document.body.appendChild(toggleButton); toggleButton.addEventListener('click', function () { const isDark = document.body.classList.toggle('dark-..."