mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-01 04:34:53 -04:00
Add support for post page
This commit is contained in:
parent
bb14f79496
commit
e3c365f3d6
14 changed files with 416 additions and 167 deletions
3
assets/js/post.js
Normal file
3
assets/js/post.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
addEventListener('load', function (e) {
|
||||
get_youtube_comments();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue