var desktopFallback = "https://www.youtube.com/channel/UCJUBWwHa57ymVDwC8q7tuPw",
mobileFallback = "https://www.youtube.com/channel/UCJUBWwHa57ymVDwC8q7tuPw",
app = "vnd.youtube://UCJUBWwHa57ymVDwC8q7tuPw";
if( /Android|iPhone|iPad|iPod/i.test(navigator.userAgent) ) {
window.location = app;
window.setTimeout(function() {
window.location = mobileFallback;
}, 25);
} else {
window.location = desktopFallback;
}
function killPopup() {
window.removeEventListener('pagehide', killPopup);
}
window.addEventListener('pagehide', killPopup);
};
</script>
</body>
-
Notifications
You must be signed in to change notification settings - Fork 0
ugly-fat-pig-yt/ugly-fat-pig-yt.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published