Skip to content

Instantly share code, notes, and snippets.

@pacochi
pacochi / mastodon_em_visibility.user.css
Created May 8, 2018 13:36
Mastodon の見えにくい公開範囲を分かりやすく表示します。
/*
元 : https://mstdn.maud.io/@unarist/99654429632902892
崩れるところも結構あるらしい
*/
.status-unlisted::before, .status-private::before {
display: block;
position: absolute;
width: 14px;
height: 14px;
left: 10px;
@pacochi
pacochi / mastodon_plane_zoom.user.css
Created May 8, 2018 07:03
お知らせ等で画面左下のキャラが潰されるインスタンスでキャラをポイントした時に拡大します。
.drawer__inner > .drawer__inner__mastodon {
transition: 0.5s;
}
.drawer__inner > .drawer__inner__mastodon:hover {
margin-top: -145px;
min-height: 192px;
}
@pacochi
pacochi / mastodon_misskey_pudding.user.js
Last active July 19, 2018 06:31
Mastodon で表示される⭐ボタンを misskey っぽいところからの投稿のみ🍮にします。
// ==UserScript==
// @name [Mastodon] This is not ⭐, but 🍮!
// @namespace hen.acho.co
// @include https://*/web/*
// @version 1.180415
// @description replace misskey's star button with pudding
// @downloadURL https://gist.github.com/pacochi/7a529cc0a344ba90e7b764f944e037e0/raw/mastodon_misskey_pudding.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@pacochi
pacochi / mastodon_show_faboo.user.js
Last active December 12, 2022 09:28
Mastodon の静的ページに⭐🔃した人のアイコンを表示します。
// ==UserScript==
// @name [Mastodon] show ⭐🔃 on static pages
// @namespace hen.acho.co
// @include /^https?:\/\/[^\/]+\/(?:@\w+|users\/\w+\/(?:statuses|updates))\/\d+/
// @version 1.221212
// @description add favoriter or booster icons next to counts
// @downloadURL https://gist.github.com/pacochi/d466d481fa9aa982c2f206815765fd53/raw/mastodon_show_faboo.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@pacochi
pacochi / like2choco4mstdn.user.css
Last active February 14, 2021 06:03 — forked from theoria24/like2sushi4mstdn.css
mastodonのお気に入りボタンをチョコに
/* ==UserStyle==
@name like2choco4mstdn
@namespace hen.acho.co
@version 1.0.0
@description ⭐→🍫
@author pacochi
==/UserStyle== */
.fa-star::before {
background: url(https://twemoji.maxcdn.com/72x72/1f36b.png);
@pacochi
pacochi / mastodon_spc2zwsp.user.js
Last active June 3, 2021 09:55
Mastodon の発言入力欄で絵文字の後ろについているスペースをゼロ幅スペースに変換するボタンを追加します。
// ==UserScript==
// @name [Mastodon] add "space → zero width space" button
// @namespace hen.acho.co
// @include https://*/web/*
// @version 2.210603
// @description make custom emoji fit snugly
// @downloadURL https://gist.github.com/pacochi/ae6714d1c71a8ef52a3d5a3407886e94/raw/mastodon_spc2zwsp.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@pacochi
pacochi / mastodon_animate_emoji.user.js
Last active August 3, 2020 18:56
Mastodon の静的ページで絵文字を動かします。
// ==UserScript==
// @name [Mastodon] animate emoji on static pages
// @namespace hen.acho.co
// @include /^https?:\/\/[^\/]+\/(?:@\w+|users\/\w+\/(?:statuses|updates))\/\d+/
// @version 1.200804
// @description We can 👀 animated emoji without logging in!
// @downloadURL https://gist.github.com/pacochi/d1a8e019fdfc02235df7686af62d9895/raw/mastodon_animate_emoji.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@pacochi
pacochi / pawoomusic_deck_sp.user.js
Last active January 10, 2018 14:31
スマホから Pawoo Music に曲を追加するための Deck バーを出します。
// ==UserScript==
// @name Pawoo Music deck bar for smartphone
// @namespace hen.acho.co
// @include https://music.pawoo.net/web/*
// @version 1.170911
// @description You can add music from your smartphone.
// @downloadURL https://gist.github.com/pacochi/28e1533e3ca025350d919cb2d755ade4/raw/pawoomusic_deck_sp.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@pacochi
pacochi / auto_nya-n_s_rec.user.js
Last active September 8, 2017 12:48
安全なオートにゃーん(音声認識ロック付き)
// ==UserScript==
// @name auto nya-n (unlock by speech recognition)
// @namespace hen.acho.co
// @include https://*/web/*
// @version 1.170908
// @description nya-n
// @downloadURL https://gist.github.com/pacochi/4295d00d6368c53921047d2a90dca8b5/raw/auto_nya-n_s_rec.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==
@pacochi
pacochi / mastodon_timeline_filter.user.js
Last active September 30, 2018 15:59
Mastodon 連合 or ローカルタイムライン用正規表現フィルタ
// ==UserScript==
// @name mastodon_timeline_filter
// @namespace hen.acho.co
// @include https://*/web/*
// @version 1.170601
// @description RegExp filter for FTL & LTL
// @downloadURL https://gist.github.com/pacochi/0249d7c40e723a56c87e39873504268b/raw/mastodon_timeline_filter.user.js
// @run-at document-idle
// @grant none
// ==/UserScript==