WebExtension/home.html

14 lines
495 B
HTML
Raw Normal View History

2024-03-14 21:11:08 +00:00
<html>
<body>
2024-03-19 09:35:36 +00:00
<div id="picker_zone" style="margin:20px ;color:blue">
<input type="file" accept="*.json" id="input">
</div>
2024-03-20 08:05:14 +00:00
<p>1. First login into yout youtube account.<br>
2. Select the Newpipe.json file with the subscriptions to import<br>
3. Press Start<br>
4. Wait<br></p>
<button type="submit" id="id_run" value="run importer" name="b_submit">Start Import</button>
2024-03-14 21:47:15 +00:00
<script type="text/javascript" language="javascript" src="home.js"></script>
2024-03-14 21:11:08 +00:00
</body>
2024-03-16 23:40:33 +00:00
</html>