Skip to content

Instantly share code, notes, and snippets.

View thibaultmol's full-sized avatar

Thibault Molleman thibaultmol

View GitHub Profile
@thibaultmol
thibaultmol / dmca-domain-block-list.csv
Last active October 9, 2024 21:15
Domains we've suspended on en.osm.town because of the oct 2024 'dmca' spam wave
#domain #severity #reject_media #reject_reports #public_comment #obfuscate
misskey.suzuri.jp suspend false false 'DMCA' spam wave false
kitsui.life suspend false false 'DMCA' spam wave false
wb.zhtlovelp.homes suspend false false 'DMCA' spam wave false
piclub.social suspend false false 'DMCA' spam wave false
morale.ch suspend false false 'DMCA' spam wave false
mk.hoshisaki-h.com suspend false false 'DMCA' spam wave false
misskey.pepabo.com suspend false false 'DMCA' spam wave false
comingto.org suspend false false 'DMCA' spam wave false
catcore.life suspend false false 'DMCA' spam wave false
@thibaultmol
thibaultmol / comparevids.html
Created October 17, 2024 14:19
Simple HTML page to compare two subtitle files
<link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet" />
<script src="https://vjs.zencdn.net/7.20.3/video.min.js"></script>
<!-- Display text above each video -->
<p>The Largev3 Subs Video:</p>
<video
id="my-video"
class="video-js"
controls
preload="auto"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thibaultmol
thibaultmol / design.css
Created December 11, 2024 09:40
Bad kagi custom css for brutalist design
/* Brutalist Kagi Terminal Theme */
:root {
--bg-color: #1E1E1E;
--text-color: #E0E0E0;
--link-color: #6EA4FF;
--index-color: #6EA4FF;
--border-color: #333333;
}
@thibaultmol
thibaultmol / Billit enhancer
Last active January 2, 2025 13:23
Breex Snelle invoer chatgpt api
//see other scripts. This is purely here for the name at the top
@thibaultmol
thibaultmol / kagi-gif-autoplay-hover.user.js
Last active January 6, 2025 09:09
Automatically plays animated GIFs in Kagi image search results
// ==UserScript==
// @name Kagi Image Search GIF Animator (Hover)
// @version 1
// @description Plays animated GIFs in Kagi image search results on hover
// @author Thibaultmol
// @match https://kagi.com/images*
// @updateURL https://gist.github.com/thibaultmol/fdff6880f5a63fe2afc11ef2843561c7/raw/d814a567f1d5177a496ce837160ef519c79200a4/kagi-gif-autoplay.user.js
// @downloadURL https://gist.github.com/thibaultmol/fdff6880f5a63fe2afc11ef2843561c7/raw/d814a567f1d5177a496ce837160ef519c79200a4/kagi-gif-autoplay.user.js
// @grant GM_getValue
// @grant GM_setValue
@thibaultmol
thibaultmol / test.md
Created January 2, 2026 16:07
test.md

Thibault, here are very small samples for each of the 50 languages, using the standard identifier to activate highlighting.

  1. bash
#!/bin/bash
echo "Hello, World"
  1. c