diff --git a/packages/userstyle/README.md b/packages/userstyle/README.md index 2d4ef65..a9d8b39 100644 --- a/packages/userstyle/README.md +++ b/packages/userstyle/README.md @@ -6,13 +6,14 @@ | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | [Facebook](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/facebook_com.user.css) | 右カラムを非表示にする | | [GitHub Gist](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/gist_github_com.user.css) | 入力フォーム UI 改善 | -| [Google 検索](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/google_com_search.user.css) | 検索結果のリンクは常に下線表示する | +| [Google 検索](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/google_com_search.user.css) | 検索結果のリンクは常に下線表示する | | [HTML Living Standard](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/html_spec_whatwg_org.user.css) | リンクを見やすくする | | [Instagram](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/instagram_com.user.css) | 画像のコンテキストメニューが表示されない仕様を覆す | ## 日本国内向けサイト -| 名称 | 内容 | -| ------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | -| [アメーバブログ](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/ameblo_jp.user.css) | Cookie 無効環境で出続ける Cookie Wall を消す | -| [Yahoo!オークション](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/auctions_yahoo_co_jp.user.css) | 出品タイトルを検索しやすくする | +| 名称 | 内容 | +| ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | +| [アメーバブログ](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/ameblo_jp.user.css) | Cookie 無効環境で出続ける Cookie Wall を消す | +| [Yahoo!オークション](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/auctions_yahoo_co_jp.user.css) | 出品タイトルを検索しやすくする | +| [横浜市立図書館蔵書検索ページ](https://github.com/SaekiTominaga/browser/raw/main/packages/userstyle/style/opac_lib_city_yokohama_lg_jp.user.css) | ヘッダー上部の UD ボタンエリアを消す | diff --git a/packages/userstyle/style/opac_lib_city_yokohama_lg_jp.user.css b/packages/userstyle/style/opac_lib_city_yokohama_lg_jp.user.css new file mode 100644 index 0000000..95e1432 --- /dev/null +++ b/packages/userstyle/style/opac_lib_city_yokohama_lg_jp.user.css @@ -0,0 +1,12 @@ +/* ==UserStyle== +@name 横浜市立図書館蔵書検索ページ +@namespace https://w0s.jp/ +@version 1.0.0 +@author SaekiTominaga +==/UserStyle== */ +@-moz-document domain("opac.lib.city.yokohama.lg.jp") { + /* ヘッダー上部の UD ボタンエリアを消す https://aspud.daimojin.com/ud5asp/ud_dai5c/help/help.html */ + body > script + script + center { + display: none; + } +}