From ea7086862b7ca01b002ff0c2b5454b2140d64b97 Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Wed, 16 Jan 2019 03:11:33 -0500 Subject: [PATCH 1/3] Update 09-other.md --- web/09-other.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/web/09-other.md b/web/09-other.md index 3cd3524..e897a3a 100644 --- a/web/09-other.md +++ b/web/09-other.md @@ -1,13 +1,19 @@ +## Hanging out in the Network Tab -## Examples +### Simple Website +Simple request to your simple website. +[https://dmil.github.io/dhrumil-simple-website/](https://dmil.github.io/dhrumil-simple-website/) + +### Investigations [http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/](http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/) [https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data](https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data) [https://fivethirtyeight.com/features/fandango-movies-ratings/](https://fivethirtyeight.com/features/fandango-movies-ratings/) -### Hanging out in the Network Tab + +### Finding Data - https://news.gallup.com/poll/113980/Gallup-Daily-Obama-Job-Approval.aspx - http://polling.reuters.com/#!response/CP3_2/type/week/dates/20180301-20190115/collapsed/true @@ -45,11 +51,6 @@ Des Moines Register http://data.desmoinesregister.com/iowa-caucus/candidate-tracker/data/visits_all.json?cb=1547625985504 --> -Simple request to your simple website. -[https://dmil.github.io/dhrumil-simple-website/](https://dmil.github.io/dhrumil-simple-website/) - -Modifying a facebook profile picture. - Making the Ad Go Away on FiveThirtyEight ```javascript @@ -62,11 +63,6 @@ for (el of document.getElementsByClassName('fivethirtyeight-sidebar-ad')) { } ``` -Modifying CSS - -Modifying JavaScript - - ### Cookies Types of Cookies @@ -77,9 +73,6 @@ Check out the cookies on a website. https://www.dccourts.gov/cco/maincase.jsf -### Poll -intercom.io - ### Not a cookie, but interesting https://www.propublica.org/about/pixelping From 433e4386576ee78894343b7981a10b5a17ac7543 Mon Sep 17 00:00:00 2001 From: Al Johri Date: Wed, 16 Jan 2019 03:12:01 -0500 Subject: [PATCH 2/3] Update 09-other.md --- web/09-other.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/09-other.md b/web/09-other.md index e897a3a..f86e258 100644 --- a/web/09-other.md +++ b/web/09-other.md @@ -63,6 +63,12 @@ for (el of document.getElementsByClassName('fivethirtyeight-sidebar-ad')) { } ``` +Make the Header Red + +```javascript +document.querySelector('h1.header-global-logo').style.backgroundColor = 'red'; +``` + ### Cookies Types of Cookies From e87eb05f9706c0f79df8dfcce29cfa77f3a1718c Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Wed, 16 Jan 2019 03:13:37 -0500 Subject: [PATCH 3/3] Update 09-other.md --- web/09-other.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/09-other.md b/web/09-other.md index f86e258..37f79be 100644 --- a/web/09-other.md +++ b/web/09-other.md @@ -6,11 +6,9 @@ Simple request to your simple website. [https://dmil.github.io/dhrumil-simple-website/](https://dmil.github.io/dhrumil-simple-website/) ### Investigations -[http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/](http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/) - -[https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data](https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data) - -[https://fivethirtyeight.com/features/fandango-movies-ratings/](https://fivethirtyeight.com/features/fandango-movies-ratings/) +- [http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/](http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/) +- [https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data](https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data) +- [https://fivethirtyeight.com/features/fandango-movies-ratings/](https://fivethirtyeight.com/features/fandango-movies-ratings/) ### Finding Data @@ -69,7 +67,7 @@ Make the Header Red document.querySelector('h1.header-global-logo').style.backgroundColor = 'red'; ``` -### Cookies +## Cookies Types of Cookies