when i open the compiler file it's alway stuck at this step before running the script . how can i skip this step i want to set this script auto running after i restart my computer. Thanks !
U need disallow useless requests, for example .png .mp4,mb some .js / .css e.t.c. and u need to test, that ur denied requests dont impact ur script normall work
Hi,
I'm using proxies with limited data usage with the browser Proxy function, but I want to load certain URLs without proxy
For example .js files because they take up a lot of proxy usage and do not require proxy to not trigger rate limits.
@GaG Ok thank you it worked :)! I also have one more question if you can help me with it. I have an option to put text into for example like an api key before you start the program but i cannot seem to get the text from what the user put so I can use it. I dont know if that makes sense but I hope it does. Below you can see the text input im talking about. I basically wanna do something like this use GET https://example.com/api-key={{API KEY}} something like that but of course replace the link with another link.
9515122d-df4d-4557-9131-315a7314e37f-image.png
Just create new resource of type "FixedString" and use it in the script
like you described.