Skip to content

Instantly share code, notes, and snippets.

View yanorei32's full-sized avatar
:wq

Ray Yano | あねてあ yanorei32

:wq
View GitHub Profile
@yanorei32
yanorei32 / TitleBar.theme.css
Last active March 8, 2017 21:33
BetterDiscordのタイトルバードラッグしにくい問題を解決するスタイルシート。
//META{"name":"Title Bar","description":"Title Bar","author":"Yanorei32","version":"1.20"}*//
/* Title Bar */
.app {
margin-top : 31px !important;
}
html {
@yanorei32
yanorei32 / NoAnimate.theme.css
Created March 8, 2017 18:55
BetterDiscordの低スペ向けスタイルシート。アニメーションをだいたいオフにします。
//META{"name":"No Animation","description":"No Animation.","author":"Yanorei32","version":"1.00"}*//
* {
-webkit-transition-property: none !important;
transition-property: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
animation: none !important;
Opacity : 1 !important;
}
@yanorei32
yanorei32 / AnimeCharactor.theme.css
Last active April 4, 2017 11:12
BetterDiscordの背景画像を設定するTheme。14行目を編集。
//META{"name":"Anime Charactor","description":"Change Background to Anime Charactor","author":"Yanorei32","version":"1.21"}*//
* {
font-family : "MyricaM M","Myrica M","Segoe UI";
}
.app * {
font-family : "にゃしぃフォント改二","Myrica M M","Myrica M","Segoe UI" !important;
}
@yanorei32
yanorei32 / EzTwimgDownloader.user.js
Last active April 25, 2019 01:56
ツイッターの画像を簡単に保存するUserスクリプトです。
// ==UserScript==
// @name Ez Twimg Downloader
// @description ツイッターの画像を簡単に保存するUserScriptです。
// @author yanorei32
// @namespace http://tyan0.dip.jp/~rei/
// @include https://twitter.com/*
// @include https://pbs.twimg.com/media/*
// @version 3.7
// @grant none
// @license MIT License