Skip to content

Instantly share code, notes, and snippets.

@kaonasi-biwa
kaonasi-biwa / Twitterの米国英語と英国英語の違い
Last active September 20, 2023 13:01
Twitterの米国英語と英国英語の違い(ここではen-USとしていますが実際はenです。)
[
{
"d6e72ce1": {
"en-US": "Your password needs to be less than {count} characters. Please enter a shorter one.",
"en-GB": "Your password needs to be fewer than {count} characters. Please enter a shorter one."
}
},
{
"e784846c": {
"en-US": "Your profile is under review. No new changes are allowed to name and profile photo during the review period.",
@kaonasi-biwa
kaonasi-biwa / gist:e70639b411b29d1a663117630484b96a
Created August 4, 2023 04:07
でっかいついったーあいこんはんてい
header > div > div > div > div > div:first-child{
width: 100%;
}
header > div > div > div > div > div:first-child h1{
width: 100%;
}
header > div > div > div > div > div:first-child a{
width: 100%;
}
/*サイドバー自体の背景透過*/
#sidebar-box {
background:none !important;
}
/*ボーダー取り除いてる*/
#sidebar-header{
border:none !important;
}
/*内蔵サイドバーの背景透過*/
@namespace url(" http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul ");
・一般開放しても問題ないもの
/advancement (データパックによる)
/banlist
/effect (消されるので意味がない)
/help
/list
/locate
/locatebiome
/me
/msg /tell /w
@charset "UTF-8";
/*タブを下に持ってくるやつ*/
@import url("chrome://browser/skin/lepton/userChrome.css");
@import url("chrome://browser/skin/lepton/userContent.css");
/*Fin ここまで*/
@-moz-document url(chrome://browser/content/browser.xhtml) {
/*画像を全体に持ってくる*/
body {