Skip to content

Instantly share code, notes, and snippets.

@pacochi
pacochi / dugtrist.user.css
Created November 15, 2019 02:32
だぐとりおばけ
/* ==UserStyle==
@name Dugtrist
@namespace hen.acho.co
@version 1.0.0
@description Autumn Unaghost is similar to Diglett.
@author pacochi
==/UserStyle== */
/* for https://media-mstdn.maud.io/accounts/avatars/000/007/337/original/83c84b11e10b9f72.png */
@pacochi
pacochi / note_bookmark_button.user.js
Last active January 24, 2020 16:11
のてこ?むのはてブ
// ==UserScript==
// @name のてこ?むのはてブ
// @namespace hen.acho.co
// @include https://note.com/*
// @version 1.200125
// @description note.mu 時代のブックマーク数とついでに今のも表示しとく。
// @author pacochi
// @downloadURL https://gist.github.com/pacochi/fc719fadfca3ceadc4d9eaf81f667517/raw/note_bookmark_button.user.js
// @grant none
// ==/UserScript==
@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_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 / adventer_more_adventic.user.js
Last active November 10, 2020 10:47
ADVENTAR の表示をアドベントカレンダーっぽくします。
// ==UserScript==
// @name [adventar] more adventic
// @namespace hen.acho.co
// @version 0.201110
// @description shuffle cells
// @author pacochi
// @match https://adventar.org/calendars/*
// @downloadURL https://gist.github.com/pacochi/a60006551f2cd9351a3439331d7d129b/raw/adventer_more_adventic.user.js
// @run-at document-idle
// @grant none
@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 / dic_pixiv.user.css
Last active April 6, 2021 01:00
ピクシブ百科事典用
/* ==UserStyle==
@name dic.pixiv.net (mobile)
@namespace hen.acho.co
@version 1.0.0
@description ピクシブ百科事典用
@author pacochi
@updateURL https://gist.github.com/pacochi/2bfc1c859feaf56179ad9c7bd742673c/raw/dic_pixiv.user.css
==/UserStyle== */
@-moz-document domain("dic.pixiv.net") {
@pacochi
pacochi / pawoo.user.css
Last active May 16, 2021 05:18
Pawoo に適用させてるの、自分用なので多分他のとこだとぼろぼろになる
/* ==UserStyle==
@name Pawoo(mobile)
@namespace hen.acho.co
@version 1.1.0
@description 自分用
@author pacochi
==/UserStyle== */
@-moz-document domain("pawoo.net") {
@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 / view.html
Created August 9, 2021 08:42
Mastodon のデータのエクスポートでもらったログを簡易的に見るもの
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>ログ見るだけのやつ</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="robots" content="none">
<style type="text/css">
body {