diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..17e15f2 --- /dev/null +++ b/.vscode/launch.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/articles/chrome.html b/articles/chrome.html index 8a5a268..d2c052c 100644 --- a/articles/chrome.html +++ b/articles/chrome.html @@ -111,19 +111,38 @@

Further Reading:

    - Reasons not to use Google [web.archive.org] [archive.is] - Welcome to the Botnet. Or, The Case Against Google Chrome [web.archive.org] [archive.is] + Reasons not to use Google + [web.archive.org] + [archive.is] + Welcome to the Botnet. Or, The Case Against Google Chrome + [web.archive.org] + [archive.is]

Sources:

    -
  1. Google Chrome Privacy Notice [web.archive.org] [archive.is]
  2. -
  3. Google Payments Privacy Notice [web.archive.org] -
  4. Google Chrome – Spyware? Confirmed? [web.archive.org] [archive.li]
  5. -
  6. Google Chrome a Keylogger – Privacy Concerns [web.archive.org] [archive.li]
  7. -
  8. Privacy Notice for Google Accounts Managed with Family Link (“Privacy Notice”) [web.archive.org] [archive.li]
  9. +
  10. + Google Chrome Privacy Notice + [web.archive.org] + [archive.is] +
  11. +
  12. + Google Payments Privacy Notice + [web.archive.org] +
  13. + Google Chrome – Spyware? Confirmed? + [web.archive.org] + [archive.li] +
  14. +
  15. Google Chrome a Keylogger – Privacy Concerns + [web.archive.org] + [archive.li]
  16. +
  17. + Privacy Notice for Google Accounts Managed with Family Link (“Privacy Notice”) + [web.archive.org] + [archive.li]

diff --git a/articles/example.html b/articles/example.html index bcba759..9d3d7dc 100644 --- a/articles/example.html +++ b/articles/example.html @@ -6,75 +6,75 @@ - - - [Program/Service Name Here] — Spyware Watchdog - - - -
- -
- Images are in the ../images folder -

[Program/Service Name Here]

-

- This part of the article should have the name of the program and what - it does, and who develops it. -

-

Spyware Level: Not Rated

-

Spyware Feature X

-

- Proof goes here[1]. -

-
-
- + + + + [Program/Service Name Here] — Spyware Watchdog + + + + +
+ +
+ Images are in the ../images folder +

[Program/Service Name Here]

+

+ This part of the article should have the name of the program and what + it does, and who develops it. +

+

Spyware Level: Not Rated

+

Spyware Feature X

+

+ Proof goes here[1]. +

- - +
+ +
+ + + \ No newline at end of file diff --git a/src/__pycache__/extension.cpython-37.pyc b/src/__pycache__/extension.cpython-37.pyc new file mode 100644 index 0000000..d5b6aab Binary files /dev/null and b/src/__pycache__/extension.cpython-37.pyc differ