mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
remove this lol
This commit is contained in:
parent
aa6ab0d854
commit
c0e8cd0791
1 changed files with 1 additions and 3 deletions
|
@ -214,9 +214,7 @@ function fetchUrls(urls) {
|
|||
var gpcValue = false
|
||||
}
|
||||
|
||||
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 (location.hostname === "poketube.fun") {
|
||||
if (typeof Ashley === "undefined") {
|
||||
var Ashley = {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue