You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttontype="button" class="btn btn-primary btn-block" id="exportButton" data-toggle="tooltip" data-placement="bottom" title="Export your data in a JSON file that you can download and import back later">
<smallid="exportDataHelp" class="text-justify form-text text-muted">Export your data in a JSON file that you can download and import back later (see <atarget='_blank' href='https://github.com/RakSrinaNa/YTTracker/wiki/Import-Export'>the wiki</a>).</small>
21
22
</div>
22
-
<divclass='col'>
23
-
<labelclass="btn btn-info btn-block" role='button' data-toggle="tooltip" data-placement="bottom" title="Import a JSON file (!! THIS WILL RESET EVERYTHING AND CAN'T BE UNDONE !!)">
<smallid="importFileHelp" class="text-justify form-text text-muted">Import a JSON file the you previously exported (see <atarget='_blank' href='https://github.com/RakSrinaNa/YTTracker/wiki/Import-Export'>the wiki</a>). <spanclass='text-danger'>Be carefull, ALL data currently present will be wiped out and replaced by the data in the file.</span></small>
26
28
</div>
27
-
<divclass='col'>
28
-
<labelclass="btn btn-info btn-block" role='button' data-toggle="tooltip" data-placement="bottom" title="Import your history from youtube">
<smallid="importYoutubeFileHelp" class="text-justify form-text text-muted">Import data from an export of your YouTube history (see <atarget='_blank' href='https://github.com/RakSrinaNa/YTTracker/wiki/Import-YouTube-history'>the wiki</a>). <spanclass='text-warning'>Only the days with no data will be imported as we can only retrieve the number of videos opened.</span></small>
31
34
</div>
32
-
<divclass='col'>
33
-
<buttontype="button" class="btn btn-danger btn-block" id="resetButton" data-toggle="tooltip" data-placement="bottom" title="Reset all your current data (!! THIS WILL RESET EVERYTHING AND CAN'T BE UNDONE !!)">
<smallid="resetHelp" class="text-justify form-text text-muted">Reset all the data saved by this extension. <spanclass='text-danger'>This cannot be undone!</span></small>
36
40
</div>
37
41
</div>
38
42
<hr>
39
-
<divclass="input-group mb-3">
40
-
<divclass="input-group-prepend">
41
-
<divclass="input-group-text">
42
-
Send stats online
43
+
<div>
44
+
<p>
45
+
If you wish to, you can share your data with other users.
46
+
They will only be able to see the <spanclass='text-info'>watched time</span>, <spanclass='text-info'>opened time</span> and <spanclass='text-info'>opened count</span> (more infos <atarget='_blank' href='https://github.com/RakSrinaNa/YTTracker/wiki/Online-Sharing'>here</a>).
47
+
<br/>
48
+
To do so just check the box under, pick a username and press <spanclass='text-success'>Valid</span>.
49
+
You can change it at anytime.
50
+
If you let it blank, you'll be shown as <spanclass='text-info'>Anonymous</span>.
51
+
</p>
52
+
<divclass="input-group mb-3">
53
+
<divclass="input-group-prepend">
54
+
<divclass="input-group-text">
55
+
Send stats online
56
+
</div>
57
+
<divclass="input-group-text">
58
+
<inputid="shareStats" name='shareStats' value="share" type="checkbox" aria-label="Allow the extension to send data to a server">
59
+
</div>
43
60
</div>
44
-
<divclass="input-group-text">
45
-
<inputid="shareStats" name='shareStats' value="share" type="checkbox" aria-label="Allow the extension to send data to a server">
61
+
<inputid='username' type="text" class="form-control" aria-label="Enter the username you desire" placeholder="Enter your username">
0 commit comments