Недавний контент xxlee

  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

    I have solved this problem by reinstalling, thank you for your reply
  5. X

    Релиз ZennoDroid Enterprise 2.4.0.0 Экшен "Поиск по пикселю" • Выбор устройства из списка • API для LSPosed

    I want to change the CPU count and memory, which is very useful for webview. Does anyone know how to change it?
  6. 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.
  7. X

    Bugs in version 7.7.11.0

    The code can be executed successfully, but it does not take effect.
  8. X

    Bugs in version 7.7.11.0

    instance.HideNavigatorField("userAgentData"); The code is valid in versions 7.7.6 and 7.7.3 Invalid on 7.7.10,7.7.11
  9. X

    I want change navigator.userAgentData,but no tips

    @VladZen
  10. X

    I want change navigator.userAgentData,but no tips

    Hi. myndeswx I have tried the method you gave and found it to be useless. (I have looked through the zp development documentation) This is a completely different approach. You can try the following code and you will find that your modifications will not take effect...
  11. X

    I want change navigator.userAgentData,but no tips

    Thans for your reply. NavigatorUAData(navigator.userAgentData) different form user-agent Detail page: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues
  12. 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...
  13. X

    WTS C# library for zenno (148 methods with source code) – mouse emulation based on human behavior, easy project development and much more

    Do you have his contact? skype or telg He did not reply to me. Thank you.
  14. X

    Force Zenno Poster to show instance

    Hello. Can I connect to instances on remote servers? If so, how do they communicate var url = ""; var port = ""; var address = ""; ZennoPoster. ShowInstance(url, port, address); How should I fill in the value of url?