Last active
June 4, 2025 10:36
-
-
Save eto/d84b8e21c894761f3424f3c91980f630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name ticket.expo2025.or.jp | |
@namespace github.com/openstyles/stylus | |
@version 1.2.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document domain("ticket.expo2025.or.jp") { | |
/* 予約不可パビリオンを非表示にする。 */ | |
.style_search_item_note__vExQQ, | |
.style_event_links__jS3Q_, | |
.style_search_item_row__moqWC:has(img[src*="calendar_none.svg"]), | |
/* パビリオン検索の上下の不要な情報を非表示にする。 */ | |
.style_title__jFGv9, | |
.style_note__nuAb9, | |
.style_form_search_caption__DbKqM, | |
.style_form_result_head__vWpwF, | |
.style_scale__XzXt6, | |
/* パビリオンの時間選択ページの不要な情報を非表示にする。 */ | |
.style_steps__KA_XB, | |
.style_title__44y_b, | |
.style_search__qm_g_, | |
.style_sub_title__bDw9W, | |
.style_description__o9igj, | |
.style_event_chip_links___Pve2, | |
.style_form_result_caption__iXsYT, | |
.style_form_select_time__TZmGY, | |
.style_hour_unit_wrap__piAg4, | |
.style_scale__Wf3te, | |
.style_time_picker__wrap__UBImr:has(> div.style_time_picker__disabled___yvRh), | |
/* 来場日時画面 */ | |
.style_main__page_title__X_Tpw, | |
.style_main__ticket_group_summary__oZRfR, | |
.style_main__heading_wrap__qbkH6, | |
.style_info__rjheq, | |
.style_main__notes__9VjEx, | |
.style_main__heading_wrap__qbkH6, | |
.style_main__parking__0pxbz, | |
.style_main__step1__6nA1r, | |
.style_arrow__Q0avh, | |
.style_step_info_first__zDL_3, | |
.style_step_info_second__rdnVx, | |
.style_main__visit_messages__GP8AM, | |
.style_invoice_note__G9n0Q, | |
/* 来場日時変更の注意書き */ | |
.style_main__title___6lqF, | |
.style_main__notes_top___leOr, | |
.style_main__notes_title__ecNOk, | |
.style_main__notes__bbCI4, | |
/* 「来場日時を選択する」 */ | |
.style_main__page_title__c7e_v, | |
.style_main__other_link__WSeX7, | |
.style_main__visit_hope_date_title__OWArh, | |
.style_main__usage__GPY6i, | |
.style_main__title__uGwso, | |
.style_main__access_description__w0ln5, | |
.style_main__access__LWLUK, | |
/*「変更内容の確認」*/ | |
.style_main__title__gPhh9, | |
.style_main__confirm__58YhI, | |
.style_main__info__EuSQ4, | |
/*「チケットの選択」*/ | |
.style_ticket_selection__operation__5_xwc, | |
.style_ticket_selection__lead__X6Nmh, | |
.style_ticket_selection__notice__QKIJm, | |
.style_ticket_selection__hidden_ticket_message__SlrMo, | |
/* ヘッダー */ | |
header, | |
/* フッター */ | |
.style_footer__iVohO | |
{ | |
display: none !important; | |
} | |
/* 「来場日時を選択する」 */ | |
.style_main__iUNIJ, | |
.style_header__KIQKN, | |
.style_selector_item__9RWJw, | |
.style_main__time_selector__autdL, | |
.style_main__timetable___J5AG, | |
.style_main__ticket_count__sXoGn, | |
.style_main__ticket_count_box__d4T6I, | |
/*「パビリオン選択」*/ | |
.style_info__CFlEQ, | |
.style_search__7HKSe, | |
.style_form_result__GANIs, | |
.style_search_item_row__moqWC, | |
.style_more_btn_deactive__jsP8I, | |
.style_search_item__zndDR | |
{ | |
margin-top: 0 !important; | |
margin-bottom: 0 !important; | |
padding-top: 0 !important; | |
padding-bottom: 0 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment