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

  1. X

    WebView.EvaluateScript => CORS and Google recaptcha

    instance.DroidInstance.WebView.EvaluateScript("") Does this method support cross-domain execution of js? When I solve recaptcha through js, I need cross-domain. (I know zennodroid has a plug-in to solve recaptcha, but it doesn't work properly and always prompts CAPTCHA not found) I tried many...
  2. X

    Can you add a method to find all images?

    Single Image: var imgHash = "iVBORw0KGgoAAAANSUhEUgAAACkAAAAkCAYAAAAU/hMoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVFhH7c4hAQAgAMAwYlCU4CQAj75ATMxcfcy1z+/GG35ksmKyYrJismKyYrJismKyYrJismKyYrJismKyYrJismKycgG82VmHnLzCNQAAAABJRU5ErkJggg=="; var rectangle =...
  3. X

    ZDE modify deviceMemory and hardwareConcurrency

    I want to modify the hardwareConcurrency and deviceMemory, which is very useful for webview. I hope zennodroid Enterprise can add this feature, just like zennoposter Does anyone know how to modify it?
  4. X

    Can't open shared code

    After this problem occurred, I tried to upgrade and it still happens. How can I fix this problem? After the program freezes, the shared code window closes in about 2 minutes, and other functions are normal.
  5. X

    I want change navigator.userAgentData,but no tips

    How to modify the data in navigator.userAgentData is really important to us. I have seen many users submit this request but have never received a reply. navigator.userAgentData.getHighEntropyValues( ["architecture", "model", "platform", "platformVersion", "uaFullVersion"]) .then(ua...
  6. X

    Dynamically load zp files operate the same browser

    How to dynamically load zp files or operate the same browser instance for multiple projects. project in project : cannot operate the same browser instance. I want to make a frame, under the frame run different zp and use the same browser instance. Is there any way you can solve this problem?