From 541a2f18c847d49388c60b7674a05185633c4416 Mon Sep 17 00:00:00 2001 From: z0ccc <70310180+z0ccc@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:10:20 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6dbe5ae..ff3f2b1 100755 --- a/README.md +++ b/README.md @@ -30,11 +30,6 @@ While the chrome.debugger API is active, a bar under the address bar is displaye Unlike the Chrome devtools location sensor, overriding the locale does not change language data (such as navigator.language or navigator.languages). There is an open ticket about this here: https://bugs.chromium.org/p/chromium/issues/detail?id=1306254 -## Data Tampering - -Data spoofed with Vytal can not be detected. Although other extensions which spoof data can be detected. https://vytal.io allows you to compare and test these various tools. A red x signifies that the scanner has detected tampered data. A green check means that no tampering has -been detected. Clicking on the table row of the tampered data will bring up a modal box showing the type of detected tampering. - ## Data Retrieval Methods ### Top Window @@ -53,6 +48,11 @@ A frame is a part of a web page which displays content independent of its contai Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa). Extension content scripts cannot be injected into workers +## Data Tampering + +Data spoofed with Vytal can not be detected. Although other extensions which spoof data can be detected. https://vytal.io allows you to compare and test these various tools. A red x signifies that the scanner has detected tampered data. A green check means that no tampering has +been detected. Clicking on the table row of the tampered data will bring up a modal box showing the type of detected tampering. + ## Types of Tampering ### Failed Date.prototype.setDate.toString()