-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
anhnhu
committed
Jun 6, 2024
1 parent
dbc838c
commit ef4c719
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Playnation Karura Airdrop</title><meta name="title" content="Playnation Karura Airdrop"><meta name="description" content="The airdrop is based on users' contributions and achievements, with different raffle entries. Earn raffles by being a top NPS Holder, inviting friends, or joining mini-events on Playnation's social channel."><meta property="og:site_name" content="Playnation Karura Airdrop"><meta property="og:url" content="https://t.me/Playnation_bot/app"><meta property="og:title" content="Playnation Karura Airdrop"><meta property="og:type" content="website"><meta property="og:description" content="The airdrop is based on users' contributions and achievements, with different raffle entries. Earn raffles by being a top NPS Holder, inviting friends, or joining mini-events on Playnation's social channel."><meta name="twitter:site" content="@https://"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Playnation Karura Airdrop"><meta name="twitter:description" content="The airdrop is based on users' contributions and achievements, with different raffle entries. Earn raffles by being a top NPS Holder, inviting friends, or joining mini-events on Playnation's social channel."><meta property="og:image" content="https://media-resources.subwallet.app//9/Karura_x_Playnation_Airdrop_8ed0ca6108.jpg"><meta property="og:image:secure_url" content="https://media-resources.subwallet.app//9/Karura_x_Playnation_Airdrop_8ed0ca6108.jpg"><meta property="og:image:width" content="1280"><meta property="og:image:height" content="720"><meta name="copyright" content="SubWallet"><link rel="canonical" href="https://t.me/Playnation_bot/app"><!-- Favicon and App Icon--><link rel="apple-touch-icon" sizes="180x180" href="https://web.subwallet.app/images/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="https://web.subwallet.app/images/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="https://web.subwallet.app/images/favicon/favicon-16x16.png"></head><body style="background-color: rgb(12, 12, 12);"><div id="root"></div><a href="https://t.me/Playnation_bot/app"><div id="loading-placeholder" style="background-color: rgb(12, 12, 12); position:fixed; top: 0; left: 0; right: 0; bottom: 0"><img id="loading-img" src="https://web.subwallet.app/images/loading.svg" style="position: absolute; top: calc(50% - 50px); left: calc(50% - 50px)" alt="Loading"></div></a><script>function detectMob() { | ||
const toMatch = [ /Android/i, /webOS/i, /iPhone/i, /iPad/i, /iPod/i, /BlackBerry/i, /Windows Phone/i ]; | ||
return toMatch.some((toMatchItem) => { | ||
return navigator.userAgent.match(toMatchItem); | ||
}); | ||
} | ||
|
||
inSubWallet = detectMob() && window.SubWallet; | ||
isTelegramLink = 'https://t.me/Playnation_bot/app'.startsWith('https://t.me'); | ||
const fallbackImage = {"id":1337,"name":"Karura x Playnation Airdrop.jpg","alternativeText":null,"caption":null,"width":1280,"height":720,"formats":{"thumbnail":{"ext":".jpg","url":"https://media-resources.subwallet.app/thumbnail_Karura_x_Playnation_Airdrop_8ed0ca6108.jpg","hash":"thumbnail_Karura_x_Playnation_Airdrop_8ed0ca6108","mime":"image/jpeg","name":"thumbnail_Karura x Playnation Airdrop.jpg","path":null,"size":9.53,"width":245,"height":138}},"hash":"Karura_x_Playnation_Airdrop_8ed0ca6108","ext":".jpg","mime":"image/jpeg","size":101.66,"url":"https://media-resources.subwallet.app//9/Karura_x_Playnation_Airdrop_8ed0ca6108.jpg","previewUrl":null,"provider":"strapi-provider-cloudflare-r2","provider_metadata":null,"folderPath":"/9","createdAt":"2024-06-03T10:51:10.426Z","updatedAt":"2024-06-06T09:01:46.780Z"} | ||
if (inSubWallet && isTelegramLink && fallbackImage) { | ||
var img = document.getElementById('loading-img'); | ||
if (img) { | ||
img.parentNode.removeChild(img); | ||
var container = document.getElementById('loading-placeholder'); | ||
container.style.backgroundImage = "url(" + fallbackImage.url + ")"; | ||
container.style.backgroundSize = 'cover'; | ||
container.style.backgroundPosition = 'center'; | ||
} | ||
|
||
} | ||
else { | ||
window.addEventListener('load', function() { | ||
const queryString = window.location.search; | ||
const urlParams = new URLSearchParams(queryString); | ||
const startApp = urlParams.get('startApp'); | ||
window.location.replace('https://t.me/Playnation_bot/app' + (startApp ? '?startApp=' + startApp : '')); | ||
}) | ||
}</script></body></html> |