go-mega
script>
const links = {
m1: "https://mega.nz/file/xvIWnZhY#YLUjgqPXtRU59aBo2CruURJkhK8uRyBvAW3EGTU3kjM",
m2: "https://mega.nz/file/AAAAA#BBBBB",
m3: "https://mega.nz/file/CCCCC#DDDDD"
// أضف باقي الروابط هنا
};
const key = new URLSearchParams(window.location.search).get("to");
if (links[key]) {
window.location.href = links[key];
} else {
document.body.innerHTML = "
Post a Comment
0 Comments