mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
add this
This commit is contained in:
parent
806c3c5093
commit
d5ffc2cfa8
1 changed files with 2 additions and 0 deletions
|
@ -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 = {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue