Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                http://www.sports24.club/tv/c.m3u8?id=accn

<script>

/*
var now = new Date();
var time = now.getTime();
time += 300 * 1000;
now.setTime(time);
document.cookie =
'challenge=BitMitigate.com'
'; expires=' + now.toUTCString() +
'; path=/';

*/

// cookie.js file
var cookieToday = new Date();
var expiryDate = new Date(cookieToday.getTime() + (1000 * 60 * 60)); // 60 minutes

/* Cookie functions originally by Bill Dortsch */
setCookie("challenge","BitMitigate.com",expiryDate,"/");


function setCookie (name,value,expires,path,theDomain,secure) {
   value = escape(value);
   var theCookie = name + "=" + value +
   ((expires)    ? "; expires=" + expires.toGMTString() : "") +
   ((path)       ? "; path="    + path   : "") +
   ((theDomain)  ? "; domain="  + theDomain : "") +
   ((secure)     ? "; secure"            : "");
   document.cookie = theCookie;
}

function getCookie(Name) {
   var search = Name + "="
   if (document.cookie.length > 0) { // if there are any cookies
      var offset = document.cookie.indexOf(search)
      if (offset != -1) { // if cookie exists
         offset += search.length
         // set index of beginning of value
         var end = document.cookie.indexOf(";", offset)
         // set index of end of cookie value
         if (end == -1) end = document.cookie.length
         return unescape(document.cookie.substring(offset, end))
      }
   }
}
function delCookie(name,path,domain) {
   if (getCookie(name)) document.cookie = name + "=" +
      ((path)   ? ";path="   + path   : "") +
      ((domain) ? ";domain=" + domain : "") +
      ";expires=Thu, 01-Jan-70 00:00:01 GMT";
}


</script>

<!doctype html>
<html lang="en">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="shortcut icon" href="https://bitmitigate.com/img/favicon.png" type="image/x-icon">

    <meta http-equiv="refresh" content="2">
    <title>BitMitigate DDoS Protection</title>
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://bitmitigate.com/css/bootstrap.min.css">
    <!--icon font css-->
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/themify-icon/themify-icons.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/font-awesome/css/all.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/flaticon/flaticon.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/animation/animate.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/owl-carousel/assets/owl.carousel.min.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/animation/animate.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/magnify-pop/magnific-popup.css">
    <link rel="stylesheet" href="https://bitmitigate.com/vendors/elagent/style.css">
    <link rel="stylesheet" href="https://bitmitigate.com/css/style.css">
    <link rel="stylesheet" href="https://bitmitigate.com/css/responsive.css">
</head>

<body>


    <header class="header_area">
        <nav class="navbar navbar-expand-lg menu_one menu_four">
            <div class="container">
              <a class="navbar-brand sticky_logo" href="https://bitmitigate.com/#">
   <img src="https://bitmitigate.com/2x-white.png" srcset="https://bitmitigate.com/1x-white.png 2x" alt="logo">
   <img src="https://bitmitigate.com/1x.png" srcset="https://bitmitigate.com/2x.png 2x" alt="">
</a>

<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                    <span class="menu_toggle">
                        <span class="hamburger">
                            <span></span>
                            <span></span>
                            <span></span>
                        </span>
                        <span class="hamburger-cross">
                            <span></span>
                            <span></span>
                        </span>
                    </span>
                </button>


            </div>
        </nav>
    </header>
    <section class="error_area">
        <img class="error_shap" src="https://bitmitigate.com/img/breadcrumb/banner_bg.png" alt="">
        <div class="container flex">
            <div class="error_contain text-center">

                <h2 class="f_p f_400 w_color f_size_40">Loading...</h2>
                <p class="w_color f_300">We are checking your browser to make sure you aren't a bot or DDoS attack. This process is completely automatic and will only take a moment. Once it is completed you will be forwarded immediately.</p>
                <a href="https://bitmitigate.com/" class="about_btn btn-success  btn_hover mt_40">DDoS protection by BitMitigate</a>
            </div>
        </div>
    </section>
    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://bitmitigate.com/js/jquery-3.2.1.min.js"></script>
    <script src="https://bitmitigate.com/js/propper.js"></script>
    <script src="https://bitmitigate.com/js/bootstrap.min.js"></script>
    <script src="https://bitmitigate.com/vendors/wow/wow.min.js"></script>
    <script src="https://bitmitigate.com/vendors/sckroller/jquery.parallax-scroll.js"></script>
    <script src="https://bitmitigate.com/vendors/owl-carousel/owl.carousel.min.js"></script>
    <script src="https://bitmitigate.com/vendors/imagesloaded/imagesloaded.pkgd.min.js"></script>
    <script src="https://bitmitigate.com/vendors/isotope/isotope-min.js"></script>
    <script src="https://bitmitigate.com/vendors/magnify-pop/jquery.magnific-popup.min.js"></script>
    <script src="https://bitmitigate.com/js/main.js"></script>
</body>

</html>

              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console