diff --git a/css/app.js b/css/app.js index d57affb9..cf5c440a 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 = {}; }