Actions

Special

Main public logs

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

Logs
  • 16:32, 30 May 2025 Ose talk contribs created page MediaWiki:Resize (Created page with "$(function() { // Document is ready function getDeviceType() { const userAgent = navigator.userAgent.toLowerCase(); if (userAgent.includes('mobile') || userAgent.includes('android') || userAgent.includes('iphone') || userAgent.includes('ipad')) { return 'mobile'; } else if (userAgent.includes('tablet')) { return 'tablet'; } else { return 'desktop'; } } if (getDeviceType() === "desktop") { // Select an element by its ID...")