Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
Content deleted Content added
XPDG (talk | contribs)
Created page with "Any JavaScript here will be loaded for all users on every page load.: //Display Discord widget $( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );"
 
XPDG (talk | contribs)
No edit summary
Line 2: Line 2:


//Display Discord widget
//Display Discord widget
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );

Revision as of 23:20, 30 May 2025

/* Any JavaScript here will be loaded for all users on every page load. */

//Display Discord widget
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=647535591818395662&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );