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');
}
* {
box-sizing: border-box;
font-family: "Ubuntu";
scrollbar-color: #9d4e54 transparent;
}
::selection {
color: #171614;
background: #9d4e54;
@ -26,6 +20,12 @@
background: #9d4e54;
}
* {
box-sizing: border-box;
font-family: "Ubuntu";
scrollbar-color: #9d4e54 transparent;
}
body {
background-color: #171614;
color: #fafafa;
@ -73,13 +73,6 @@ p {
background: #9d4e54;
}
/*
.config {
padding: 0.15em;
border-radius: 0.5em;
background: #9d4e54;
} */
.content {
display: flex;
justify-content: space-between;

View File

@ -30,7 +30,7 @@
JavaScript is arbitrarily executed, and yet, they're the most
prolific method of application distribution in the modern day.
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.
</p>
<h3>Why Firefox?</h3>
@ -41,7 +41,7 @@
defaults (<a href="https://git.tebibyte.media/emma/browser/">and
I <i>do</i> plan on creating my own that does</a>), I would
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
<a href="https://librewolf.net/">
LibreWolf</a>.
@ -91,7 +91,7 @@
</h2>
<ul>
<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>
<li><code>dom.event.contextmenu.enabled = false</code></li>
@ -137,7 +137,7 @@
Read more here
</a>
</h4>
<ul class="code">
<ul>
<li>
<code>
browser.newtabpage.activity-stream.section.highlights.includePocket
@ -178,7 +178,7 @@
</div>
<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>
<li><code>media.navigator.enabled = false</code></li>
@ -309,27 +309,33 @@
</p>
</ul>
<h3 id="dns-over-https">
<a href="https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs">
DNS-over-HTTPS
<h3 id="doh">
<a href="#doh">
DNS over HTTPS
</a>
</h3>
<p>
Read about DOH
<a href="https://support.mozilla.org/en-US/kb/dns-over-https-doh-faqs">
here</a>.
</p>
<ul>
<li>
<code>network.trr.uri = &quot;&quot;</code>
</li>
<p>
Select a DNS-over-HTTPS server to use—I use the
<a href="https://dnswarden.com#doh">
dnswarden adblocking one</a>, but if your polity censors
your internet access, you should use the uncensored one.
There is a list of alternatives available on GitHub <a
href="https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers">
here</a>.
<a href="https://dnswarden.com#doh">dnswarden adblocking
one</a>, but if your polity censors your internet
access, you should use the uncensored one. There is a
list of alternatives available
<a href="https://github.com/curl/curl/wiki/DNS-over-HTTPS#publicly-available-servers">
on GitHub</a>.
</p>
<li><code>network.trr.mode = 3</code></li>
<p>This sets HTTPS over DNS to be on all the time</p>
<li><code>network.trr.mode = 2</code></li>
<p>This sets HTTPS over DNS to be on unless the DNS
server cannot be reached.</p>
</ul>
<h3 id="header-sanitize">
@ -355,8 +361,8 @@
<p>
This is an exhaustive list of all the settings you need to
change. Typing only <code>browser.safebrowsing</code> into the
<code>about:config</code> search box will return all of them, but
make sure to apply the correct value to each.
<code>about:config</code> search box will return all of them,
but make sure to apply the correct value to each.
</p>
<ul>
<li>
@ -682,8 +688,8 @@
<p>
<a href="https://addons.mozilla.org/en-US/firefox/addon/javascript-restrictor">
JShelter
</a>
Restricts access to JavaScript APIs to prevent fingerprinting.
</a> Restricts access to JavaScript APIs to prevent
fingerprinting.
</p>
</li>
</ul>