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したディレクトリを選択
  • すごーい!

おわり

GitHub
https://github.com/xsota/qiita-sugoi

参考
http://qiita.com/kubosho_/items/9751e18e743360b522ad