WebExtension/home.html
2024-03-20 09:05:14 +01:00

14 lines
495 B
HTML

<html>
<body>
<div id="picker_zone" style="margin:20px ;color:blue">
<input type="file" accept="*.json" id="input">
</div>
<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>
<script type="text/javascript" language="javascript" src="home.js"></script>
</body>
</html>