flixrave.to
Open in
urlscan Pro
2606:4700:3030::ac43:d2c0
Public Scan
URL:
https://flixrave.to/watch/tv-aj-and-the-queen-6wjy9/1-3
Submission Tags: @phish_report
Submission: On April 06 via api from FI — Scanned from FI
Submission Tags: @phish_report
Submission: On April 06 via api from FI — Scanned from FI
Form analysis
7 forms found in the DOMfilter
<form action="filter" autocomplete="off"> <i class="fa fa-magnifying-glass"></i> <input type="text" placeholder="Search" name="keyword"> <a class="filter-btn" href="filter">Filter</a> </form>
<form class="form-inline ml-auto">
<div class="form-group mb-0"> <input type="text" class="form-control" placeholder="Ep Number"> </div> <button type="submit" class="btn"><i class="fa-solid fa-circle-arrow-right"></i></button>
</form>
POST ajax/episode/report
<form action="ajax/episode/report" method="post"> <input type="hidden" name="episode_id" id="report-episode-id"> <input type="hidden" name="server_id" id="report-server-id">
<div class="p-3 my-4 text-primary rounded bg-secondary2">
<h5>AJ and the Queen (2020)</h5>
<p class="text-muted mb-0">Episode <span id="report-episode-num">?</span></p>
</div>
<div class="row mt-2">
<div class="col"> <span>Video:</span>
<div class="form-check"> <input class="form-check-input" type="checkbox" id="video_wrong" name="issue[]" value="video_wrong"> <label class="form-check-label small text-muted" for="video_wrong">Wrong</label> </div>
</div>
<div class="col"> <span>Audio:</span>
<div class="form-check"> <input class="form-check-input" type="checkbox" id="audio_sync" name="issue[]" value="audio_sync"> <label class="form-check-label small text-muted" for="audio_sync">Not Synced</label> </div>
</div>
</div>
<div class="row mt-2">
<div class="col"> <span>Subtitle:</span>
<div class="form-check"> <input class="form-check-input" type="checkbox" id="sub_sync" name="issue[]" value="sub_sync"> <label class="form-check-label small text-muted" for="sub_sync">Not Synced</label> </div>
</div>
<div class="col"> <span>Skip time:</span>
<div class="form-check"> <input class="form-check-input" type="checkbox" id="skiptime_wrong" name="issue[]" value="skiptime_wrong"> <label class="form-check-label small text-muted" for="skiptime_wrong">Wrong</label> </div>
</div>
</div>
<div class="form-group mt-4"> <label>Other:</label> <textarea class="form-control" rows="3" name="message"></textarea> </div> <button type="submit" class="w-100 mt-4 d-flex align-items-center justify-content-between btn-lg btn btn-primary">Send
Report <i class="fa-solid fa-caret-right fa-xs"></i></button>
</form>
POST ajax/user/login
<form class="mt-3 ajax-login" action="ajax/user/login" method="post" data-broadcast="user:updated">
<div class="form-group"> <label class="text-muted">Email or Username</label> <input type="text" class="form-control form-control-lg" name="username" placeholder="Username or email" required=""> </div>
<div class="form-group"> <label class="text-muted">Password</label> <input type="password" class="form-control form-control-lg" name="password" placeholder="Your password" required=""> </div>
<div class="form-group mb-1 d-flex justify-content-center"> <span class="captcha" data-theme="dark"></span> </div> <button type="submit" class="w-100 my-4 d-flex align-items-center justify-content-between btn-lg btn btn-primary">Sign in
<i class="fa-solid fa-caret-right fa-xs"></i></button>
<div class="text-center"><a href="#" class="cts-switcher" data-target="forgot">Forgot your password?</a></div>
</form>
POST ajax/user/register
<form class="mt-3 ajax-register" action="ajax/user/register" method="post" data-broadcast="user:updated">
<div class="form-group"> <label class="text-muted">Username</label> <input type="text" class="form-control form-control-lg" placeholder="Username" name="username" required=""> </div>
<div class="form-group"> <label class="text-muted">Email</label> <input type="email" class="form-control form-control-lg" placeholder="Email" name="email" required=""> </div>
<div class="form-group"> <label class="text-muted">Password</label> <input type="password" class="form-control form-control-lg" placeholder="Password" name="password" required=""> </div>
<div class="form-group"> <label class="text-muted">Repeat Password</label> <input type="password" class="form-control form-control-lg" placeholder="Repeat your password" name="password_confirmation" required=""> </div>
<div class="form-group mb-1 d-flex justify-content-center"> <span class="captcha" data-theme="dark"></span> </div> <button type="submit" class="w-100 mt-4 d-flex align-items-center justify-content-between btn-lg btn btn-primary">Sign up
<i class="fa-solid fa-caret-right fa-xs"></i></button>
</form>
POST ajax/user/forgot-password
<form class="mt-2 ajax" action="ajax/user/forgot-password" method="post">
<div class="form-group mt-3"> <label class="text-muted">Email or Username</label> <input type="text" class="form-control form-control-lg" name="account" placeholder="Username or email" required=""> </div>
<div class="form-group mb-1 d-flex justify-content-center"> <span class="captcha" data-theme="dark"></span> </div> <button type="submit" class="w-100 my-4 d-flex align-items-center justify-content-between btn-lg btn btn-primary">Submit
<i class="fa-solid fa-caret-right fa-xs"></i></button>
<div class="text-center"><a href="#" class="cts-switcher" data-target="sign">Back to Sign In</a></div>
</form>
POST ajax/film/request
<form class="mt-3 ajax" action="ajax/film/request" method="post" autocomplete="off">
<div class="form-group"> <label class="text-muted">Name</label> <input type="text" class="form-control form-control-lg" placeholder="Movie/TV name" name="title"> </div>
<div class="form-group"> <label class="text-muted">Link</label> <input type="text" class="form-control form-control-lg" placeholder="Link to IMDb or any if possible" name="ref_url"> </div>
<div class="form-group"> <label class="text-muted">Details</label> <textarea class="form-control form-control-lg" rows="4" name="detail" placeholder="More details about it if possible"></textarea> </div>
<div class="form-group d-flex justify-content-center"> <span class="captcha" data-theme="dark"></span> </div><button type="submit" class="w-100 mt-4 d-flex align-items-center justify-content-between btn-lg btn btn-primary">Send Request
<i class="fa-solid fa-caret-right fa-xs"></i></button>
</form>
Text Content
Browse Movies TV Shows Filter Sign in Auto Play Auto Next Auto Skip Set skip time Intro begin Intro end Outro begin Outro end Contribute Add Bookmark Light Report If current server doesn't work please try other servers bellow. Vidplay MyCloud Filemoon Season 1 Season 1 Episode 1 New York City Episode 2 Pittsburgh Episode 3 Columbus Episode 4 Louisville Episode 5 Mt. Juliet Episode 6 Little Rock Episode 7 Jackson Episode 8 Baton Rouge Episode 9 Fort Worth Episode 10 Dallas AJ AND THE QUEEN (2020) Show Hide HD Ruby Red, a down-on-her-luck drag queen traveling across America, develops an unlikely sidekick named AJ. TV-14 7.6 52 min 5.93 of 10 (221221 reviews) Type: TV Country: United States Genre: Drama, Comedy, Adventure Release: Jan 10, 2020 Director: N/A Production: Warner Bros. Television, Michael Patrick King Productions Cast: RuPaul, Izzy G., Michael-Leon Wooley AJ AND THE QUEEN ONLINE TV DOWNLOAD , WATCH AJ AND THE QUEEN ONLINE , AJ AND THE QUEEN WATCH ONLINE , AJ AND THE QUEEN FREE DOWNLOAD , AJ AND THE QUEEN ONLINE STREAMING , AJ AND THE QUEEN DOWNLOAD FREE Shares COMMENT RECOMMENDED HD The Orville TV SS3 - EP10 HD Teen Wolf TV SS6 - EP20 HD Pretty Little Liars TV SS7 - EP21 HD Selena: The Series TV SS2 - EP9 HD Canada's Drag Race TV SS4 - EP9 HD RuPaul's Drag Race TV SS16 - EP14 HD Sex Education TV SS4 - EP8 HD Emerald City TV SS1 - EP10 HD Sex and the City TV SS6 - EP20 HD RuPaul's Drag Race Down Under TV SS3 - EP8 HD The Walking Dead TV SS11 - EP24 HD RuPaul's Drag Race UK TV SS5 - EP10 HD Chilling Adventures of Sabrina TV SS4 - EP8 HD Mars TV SS2 - EP6 REPORT AN ISSUE Please let us know what's wrong so we can fix it as soon as possible. AJ AND THE QUEEN (2020) Episode ? Video: Wrong Audio: Not Synced Subtitle: Not Synced Skip time: Wrong Other: Send Report Movies TV-Shows A-Z List Trending Request Contact FlixRave is the leading free movie streaming website that allows you to watch movies online without the need for registration. With an extensive database and impressive features, FlixRave stands out as the ultimate destination for free online movie streaming. Don't overlook FlixRave, as it unquestionably reigns as the premier platform in this realm! To the Surface START YOUR JOURNEY WITH US. * Login * Register Email or Username Password Sign in Forgot your password? Username Email Password Repeat Password Sign up FORGOT YOUR PASSWORD. Email or Username Submit Back to Sign In SEND A REQUEST. If you can't find your favourite movie in our library, please submit a request. We will try to make it available as soon as possible. Name Link Details Send Request