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).
I have a proxy server I am trying to access over port 10001, but I am getting "Proxy is invalid." Is there any way around this?
@fingies That's not the problem, I have proxies with different ports that are much larger than 10000
@halilhrm0618 никак, 1 прокся == 1 поток
@gothster
I believe you haven't read the documentation. Did not click on '?'.
@sergey2244 Use resources and set max number of simultaneous use to 1. 895a2dcf-f5f4-4f7c-8b08-b92cadad9729-image.png
Use "ignore errors" and loop until you need
@peellpeell
if you know what time is it, why dont set a timer?
run 2 threads, one for waiting 14 minutes (or whatever), second doing your job.
tell first one to set variable to false or true when 14minutes passed, and when that variable is false/true dont load any page in other thread
(PS u might want to use global variables)