chore: remove required agreement to ToS

This commit is contained in:
samuelmaddock 2020-08-09 17:56:38 -04:00
parent d32b723986
commit 09c6d1a89b
3 changed files with 2 additions and 16 deletions

View File

@ -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 (<a href="https://policies.google.com/privacy">https://policies.google.com/privacy</a>).
<a href="./request.html">Go back</a>
</pre>

View File

@ -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) {

View File

@ -20,14 +20,11 @@
<h1>Terms of Service</h1>
<!-- "And if you see Mr. Sundar, tell him I said **** you!" -->
<pre style="max-width: 50%; white-space: pre-line;">
Terms of Service
Dated: May 23, 2020
Dated: August 9, 2020
You must agree to YouTube's Terms of Service (<a href="https://www.youtube.com/t/terms">https://www.youtube.com/t/terms</a>) to continue.
You must also agree to the Media Player addon's <a href="./privacy.html">privacy policy.</a>
You must agree to the Media Player addon's <a href="./privacy.html">privacy policy.</a>
</pre>
<button id="agree" type="button" style="color: black">I agree</button>