Open Th4umi3l opened 2 years ago
==this== works
>>>/a/
works as well
YouTube Video Embedding works
spent way too much time on getting it to work properly
Bumping has been fixed and now works properly, need to optimize it someday
reverse image search: ris.php
view more done
hide/show works and stores in cookies
YouTube Video Embedding works
I like the way Aleph has implemented it better, besides that it could be easily integrated into KoNaMiB in this way:
<script src="/path/to/embed.js"></script>
for (videoDomain in embed.domainFunctionMap) {
var embedLinks = document.querySelectorAll('a[href*="' + videoDomain + '"]');
for (var i = 0; i < embedLinks.length; i++) {
embed.processLinkForEmbed(embedLinks[i]);
}
}
The good thing about this is that it is not only limited to Youtube, because also works with some instances of Invidious (like invidious.snopyta.org or yewtu.be), Odysee, Bitchute, Liveleak and 8chan.tv.
(edited by saintly for better overview of progress)