AL-S (обсуждение | вклад) (Полностью удалено содержимое страницы) Метка: очистка |
AL-S (обсуждение | вклад) Нет описания правки Метка: отменено |
||
Строка 1: | Строка 1: | ||
<div id="discordWidgetContainer"></div> | |||
<script> | |||
document.addEventListener("DOMContentLoaded", function(event) { | |||
var container = document.getElementById("discordWidgetContainer"); | |||
var iframe = document.createElement("iframe"); | |||
iframe.src = "https://discord.com/widget?id=1174575355370160190&theme=dark"; | |||
iframe.width = "350"; | |||
iframe.height = "500"; | |||
iframe.allowtransparency = "true"; | |||
iframe.frameborder = "0"; | |||
iframe.sandbox = "allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"; | |||
container.appendChild(iframe); | |||
}); | |||
</script> |
Версия от 08:34, 12 мая 2024
<div id="discordWidgetContainer"></div>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
var container = document.getElementById("discordWidgetContainer");
var iframe = document.createElement("iframe");
iframe.src = "https://discord.com/widget?id=1174575355370160190&theme=dark";
iframe.width = "350";
iframe.height = "500";
iframe.allowtransparency = "true";
iframe.frameborder = "0";
iframe.sandbox = "allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts";
container.appendChild(iframe);
});
</script>