Mijinko_SD
https://gyazo.com/d705b2a38f889785ccd5bac2ae84c5e2
何のキャラだろうと思ってたらソース追加してくれていた感謝seibe.icon
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/villagepump/Mijinko_SD-issacoid/issacoid.svg
https://gyazo.com/95e1d28e25db16bf7c4fdeeb16452179
普段は以下のプロジェクトにいる
ここのページリンクは必要に応じて結構いろんな友人に投げている
頭の中を整理したり、裏取りの取れていない知識を書いたりするのに使っている
個人的な日記等もこっちに書く
よく使う端末
メインPC(自作)
OS: Windows 11
ブラウザ: Chrome
他にもEdgeやFirefoxは一応入っている
今のサブPC
OS: Windows 11
ブラウザ: Chrome
前のサブPC
OS: Windows 10
ブラウザ: Chrome
スマホ
OS: Android 9
ブラウザ: Chrome
絡んだり絡まなかったりするでしょうがっつり絡んでるけどよろしくです。
よろしくですーtakker.iconteyoda7.iconyosider.iconblu3mo.iconerniogi.iconsta.icon基素.iconimo.iconmaichan.iconkuuote.iconTaisei117.icon
UserScript
Mijinko_SD.iconが常用しているUserScriptをまとめたやつ
code:script.js
import '/api/code/Mijinko/Mijinko_SD/script.js';
code:style.css
@import '/api/code/Mijinko/Mijinko_SD/style.css';
code:script.js
import "/api/code/Mijinko-other/テスト用コード(井戸端版)/script.js";
code:style.css
@import "/api/code/Mijinko-other/テスト用コード(井戸端版)/style.css";
code:script.js
import "/api/code/Mijinko/pin-diary/script.js";
code:script.js
import "/api/code/Mijinko-other/villagepump%2Fpersonal-pin/unreadDM.js";
code:style.css
code:script.js
動作確認用(Ctrl+Qで動作):1+1
UserCSS
@import
プロジェクトタイトルと戻るボタンを上部に固定する
code:style.css
@import "/api/code/Mijinko/プロジェクトタイトルと戻るボタンを上部に固定するUserCSS(井戸端版)/style.css";
code:style.css
@import "/api/code/Mijinko-other/ミュートページリスト(井戸端)/style.css";
code:style.css
@import '/api/code/Mijinko/コードブロックの行番号を表示するUserCSS/style.css';
code:style.css
@import '/api/code/Mijinko/テロメアのメニューの当たり判定を見た目通りにするUserCSS/style.css';
code:_style.css
@import "/api/code/Mijinko/2023%2F07%2F25のナビゲーションバーのレイアウト変更を元に戻すUserCSS/style.css";
@import以外
code:style.css
@import "/api/code/Mijinko/関連ページ一覧をページの横に表示するUserCSS(最小版)/style.css";
@media (min-width: 768px) {
.related-page-list div.links-2-hop ul.grid li.relation-label a {
/* 関連リンク 2 hops link ラベル */
}
.related-page-list div.links-2-hop ul.grid:hover li.relation-label a {
/* 関連リンク 2 hops link ラベル(ホバー時) */
}
}
若干小さくする程度
適当に書いたので、比率がおかしくなっても気にしない
code:style.css
.iframe-video-player:not(.floating) iframe.youtube {
width: 99%;
max-width: 746.7px;
height: 30vw;
max-height: 420px;
}
.iframe-video-player:not(.floating):hover div.control {
/* ポップアウトボタンのスタイル(適当に書いた) */
bottom: 25px;
right: auto;
left: 86%;
}
PC版サイト表示でしか有効にならないようにした
code:style.css
@media (min-width: 768px) {
.grid li.page-list-item a:not(:visited) .content .header,
.related-page-list li.page-list-item:not(.empty) a:not(:visited) {
border-color: var(--telomere-unread, #52ba68); }
.related-page-list li.page-list-item:not(.empty) a {
border-right: 5px solid var(--card-bg, #fff); }
}
code:style.css
.app .navbar .navbar-menu>li .dropdown-toggle>.icon {
border-radius: 1px;
}
Streamボタンも角ばらせる
code:style.css
.app .navbar .navbar-menu>li.stream-btn .kamon {
box-sizing: content-box;
border-radius: 1px;
background-color: var(--navbar-icon-color);
}
.app .navbar .navbar-menu li.stream-btn a:hover:not(:is(:active,:focus)) .kamon {
filter: brightness(150%);
}
.app .navbar .navbar-menu>li.stream-btn .kamon:before {
position: relative;
z-index: 1;
border-radius: 50%;
}
.app .navbar .navbar-menu>li.stream-btn .kamon:after {
position: absolute;
top: 5px;
left: 4px;
display: block;
width: 23px;
height: 23px;
border-radius: 50%;
content: "";
background-color: var(--navbar-bg, rgba(53, 59, 72, 0.6));
}
アンチSettings系
code:style.css
.app:not(:has(.page-list))::before {
content: "";
}
一応Settingsのdev mode codeにも適用されるので全く不要ということは無いはずMijinko_SD.icon
https://gyazo.com/f7a19eb3ccd40b22794b739fa18dbc53
code:style.css
:not(.cursor-line) > .text span.deco-\> {
background-color: gray;
}
:not(.cursor-line) > .text span.deco-\>::after {
color: gray;
background-color: gray;
}
span.deco-\>.deco-\+ {
animation-name: none;
}
code:_style.css
span.indent-mark:has(.c-6)::before,
span.indent-mark:has(.c-6)::after {
content: none;
}
code:style.css
/* 天気図 */
/* クオリアさん */
/* たいへんよくできました */
/* モニカ */
):after {
content: none;
}
それ以外
code:disabled-style.css
html body {
}
code:_style.css
.related-page-list ul.grid li.page-list-item a .icon img { display: none; }
GyazoとScrapboxの画像だけ除外するやつ
code:_style.css
.related-page-list ul.grid li.page-list-item a .icon img:is(
) { display: block; }
code:style.css
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: unset !important;
}
.indent-mark span:nth-child(6n+1):not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
border-right: 2px solid #FBE09B; /* 色の指定 */ }
.indent-mark span:nth-child(6n+2):not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
}
.indent-mark span:nth-child(6n+3):not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
}
.indent-mark span:nth-child(6n+4):not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
}
.indent-mark span:nth-child(6n+5):not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
}
.indent-mark span:nth-child(6n+6):not(:nth-last-child(1)):not(:nth-last-child(2)) .pad {
}
a
a
a
https://gyazo.com/03e31d033efc44022fe365b2ec69f443
a