Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 14 additions & 17 deletions web/09-other.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Hanging out in the Network Tab

## Examples
### Simple Website

[http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/](http://money.cnn.com/2015/01/21/technology/security/obamacare-website-advertisers/)
Simple request to your simple website.
[https://dmil.github.io/dhrumil-simple-website/](https://dmil.github.io/dhrumil-simple-website/)

[https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data](https://www.eff.org/deeplinks/2015/01/healthcare.gov-sends-personal-data)
### 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/)

[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
Expand Down Expand Up @@ -45,11 +49,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
Expand All @@ -62,12 +61,13 @@ for (el of document.getElementsByClassName('fivethirtyeight-sidebar-ad')) {
}
```

Modifying CSS

Modifying JavaScript
Make the Header Red

```javascript
document.querySelector('h1.header-global-logo').style.backgroundColor = 'red';
```

### Cookies
## Cookies

Types of Cookies

Expand All @@ -77,9 +77,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

Expand Down