Main public logs
From Little Tail Wiki
Jump to navigationJump to search
Combined display of all available logs of Little Tail Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:59, 6 February 2025 Zoltier talk contribs created page MediaWiki:Gadget-DeferredDisplay.js (Created page with "* * Deferred display of {{tl|nsfw}}-tagged images. * @author Vish, 2024: $(document).ready(function() { // Hide images immediately $('img[alt*=NSFWTAG]').css('opacity', '0'); $('.image[title*=NSFWTAG]').find('img').css('opacity', '0'); // Create overlay div and apply styles function createOverlay(parent) { parent.css({ display: 'block' }); var image = parent.find('img'); // Use the `height` att...")