File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name yt-Expo2025-Reservation-Helper
33// @namespace http://staybrowser.com/
4- // @version 0.3
5- // @description help expo2025 ticket site
4+ // @version 0.5.4-fork.1
5+ // @description 大阪万博2025予約支援ツール: パビリオン検索補助, 入場予約監視自動化, 同行者追加自動化
66// @author TomoTom0 https://github.com/TomoTom0
7- // @match https://ticket.expo2025.or.jp/event_search/*
8- // @match https://ticket.expo2025.or.jp/ticket_selection/*
9- // @match https://ticket.expo2025.or.jp/agent_ticket/*
10- // @match https://ticket.expo2025.or.jp/ticket_visiting_reservation/*
7+ // @match https://ticket.expo2025.or.jp/*
118// @grant none
129// @run -at document-end
1310// ==/UserScript==
Original file line number Diff line number Diff line change 1- 0.5.4
1+ 0.5.4-fork.1
Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ const webpack = require('webpack');
55const userScriptHeader = `// ==UserScript==
66// @name yt-Expo2025-Reservation-Helper
77// @namespace http://staybrowser.com/
8- // @version 0.3
9- // @description help expo2025 ticket site
8+ // @version 0.5.4-fork.1
9+ // @description 大阪万博2025予約支援ツール: パビリオン検索補助, 入場予約監視自動化, 同行者追加自動化
1010// @author TomoTom0 https://github.com/TomoTom0
11- // @match https://ticket.expo2025.or.jp/event_search/*
12- // @match https://ticket.expo2025.or.jp/ticket_selection/*
13- // @match https://ticket.expo2025.or.jp/agent_ticket/*
14- // @match https://ticket.expo2025.or.jp/ticket_visiting_reservation/*
11+ // @match https://ticket.expo2025.or.jp/*
1512// @grant none
1613// @run-at document-end
1714// ==/UserScript==
You can’t perform that action at this time.
0 commit comments