├── LICENSE ├── README-JA.md ├── README.md ├── ai-script ├── README.md └── parser-combinator.aiscript ├── custom-css ├── README.md ├── archive │ ├── README.md │ └── wiggly-cat-ears.css ├── mfm-on-hover.css ├── post-replies-on-hover.css ├── post-replies-slide-out.css └── stop-blinking-notification-dots.css ├── documentation ├── DELETE_UserAccount.md └── README.md ├── patches ├── README.md ├── archive │ ├── README.md │ ├── collapsible-threads.patch │ ├── misskey-truncate-v2.patch │ └── round-time-approximations.patch ├── compact-notifications.patch ├── compatibility-keyoxide.patch ├── emojilist.patch ├── fix-leaky-mutes.patch ├── mfm-search-duckduckgo.patch ├── mfm-search-metager.patch ├── mfm-search-qwant.patch └── star-is-like.patch ├── plugins ├── README.md ├── archive │ ├── README.md │ └── basically-preview-en.plugin ├── catify.plugin ├── de-nyanify.aiscript ├── deepl-translate.plugin ├── note-mfm-toggle.aiscript └── sauce-nao.aiscript └── themes ├── README.md └── dracula.theme /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/LICENSE -------------------------------------------------------------------------------- /README-JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/README-JA.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/README.md -------------------------------------------------------------------------------- /ai-script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/ai-script/README.md -------------------------------------------------------------------------------- /ai-script/parser-combinator.aiscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/ai-script/parser-combinator.aiscript -------------------------------------------------------------------------------- /custom-css/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/custom-css/README.md -------------------------------------------------------------------------------- /custom-css/archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/custom-css/archive/README.md -------------------------------------------------------------------------------- /custom-css/archive/wiggly-cat-ears.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/custom-css/archive/wiggly-cat-ears.css -------------------------------------------------------------------------------- /custom-css/mfm-on-hover.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/custom-css/mfm-on-hover.css -------------------------------------------------------------------------------- /custom-css/post-replies-on-hover.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/custom-css/post-replies-on-hover.css -------------------------------------------------------------------------------- /custom-css/post-replies-slide-out.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/custom-css/post-replies-slide-out.css -------------------------------------------------------------------------------- /custom-css/stop-blinking-notification-dots.css: -------------------------------------------------------------------------------- 1 | .i, 2 | .indicator { 3 | animation: none !important; 4 | } 5 | -------------------------------------------------------------------------------- /documentation/DELETE_UserAccount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/documentation/DELETE_UserAccount.md -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/documentation/README.md -------------------------------------------------------------------------------- /patches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/README.md -------------------------------------------------------------------------------- /patches/archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/archive/README.md -------------------------------------------------------------------------------- /patches/archive/collapsible-threads.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/archive/collapsible-threads.patch -------------------------------------------------------------------------------- /patches/archive/misskey-truncate-v2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/archive/misskey-truncate-v2.patch -------------------------------------------------------------------------------- /patches/archive/round-time-approximations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/archive/round-time-approximations.patch -------------------------------------------------------------------------------- /patches/compact-notifications.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/compact-notifications.patch -------------------------------------------------------------------------------- /patches/compatibility-keyoxide.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/compatibility-keyoxide.patch -------------------------------------------------------------------------------- /patches/emojilist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/emojilist.patch -------------------------------------------------------------------------------- /patches/fix-leaky-mutes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/fix-leaky-mutes.patch -------------------------------------------------------------------------------- /patches/mfm-search-duckduckgo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/mfm-search-duckduckgo.patch -------------------------------------------------------------------------------- /patches/mfm-search-metager.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/mfm-search-metager.patch -------------------------------------------------------------------------------- /patches/mfm-search-qwant.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/mfm-search-qwant.patch -------------------------------------------------------------------------------- /patches/star-is-like.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/patches/star-is-like.patch -------------------------------------------------------------------------------- /plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/README.md -------------------------------------------------------------------------------- /plugins/archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/archive/README.md -------------------------------------------------------------------------------- /plugins/archive/basically-preview-en.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/archive/basically-preview-en.plugin -------------------------------------------------------------------------------- /plugins/catify.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/catify.plugin -------------------------------------------------------------------------------- /plugins/de-nyanify.aiscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/de-nyanify.aiscript -------------------------------------------------------------------------------- /plugins/deepl-translate.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/deepl-translate.plugin -------------------------------------------------------------------------------- /plugins/note-mfm-toggle.aiscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/note-mfm-toggle.aiscript -------------------------------------------------------------------------------- /plugins/sauce-nao.aiscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/plugins/sauce-nao.aiscript -------------------------------------------------------------------------------- /themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/themes/README.md -------------------------------------------------------------------------------- /themes/dracula.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Johann150/Misskey-Extras/HEAD/themes/dracula.theme --------------------------------------------------------------------------------