If you find some missing information or errors in any of the translations, help us by opening a pull request with the necessary modifications in the texts.
Guides
Reports
en-US es pt-BR
Reports provide insights into all JavaScript executions detected in your browser.
How is the data collected and stored?
The js/background/reports.js
file looks for information about the open tabs in storage.local and the with the Dexie.js library generates the data that is stored in IndexedDB.
The data structure used:
{
"id": "www.google.com^handleEvent^mouseover",
"domain": "www.google.com",
"kind": "handleEvent",
"code": "mouseover",
"allowed": 6,
"blocked": 3,
"calls": 9
}
You can see the data stored in your browser: