MediaWiki:Gadget-LightToggle.js: Revision history

From Halopedia, the Halo wiki

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.

October 9, 2023

August 23, 2023

  • curprev 15:1915:19, August 23, 2023Porplemontage talk contribs 1,061 bytes +1,061 Created page with "// Toggle a light theme for supported dark skins function setCookie(c_name, value, expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + expiredays); document.cookie = c_name + '=' + escape(value) + ';path=/' + ((expiredays === null) ? '' : ';expires=' + exdate.toGMTString()); } function getCookie(c_name) { if (document.cookie.length > 0) { c_start = document.cookie.indexOf(c_name + '='); if (c_start != -1) { c_start = c_start + c_name.leng..."