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).
- 16:55, 30 May 2025 Ose talk contribs created page MediaWiki:ResizeScript.js (Created page with "jQuery( function ( $ ) { 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 and change it...")