more minor edits

This commit is contained in:
anonymous 2020-06-05 01:38:22 -04:00
parent 2eb5c441e7
commit 668dafdfe5
8 changed files with 13 additions and 20 deletions

View File

@ -30,7 +30,6 @@
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
<p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
<p><a href="../articles/index.html">Back to catalog</a></p>
</div>
</div>
</body>

View File

@ -38,7 +38,6 @@
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
<p>All contributions must be licensed under the CC0 license to be accepted.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
<p><a href="../articles/index.html">Back to catalog</a></p>
</div>
</div>
</body>

View File

@ -7,12 +7,10 @@
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Catalogue</a></div>
<div class="main">
<img width="100" height="37" src="../images/surf_logo.png" alt="Surf Logo"/>
<h1>Surf</h1>
<center>
<a href="../articles/surf.html">English Translation</a>
</center>
<p>
D'apres le site de Suckless: "surf est un navigateur simple basé sur WebKit2/GTK+. Il peut afficher des sites web et suivre des liens."<sup><a href="#1">[1]</a></sup> Testé: version 2.0 pour Linux. Mitmproxy a été utilisé pour vérifier les connections.
</p>
@ -35,8 +33,7 @@
<p>Si vous voulez editer cet article ou contribuer sur vos propres article(s), contactez nous sur XMPP a spyware@conference.nuegia.net, ou visitez le repo Git a <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
<p>Toutes les contributions doivent etre sous license CC0 pour etre acceptées.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
<p><a href="../articles/index.html">Catalogue</a></p>
</div>
</div>
</body>
</html>
</html>

View File

@ -7,12 +7,12 @@
</head>
<body>
<div class="case">
<div class="nav">
<a href="../articles/index.html">&larr; Catalog</a>
</div>
<div class="main">
<img alt="Firefox Logo" src="../images/firefox_logo.png">
<img alt="Firefox Logo" src="../images/firefox_logo3.svg">
<h1>Mozilla Firefox Spyware Mitigation Guide</h1>
<center>
<a href="../guides/firefox_es.html">Spanish Translation</a>
</center>
<p>This guide was tested working with Firefox version 74.</p>
<p>After configuring Mozilla Firefox with ghacks-user.js, according to this guide it's rating changes like so:</p>
<h2>Spyware Rating: <span class="orange">High</span> &rarr; <span class="green">Not Spyware</span></h2>
@ -137,4 +137,4 @@
</div>
</div>
</body>
</html>
</html>

View File

@ -8,12 +8,12 @@
<body>
<div class="case">
<div class="nav">
<a href="../articles/index.html">&larr; Catalog</a>
</div>
<div class="main">
<img alt="Firefox Logo" src="../images/firefox_logo.png">
<img alt="Firefox Logo" src="../images/firefox_logo3.svg">
<h1>Guía de Mitigación de Spyware para Mozilla Firefox</h1>
<center>
<a href="../guides/firefox.html">English Translation</a>
</center>
<p>Esta guía fue elaborada utilizando la versión 74 de Firefox.</p>
<p>Después de configurar Firefox con el script ghacks-user.js su clasificación de spyware cambia, por lo que pasa a ser:</p>
@ -139,4 +139,4 @@
</div>
</div>
</body>
</html>
</html>

View File

@ -35,7 +35,6 @@
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
<p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
<p><a href="../articles/index.html">Back to catalog</a></p>
</div>
</div>
</body>

View File

@ -7,6 +7,7 @@
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Home</a></div>
<h1>Misc Page</h1>
<div class="main center">
<p>
@ -42,8 +43,5 @@
</div>
<br/>
</div>
<center>
<p><a href="index.html">Back to Home</a></p>
</center>
</body>
</html>

View File

@ -71,6 +71,7 @@ code {
text-align: left;
display: inline-block;
font-family: Monospace;
background: black;
color: #890000;
border: 1px solid #890000;
margin: 2px;
@ -146,6 +147,6 @@ xmp {
text-align: center;
}
.directory-list {
max-width: 80%;
max-width: 72vw;
margin-left: auto;
}