MediaWiki:Gadget-darkmode.js: Revision history

Jump to navigation Jump to search

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.

23 June 2024

  • curprev 11:4611:46, 23 June 2024PretzelBubbleTea talk contribsm 1,185 bytes −3 No edit summary
  • curprev 11:2811:28, 23 June 2024PretzelBubbleTea talk contribs 1,188 bytes +1,188 Created page with ";(function($, mw){ var DARK_COOKIE = 'darkmode', THEME_COOKIE = 'theme', isUsingDarkmode = $.cookie(THEME_COOKIE) === 'dark' || ($.cookie(THEME_COOKIE) == null && $.cookie(DARK_COOKIE) === 'true'), portletLink; var self = { init: function () { $.cookie(THEME_COOKIE, isUsingDarkmode ? 'dark' : 'light', {expires: 365, path: '/'}); portletLink = mw.util.addPortletLink( 'p-personal', '', '', 'pt-dm-toggle', 'Toggle dark mode', null,..."