Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Восстановить из v. 14

...

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).

...

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

...

...

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.

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 might be used for fingerprinting your browser. There are several methods to get browser fingerprint, one of them is WebGL Image.

Note

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

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.

...