H33Tx / KoNaMiB

Flat-file, high-speed, customizeable Imageboard-Software. Fully compatible with ImoutoIB.
https://asuna.cloud/site/konami/public
GNU General Public License v3.0
1 stars 0 forks source link

Suggestions of possible future functions #1

Open Th4umi3l opened 2 years ago

Th4umi3l commented 2 years ago

(edited by saintly for better overview of progress)

saintly2k commented 2 years ago

==this== works >>>/a/ works as well

saintly2k commented 2 years ago

YouTube Video Embedding works

saintly2k commented 2 years ago

spent way too much time on getting it to work properly

saintly2k commented 2 years ago

Bumping has been fixed and now works properly, need to optimize it someday

saintly2k commented 1 year ago

reverse image search: ris.php

saintly2k commented 1 year ago

what is a tripcode? please explain further and give me more infos and an example.

saintly2k commented 1 year ago

view more done

saintly2k commented 1 year ago

hide/show works and stores in cookies

CuloArdido commented 1 year ago

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:

  1. Copy this code to a file.
  2. Add the following tag to load the file from the previous step:
    <script src="/path/to/embed.js"></script>
  3. Add the following inside some main script of the chan:
    for (videoDomain in embed.domainFunctionMap) {
    var embedLinks = document.querySelectorAll('a[href*="' + videoDomain + '"]');
    for (var i = 0; i < embedLinks.length; i++) {
        embed.processLinkForEmbed(embedLinks[i]);
    }
    }
  4. Profit.

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.