- リンク色を未訪問:青/訪問済:紫、太字にしてはっきり分けます。
- 拡張機能「Search Result Previews」に対応しています。
- 拡張機能「はてなブックマーク」に対応しています。
◆Google 検索 by syon
Details
Authorsyon
LicenseNo License
Categorygoogle
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆Google 検索
@namespace userstyles.world
@version 2022-10-25
@description リンク色を未訪問:青/訪問済:紫、太字にしてはっきり分けます。
@author syon
==/UserStyle== */
@-moz-document url-prefix("https://www.google.co.jp/search"),
url-prefix("https://www.google.co.jp/#q="),
url-prefix("https://www.google.com/search"),
url-prefix("https://www.google.com/#q="),
regexp("https://www.google.co.jp/webhp.*q=.*"),
regexp("https://www.google.com/webhp.*q=.*") {
#tvcap,
.AUiS2,
#search .g .TbwUpd > cite > span[style] {
display: none !important;
}
#search .g,
#search .g [style="width:600px"] {
width: 720px !important;
}
#search .g .tF2Cxc {
width: 600px;
}
#search .g .uUuwM {
padding-right: 2em;
}
.g a > h3 {
color: #304ffe;
font-weight: bold;
-webkit-font-smoothing: antialiased;
white-space: nowrap;
}
.g a:visited > h3 {
color: purple;
font-weight: bold;
}
cite,
cite a:link,
cite a:visited {
color: #37681f;
}
body,
.g {
width: auto;
font-feature-settings: "palt";
font-family: inherit;
}
.qJ4Pqe .FCIUXc {
width: 100%;
}
/* サムネ付きの場合 */
.GLI8Bc {
width: auto;
}
/* 強調スニペット */
.tF2Cxc {
display: inline-block;
}
.tF2Cxc .NJjxre {
white-space: nowrap;
}
#search .g .tF2Cxc {
width: 590px !important;
}
/* 検索文字列 */
form[role="search"] textarea {
font-family: monospace;
letter-spacing: -0.03em;
font-size: 18px;
}
.minidiv .gsfi {
font-size: 18px;
}
/* Hatena Bookmark */
a.hBookmark-widget-counter {
position: absolute;
right: 30px;
}
}