1
Fork 0
This commit is contained in:
Ashley 2023-12-31 09:43:21 +00:00
parent 806c3c5093
commit d5ffc2cfa8

View file

@ -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 = {};
}