www.wwe.com Open in urlscan Pro
151.101.2.133  Public Scan

URL: https://www.wwe.com/videos/who-will-walk-out-of-raw-as-world-heavyweight-champion-raw-sneak-peek
Submission: On November 30 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

<form id="signin-form" class="auth-modal_content">
  <div class="wwe-input-group">
    <div id="msg-error-login" class="msg-error" style="display: none;">
      <span class="msg-title">Error !</span>
      <span class="msg-text">message</span>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="email" id="signin-email" class="wwe-input" placeholder="Email Address" autocomplete="email" required="">
    <div class="errors">
      <div id="signin-email-required" class="wwe-input_error signin-input-error"> This field is required. </div>
      <div id="signin-email-format" class="wwe-input_error signin-input-error"> The email you've entered is invalid. Please try again. </div>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="password" id="signin-password" class="wwe-input password" placeholder="Password" autocomplete="current-password" minlength="6" required="">
    <img src="/sites/all/libraries/loginlib/assets/images/hide.svg" id="signin-password-vision" class="wwe-input_vision" height="16" width="22">
    <div class="errors">
      <div id="signin-password-required" class="wwe-input_error signin-input-error"> This field is required. </div>
      <div id="signin-password-tooshort" class="wwe-input_error signin-input-error"> Password must be 6 characters in length or longer. </div>
    </div>
  </div>
  <div id="go-to-forgot-password" class="forgot-password-button" tabindex="0">Forgot my password</div>
  <button type="submit" class="wwe-button button-primary" id="submit-signin" disabled="">Sign In</button>
  <div class="signup-label">Don't have a WWE account?</div>
  <div id="go-to-signup" class="anchor bold" tabindex="0">Sign Up</div>
</form>

<form id="forgot-password-form" class="auth-modal_content">
  <div class="wwe-input-group">
    <div id="msg-error-forgotpwd" class="msg-error" style="display: none;">
      <span class="msg-title">Error !</span>
      <span class="msg-text">message</span>
    </div>
  </div>
  <h3 class="modal-form_title">Forgot your Password</h3>
  <p class="modal-form_subtitle">Enter your email address and we will send you instructions to reset your password.</p>
  <div class="wwe-input-group">
    <input type="email" id="forgot-password-email" class="wwe-input" pattern="^\S+@\S+\.\S+$" placeholder="Email Address" autocomplete="email" required="">
    <div class="errors">
      <div id="forgot-email-required" class="wwe-input_error forgot-password-input-error"> This field is required. </div>
      <div id="forgot-email-format" class="wwe-input_error forgot-password-input-error"> The email you've entered is invalid. Please try again. </div>
    </div>
  </div>
  <button type="submit" class="wwe-button button-primary" id="submit-forgot-password" disabled="">Continue</button>
  <div id="go-to-signin" class="back-to-signin" tabindex="0">Back to Sign In</div>
</form>

<form id="signup-form" class="auth-modal_content">
  <div class="wwe-input-group">
    <div id="msg-error-signup" class="msg-error" style="display: none;">
      <span class="msg-title">Error !</span>
      <span class="msg-text">message</span>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="text" id="signup-firstname" class="wwe-input" placeholder="First Name" autocomplete="given-name" required="">
    <div class="errors">
      <div id="signup-first-name-required" class="wwe-input_error signup-input-error"> This field is required. </div>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="text" id="signup-lastname" class="wwe-input" placeholder="Last Name" autocomplete="family-name" required="">
    <div class="errors">
      <div id="signup-last-name-required" class="wwe-input_error signup-input-error"> This field is required. </div>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="email" id="signup-email" class="wwe-input" pattern="^\S+@\S+\.\S+$" placeholder="Email Address" autocomplete="email" required="">
    <div class="errors">
      <div id="signup-email-required" class="wwe-input_error signup-input-error"> This field is required. </div>
      <div id="signup-email-format" class="wwe-input_error signup-input-error"> The email you've entered is invalid. Please try again. </div>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="password" id="signup-password" class="wwe-input password" placeholder="Password" autocomplete="new-password" minlength="8" required="">
    <img src="/sites/all/libraries/loginlib/assets/images/hide.svg" id="signup-password-vision" class="wwe-input_vision" height="16" width="22">
    <div class="errors">
      <div id="signup-password-required" class="wwe-input_error signup-input-error"> This field is required. </div>
      <div id="signup-password-tooshort" class="wwe-input_error signup-input-error"> Password must be 8 characters in length or longer. </div>
    </div>
  </div>
  <div class="checkbox">
    <input type="checkbox" id="signup-consent" class="signup-consent" required="">
    <label id="signup-consent-label" for="signup-consent">I am 18 years of age or older and agree with the <a href="https://www.wwe.com/page/privacy-policy" target="_blank">Privacy Policy</a> and
      <a href="https://www.wwe.com/page/terms-and-conditions" target="_blank">Terms of Use</a>.</label>
  </div>
  <div class="checkbox">
    <input type="checkbox" id="marketing-consent" class="signup-consent">
    <label id="marketing-consent-label" for="marketing-consent">I consent to receiving marketing communications from WWE, and its affiliates, about special offers and other products.</label>
  </div>
  <button type="submit" class="wwe-button button-primary" id="submit-signup" disabled="">Create Account</button>
  <div class="signin-label">Already have an account? <div id="signup-go-to-signin" class="anchor ml bold" tabindex="0">Sign In</div>
  </div>
</form>

<form id="reset-form" class="auth-modal_content">
  <div class="wwe-input-group">
    <div id="msg-error-resetpwd" class="msg-error" style="display: none;">
      <span class="msg-title">Error !</span>
      <span class="msg-text">message</span>
    </div>
  </div>
  <h3 class="modal-form_title">Reset Password</h3>
  <p class="modal-form_subtitle">Enter a new password below to reset <br> your forgotten password.</p>
  <div class="wwe-input-group">
    <input type="password" id="reset-new-password" class="wwe-input-reset-password password" placeholder="New Password" autocomplete="current-password" minlength="8" required="">
    <img src="/sites/all/libraries/loginlib/assets/images/hide.svg" id="reset-new-password-vision" class="wwe-input_vision" height="16" width="22">
    <div class="errors">
      <div id="reset-new-password-required" class="wwe-input_error reset-input-error"> This field is required. </div>
      <div id="reset-password-tooshort" class="wwe-input_error reset-input-error"> Password must be 8 characters in length or longer. </div>
      <div id="reset-new-password-mismatch" class="wwe-input_error reset-input-error"> Passwords do not match. </div>
    </div>
  </div>
  <div class="wwe-input-group">
    <input type="password" id="reset-confirm-new-password" class="wwe-input-reset-password password" placeholder="Re-enter Password" autocomplete="current-password" minlength="8" required="">
    <img src="/sites/all/libraries/loginlib/assets/images/hide.svg" id="reset-confirm-password-vision" class="wwe-input_vision" height="16" width="22">
    <div class="errors">
      <div id="reset-confirm-password-required" class="wwe-input_error reset-input-error"> This field is required. </div>
      <div id="reset-confirm-password-tooshort" class="wwe-input_error reset-input-error"> Password must be 8 characters in length or longer. </div>
      <div id="reset-confirm-password-mismatch" class="wwe-input_error reset-input-error"> Passwords do not match. </div>
    </div>
  </div>
  <button type="submit" class="wwe-button button-primary" id="submit-reset" disabled="">Continue</button>
  <div id="reset-go-to-signin" class="back-to-signin">Back to Sign In</div>
</form>

Text Content

Cookie Preferences

Skip to main content

 * 
 * 
 * WWE Network
 * Shows
 * Superstars
 * Tickets
 * Shop

   Watch every Premium Live Event and get unlimited access to WWE's premium
   content - available to you anywhere, anytime, on any device.
   
   Go to WWE Network
   
   Sign up for Peacock to watch. Plus, get every WWE Premium Live Event, your
   favorite shows, new movies, live sports, and more.
   
   Go to Peacock
   
   Visit Sony LIV to sign in or sign up and enjoy WWE's premium content.
   
   Go to Sony LIV
   
   Watch every Premium Live Event and enjoy some of your favorite WWE content on
   Shahid.
   
   Go to Shahid
   
   Watch every Premium Live Event and enjoy some of your favorite WWE content on
   Disney + HotStar.
   
   Go to Disney + Hotstar
   
   Watch WrestleMania and other WWE Premium Live Events on Flow.
   
   Go to Flow
   
   Sign up for BINGE to watch. Plus, get every WWE Premium Live Event and the
   world’s best TV and movies
   
   GET BINGE NNOW
   
   
   Sign in to WWE
   
   Don't have a WWE account?
   Sign Up
   nathan@wwe.com
   Sign Out
   Error ! message
   This field is required.
   The email you've entered is invalid. Please try again.
   This field is required.
   Password must be 6 characters in length or longer.
   Forgot my password
   Sign In
   Don't have a WWE account?
   Sign Up
   Error ! message
   
   
   FORGOT YOUR PASSWORD
   
   Enter your email address and we will send you instructions to reset your
   password.
   
   This field is required.
   The email you've entered is invalid. Please try again.
   Continue
   Back to Sign In
   
   
   EMAIL SENT
   
   
   
   Back to Sign In
   Error ! message
   This field is required.
   This field is required.
   This field is required.
   The email you've entered is invalid. Please try again.
   This field is required.
   Password must be 8 characters in length or longer.
   I am 18 years of age or older and agree with the Privacy Policy and Terms of
   Use.
   I consent to receiving marketing communications from WWE, and its affiliates,
   about special offers and other products.
   Create Account
   Already have an account?
   Sign In
   
   
   YOU'RE ALL SET!
   
   Your WWE account using {nathan@wwe.com} has been successfully created. Use
   this email address to sign back in at any time.
   
   Close
   Error ! message
   
   
   RESET PASSWORD
   
   Enter a new password below to reset
   your forgotten password.
   
   This field is required.
   Password must be 8 characters in length or longer.
   Passwords do not match.
   This field is required.
   Password must be 8 characters in length or longer.
   Passwords do not match.
   Continue
   Back to Sign In
   
   
   SUCCESS
   
   Your password has been reset.
   
   Back to Sign In


 * WWE Network
 * Shows
 * Superstars
 * Tickets
 * Shop
 * Watch every Premium Live Event and get unlimited access to WWE's premium
   content - available to you anywhere, anytime, on any device.
   Go to WWE Network
 * Sign up for Peacock to watch. Plus, get every WWE Premium Live Event, your
   favorite shows, new movies, live sports, and more.
   Go to Peacock
 * Visit Sony LIV to sign in or sign up and enjoy WWE's premium content.
   Go to Sony LIV
 * Watch every Premium Live Event and enjoy some of your favorite WWE content on
   Shahid.
   Go to Shahid
 * Watch every Premium Live Event and enjoy some of your favorite WWE content on
   Disney + HotStar.
   Go to Disney + Hotstar
 * Watch WrestleMania and other WWE Premium Live Events on Flow.
   Go to Flow
 * Sign up for BINGE to watch. Plus, get every WWE Premium Live Event and the
   world’s best TV and movies
   GET BINGE NNOW


 
toggle menu
 * Home
 * Shows
 * Superstars
 * Tickets & Events
 * Shop
 * WWE Network

Sign in
 * Follow WWE on Facebook
 * Follow WWE on Twitter
 * Follow WWE on Instagram
 * Follow WWE on Reddit
 * Follow WWE on YouTube

 * WWE News
 * WWE Photos
 * WWE Videos
 * Corporate
 * Careers
 * Community
 * Contact
 * Worldwide
 * WWE Music
 * WWE Studios

 * Privacy Policy
 * Copyright
 * Terms & Conditions
 * Cookie Preferences
 * FAQ
 * Redeem Gift Card
 * Security




Video Player is loading.
Who will walk out of Raw as World Heavyweight Champion?: Raw sneak peek
Seth “Freakin” Rollins defends the World Heavyweight Championship against
longtime rival Jinder Mahal, Gunther returns, Cody Rhodes appears, and more!
Don’t miss all the action of Raw, this Monday at 8/7 C on USA.
Play Video
Play
Mute

Current Time 0:00
/
Duration 0:46
 
Loaded: 12.71%


0:00
Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -0:46
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Captions
 * captions settings, opens captions settings dialog
 * captions off, selected
 * en Captions

Audio Track
 * default, selected

 * Quality
 * 288p
 * 360p
 * 432p
 * 540p
 * 720p
 * 1080p
 * Auto, selected

Picture-in-PictureFullscreen

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.


SHARE VIDEO×


http://www.wwe.com/videos/who-will-walk-out-of-raw-as-world-heavyweight-champion-raw-sneak-peek


WHO WILL WALK OUT OF RAW AS WORLD HEAVYWEIGHT CHAMPION?: RAW SNEAK PEEK

Seth “Freakin” Rollins defends the World Heavyweight Championship against
longtime rival Jinder Mahal, Gunther returns, Cody Rhodes appears, and more!
Don’t miss all the action of Raw, this Monday at 8/7 C on USA.


FEATURED VIDEOS

0
Up Next
00:47

WHO WILL WALK OUT OF RAW AS WORLD HEAVYWEIGHT CHAMPION?: RAW SNEAK PEEK


Up Next
02:58

CODY RHODES BATTLES CARMELO HAYES: SMACKDOWN HIGHLIGHTS, NOV. 29, 2024


Up Next
00:37

CM PUNK IS THE OG BLOODLINE’S FIFTH MAN: SMACKDOWN SNEAK PEEK


Up Next
05:22

GUNTHER VS. RANDY ORTON – WORLD HEAVYWEIGHT TITLE MATCH: WWE BASH IN BERLIN 2024
HIGHLIGHTS


Up Next
04:39

RHEA RIPLEY & DAMIAN PRIEST VS. LIV MORGAN & DOMINIK MYSTERIO: WWE BASH IN
BERLIN 2024 HIGHLIGHTS


Up Next
06:16

CM PUNK VS. DREW MCINTYRE – STRAP MATCH: WWE BASH IN BERLIN 2024 HIGHLIGHTS


Up Next
03:24

THE UNHOLY UNION VS. BIANCA BELAIR & JADE CARGILL – TITLE MATCH: WWE BASH IN
BERLIN 2024 HIGHLIGHTS


Up Next
03:58

CODY RHODES VS. KEVIN OWENS – UNDISPUTED WWE TITLE MATCH: WWE BASH IN BERLIN
2024 HIGHLIGHTS


Up Next
05:43

GUNTHER'S INSANE TRAINING FOR COUNTERING THE RKO


Up Next
01:29

GUNTHER CELEBRATES HIS BIG WIN IN BERLIN: WWE BASH IN BERLIN 2024 POST-SHOW
HIGHLIGHTS


Up Next
00:50

RHEA RIPLEY AND DAMIAN PRIEST OUTGREW THE JUDGMENT DAY: WWE BASH IN BERLIN 2024
POST-SHOW HIGHLIGHTS





WHO WILL WALK OUT OF RAW AS WORLD HEAVYWEIGHT CHAMPION?: RAW SNEAK PEEK

Seth “Freakin” Rollins defends the World Heavyweight Championship against
longtime rival Jinder Mahal, Gunther returns, Cody Rhodes appears, and more!
Don’t miss all the action of Raw, this Monday at 8/7 C on USA.



0
Comments


WWE EXTREME RULES 2022 VIDEO HIGHLIGHTS

01:35

BRAY WYATT RETURNS IN EXCITING REVEAL: WWE EXTREME RULES 2022 (WWE NETWORK
EXCLUSIVE)

00:21

MATT RIDDLE HITS FLOATING BRO OFF THE TOP OF THE FIGHT PIT!: WWE EXTREME RULES
2022 (WWE NETWORK EXCLUSIVE)

00:27

LIV MORGAN SENTONS RONDA ROUSEY THROUGH A TABLE: WWE EXTREME RULES 2022 (WWE
NETWORK EXCLUSIVE)

00:38

GUNTHER CAN'T ESCAPE THE BRAWLING BRUTES: WWE EXTREME RULES 2022 (WWE NETWORK
EXCLUSIVE)

00:57

BIANCA BELAIR HITS DOUBLE K.O.D.: WWE EXTREME RULES 2022 (WWE NETWORK EXCLUSIVE)


WWE NETWORK PREVIEWS, HIGHLIGHTS AND EXCERPTS

03:14

GOLDBERG’S PAINFUL METHOD FOR GETTING RING-READY: GOLDBERG AT 54 SNEAK PEEK

03:47

BIG E SETS BENCH PRESS RECORD AT JOHN CENA’S GYM: WWE 24 SNEAK PEEK

03:30

SASHA BANKS REFLECTS ON HER FIVE-MONTH WWE ABSENCE: STEVE AUSTIN’S BROKEN SKULL
SESSIONS SNEAK PEEK

03:11

EDGE & CHRISTIAN PREPARE FOR THEIR ROYAL RUMBLE RETURNS: WWE THE DAY OF SNEAK
PEEK

03:15

THE APA REFLECT ON THEIR SPECIAL BOND AND FRIENDSHIP: WWE UNTOLD SNEAK PEEK


Corporate
 * Corporate
 * Careers
 * Impact
 * Contact

WWE.com
 * WWE News
 * WWE Videos
 * WWE Photos
 * WWE Worldwide
 * Priority Pass

About
 * Privacy Policy
 * Copyright
 * Terms of Use
 * Cookie Preferences
 * Do Not Sell or Share My Info

Help
 * Security
 * Help Center
 * Redeem Gift Card
 * Cookie Policy
 * Closed Captions

Global Sites
 * Arabic



By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.
Cookies Settings Reject All Accept All Cookies