fix stuff + add stuff

This commit is contained in:
ashley 2025-10-10 21:02:17 +02:00
parent 10cac0110c
commit df34dfa146

View File

@ -42,6 +42,13 @@ document.addEventListener("DOMContentLoaded", () => {
video.ready(() => {
const metaTitle = document.querySelector('meta[name="title"]')?.content || "";
const metaDesc = document.querySelector('meta[name="twitter:description"]')?.content || "";
const metaAuthor = document.querySelector('meta[name="twitter:author"]')?.content || "";
const videoinfostuffidklol = {
metaTitle,
metaDesc,
metaAuthor
}
let stats = "";
const match = metaDesc.match(/👍\s*[^|]+\|\s*👎\s*[^|]+\|\s*📈\s*[^💬]+/);