Результаты поиска

  1. D

    How to use SetProxyExclusions in 7.7.5?

    I found that there's this new feature in 7.7.5.0 Can i use this function to exclude all js files loading via proxy? i need an example, thanks
  2. D

    Is there a way to get static files with another proxy or without?

    Most proxies are very slow and modern webpage contains a lot of images videos js css, which would take a very long time to load. Is there a way to get those files from local or via another proxies?
  3. D

    How can I pass variables from plugin to the main project?

    I have a plugin that could fetch me data, and deal with them, how can I get the processed data from my plugin to the main project?
  4. D

    [HELP] How to make a lower version plugin?

    I made a plugin in ZP 7.7 but it cannot run on ZP 7.5 even if I change the Lowest Zennoposter Version in protection tab. How am i suppose to do if i want to run this plugin in ZP7.5 while I have only 7.7.1 installed?
  5. D

    How to use mapper in bot interface?

    I'm talking about this one, still have no idea what is it doing. Any example?
  6. D

    How to get browser GET/POST parameters?

    Hi, I want to get the Query String Parameters(Form Data) shown below but these parameters was generated by javascript so I can't find them in DOM or source. Any ideas how to get these? as well as request headers
  7. D

    Is there a way to get return value from browser console?

    I wanna know whether a webpage is using recaptcha V2 or V3. Typically I should type ___grecaptcha_cfg.clients in browser console and see if the returned number is 10000 or not. How could this be done in zennoposter?