stamp_からはじまるカスタム絵文字をスタンプ風にでかくする
参考 https://gist.github.com/mimikun/344f653e8a53f2a30a1ac38ffbc533c4 https://ukadon.shillest.net/@ponapalt/105981123289930759
| .dnpfarvg>header { | |
| background: var(--panelHeaderBg) !important; | |
| } | |
| body > div > div > div.mvcprjjd > nav > div > div:nth-child(16),button.patron-button { | |
| display: none !important; | |
| } | |
| ._window { | |
| background: var(--popup) !important; |
| // ==UserScript== | |
| // @name ピックアップをけすやつ | |
| // @version 1.0 | |
| // @description けすやつ | |
| // @author MiMiMi | |
| // @match https://jp.finalfantasyxiv.com/lodestone/blog/* | |
| // ==/UserScript== | |
| 'use strict'; | |
| window.addEventListener('load', () => { | |
| let timer = setInterval(() => { |
stamp_からはじまるカスタム絵文字をスタンプ風にでかくする
参考 https://gist.github.com/mimikun/344f653e8a53f2a30a1ac38ffbc533c4 https://ukadon.shillest.net/@ponapalt/105981123289930759
| FROM alpine:latest AS builder | |
| ARG PLEROMA_VER=stable | |
| ARG FLAVOUR=amd64-musl | |
| #RUN export FLAVOUR=`arch="$(uname -m)";if [ "$arch" = "x86_64" ];then arch="amd64";elif [ "$arch" = "armv7l" ];then arch="arm";elif [ "$arch" = "aarch64" ];then arch="arm64";else echo "Unsupported arch: $arch">&2;fi;if getconf GNU_LIBC_VERSION>/dev/null;then libc_postfix="";elif [ "$(ldd 2>&1|head -c 9)" = "musl libc" ];then libc_postfix="-musl";elif [ "$(find /lib/libc.musl*|wc -l)" ];then libc_postfix="-musl";else echo "Unsupported libc">&2;fi;echo "$arch$libc_postfix"` | |
| RUN apk add --no-cache \ | |
| curl \ |
| ### { | |
| name: "みす廃アラート強制CW" | |
| version: "0.0.1" | |
| author: "karasu_sue" | |
| description: "みす廃アラート強制CW" | |
| permissions: [] | |
| } | |
| Plugin:register_note_view_interruptor(@(note) { | |
| ? Core:not((note.text = _)) { |
| ### { | |
| name: "NSFW強制解除" | |
| version: "0.0.2" | |
| author: "karasu_sue" | |
| description: "NSFW強制解除" | |
| permissions: [] | |
| } | |
| Plugin:register_note_view_interruptor(@(note) { | |
| ? Obj:has(note, "renote") { |
| ### { | |
| name: "長文自動折りたたみ" | |
| version: "0.0.4" | |
| author: "@[email protected]雛.com" | |
| description: "長文自動折りたたみ 改行10個 or 400文字以上" | |
| permissions: [] | |
| } | |
| $cwmark <- "" | |
| @check(text, cwtext) { |
| // ==UserScript== | |
| // @name デッキメインを広げるやつ | |
| // @namespace https://misskey.xn--krsgw--n73t.com/@karasu_sue | |
| // @version 0.0.2 | |
| // @run-at document-end | |
| // @description デッキメインを広げるやつ | |
| // @author Sue Karasugawa https://misskey.xn--krsgw--n73t.com/@karasu_sue | |
| // @match https://misskey.xn--krsgw--n73t.com/* | |
| // @grant GM_addStyle | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name ウィジェットを旧デザインにするやつ | |
| // @version 0.0.1 | |
| // @description ウィジェットを旧デザインにするやつ | |
| // @match https://misskey.xn--krsgw--n73t.com/* | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; | |
| var koteitag_list_index = 0; |