{
"Injectscript": {
"snapins_ai": "
javascript: (function () {
try {
Android.fakeProgress();
Android.logWebStatus('Step 1: Starting script execution');
var input = document.getElementById('input-url');
if (!input) throw new Error('snapins_ai _> Input field not found -> getElementById(input-url) ');
try {
input.value = '__LINK__';
input.dispatchEvent(new Event('input', {
bubbles: true
}));
Android.logWebStatus('Step 2: Value inserted successfully into Input');
} catch (e) {
throw new Error('snapins_ai _> Value insertion failed inside #input-url :System message ' + e.message);
}
var submitBtn = document.getElementById('submit-btn');
if (!submitBtn) throw new Error('snapins_ai _> Submit button not found -> getElementById(submit-btn)');
submitBtn.click();
Android.logWebStatus('Step 3: Submit button clicked');
const removeModal = function () {
const modal = document.getElementById('dlModal');
if (modal && modal.style.display !== 'none') {
modal.remove();
Android.logWebStatus('Step 3.1: dlModal detected and removed');
return true;
}
return false;
};
let attemptTry = 0;
const maxAttempts = 10;
const interval = 1500;
Android.logWebStatus('Step 4: Starting search for downloading (Links)');
const Scanninglink = function () {
var arrayList = [];
attemptTry++;
Android.logWebStatus('Step [4.1]: Finding Link [Attempt: ' + attemptTry + ' ]');
var DownloadBtn = document.querySelectorAll('a.bg-blue-600.text-white.py-2.rounded');
if (DownloadBtn) {
DownloadBtn.forEach(function (btn) {
if (btn.href) {
arrayList.push(btn.href);
}
});
}
Android.logWebStatus('Step [4.2]: Multiple link: ' + 'size: ' + DownloadBtn.length);
if (DownloadBtn.length > 1) {
Android.RECEIVE_LINKS(JSON.stringify(arrayList));
Android.logWebStatus('Step [5A]: Multiple link detected: ' + 'size: ' + DownloadBtn.length);
return;
} else if (DownloadBtn.length === 1) {
Android.RECEIVE_LINKS(JSON.stringify(arrayList));
Android.logWebStatus('Step [5A]: Single link detected: ' + 'size: ' + DownloadBtn.length);
return;
}
if (attemptTry < maxAttempts) {
setTimeout(Scanninglink, interval);
Android.logWebStatus('Step [4.2]: retrying ');
return;
} else {
Android.logWebStatus('Step [6]: No download links found yet');
throw new Error('snapins_ai _> No download links found yet');
}
};
Scanninglink();
} catch (e) {
Android.LogErrorT(e.message);
Android.Site2_igram_worldUtility();
}
})();
",
"igram_world": "javascript:(function(){try{Android.fakeProgress();Android.logWebStatus('Step 1: Starting script execution');var input=document.getElementById('search-form-input');if(!input)throw new Error('igram_world _> Input field not found -> getElementById(search-form-input) ');try{input.value='__LINK__';input.dispatchEvent(new Event('input',{bubbles:true}));Android.logWebStatus('Step 2: Value inserted successfully into Input');}catch(e){throw new Error('igram_world _> Value insertion failed inside #search-form-input :System message '+e.message);}var submitBtn=document.querySelector('.search-form__button');if(!submitBtn)throw new Error('igram_world _> Submit button not found -> querySelector(form__button)');submitBtn.click();Android.logWebStatus('Step 3: Submit button clicked');let attemptTry=0;const maxAttempts=10;const interval=1500;Android.logWebStatus('Step 4: Starting search for downloading (Links)');const Scanninglink=function(){var arrayList=[];attemptTry++;Android.logWebStatus('Step [4.1]: Finding Link [Attempt: '+attemptTry+' ]');var DownloadBtn=document.querySelectorAll('a.button.button--filled.button__download');if(DownloadBtn){DownloadBtn.forEach(function(btn){if(btn.href){arrayList.push(btn.href);}});}Android.logWebStatus('Step [4.2]: Multiple link: '+'size: '+DownloadBtn.length);if(DownloadBtn.length>1){Android.RECEIVE_LINKS(JSON.stringify(arrayList));Android.logWebStatus('Step [5A]: Multiple link detected: '+'size: '+DownloadBtn.length);return;}else if(DownloadBtn.length===1){Android.RECEIVE_LINKS(JSON.stringify(arrayList));Android.logWebStatus('Step [5A]: Single link detected: '+'size: '+DownloadBtn.length);return;}if(attemptTry No download links found yet');}};Scanninglink();}catch(e){Android.LogErrorT(e.message);Android.Site3_FastdlUtility();}})();",
"fastdl_app": "javascript:(function(){try{Android.fakeProgress();Android.logWebStatus('Step 1: Starting script execution');var input=document.getElementById('search-form-input');if(!input)throw new Error('fastdl_app _> Input field not found -> getElementById(search-form-input) ');try{input.value='__LINK__';input.dispatchEvent(new Event('input',{bubbles:true}));Android.logWebStatus('Step 2: Value inserted successfully into Input');}catch(e){throw new Error('fastdl_app _> Value insertion failed inside #search-form-input :System message '+e.message);}var submitBtn=document.querySelector('.search-form__button');if(!submitBtn)throw new Error('fastdl_app _> Submit button not found -> querySelector(form__button)');submitBtn.click();Android.logWebStatus('Step 3: Submit button clicked');let attemptTry=0;const maxAttempts=10;const interval=1500;Android.logWebStatus('Step 4: Starting search for downloading (Links)');const Scanninglink=function(){var arrayList=[];attemptTry++;Android.logWebStatus('Step [4.1]: Finding Link [Attempt: '+attemptTry+' ]');var DownloadBtn=document.querySelectorAll('a.button.button--filled.button__download');if(DownloadBtn){DownloadBtn.forEach(function(btn){if(btn.href){arrayList.push(btn.href);}});}Android.logWebStatus('Step [4.2]: Multiple link: '+'size: '+DownloadBtn.length);if(DownloadBtn.length>1){Android.RECEIVE_LINKS(JSON.stringify(arrayList));Android.logWebStatus('Step [5A]: Multiple link detected: '+'size: '+DownloadBtn.length);return;}else if(DownloadBtn.length===1){Android.RECEIVE_LINKS(JSON.stringify(arrayList));Android.logWebStatus('Step [5A]: Single link detected: '+'size: '+DownloadBtn.length);return;}if(attemptTry No download links found yet');}};Scanninglink();}catch(e){Android.LogErrorT(e.message);Android.Site2_fastdl_appUtility();}})();",
"fdown_net": "javascript: (function () {
try {
let attemptTry = 0;
const maxAttempts = 10;
const interval = 400;
const Scanninglink = function () {
Android.logWebStatus('Step 4: Starting search for downloading (Links)');
attemptTry++;
Android.logWebStatus('Step [4.1]: Attempt ' + attemptTry + ' to find download links');
let arrayList = [];
const hdLink = document.getElementById('hdlink');
const sdLink = document.getElementById('sdlink');
if (sdLink && sdLink.href) {
arrayList.push(sdLink.href);
Android.logWebStatus('Step [4.2]: Found SD link (2nd link): ' + sdLink.href);
Android.RECEIVE_LINKS(JSON.stringify(arrayList));
Android.logWebStatus('Step [5]: Link sent: ' + arrayList[0]);
return;
} else if (hdLink && hdLink.href) {
arrayList.push(hdLink.href);
Android.logWebStatus('Step [4.3]: Only HD link found: ' + hdLink.href);
Android.RECEIVE_LINKS(JSON.stringify(arrayList));
Android.logWebStatus('Step [5]: Link sent: ' + arrayList[0]);
return;
}
if (attemptTry < maxAttempts) {
Android.logWebStatus('Step [4.4]: No links found, retrying...');
setTimeout(Scanninglink, interval);
return;
} else {
Android.logWebStatus('Step [6]: No download links found after ' + maxAttempts + ' attempts');
Android.LogErrorT('fdown_net -> No download links found');
}
};
if (window.location.href.endsWith('download.php')) {
Scanninglink();
return;
}
let CLick_attempt = 0;
let CSearching_attempt = 0;
const smaxAttempts = 20;
const sinterval = 200;
let submitClicked = false;
function tryClickSubmit() {
submitClicked = true;
CLick_attempt++;
CSearching_attempt++;
const submitBtn = document.getElementsByClassName('btn btn-primary input-lg')[0];
Android.logWebStatus(`Step 3: Searching Submit Button !!!`);
if (submitBtn) {
submitBtn.click();
submitClicked = true;
Android.logWebStatus(`Step 3.1: Submit Clicked = on attempt ${CLick_attempt}`);
} else if (CLick_attempt < smaxAttempts) {
setTimeout(tryClickSubmit, sinterval);
Android.logWebStatus(`Step 3.2: Submit Button NOT* Found (${CSearching_attempt}/${smaxAttempts}`);
} else {
Android.logWebStatus('Submit button not found after maximum attempts.');
}
}
Android.logWebStatus('Step 1: Starting script execution');
Android.fakeProgress();
let iattempts = 0;
const imaxAttempts = 20;
const iinterval = 200;
function trySetInput() {
iattempts++;
const input = document.getElementsByName('URLz')[0];
if (input) {
input.value = '__LINK__';
input.dispatchEvent(new Event('input', { bubbles: true }));
Android.logWebStatus(`Step 2: Input value set (attempt ${iattempts})`);
setTimeout(() => {
tryClickSubmit();
}, 2309);
return;
} else if (iattempts < imaxAttempts) {
setTimeout(trySetInput, iinterval);
} else {
Android.LogErrorT('fdown_net -> Input field not found after retries');
}
}
trySetInput();
} catch (e) {
Android.LogErrorT(e.message);
}
})();
"
},
"Via_Java": {
"Json_weblink": "https://wallspeace.blogspot.com/2025/04/wallpapers-title-iron-man-href-href.html",
"maintenance": "yssd",
"update": {
"alertto": "33",
"description": "We've fixed issues that could crash the app: \\n \\n⚠️ Unresponsive buttons — Resolved \\n⚠️ Scrolling lag — Improved\\n\\nEnjoy a smoother, more stable experience!",
"forceto": "33",
"href": "https://play.google.com/store/apps/details?id=gen_z.ivk.wallpaper",
"img": "https://theleafycorner.weebly.com/uploads/1/3/5/0/135068946/972896217_orig.gif",
"title": "Update Alert | 5.5 MB"
}
}
}
Comments
Post a Comment