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

  1. R

    Емуляция fingerprint

    ^ @VladZen @Droppex
  2. R

    Емуляция fingerprint

    I also think emulation of WebGL is very important, many websites have started to use this to fingerprint users. I use this Chrome add-on to detect fingerprint attempts: https://github.com/ghostwords/chameleon Here is an example of WebGL fingerprinting (in addition to Canvas fingerprinting) in...
  3. R

    How To Set Navigator Object Settings

    Hi there, I know that there are Show and Hide Navigator Object Fields, but does anyone have a list of fields that are editable? In particular I would like to spoof the Battery API navigator field: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getBattery, but I'm not sure how to do...
  4. R

    Bugs in new version 5.11.4.0

    @VladZen Not sure if this is bug (also posted in discussion thread), but the font feature is not hiding/showing fonts for me. I tested with the following code: // Get all fonts var fonts = instance.GetFonts(); // Iterate through fonts and hide all fonts if (fonts != null) { var fontList =...
  5. R

    Discussion - new version 5.11.4.0

    @VladZen Is the new font feature supposed to defeat Javascript Font Fingerprinting? I tested with the following code: // Get all fonts var fonts = instance.GetFonts(); // Iterate through fonts and hide all fonts if (fonts != null) { var fontList = fonts.ToList(); foreach (string font...
  6. R

    Humaniation - is a library for emulating "human" mouse traectory

    I'm interested in purchasing this but I cannot message you for some reason (do you need to be a certain level on the forum)? Regardless, is there anyway I can contact you for buying this library? You can contact me at [email protected]
  7. R

    Going to URL unstable, especially with longer URLS

    Yes it does seem to work better if proxies are disabled. But I'm using really high quality private proxies, and it works well in Projectmaker vs Zennoposter. Do you think it's a proxy issue or ZP issue?
  8. R

    Going to URL unstable, especially with longer URLS

    Hi there, I'm using private elite proxies that have no issues on that end. But especially on Zennoposter but sometimes on Projectmaker, when I try to follow/go to a URL, it gives a blank page. Sometimes it works if I just try it again, sometimes it works if I go to www.google.com and then back...
  9. R

    Send email with C# macro

    Hey darkdiver, I have one more question, how can we specify a "Reply-to" header in this C# Code? For example if I want to send my email from [email protected] but want replies to go to [email protected] Thanks so much in advance for the help!!!
  10. R

    Send email with C# macro

    Thanks so much!!! Got it to work :)
  11. R

    Send email with C# macro

    I was wondering, how can you specify a "From" header using this method? I would like to do something like this: From: "Name" <[email protected]> This way the recipient would see my name when they receive the email. Thanks in advance!
  12. R

    Send email with C# macro

    Does this still work? I'm trying it with Gmail and ports 587 as well as 465 and neither of them work. My computer only has English letters, and it does not return anything in the codeReply variable