Google searches for a keywords *Updated*

farhanffaa

New Member
VIP
Joined
Nov 27, 2021
Messages
6
Reaction score
0
Achievement
as it seems to me still relevant
you just trying to get user on your website nothing useful there to fix not provided.
if anyone have realtime solution please help
 

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
92
Website
OnlinePiercingShop.com
Achievement
you just trying to get user on your website nothing useful there to fix not provided.
if anyone have realtime solution please help
very funny, given the fact that the site is not mine, but the first one that came from the search results in Google was chosen
 

hendriksan

New Member
Premium
Joined
Sep 25, 2023
Messages
6
Reaction score
0
Achievement
Updated line 28 since google search now using infinity scroll, it will check everytime after scrolling if the link exist, if the link not exist then keep scrolling:
Code:
do { //scroll
    scrl = Random(3,9);
    for (var i = 1; i < scrl; i++) {
        await EvaluateScript("var ddE = document.documentElement; ddE.scrollTo(0, ddE.clientHeight/(Math.floor(Math.random()*3)+9) + ddE.scrollTop);");
        await Delay(Random(100,150));
    }
    await Delay (Random(1000,1500));
    myTargetXpath = GenerateXpath("a", "href", "%" + myDomain + "%");
    foundLink = await GetAttribute(myTargetXpath, "href");
} while (!foundLink)
 
Last edited:

alex03

New Member
Premium
Joined
Feb 26, 2020
Messages
1
Reaction score
0
Achievement
hello plz update this, it works first on search then cookies reject/accept not clicked
sometimes next resuslts not shows also please update

thank you
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu