WebExtension/home.html

14 lines
495 B
HTML
Raw Normal View History

2024-03-14 22:11:08 +01:00
<html>
<body>
2024-03-19 10:35:36 +01:00
<div id="picker_zone" style="margin:20px ;color:blue">
<input type="file" accept="*.json" id="input">
</div>
2024-03-20 09:05:14 +01: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 22:11:08 +01:00
</body>
2024-03-17 00:40:33 +01:00
</html>