PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

MediaWiki:Featured-video.js: Revision history

From PC Gaming Shelter

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 June 2026

  • curprev 19:4719:47, 6 June 2026 WikiVisor talk contribs 776 bytes −1,525 No edit summary
  • curprev 19:4119:41, 6 June 2026 WikiVisor talk contribs 2,301 bytes +2,301 Created page with "(function () { 'use strict'; var observedWrappers = new WeakSet(); var resizeObserver = 'ResizeObserver' in window ? new ResizeObserver(function (entries) { entries.forEach(function (entry) { resizeWrapper(entry.target); }); }) : null; var mutationObserver = new MutationObserver(function (mutations) { mutations.forEach(function (mutation) { resizeWrapper(mutation.target.closest('.embedvideo-wrapper')); });..."