From 09c6d1a89b052f828ce94ae89ea8bee8310226ad Mon Sep 17 00:00:00 2001 From: samuelmaddock Date: Sun, 9 Aug 2020 17:56:38 -0400 Subject: [PATCH] chore: remove required agreement to ToS --- html/app/privacy.html | 7 ------- html/app/scripts/request.js | 4 ---- html/app/tos.html | 7 ++----- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/html/app/privacy.html b/html/app/privacy.html index 4f0a80f..40841f3 100644 --- a/html/app/privacy.html +++ b/html/app/privacy.html @@ -24,13 +24,6 @@ None of your data is shared with the Media Player addon's creator or external parties. -When you request links to YouTube, that link is sent to YouTube for -processing. The metadata received is used to display the video title -and duration. - -The Media Player addon does use YouTube's Client API which requires -you to agree to YouTube's privacy policy (https://policies.google.com/privacy). - Go back diff --git a/html/app/scripts/request.js b/html/app/scripts/request.js index 9b78984..f93659b 100644 --- a/html/app/scripts/request.js +++ b/html/app/scripts/request.js @@ -54,10 +54,6 @@ function selectService(elem) { } (function(gmod) { - if (!localStorage.getItem('tos')) { - location.href = './tos.html' - } - if (gmod === undefined) { return; } window.setServices = function (serviceIds) { diff --git a/html/app/tos.html b/html/app/tos.html index 8999c6e..519e9a0 100644 --- a/html/app/tos.html +++ b/html/app/tos.html @@ -20,14 +20,11 @@

Terms of Service

-
 Terms of Service
-Dated: May 23, 2020
+Dated: August 9, 2020
 
-You must agree to YouTube's Terms of Service (https://www.youtube.com/t/terms) to continue.
-
-You must also agree to the Media Player addon's privacy policy.
+You must agree to the Media Player addon's privacy policy.