Skip to content

Instantly share code, notes, and snippets.

View 8253803's full-sized avatar

8253803 8253803

View GitHub Profile
@8253803
8253803 / misskey_danbooru_checker.user.js
Last active October 21, 2025 09:35 — forked from srndpty/misskey_danbooru_checker.user.js
By srndpty. Added a @match line for misskey.gg
// ==UserScript==
// @name Misskey Danbooru Checker
// @namespace https://github.com/
// @version 2.0
// @description A unified, cached, and more informative Danbooru checker for Misskey notes.
// @author srndpty
// @match https://misskey.io/*
// @match https://misskey.gg/*
// @connect danbooru.donmai.us
// @grant GM.xmlHttpRequest
@8253803
8253803 / wiki-card.user.js
Last active August 18, 2025 00:27 — forked from nottalulah/wiki-card.user.js
By nottalulah. Added `@match` line to work on post edit pages too.
// ==UserScript==
// @name Wiki page card on upload and post edit pages
// @namespace Violentmonkey Scripts
// @match https://*.donmai.us/uploads/*
// @match https://*.donmai.us/posts/*
// @exclude https://*.donmai.us/uploads/
// @exclude https://*.donmai.us/posts/
// @grant none
// @version 1.1
// @author nottalulah