forked from MarseyWorld/MarseyWorld
dude kamala lmao
parent
f1e8f430fd
commit
b12182ee6a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue