Skip to content

Commit

Permalink
Hardware concurrency value changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalvinci committed Apr 18, 2022
1 parent 77cf78b commit 82a99b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/navigatorSpoofScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Object.defineProperty(navigator, "mimeTypes", {
get: () => [],
});

Object.defineProperty(navigator, "hardwareConcurrency", {
get: () => 2,
});

Object.defineProperty(screen, "width", {
get: () => 1498,
});
Expand Down

0 comments on commit 82a99b8

Please sign in to comment.