dude kamala lmao

master
Aevann 2024-08-15 21:02:26 +03:00
parent f1e8f430fd
commit b12182ee6a
12 changed files with 2 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,4 @@
const SITE_NAME = document.querySelector("[name='application-name']").content
const SITE_FULL_IMAGES = document.getElementById('SITE_FULL_IMAGES').value const SITE_FULL_IMAGES = document.getElementById('SITE_FULL_IMAGES').value
function getMessageFromJsonData(success, json) { function getMessageFromJsonData(success, json) {

View File

@ -1,5 +1,5 @@
fart = Math.floor(Math.random() * 5) + 1 fart = Math.floor(Math.random() * 5) + 1
let audio = new Audio(`/i/${fart}.webp`); let audio = new Audio(`/i/${SITE_NAME}/${fart}.webp`);
audio.play(); audio.play();
if (audio.paused) { if (audio.paused) {

View File

@ -1,4 +1,3 @@
const SITE_NAME = document.querySelector("[name='application-name']").content
const icon = document.querySelector("link[rel~='icon']") const icon = document.querySelector("link[rel~='icon']")
const page_title = document.getElementsByTagName('title')[0].innerHTML const page_title = document.getElementsByTagName('title')[0].innerHTML

View File

@ -1,4 +1,3 @@
const SITE_NAME = document.querySelector("[name='application-name']").content
let audio = new Audio(`/assets/underage_${SITE_NAME}.mp3`); let audio = new Audio(`/assets/underage_${SITE_NAME}.mp3`);
audio.play(); audio.play();