Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Afte i landed on a webpage, i want to do a backspace to go back to previous page. I have tried to type <Backspace> but it could not work. Tried to use <shift>, <ctrl> and <alt>, also couldn't.
Any suggestion how to go around this?
@Hifive в Chrome Backspace не переходит на предыдущую страницу history.back()
@ruzne said in <Backspace> does not work:
не переходит на предыдущую страницу
where/how do i add this command history.back()?
@Hifive I will do everything instead of you
@Hifive You need to click on "Backspace" button, it will add <BACK> to the input field, which is correct code.
<BACK>
Hi, what kind of captcha and on which site are you trying to solve? What BAS module are you using for this? What services have you tried?
@Bigma Awesome....this little annoying thing is so critical thanks!
@yourfriendkarol said in does fingerprint work per thread or per application:
i mean if i apply it, and then i start multithreaded function, will these threads have that fingerprint? OR i need to it in every thread
i mean if i apply it, and then i start multithreaded function, will these threads have that fingerprint?
OR i need to it in every thread
Each new thread has absolutely no data, no fingerprint, no proxy. All data he needs to pass through the resources, or through a global variable.
Yes thx @andy231 .. it took ma nearly 2 hours to find it ;)