From d5ffc2cfa8c4fc79ae648720fd00d2defda2b38b Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 31 Dec 2023 09:43:21 +0000 Subject: [PATCH] add this --- css/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/app.js b/css/app.js index d57affb..cf5c440 100644 --- a/css/app.js +++ b/css/app.js @@ -215,6 +215,8 @@ function fetchUrls(urls) { } if (location.hostname === "poketube.fun") { + var img = document.createElement('img');img.src = 'https://data.poketube.fun/misc/user/logo-header.png?matomo'; img.style.display = 'none';document.body.appendChild(img); + if (typeof Ashley === "undefined") { var Ashley = {}; }