From db8a214519c664c09391e7d9c2105d4cd331a451 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 4 Mar 2017 14:08:10 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f01d69..7a91d90 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ A network request to a remote server which has a different base domain name than A 3rd-party exposure score is derived not only from the number of distinct third parties on a web page, but also from the ubiquitousness of each of these distinct third parties. +The ubiquitousness of a specific 3rd party is measured according to how frequently this 3rd party is used on web pages you visit. This means the ubiquitousness of a 3rd party will be representative of your browsing history and whether the 3rd party was blocked or not on the pages you visited. + ## Status Early development version. **DO NOT REQUEST FEATURES.** From c0f3ea8ca5d7528bf9f7a4c197fe8543685e1a5f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 5 Mar 2017 14:41:34 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7a91d90..abe6018 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ For convenience, you can have the heatmap render as a list, where you can see th ![](https://cloud.githubusercontent.com/assets/585534/23466180/5ec0470e-fe68-11e6-80dd-3abb29545dd3.png) +If you look closely, you will find out that the actual 3rd-party exposure score for the page is the sum of all the ubiquitouness scores of all 3rd parties for which there was a connection on the page. The theoretical (averted) 3rd-party exposure score is the sum of all the ubiquitousness scores of all 3rd parties seen (blocked or not) for the page. + There is also a filter button to filter out all the 3rd parties for which there was no network connection: ![](https://cloud.githubusercontent.com/assets/585534/23466185/6166a048-fe68-11e6-9407-cb3004573dd6.png)