grammar & formatting

This commit is contained in:
Emma Tebibyte 2022-09-16 00:57:28 -04:00
parent 5e9723e6bf
commit 19cca91604
2 changed files with 32 additions and 33 deletions

View File

@ -10,12 +10,6 @@
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf'); src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
} }
* {
box-sizing: border-box;
font-family: "Ubuntu";
scrollbar-color: #9d4e54 transparent;
}
::selection { ::selection {
color: #171614; color: #171614;
background: #9d4e54; background: #9d4e54;
@ -26,6 +20,12 @@
background: #9d4e54; background: #9d4e54;
} }
* {
box-sizing: border-box;
font-family: "Ubuntu";
scrollbar-color: #9d4e54 transparent;
}
body { body {
background-color: #171614; background-color: #171614;
color: #fafafa; color: #fafafa;
@ -73,13 +73,6 @@ p {
background: #9d4e54; background: #9d4e54;
} }
/*
.config {
padding: 0.15em;
border-radius: 0.5em;
background: #9d4e54;
} */
.content { .content {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

View File

@ -30,7 +30,7 @@
JavaScript is arbitrarily executed, and yet, they're the most JavaScript is arbitrarily executed, and yet, they're the most
prolific method of application distribution in the modern day. prolific method of application distribution in the modern day.
Web browsers have become the most convenient place for many to Web browsers have become the most convenient place for many to
do their computing, so with this page, I'm trying to define a do their computing, so, with this page, I'm trying to define a
more sane functionality for the browser I use—Firefox. more sane functionality for the browser I use—Firefox.
</p> </p>
<h3>Why Firefox?</h3> <h3>Why Firefox?</h3>
@ -41,7 +41,7 @@
defaults (<a href="https://git.tebibyte.media/emma/browser/">and defaults (<a href="https://git.tebibyte.media/emma/browser/">and
I <i>do</i> plan on creating my own that does</a>), I would I <i>do</i> plan on creating my own that does</a>), I would
immediately switch to it; but until there is a satisfactory immediately switch to it; but until there is a satisfactory
browser, which can do what I want out of Firefox, I will stick browser, which can do what I want from Firefox, I will stick
either with it or a fork of it like either with it or a fork of it like
<a href="https://librewolf.net/"> <a href="https://librewolf.net/">
LibreWolf</a>. LibreWolf</a>.
@ -91,7 +91,7 @@
</h2> </h2>
<ul> <ul>
<li><code>widget.use-xdg-desktop-portal = true</code></li> <li><code>widget.use-xdg-desktop-portal = true</code></li>
<p class="config">Allows Firefox to use KDE Plasma filechooser on <p>Allows Firefox to use KDE Plasma filechooser on
GNU/Linux.</p> GNU/Linux.</p>
<li><code>dom.event.contextmenu.enabled = false</code></li> <li><code>dom.event.contextmenu.enabled = false</code></li>
@ -137,7 +137,7 @@
Read more here Read more here
</a> </a>
</h4> </h4>
<ul class="code"> <ul>
<li> <li>
<code> <code>
browser.newtabpage.activity-stream.section.highlights.includePocket browser.newtabpage.activity-stream.section.highlights.includePocket
@ -178,7 +178,7 @@
</div> </div>
<li><code>privacy.firstparty.isolate = true</code></li> <li><code>privacy.firstparty.isolate = true</code></li>
<p>Restrict cache, storage, and cookies to the domain that <p>Restricts cache, storage, and cookies to the domain that
issued the data in them.</p> issued the data in them.</p>
<li><code>media.navigator.enabled = false</code></li> <li><code>media.navigator.enabled = false</code></li>
@ -309,27 +309,33 @@
</p> </p>
</ul> </ul>
<h3 id="dns-over-https"> <h3 id="doh">
<a href="https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs"> <a href="#doh">
DNS-over-HTTPS DNS over HTTPS
</a> </a>
</h3> </h3>
<p>
Read about DOH
<a href="https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs">
here</a>.
</p>
<ul> <ul>
<li> <li>
<code>network.trr.uri = &quot;&quot;</code> <code>network.trr.uri = &quot;&quot;</code>
</li> </li>
<p> <p>
Select a DNS-over-HTTPS server to use—I use the Select a DNS-over-HTTPS server to use—I use the
<a href="https://dnswarden.com#doh"> <a href="https://dnswarden.com#doh">dnswarden adblocking
dnswarden adblocking one</a>, but if your polity censors one</a>, but if your polity censors your internet
your internet access, you should use the uncensored one. access, you should use the uncensored one. There is a
There is a list of alternatives available on GitHub <a list of alternatives available
href="https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers"> <a href="https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers">
here</a>. on GitHub</a>.
</p> </p>
<li><code>network.trr.mode = 3</code></li> <li><code>network.trr.mode = 2</code></li>
<p>This sets HTTPS over DNS to be on all the time</p> <p>This sets HTTPS over DNS to be on unless the DNS
server cannot be reached.</p>
</ul> </ul>
<h3 id="header-sanitize"> <h3 id="header-sanitize">
@ -355,8 +361,8 @@
<p> <p>
This is an exhaustive list of all the settings you need to This is an exhaustive list of all the settings you need to
change. Typing only <code>browser.safebrowsing</code> into the change. Typing only <code>browser.safebrowsing</code> into the
<code>about:config</code> search box will return all of them, but <code>about:config</code> search box will return all of them,
make sure to apply the correct value to each. but make sure to apply the correct value to each.
</p> </p>
<ul> <ul>
<li> <li>
@ -682,8 +688,8 @@
<p> <p>
<a href="https://addons.mozilla.org/en-US/firefox/addon/javascript-restrictor"> <a href="https://addons.mozilla.org/en-US/firefox/addon/javascript-restrictor">
JShelter JShelter
</a> </a> Restricts access to JavaScript APIs to prevent
Restricts access to JavaScript APIs to prevent fingerprinting. fingerprinting.
</p> </p>
</li> </li>
</ul> </ul>