LoginSignup
169
55

More than 5 years have passed since last update.

Qiitaの「いいね」を「すごーい!」に変える

Last updated at Posted at 2017-02-15

すごーい!

Qiitaのいいねをすごーい!に変えるChrome拡張を作りました!
スクリーンショット 2017-02-15 10.58.04.png

コメントも変わってる!ふしぎー
スクリーンショット 2017-02-15 11.03.35.png

ふしぎー

これで変わるんだって。ふしぎー

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

169
55
13

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
169
55