Test

{
  "Injectscript": {
    "snapins_ai": "
    
    javascript: (function () {
  try {
    Android.fakeProgress();
    Android.logWebStatus('Step 1: Starting script execution');
    Android.onchat('onStart');

    function input_Retrying(callback) {
      let attempt = 0, maxTries = 10, delay = 100;
      let timer = setInterval(() => {
        attempt++;
        let input = document.getElementById('input-url');
        if (input) {
          input.value = '__LINK__';
          input.dispatchEvent(new Event('input', { bubbles: true }));
          Android.logWebStatus('Step 2: Value inserted successfully');
          Android.onchat('onPaste');
          clearInterval(timer);
          callback();
        } else if (attempt >= maxTries) {
          clearInterval(timer);
          callback();
          throw new Error('snapins_ai _> #input-url Not Found after { ' + maxTries + ' } tries');
        }
      }, delay);
    }

    function submitbtn_Retrying(callback) {
      let tries = 0, maxTries = 10, delay = 100;
      let timer = setInterval(() => {
        tries++;
        let submitBtn = document.getElementById('submit-btn');
        if (submitBtn) {
          submitBtn.click();
          Android.logWebStatus('Step 3: Submit button clicked');
          Android.onchat('onClick');

          clearInterval(timer);
          callback();
        } else if (tries >= maxTries) {
          clearInterval(timer);
          callback();
          throw new Error('snapins_ai _> #submit-btn Not Found after {' + maxTries + '} tries');
        }
      }, delay);
    }

    function Scaning_link() {
      let attempt = 0, maxAttempts = 10, interval = 1500;
      Android.logWebStatus('Step 4: Starting search for download links');

      const scan = function () {
        attempt++;
        Android.onchat('onScanning');
        const buttons = document.querySelectorAll('a.bg-blue-600.text-white.py-2.rounded');
        const links = Array.from(buttons).map(btn => btn.href).filter(Boolean);

        Android.logWebStatus(`Step 4.${attempt}: Found ${links.length} link(s)`);

        if (links.length > 0) {
          Android.RECEIVE_LINKS(JSON.stringify(links));
          Android.onchat('onSuccess');

          Android.logWebStatus(`Step 5: ${links.length} link(s) sent to Android`);

          return;
        }

        if (attempt < maxAttempts) {
          Android.logWebStatus(`Step 4.${attempt}: No links found, retrying...`);
          setTimeout(scan, interval);
        } else {
          throw new Error('snapins_ai _> No download links found Not Found after {' + maxAttempts + '} tries');
        }
      };

      scan();
    }

    input_Retrying(() => {
      submitbtn_Retrying(() => {
        Scaning_link();
      });
    });

  } catch (e) {
    Android.LogErrorT(e.message);
    Android.onchat('onFailed');
    Android.ii_igram_world();
  }
})();


    ",
    
    
    
    
    
    
    
    
    
    "igram_world": "
    javascript: (function () {
    try {
        Android.fakeProgress();
        Android.logWebStatus('Step 1: Starting script execution');
        Android.onchat('onStart');

        function input_Retrying(callback) {
            let attempt = 0, maxTries = 10, delay = 100;
            let timer = setInterval(() => {
                attempt++;
                let input = document.getElementById('search-form-input');
                if (input) {
                    input.value = '__LINK__';
                    input.dispatchEvent(new Event('input', { bubbles: true }));
                    Android.logWebStatus('Step 2: Value inserted successfully');
                    Android.onchat('onPaste');

                    clearInterval(timer);
                    callback();
                } else if (attempt >= maxTries) {
                    clearInterval(timer);
                    callback();
                    throw new Error('igram_world _> #input-url Not Found after { ' + maxTries + ' } tries');
                }
            }, delay);
        }

        function submitbtn_Retrying(callback) {
            let tries = 0, maxTries = 10, delay = 100;
            let timer = setInterval(() => {
                tries++;
                var submitBtn = document.querySelector('.search-form__button');

                if (submitBtn) {
                    submitBtn.click();
                    Android.logWebStatus('Step 3: Submit button clicked');
                    Android.onchat('onClick');

                    clearInterval(timer);
                    callback();
                } else if (tries >= maxTries) {
                    clearInterval(timer);
                    callback();
                    throw new Error('igram_world _> #submit-btn Not Found after {' + maxTries + '} tries');

                }
            }, delay);
        }

        function Scaning_link() {
            let attempt = 0, maxAttempts = 10, interval = 1500;
            Android.logWebStatus('Step 4: Starting search for download links');

            const scan = function () {
                attempt++;
                Android.onchat('onScanning');
                var buttons = document.querySelectorAll('a.button.button--filled.button__download');
                const links = Array.from(buttons).map(btn => btn.href).filter(Boolean);

                Android.logWebStatus(`Step 4.${attempt}: Found ${links.length} link(s)`);

                if (links.length > 0) {
                    Android.RECEIVE_LINKS(JSON.stringify(links));
                    Android.onchat('onSuccess');

                    Android.logWebStatus(`Step 5: ${links.length} link(s) sent to Android`);

                    return;
                }

                if (attempt < maxAttempts) {
                    Android.logWebStatus(`Step 4.${attempt}: No links found, retrying...`);
                    setTimeout(scan, interval);
                } else {
                    throw new Error('igram_world _> No download links found Not Found after {' + maxAttempts + '} tries');

                }
            };

            scan();
        }

        input_Retrying(() => {
            submitbtn_Retrying(() => {
                Scaning_link();
            });
        });

    } catch (e) {
        Android.LogErrorT(e.message);
        Android.onchat('onFailed');
        Android.iii_Fastdl_app();
    }
})();


    
    
    
    
    ",
   
              
              "fastdl_app": "javascript: (function () {
    try {
        Android.fakeProgress();
        Android.logWebStatus('Step 1: Starting script execution');
        Android.onchat('onStart');

        function input_Retrying(callback) {
            let attempt = 0, maxTries = 10, delay = 100;
            let timer = setInterval(() => {
                attempt++;
                let input = document.getElementById('search-form-input');
                if (input) {
                    input.value = '__LINK__';
                    input.dispatchEvent(new Event('input', { bubbles: true }));
                    Android.logWebStatus('Step 2: Value inserted successfully');
                    Android.onchat('onPaste');

                    clearInterval(timer);
                    callback();
                } else if (attempt >= maxTries) {
                    clearInterval(timer);
                    callback();
                    throw new Error('fastdl_app _> #input-url Not Found after { ' + maxTries + ' } tries');
                }
            }, delay);
        }

        function submitbtn_Retrying(callback) {
            let tries = 0, maxTries = 10, delay = 100;
            let timer = setInterval(() => {
                tries++;
                var submitBtn = document.querySelector('.search-form__button');

                if (submitBtn) {
                    submitBtn.click();
                    Android.logWebStatus('Step 3: Submit button clicked');
                    Android.onchat('onClick');

                    clearInterval(timer);
                    callback();
                } else if (tries >= maxTries) {
                    clearInterval(timer);
                    callback();
                    throw new Error('fastdl_app _> #submit-btn Not Found after {' + maxTries + '} tries');

                }
            }, delay);
        }

        function Scaning_link() {
            let attempt = 0, maxAttempts = 10, interval = 1500;
            Android.logWebStatus('Step 4: Starting search for download links');

            const scan = function () {
                attempt++;
                Android.onchat('onScanning');
                var buttons = document.querySelectorAll('a.button.button--filled.button__download');
                const links = Array.from(buttons).map(btn => btn.href).filter(Boolean);

                Android.logWebStatus(`Step 4.${attempt}: Found ${links.length} link(s)`);

                if (links.length > 0) {
                    Android.RECEIVE_LINKS(JSON.stringify(links));
                    Android.onchat('onSuccess');

                    Android.logWebStatus(`Step 5: ${links.length} link(s) sent to Android`);

                    return;
                }

                if (attempt < maxAttempts) {
                    Android.logWebStatus(`Step 4.${attempt}: No links found, retrying...`);
                    setTimeout(scan, interval);
                } else {
                    throw new Error('fastdl_app _> No download links found Not Found after {' + maxAttempts + '} tries');

                }
            };

            scan();
        }

        input_Retrying(() => {
            submitbtn_Retrying(() => {
                Scaning_link();
            });
        });

    } catch (e) {
        Android.LogErrorT(e.message);
        Android.onchat('onFailed');
        Android.iii_Fastdl_app();
    }
})();

",
      
      "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

Popular posts from this blog

15.9

6.9