copy: fixed grammar

This commit is contained in:
Leyla Becker 2026-02-19 16:11:34 -06:00
parent c4acca9281
commit dffd14a19f

View file

@ -29,7 +29,7 @@ This tracking infrastructure is also used to monitor activists and social moveme
Beyond the privacy, and political implications, tracking parameters make links harder for people to read and share. A clean URL like `example.com/article` becomes an incomprehensible mess like `example.com/article?utm_source=facebook&utm_medium=social&fbclid=abc123xyz`. Removing these trackers saves screen space, internet bandwidth, and leaves the people around you with more energy at the end of the day for the things that they care about.
[^facebook_depression]: Internal Facebook research leaked in 2021 showed the company was aware that Instagram was harmful to teenage mental health, particularly for teen girls experiencing depression, anxiety, and body image issues. See: [Wall Street Journal's Facebook Files investigation](https://www.wsj.com/articles/facebook-knows-instagram-is-toxic-for-teen-girls-company-documents-show-11631620739)
[^mere_exposure_effect]: The more that you are exposed to something the more likely you are to have a positive option about it even if you are not aware of this bias being built from the advertisements. https://wikipedia.org/wiki/Mere-exposure_effect
[^mere_exposure_effect]: The more that you are exposed to something the more likely you are to have a positive opinion about it even if you are not aware of this bias being built from the advertisements. https://wikipedia.org/wiki/Mere-exposure_effect
[^facebook_electoral_interference]: Facebook's own research demonstrated that the platform could influence voter turnout and potentially election outcomes. A 2012 study published in Nature showed Facebook could increase voter turnout through social messaging. See: [Bond et al., "A 61-million-person experiment in social influence and political mobilization"](https://www.nature.com/articles/nature11421)
[^tracking_activists]: Government agencies use metadata and location tracking to monitor movements and activists. [404 Media's investigation into ICE's neighborhood monitoring tools](https://www.404media.co/inside-ices-tool-to-monitor-phones-in-entire-neighborhoods/) While this specific example isn't directly about data that they have harvested from tracker links they could very easily do the same thing to get an idea of who is involved with what movements.
@ -191,7 +191,7 @@ Beyond the privacy, and political implications, tracking parameters make links h
<div class="url-legend-item" role="listitem" id="legend-port" data-part="port">
<span class="url-legend-color url-legend-port" aria-hidden="true"></span>
<span class="url-legend-label">Port</span>
<span class="url-legend-desc">Network port to connect to (default to 443 for https, and 80 for http)</span>
<span class="url-legend-desc">Network port to connect to (defaults to 443 for https, and 80 for http)</span>
</div>
<div class="url-legend-item" role="listitem" id="legend-path" data-part="path">
<span class="url-legend-color url-legend-path" aria-hidden="true"></span>
@ -468,7 +468,7 @@ Query parameters are a part of a URL that are used to encode some data about a p
</div>
<div class="query-legend-item" role="listitem" data-qparam="size">
<span class="query-legend-label query-param-label">size=medium</span>
<span class="query-legend-desc">tells the page which size use a medium size</span>
<span class="query-legend-desc">tells the page to use a medium size</span>
</div>
<div class="query-legend-item" role="listitem" data-qparam="color">
<span class="query-legend-label query-param-label">color=light%20blue</span>
@ -870,3 +870,25 @@ There are some mobile apps that can also help remove trackers from links:
</a>
</div>
</div>
### URL unshortening and redirect following tools
<div class="protect-section">
<div class="platform-list-fallback">
<a href="https://unshorten.it/" class="app-card" target="_blank" rel="noopener">
<div class="app-info">
<div class="app-name">Unshorten.It!</div>
</div>
</a>
<a href="https://wheregoes.com/" class="app-card" target="_blank" rel="noopener">
<div class="app-info">
<div class="app-name">WhereGoes</div>
</div>
</a>
<a href="https://www.expandurl.net/" class="app-card" target="_blank" rel="noopener">
<div class="app-info">
<div class="app-name">ExpandURL</div>
</div>
</a>
</div>
</div>