Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Recent content by alamone

  1. Loli discussion and sharing

    another utility script I wrote "ffmpeg-clean-mp4". https://github.com/alamone/ffmpeg-clean-mp4 some sharing sites embed their name/etc in the mp4 metadata (title, etc.) which is really annoying. this batch file uses ffmpeg to strip all metadata from such mp4 without reencoding. it will work...
  2. Loli discussion and sharing

    Hello, I made a quick Python script to separate images and videos into different folders (recursively, while preserving folder structure). I prefer to have them separate, and I'm sure others do too, so this might be useful for you. Note that it will perform a MOVE and not a COPY operation, so...