Skip to content

◆Google 検索 by syon

Screenshot of ◆Google 検索

Details

Authorsyon

LicenseNo License

Categorygoogle

Created

Updated

Code size2.2 kB

Code checksum1876b85d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • リンク色を未訪問:青/訪問済:紫、太字にしてはっきり分けます。
  • 拡張機能「Search Result Previews」に対応しています。
  • 拡張機能「はてなブックマーク」に対応しています。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ◆Google 検索
@namespace      userstyles.world
@version        2025-03-23
@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,
  [data-id^="atritem-"]/* この結果について */
  {
    display: none !important;
  }

  form[action="/search"] textarea[name="q"] {
    font-family: monospace !important;
  }

  #top_nav {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 99999;

    #result-stats {
      display: none;
    }

    #hdtb .YNk70c {
      height: initial;
      min-width: initial !important;
      grid-template: none;
    }

    .y6UnXe > div {
      flex-direction: column;
      gap: 16px;

      .AozSsc {
        padding: 0 12px !important;
      }
    }
  }

  #appbar #slim_appbar {
    height: initial;
  }

  #search {
    a > h3 {
      color: #304ffe;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      white-space: nowrap;
    }
    a:visited > h3 {
      color: purple;
      font-weight: bold;
    }
  }

  cite,
  cite a:link,
  cite a:visited {
    color: #37681f;
  }

  body {
    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;
  }

  /* Ghostery */
  [class^="wtm-"] {
    display: none !important;
  }
}

Reviews

No reviews yet.