-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions of possible future functions #1
Comments
==this== works |
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 |
what is a tripcode? please explain further and give me more infos and an example. |
view more done |
hide/show works and stores in cookies |
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)
The text was updated successfully, but these errors were encountered: