mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 09:07:59 +00:00
add this
This commit is contained in:
parent
806c3c5093
commit
d5ffc2cfa8
@ -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 New Issue
Block a user