Main public logs
More actions
Combined display of all available logs of OMGRO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:03, 22 August 2025 Omgro talk contribs created page MediaWiki:Gadget-copyCode.js (Created page with "mw.loader.using(['jquery']).then(function() { // Find all <code> elements $('code').each(function() { var $code = $(this); // Skip <code> inside <pre> or <syntaxhighlight> to avoid conflicts if ($code.parents('pre, .mw-highlight').length === 0) { // Create a wrapper div for positioning var $wrapper = $('<div>').css({ 'position': 'relative', 'display': 'inline-block' });...")