Qiitaの「いいね」を「すごーい!」に変える
すごーい!
Qiitaのいいねをすごーい!に変えるChrome拡張を作りました!
ふしぎー
これで変わるんだって。ふしぎー
sugoi.css
.LikeButton > .p-button::after {
content: "すごーい!";
}
.LikeButton > .p-button > span:not(.fa) {
display: none;
}
.itemsShowHeaderStock_statusList > li:first-child > .itemsShowHeaderStock_countText::after{
content: "すごーい!";
font-size: 12px;
}
.itemsShowHeaderStock_statusList > li:first-child > .itemsShowHeaderStock_countText{
font-size: 0px;
}
.LikeLabel__text::after {
content: "すごーい!";
font-size: 16px;
}
.LikeLabel__text {
font-size: 0;
}
使い方だよ(mac)
- git cloneする
$ git clone https://github.com/xsota/qiita-sugoi.git
- chrome起動
- ⌘+, で設定を開く
- 拡張機能を選択
- デベロッパーモードにチェックをいれる
- パッケージ化されていない拡張機能を読み込む
- さっきcloneしたディレクトリを選択
- すごーい!
おわり
$ git clone https://github.com/xsota/qiita-sugoi.git
Author And Source
この問題について(Qiitaの「いいね」を「すごーい!」に変える), 我々は、より多くの情報をここで見つけました https://qiita.com/xsota/items/3f534d6ef71a4424fbc2著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .