Mediafire Mega Enter original link here: Enter number of ads: Generate Link Download APK Download APK let mirror = ''; document.querySelector('#mirrors').addEventListener('change', function() { mirror = document.querySelector('#mirrors').selectedIndex; }); function generateLink(numbers) { document.getElementById("output-link").innerText = document.getElementById("myInput").value; document.body.style.cursor = 'wait'; let url; for (let i = 0, j = numbers; i < numbers; i++, j--) { url = document.getElementById("output-link").innerText; getURL(url, numbers, j); } /*document.getElementById("output-link").value = 'https://storehaccounts.blogspot.com/p/download-terminal.html#' + btoa($.ajax({ type: "GET", url: "https://tinyurl.com/api-create.php?url=" + encodeURIComponent(document.getElementById("output-link").value), cache: false, async: false }).responseText);*/ url = document.getElementById("output-link").innerText; if(mirror == 0) { document.getElementById("output-link").innerHTML = "<p onclick='window.location.href=\"" + url + "\"' style='text-align: center; cursor: pointer; display: block; padding: 10px; background: #204ECF; color: white; border-radius: 10px;'><img src='https://i.imgur.com/AXTuVe0.png' style='margin-right: 5px; display: inline-block; vertical-align: middle; height: 32px; width: 32px; border-radius: 50%;'/>Download APK</p>"; document.getElementById("codes").innerText += document.querySelector("#output-link *").outerHTML; } if(mirror == 1) { document.getElementById("output-link").innerHTML = "<p onclick='window.location.href=\"" + url + "\"' style='text-align: center; cursor: pointer; display: block; padding: 10px; background: #C1003A; color: white; border-radius: 10px;'><img src='https://i.imgur.com/MXcNDoW.png' style='margin-right: 5px; display: inline-block; vertical-align: middle; height: 32px; width: 32px; border-radius: 50%;'/>Download APK</p>"; document.getElementById("codes").innerText += document.querySelector("#output-link *").outerHTML; } document.body.style.cursor = 'default'; } function getURL(url, numbers, index) { document.getElementById("output-link").innerText = 'https://storehaccounts.blogspot.com/p/link-terminal.html#' + btoa($.ajax({ type: "GET", url: "https://tinyurl.com/api-create.php?url=" + encodeURIComponent(url), cache: false, async: false }).responseText) + '|' + btoa(index + '/' + numbers); setTimeout(function () { document.querySelector('#logs').innerText += 'compressed.'; }, 500); } function short(url) { setTimeout(function () { $.get("https://tinyurl.com/api-create.php?url=" + encodeURIComponent(url), function (shorturl) { //navigator.clipboard.writeText(shorturl); document.getElementById("myInput").value = 'https://storehaccounts.blogspot.com/p/download-terminal.html#' + btoa(shorturl); //document.querySelector('#output').href = shorturl; }); }, 200); }