www.showroom-live.com Open in urlscan Pro
52.199.8.159  Public Scan

URL: https://www.showroom-live.com/premium_live/thr/F65054
Submission: On November 04 via api from RU — Scanned from JP

Form analysis 4 forms found in the DOM

/room/search

<form id="js-head-search-form" action="/room/search" class="pc-header-search">
  <div id="js-head-search-select-box" class="head-search-select-box">
    <span class="js-head-search-select-label">All</span>
    <input id="js-head-search-select-genre" class="js-head-search-select-label" type="hidden" name="genre_id" value="0">
    <ul id="js-head-search-select-list" class="head-select-list head-search-select-list" style="display: none;">
      <li class="head-list-selected js-head-search-select-label">All</li>
      <li data-value="0" class="selected">All</li>
      <li data-value="200">Free</li>
      <li data-value="102">Idol</li>
      <li data-value="103">Talent Model</li>
      <li data-value="101">Music</li>
      <li data-value="104">Voice Actors &amp; Anime</li>
      <li data-value="105">Comedians/Talk Show</li>
      <li data-value="107">Virtual</li>
    </ul>
  </div>
  <div class="head-search-input-area" id="headSearchArea">
    <input id="js-search-input" class="head-search-input" type="text" name="keyword" value="" placeholder="Search by room name or tag with '#'" autocomplete="off">
    <div id="js-search-delete" class="head-search-delete">
      <svg class="svg-close" width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
        <path clip-rule="evenodd" d="M0 18L1.57484 19.5789L19.527 1.58097L17.9522 0.00212362L0 18Z"></path>
        <path clip-rule="evenodd" d="M2.04687 3.6457e-07L0.472031 1.57885L18.4242 19.5767L19.9991 17.9979L2.04687 3.6457e-07Z"></path>
      </svg>
    </div>
    <ul id="js-search-autocomplete" class="head-search-autocomplete hidden"></ul>
  </div>
  <button class="head-search-submit" type="submit">
    <svg class="svg-icon-search" width="13" height="14" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg">
      <path
        d="M5.99444 12.1944C2.70833 12.1944 0 9.44789 0 6.07887C0 2.70986 2.70833 0 5.99444 0C9.28056 0 11.9889 2.74648 11.9889 6.07887C11.9889 9.41127 9.31667 12.1944 5.99444 12.1944ZM5.99444 1.09859C3.28611 1.09859 1.08333 3.33239 1.08333 6.07887C1.08333 8.82535 3.28611 11.0592 5.99444 11.0592C8.70278 11.0592 10.9056 8.82535 10.9056 6.07887C10.9056 3.33239 8.73889 1.09859 5.99444 1.09859Z">
      </path>
      <path
        d="M12.4573 13.0001C12.3129 13.0001 12.2045 12.9635 12.0962 12.8536L9.64065 10.51C9.42398 10.2903 9.42398 9.96069 9.60454 9.74097C9.82121 9.52125 10.1462 9.52125 10.3629 9.70435L12.8184 12.048C13.0351 12.2677 13.0351 12.5973 12.8545 12.817C12.7462 12.9269 12.6018 13.0001 12.4573 13.0001Z">
      </path>
    </svg>
  </button>
</form>

POST /user/sign_up

<form action="/user/sign_up" id="js-signup-form" method="POST">
  <input type="hidden" name="csrf_token" value="f_oEaktk0c-4A1AiJ0g-QvdXXy5l2bEKzZVAiLml">
  <div>
    <div class="input-box"><input type="text" class="form-tx js-input-account-id" value="" name="account_id" placeholder="Your ID should be no longer than 20 characters."></div>
    <div class="input-box"><input type="password" class="form-tx js-input-password" value="" name="password" placeholder="Password"></div>
    <div class="input-box"><input type="password" class="form-tx js-input-password-confirm" value="" name="password_confirm" placeholder="Password Confirmation"></div>
    <div class="input-box">
      <input type="text" class="form-tx js-input-nickname" value="" name="name" placeholder="Nickname (within 30 characters)">
    </div>
    <div id="js-captcha-signup" class="input-box" style="display:none;">
      <div><img id="js-captcha-signup-img-src" class="img-auto" src="" alt="画像認証"></div>
      <div>
        <input id="js-captcha-signup-input" class="form-tx" type="text" name="captcha_word" value="" placeholder="Please type the words as they appear in the image.">
      </div>
    </div>
    <input class="js-input-mail-address" type="hidden" value="" name="mail_address">
    <input class="js-input-avatar-id" type="hidden" value="3" name="avatar_id">
  </div>
  <div>
    <a class="btn-light-green submit fs-b5" id="js-signup-submit" style="cursor: pointer">
              Agree to the terms and sign up
            </a>
  </div>
</form>

POST /user/login

<form action="/user/login" id="js-login-form" method="POST">
  <input type="hidden" name="csrf_token" value="f_oEaktk0c-4A1AiJ0g-QvdXXy5l2bEKzZVAiLml">
  <div>
    <div class="input-box"><input type="text" class="form-tx js-input-account-id" value="" name="account_id" placeholder="Your ID should be no longer than 20 characters."></div>
    <div class="input-box"><input type="password" class="form-tx js-input-password" value="" name="password" placeholder="Password"></div>
    <div id="js-captcha-login" class="input-box" style="display:none;">
      <div class="captcha-err">Please type the words as they appear in the image.</div>
      <div><img id="js-captcha-login-img-src" class="img-auto" src=""></div>
      <div class="input-box">
        <input id="js-captcha-login-input" class="form-tx" type="text" name="captcha_word" value="" placeholder="Please type the words as they appear in the image." autocomplete="off">
      </div>
    </div>
  </div>
  <div>
    <a class="btn-light-green submit fs-b5 mb-b2" id="js-login-submit">
            Login
          </a>
  </div>
  <div>
    <a id="js-forget-form-link" class="link" href="javascript:void(showAccountForgetDialog());">▶For those who forgot their account details</a>
  </div>
</form>

POST /user/forget_mail_send

<form action="/user/forget_mail_send" id="js-account-forget-form" method="POST">
  <input type="hidden" name="csrf_token" value="f_oEaktk0c-4A1AiJ0g-QvdXXy5l2bEKzZVAiLml">
  <div class="signup-tab clearfix">
    <div><a href="javascript:void(showSignupDialog());" class="js-show-signup">Sign up</a></div>
    <div><a href="javascript:void(showLoginDialog());" class="js-show-signin">Login</a></div>
  </div>
  <div id="js-forget-error" class="signup-err"></div>
  <div class="caption">
    <p>We will send you login information. Please enter your email address.<br> If you have an official account or organizer account, you may not use this. If you have questions and don't know where to email,
      click<a href="/inquiry/" class="link">here</a></p>
  </div>
  <div class="input-box">
    <input type="text" name="dummy" style="display:none;">
    <input type="text" class="form-tx js-input-mail-address" value="" name="mail_address" placeholder="">
  </div>
  <div>
    <a class="btn-light-green submit p-b2" id="js-account-forget-submit">Send</a>
  </div>
</form>

Text Content

All
 * All
 * All
 * Free
 * Idol
 * Talent Model
 * Music
 * Voice Actors & Anime
 * Comedians/Talk Show
 * Virtual


Purchase Login
 * Home
 * Live 147
 * Follow
 * Event
 * Ranking
 * Sign up to broadcast
 * Purchase
 * Avatar Shop
 * Sign Up
 * Login

 * 

 * お使いのブラウザは、SHOWROOMのサポート対象外となります。
   SHOWROOMの機能を正しくご利用いただくために、下記の環境にてご利用ください。
   Google Chrome(推奨)・Microsoft Edge(Windows)・Safari(Mac)
   

 * // PremiumLive
   
   Tweet Share
   
   
   11/6(日) 水木よしみ生誕祭 夢、駆ける 〜限界最前線突き進め〜
   
   出演
   TheHighRoller
   
   会場
   笑や
   
   Room profile
   
   Tweet Share


 * DATE OF THE SHOW
   
   Open
   
   Nov 6, 2022 3:45 PM
   
   Start
   
   Nov 6, 2022 4:00 PM
   
   Login Sign up
   
   *Start time is approximate
   
   *The Show will end around Nov 6, 2022 5:00 PM
   
   *You must purchase a ticket to watch this show

   
   
   


 * STANDARD TICKET
   
   Price 3,300 JPY (Excluding tax 3,000 JPY)
   
   Ticket sales period
   
   Oct 31, 2022 8:00 PM
   
   ~
   
   Nov 11, 2022 7:00 PM


 * PRECAUTIONS
   
   • Tickets cannot be refunded for any reason.
   • We are a platform offering performers to perform. We are not responsible
   for the contents of the performance.


 * HOW TO WATCH
   
   1. Register for a free membership of SHOWROOM through SHOWROOM's iOS and
   Android apps or PC website, and log in to SHOWROOM.
   2. Purchase premium live tickets.
   3. When the show opens or starts, you will be able to enter the room. Please
   enter the room as early as possible, as the show could start earlier than
   scheduled.
   4. You can check the rooms from "My Page > Premium Live History".
   5. If you are using the mobile app, you can also follow the room and be
   notified of the start of the show. Please follow the room by going to "View
   Room Profile" and select follow.
   
   *Once a ticket is purchased in an account, you cannot transfer them to
   another SHOWROOM account.


 * PRECAUTIONS WHILE WATCHING
   
   • Please check the minimal and recommended system requirements here before
   viewing shows.
   • Internet connection might affect your accessibility even with the
   recommended system requirements.
   • You can only watch this show on 2 devices at one time.


ABOUT SHOWROOM

 * About Company


HELP

 * FAQs
 * SHOWROOM, a fun and safe platform
 * Contact
 * Opinion
 * Logo guidelines and banner material


言語 / LANGUAGE

English
 * 日本語
 * English
 * 繁體中文
 * ภาษาไทย


FOLLOW SHOWROOM

 * SHOWROOM Official Twitter

©SHOWROOM Inc.
 * Act on Specified Commercial Transactions
 * License
 * The Terms
 * Privacy Policy


Sign up
Login

To comment or send gifts, you must be signed in.

The TermsPrivacy Policy

Sign up by Twitter
Sign up with Facebook account
or
Register a new account
Agree to the terms and sign up
<戻る
Sign up
Login

Login with Twitter ID
Login with Facebook
or
Please type the words as they appear in the image.


Login
▶For those who forgot their account details
Sign up
Login


We will send you login information. Please enter your email address.
If you have an official account or organizer account, you may not use this. If
you have questions and don't know where to email, clickhere


Send
Twitter login


This Twitter account is not registered. You can set up your Twitter account for
SHOWROOM in one single step.

The Terms

Agree to the terms and sign up
Sign up with Facebook

This Facebook account hasn't been registerd.



Please enter your account ID.

The Terms


Agree to Terms and Register

Please wait.
Logging in with Twitter now.



Facebookアカウントでログインしています。
しばらくお待ち下さい。









word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1