Google検索の検索結果数を常に表示させます。
Restore Google Result Count by mmahhi
Details
Authormmahhi
LicenseMIT
Categorywww.google.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
概要
Google検索の検索結果数を常に表示させるユーザーCSSです。
対応しているドメインは「google.com」と「google.co.jp」のみです。
サポート
ユーザーCSSのインストール方法については、こちらのページをご覧ください。
→「ユーザーCSSのインストール方法について」
Firefoxにて動作確認をしております。不具合がありましたらご連絡ください。可能な限り対応します。
ご意見、感想、不具合報告などは、こちらのページからどうぞ。
→「ユーザーCSSに関するお問い合わせフォーム」
更新履歴
Ver.1.0.0 (2024/05/10)
- 公開。
Ver.1.0.1 (2024/06/01)
- 「ツール」部分も表示される不具合を修正しました。
Ver.1.0.2 (2024/06/06)
- 検索結果数が右側に寄って表示される不具合を修正しました。
Ver.1.0.3 (2024/08/27)
- 検索結果数が表示されない問題を修正しました。
Source code
/* ==UserStyle==
@name Restore Google Result Count
@namespace restore-google-result-count
@version 1.0.3
@description Google検索の検索結果数を常に表示させます。
@author mmahhi <mmahhi@s203.xrea.com> (http://mmahhi.s203.xrea.com/)
@homepageURL http://mmahhi.s203.xrea.com/userstyle/restore-google-result-count/
@supportURL http://mmahhi.s203.xrea.com/userstyle/contact/
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search"), url-prefix("https://www.google.co.jp/search") {
/* Restore Google Result Count Ver.1.0.3 (2024/08/27) */
.pZvJc.jf0C1c {
display: grid;
/* padding-top: 9px; */
padding-bottom: 7px;
top: 7px;
z-index: 1;
}
.pZvJc.jf0C1c > .ZkEmPc, .pZvJc.jf0C1c #tn_1 {
display: none;
}
.pZvJc.jf0C1c > .AQudDd, .pZvJc.jf0C1c > .uCD6gd {
margin-left: 0;
margin-left: var(--center-abs-margin);
margin-right: 0;
}
/* .pZvJc.jf0C1c .uCD6gd, .pZvJc.jf0C1c .AQudDd {
margin-left: var(--center-abs-margin);
} */
.WE0UJf {
height: 43px;
}
}