Main public logs

Combined display of all available logs of Cookipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:51, 5 October 2023 Chef talk contribs created page Widget:NoPageRefresh.js (Created page with "< script type = 'text/javascript' > function fnc() { elements = document.getElementById('searcher').elements; str = ''; for (i = 0; i < elements.length; ++i) { if (elements[i].type == 'checkbox' && elements[i].checked) str = str + elements[i].value + '+'; if (elements[i].name == 'user_search') str = str + elements[i].value + '+'; } if (str.length == 0) { alert("Please select at least on...")