This commit is contained in:
umbreon 2021-09-02 13:37:03 +01:00
parent 0ccf90ec56
commit eaa1185abe
4 changed files with 112 additions and 78 deletions

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

View File

@ -111,19 +111,38 @@
<div class="futher">
<h4>Further Reading:</h4>
<ol>
<a href="https://stallman.org/google.html">Reasons not to use Google</a> <a href="https://web.archive.org/web/20180512214729/http://stallman.org/google.html">[web.archive.org]</a> <a href="http://archive.is/20170929072403/https://stallman.org/google.html">[archive.is]</a>
<a href="https://8ch.net/tech/chrome.html">Welcome to the Botnet. Or, The Case Against Google Chrome</a> <a href="https://web.archive.org/web/20150501010435/https://8ch.net/tech/chrome.html">[web.archive.org]</a> <a href="http://archive.is/OR4dz">[archive.is]</a>
<a href="https://stallman.org/google.html">Reasons not to use Google</a>
<a href="https://web.archive.org/web/20180512214729/http://stallman.org/google.html">[web.archive.org]</a>
<a href="http://archive.is/20170929072403/https://stallman.org/google.html">[archive.is]</a>
<a href="https://8ch.net/tech/chrome.html">Welcome to the Botnet. Or, The Case Against Google Chrome</a>
<a href="https://web.archive.org/web/20150501010435/https://8ch.net/tech/chrome.html">[web.archive.org]</a>
<a href="http://archive.is/OR4dz">[archive.is]</a>
</ol>
</div>
<hr>
<div class="sources">
<h4>Sources:</h4>
<ol>
<li id="s1"><a href="https://www.google.com/chrome/browser/privacy/index.html">Google Chrome Privacy Notice</a> <a href="http://web.archive.org/web/20180427041202/https://www.google.com/chrome/browser/privacy/index.html">[web.archive.org]</a> <a href="https://archive.is/GJIKw">[archive.is]</a></li>
<li id="s2"><a href="https://payments.google.com/payments/apis-secure/get_legal_document?ldo=0&ldt=privacynotice">Google Payments Privacy Notice</a> <a href="https://web.archive.org/web/20180514095832/https://payments.google.com/payments/apis-secure/get_legal_document?ldo=0&ldt=privacynotice">[web.archive.org]</a>
<li id="s3"><a href="http://www.favbrowser.com/google-chrome-spyware-confirmed/">Google Chrome Spyware? Confirmed?</a> <a href="https://web.archive.org/web/20180410043922/http://www.favbrowser.com/google-chrome-spyware-confirmed/">[web.archive.org]</a> <a href="https://archive.li/jxCPf">[archive.li]</a></li>
<li id="s4"><a href="https://jischinger.wordpress.com/2008/11/16/google-chrome-a-keylogger-privacy-concerns/">Google Chrome a Keylogger Privacy Concerns</a> <a href="https://web.archive.org/web/20180410043922/https://jischinger.wordpress.com/2008/11/16/google-chrome-a-keylogger-privacy-concerns/">[web.archive.org]</a> <a href="https://archive.li/HclxK">[archive.li]</a></li>
<li id="s5"><a href="https://families.google.com/familylink/privacy/child-policy/">Privacy Notice for Google Accounts Managed with Family Link (“Privacy Notice”)</a> <a href="https://web.archive.org/web/20180524142231/https://families.google.com/familylink/privacy/child-policy/">[web.archive.org]</a> <a href="https://archive.li/3ncnz">[archive.li]</a></li>
<li id="s1">
<a href="https://www.google.com/chrome/browser/privacy/index.html">Google Chrome Privacy Notice</a>
<a href="http://web.archive.org/web/20180427041202/https://www.google.com/chrome/browser/privacy/index.html">[web.archive.org]</a>
<a href="https://archive.is/GJIKw">[archive.is]</a>
</li>
<li id="s2">
<a href="https://payments.google.com/payments/apis-secure/get_legal_document?ldo=0&ldt=privacynotice">Google Payments Privacy Notice</a>
<a href="https://web.archive.org/web/20180514095832/https://payments.google.com/payments/apis-secure/get_legal_document?ldo=0&ldt=privacynotice">[web.archive.org]</a>
<li id="s3">
<a href="http://www.favbrowser.com/google-chrome-spyware-confirmed/">Google Chrome Spyware? Confirmed?</a>
<a href="https://web.archive.org/web/20180410043922/http://www.favbrowser.com/google-chrome-spyware-confirmed/">[web.archive.org]</a>
<a href="https://archive.li/jxCPf">[archive.li]</a>
</li>
<li id="s4"><a href="https://jischinger.wordpress.com/2008/11/16/google-chrome-a-keylogger-privacy-concerns/">Google Chrome a Keylogger Privacy Concerns</a>
<a href="https://web.archive.org/web/20180410043922/https://jischinger.wordpress.com/2008/11/16/google-chrome-a-keylogger-privacy-concerns/">[web.archive.org]</a>
<a href="https://archive.li/HclxK">[archive.li]</a></li>
<li id="s5">
<a href="https://families.google.com/familylink/privacy/child-policy/">Privacy Notice for Google Accounts Managed with Family Link (“Privacy Notice”)</a>
<a href="https://web.archive.org/web/20180524142231/https://families.google.com/familylink/privacy/child-policy/">[web.archive.org]</a>
<a href="https://archive.li/3ncnz">[archive.li]</a></li>
</ol>
</div>
<hr>

View File

@ -6,75 +6,75 @@
<!-- NOTICE!!!! -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<title>[Program/Service Name Here] — Spyware Watchdog</title>
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div>
<div class="main">
<img
src="../images/example_logo.png"
alt="Images are in the ../images folder"
/>
<h1>[Program/Service Name Here]</h1>
<p>
This part of the article should have the name of the program and what
it does, and who develops it.
</p>
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
<h2>Spyware Feature X</h2>
<p>
Proof goes here<sup><a href="#s1">[1]</a></sup
>.
</p>
</div>
<hr/>
<div class="footer">
<div class="futher">
<h4>Further Reading:</h4>
<ol>
<li><a href="">Source</a>
<a href="">[web.archive.org]</a>
<a href="">[archive.is]</a></li>
</ol>
</div>
<hr/>
<div class="sources">
<h4>Sources:</h4>
<ol>
<li id="s1">
<a href="">Source1</a>
<a href="">[web.archive.org]</a>
<a href="">[archive.is]</a>
</li>
<li id="s2">
<a href="">Source2</a>
<a href="">[web.archive.org]</a>
<a href="">[archive.is]</a>
</li>
</ol>
</div>
<hr/>
<b>This article was created on mm/dd/yyyy</b><br/>
<b>This article was last edited on mm/dd/yyyy</b>
<!--Dont change-->
<p>
If you want to edit this article, or contribute your own article(s), visit us
at the git repo on
<a href="https://codeberg.org/shadow/SpywareWatchdog">Codeberg</a>.
</p>
<p>
All contributions must be licensed under the CC0 license to be
accepted.
</p>
<a href="../LICENSE.txt">
<img class="icon" src="../images/cc0.png" alt="CC0 License"/>
</a>
<!--Dont change-->
</div>
<head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8" />
<title>[Program/Service Name Here] — Spyware Watchdog</title>
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div>
<div class="main">
<img src="../images/example_logo.png" alt="Images are in the ../images folder" />
<h1>[Program/Service Name Here]</h1>
<p>
This part of the article should have the name of the program and what
it does, and who develops it.
</p>
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
<h2>Spyware Feature X</h2>
<p>
Proof goes here<sup><a href="#s1">[1]</a></sup>.
</p>
</div>
</body>
</html>
<hr />
<div class="footer">
<div class="futher">
<h4>Further Reading:</h4>
<ol>
<li><a href="">Source</a>
<a href="">[web.archive.org]</a>
<a href="">[archive.is]</a>
</li>
</ol>
</div>
<hr />
<div class="sources">
<h4>Sources:</h4>
<ol>
<li id="s1">
<a href="">Source1</a>
<a href="">[web.archive.org]</a>
<a href="">[archive.is]</a>
</li>
<li id="s2">
<a href="">Source2</a>
<a href="">[web.archive.org]</a>
<a href="">[archive.is]</a>
</li>
</ol>
</div>
<hr />
<b>This article was created on mm/dd/yyyy</b><br />
<b>This article was last edited on mm/dd/yyyy</b>
<!--Dont change-->
<p>
If you want to edit this article, or contribute your own article(s), visit us
at the git repo on
<a href="https://codeberg.org/shadow/SpywareWatchdog">Codeberg</a>.
</p>
<p>
All contributions must be licensed under the CC0 license to be
accepted.
</p>
<a href="../LICENSE.txt">
<img class="icon" src="../images/cc0.png" alt="CC0 License" />
</a>
<!--Dont change-->
</div>
</div>
</body>
</html>

Binary file not shown.