Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 7.7.0.0

...

A profile is a virtual personality, the data of which is generated each time a template is running (in ProjectMaker, generation occurs when the button Restart is pressed; in ZennoPoster, every time a project is executed). Detailed data on the profile can be obtained in the Profile Window

...

When the project is executed, all data will be generated in the profile that will be used for registration, including browser data (language, screen size, User Agent and dozens of others).

...

After activating the settings, the following window will appear:

...

Test

At the very end, after you have set all the parameters to the desired position, you should press this button to check that the set parameters are correct and match each other.

...

The Web Speech API allows you to interact with voice interfaces for speech recognition and synthesis. Speech Voices are voice presets that are used to generate audio representations of information.

Canvas / WebGL

Expand
titleWhat are Canvas and WebGL

Canvas is an HTML5 element that is used for creating graphics on web pages.

WebGL is the API for rendering 3D graphics in a browser.

Both Canvas and WebGL can be used for fingerprinting your browser. There are several methods to get browser fingerprints, one of them is WebGL Image.
The fingerprinting process follows roughly the same principle: a hidden image is drawn on a site page, from which the hash is obtained. On different devices, the result will be different because it depends on the combination of hardware, drivers, and browser. This difference is what allows you to track users.

Expand
titleBefore ZennoPoster 7.7.0.0

Canvas has several possible contexts, WebGL has a huge number of options and extensions. All this can be emulated in ZennoPoster. And when you enable the Canvas / WebGL block, absolutely all parameters and contexts will be emulated automatically.

Canvas/WebGL emulation has been greatly improved in version 7.7.0.0!

There are now three options:

  • Not emulate - the same browser fingerprint will be used for all profiles you create.

  • Add noise - when this setting is enabled, the fingerprint will be new for each profile. The disadvantage of this mode is that it will get a 100% unique fingerprint, which is not quite natural.
    For some websites, it is enough to use this method.

  • Super emulation - generated in this mode, the fingerprint will not be 100% unique. This will allow you to blend in with the crowd since there are many copies of the device all over the world.
    WARNING! "Super Emulation" mode works only on the Chromium engine

Note

For WebGL to work in a browser, you need to have an enabled setting in Instance> Use GPU. Required for using WebGL

Continue working when the canvas was not emulated (not recommended)- if this setting is enabled and Canvas could not be generated, the project will continue. If the setting is OFF, the work of the project will be terminated with an error (if the Canvas could not be generated).

JS Features

A lot of sophisticated techniques can be used to detect a browser, for example, calling the toString () function on any object or function in JS can tell a lot about your browser. The JS Features block is designed to enable protection against various browser detection techniques.

...