All public logs
From VRChat Wiki
Combined display of all available logs of VRChat Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:47, 10 October 2024 ArieĀ² talk contribs created page MediaWiki:YouTube.js (Created page with "// This could be replaced with https://www.mediawiki.org/wiki/Extension:YouTube, but it // was easier to just implement it myself instead of asking & waiting for it to be added. [...document.querySelectorAll(".youtube")].map((element) => { const { videoId, ...attributes } = element.dataset; const iframe = document.createElement("iframe"); iframe.setAttribute("width", 560); iframe.setAttribute("height", 315); iframe.setAttribute("frameborder", 0); // As suggested...")