mirror of
https://github.com/samuelmaddock/gm-mediaplayer.git
synced 2025-03-04 03:03:02 -05:00
chore: remove required agreement to ToS
This commit is contained in:
parent
d32b723986
commit
09c6d1a89b
@ -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>
|
||||
|
||||
|
@ -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) {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user