<html lang="en" dir="ltr"><head>
<meta charset="utf-8">
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>My page</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<script data-dapp-detection="">
(function() {
let alreadyInsertedMetaTag = false
function __insertDappDetected() {
if (!alreadyInsertedMetaTag) {
const meta = document.createElement('meta')
meta.name = 'dapp-detected'
document.head.appendChild(meta)
alreadyInsertedMetaTag = true
}
}
if (window.hasOwnProperty('web3')) {
window.__disableDappDetectionInsertion = true
if (window.web3 === undefined) {
return
}
__insertDappDetected()
} else {
var oldWeb3 = window.web3
Object.defineProperty(window, 'web3', {
configurable: true,
set: function (val) {
if (!window.__disableDappDetectionInsertion)
__insertDappDetected()
oldWeb3 = val
},
get: function () {
if (!window.__disableDappDetectionInsertion)
__insertDappDetected()
return oldWeb3
}
})
}
})()</script><style data-jss="" data-meta="MuiTouchRipple">
.MuiTouchRipple-root {
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
overflow: hidden;
position: absolute;
border-radius: inherit;
pointer-events: none;
}
.MuiTouchRipple-ripple {
opacity: 0;
position: absolute;
}
.MuiTouchRipple-rippleVisible {
opacity: 0.3;
animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
transform: scale(1);
}
.MuiTouchRipple-ripplePulsate {
animation-duration: 200ms;
}
.MuiTouchRipple-child {
width: 100%;
height: 100%;
display: block;
opacity: 1;
border-radius: 50%;
background-color: currentColor;
}
.MuiTouchRipple-childLeaving {
opacity: 0;
animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate {
top: 0;
left: 0;
position: absolute;
animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@-webkit-keyframes MuiTouchRipple-keyframes-enter {
0% {
opacity: 0.1;
transform: scale(0);
}
100% {
opacity: 0.3;
transform: scale(1);
}
}
@-webkit-keyframes MuiTouchRipple-keyframes-exit {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
0% {
transform: scale(1);
}
50% {
transform: scale(0.92);
}
100% {
transform: scale(1);
}
}
</style><style data-jss="" data-meta="MuiButtonBase">
.MuiButtonBase-root {
color: inherit;
border: 0;
cursor: pointer;
margin: 0;
display: inline-flex;
outline: 0;
padding: 0;
position: relative;
align-items: center;
user-select: none;
border-radius: 0;
vertical-align: middle;
-moz-appearance: none;
justify-content: center;
text-decoration: none;
background-color: transparent;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
cursor: default;
pointer-events: none;
}
@media print {
.MuiButtonBase-root {
-webkit-print-color-adjust: exact;
}
}
</style><style data-jss="" data-meta="MuiButton">
.MuiButton-root {
color: rgba(0, 0, 0, 0.87);
padding: 6px 16px;
font-size: 0.875rem;
min-width: 64px;
box-sizing: border-box;
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 500;
line-height: 1.75;
border-radius: 4px;
text-transform: uppercase;
}
.MuiButton-root:hover {
text-decoration: none;
background-color: rgba(0, 0, 0, 0.04);
}
.MuiButton-root.Mui-disabled {
color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
.MuiButton-root:hover {
background-color: transparent;
}
}
.MuiButton-root:hover.Mui-disabled {
background-color: transparent;
}
.MuiButton-label {
width: 100%;
display: inherit;
align-items: inherit;
justify-content: inherit;
}
.MuiButton-text {
padding: 6px 8px;
}
.MuiButton-textPrimary {
color: #3f51b5;
}
.MuiButton-textPrimary:hover {
background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
.MuiButton-textPrimary:hover {
background-color: transparent;
}
}
.MuiButton-textSecondary {
color: #f50057;
}
.MuiButton-textSecondary:hover {
background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
.MuiButton-textSecondary:hover {
background-color: transparent;
}
}
.MuiButton-outlined {
border: 1px solid rgba(0, 0, 0, 0.23);
padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiButton-outlinedPrimary {
color: #3f51b5;
border: 1px solid rgba(63, 81, 181, 0.5);
}
.MuiButton-outlinedPrimary:hover {
border: 1px solid #3f51b5;
background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
.MuiButton-outlinedPrimary:hover {
background-color: transparent;
}
}
.MuiButton-outlinedSecondary {
color: #f50057;
border: 1px solid rgba(245, 0, 87, 0.5);
}
.MuiButton-outlinedSecondary:hover {
border: 1px solid #f50057;
background-color: rgba(245, 0, 87, 0.04);
}
.MuiButton-outlinedSecondary.Mui-disabled {
border: 1px solid rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
.MuiButton-outlinedSecondary:hover {
background-color: transparent;
}
}
.MuiButton-contained {
color: rgba(0, 0, 0, 0.87);
box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
background-color: #e0e0e0;
}
.MuiButton-contained:hover {
box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
.MuiButton-contained:active {
box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
.MuiButton-contained.Mui-disabled {
color: rgba(0, 0, 0, 0.26);
box-shadow: none;
background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
.MuiButton-contained:hover {
box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
background-color: #e0e0e0;
}
}
.MuiButton-contained:hover.Mui-disabled {
background-color: rgba(0, 0, 0, 0.12);
}
.MuiButton-containedPrimary {
color: #fff;
background-color: #3f51b5;
}
.MuiButton-containedPrimary:hover {
background-color: #303f9f;
}
@media (hover: none) {
.MuiButton-containedPrimary:hover {
background-color: #3f51b5;
}
}
.MuiButton-containedSecondary {
color: #fff;
background-color: #f50057;
}
.MuiButton-containedSecondary:hover {
background-color: #c51162;
}
@media (hover: none) {
.MuiButton-containedSecondary:hover {
background-color: #f50057;
}
}
.MuiButton-disableElevation {
box-shadow: none;
}
.MuiButton-disableElevation:hover {
box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
box-shadow: none;
}
.MuiButton-disableElevation:active {
box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
box-shadow: none;
}
.MuiButton-colorInherit {
color: inherit;
border-color: currentColor;
}
.MuiButton-textSizeSmall {
padding: 4px 5px;
font-size: 0.8125rem;
}
.MuiButton-textSizeLarge {
padding: 8px 11px;
font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall {
padding: 3px 9px;
font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge {
padding: 7px 21px;
font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall {
padding: 4px 10px;
font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge {
padding: 8px 22px;
font-size: 0.9375rem;
}
.MuiButton-fullWidth {
width: 100%;
}
.MuiButton-startIcon {
display: inherit;
margin-left: -4px;
margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
margin-left: -2px;
}
.MuiButton-endIcon {
display: inherit;
margin-left: 8px;
margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
font-size: 22px;
}
</style><style data-jss="" data-meta="MuiDialog">
@media print {
.MuiDialog-root {
position: absolute !important;
}
}
.MuiDialog-scrollPaper {
display: flex;
align-items: center;
justify-content: center;
}
.MuiDialog-scrollBody {
overflow-x: hidden;
overflow-y: auto;
text-align: center;
}
.MuiDialog-scrollBody:after {
width: 0;
height: 100%;
content: "";
display: inline-block;
vertical-align: middle;
}
.MuiDialog-container {
height: 100%;
outline: 0;
}
@media print {
.MuiDialog-container {
height: auto;
}
}
.MuiDialog-paper {
margin: 32px;
position: relative;
overflow-y: auto;
}
@media print {
.MuiDialog-paper {
box-shadow: none;
overflow-y: visible;
}
}
.MuiDialog-paperScrollPaper {
display: flex;
max-height: calc(100% - 64px);
flex-direction: column;
}
.MuiDialog-paperScrollBody {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.MuiDialog-paperWidthFalse {
max-width: calc(100% - 64px);
}
.MuiDialog-paperWidthXs {
max-width: 444px;
}
@media (max-width:507.95px) {
.MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
max-width: calc(100% - 64px);
}
}
.MuiDialog-paperWidthSm {
max-width: 600px;
}
@media (max-width:663.95px) {
.MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
max-width: calc(100% - 64px);
}
}
.MuiDialog-paperWidthMd {
max-width: 960px;
}
@media (max-width:1023.95px) {
.MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
max-width: calc(100% - 64px);
}
}
.MuiDialog-paperWidthLg {
max-width: 1280px;
}
@media (max-width:1343.95px) {
.MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
max-width: calc(100% - 64px);
}
}
.MuiDialog-paperWidthXl {
max-width: 1920px;
}
@media (max-width:1983.95px) {
.MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
max-width: calc(100% - 64px);
}
}
.MuiDialog-paperFullWidth {
width: calc(100% - 64px);
}
.MuiDialog-paperFullScreen {
width: 100%;
height: 100%;
margin: 0;
max-width: 100%;
max-height: none;
border-radius: 0;
}
.MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
margin: 0;
max-width: 100%;
}
</style><style data-jss="" data-meta="MuiTypography">
.MuiTypography-root {
margin: 0;
}
.MuiTypography-body2 {
font-size: 0.875rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.43;
}
.MuiTypography-body1 {
font-size: 1rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.5;
}
.MuiTypography-caption {
font-size: 0.75rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.66;
}
.MuiTypography-button {
font-size: 0.875rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 500;
line-height: 1.75;
text-transform: uppercase;
}
.MuiTypography-h1 {
font-size: 6rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 300;
line-height: 1.167;
}
.MuiTypography-h2 {
font-size: 3.75rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 300;
line-height: 1.2;
}
.MuiTypography-h3 {
font-size: 3rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.167;
}
.MuiTypography-h4 {
font-size: 2.125rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.235;
}
.MuiTypography-h5 {
font-size: 1.5rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.334;
}
.MuiTypography-h6 {
font-size: 1.25rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 500;
line-height: 1.6;
}
.MuiTypography-subtitle1 {
font-size: 1rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.75;
}
.MuiTypography-subtitle2 {
font-size: 0.875rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 500;
line-height: 1.57;
}
.MuiTypography-overline {
font-size: 0.75rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 2.66;
text-transform: uppercase;
}
.MuiTypography-srOnly {
width: 1px;
height: 1px;
overflow: hidden;
position: absolute;
}
.MuiTypography-alignLeft {
text-align: left;
}
.MuiTypography-alignCenter {
text-align: center;
}
.MuiTypography-alignRight {
text-align: right;
}
.MuiTypography-alignJustify {
text-align: justify;
}
.MuiTypography-noWrap {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.MuiTypography-gutterBottom {
margin-bottom: 0.35em;
}
.MuiTypography-paragraph {
margin-bottom: 16px;
}
.MuiTypography-colorInherit {
color: inherit;
}
.MuiTypography-colorPrimary {
color: #3f51b5;
}
.MuiTypography-colorSecondary {
color: #f50057;
}
.MuiTypography-colorTextPrimary {
color: rgba(0, 0, 0, 0.87);
}
.MuiTypography-colorTextSecondary {
color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-colorError {
color: #f44336;
}
.MuiTypography-displayInline {
display: inline;
}
.MuiTypography-displayBlock {
display: block;
}
</style><style data-jss="" data-meta="MuiCssBaseline">
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
box-sizing: inherit;
}
strong, b {
font-weight: 700;
}
body {
color: rgba(0, 0, 0, 0.87);
margin: 0;
font-size: 0.875rem;
font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
font-weight: 400;
line-height: 1.43;
background-color: #fafafa;
}
@media print {
body {
background-color: #fff;
}
}
body::backdrop {
background-color: #fafafa;
}
</style><style data-jss="" data-meta="Index">
.Index-root-1 {
text-align: center;
padding-top: 160px;
}
</style></head>
<body>
<div id="root"><div><div class="Index-root-1"><h2 class="MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom">PIRLOTV</h2></div><h5 class="MuiTypography-root MuiTypography-h5 MuiTypography-gutterBottom">example project</h5><a class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary" tabindex="0" aria-disabled="false" href="https://cdo0.dailysport.pw/1/1.m3u8?1107"><span class="MuiButton-label">Super Secret Password</span><span class="MuiTouchRipple-root"></span></a></div></div>
<script src="/static/js/bundle.js"></script><script src="/static/js/1.chunk.js"></script><script src="/static/js/main.chunk.js"></script><script src="/main.3cee033b26ba5229a71c.hot-update.js"></script>
<div id="uvpn_rate_us"> <div class="uvpn_wrap"> <div class="uvpn_logo-ext"> <div class="uvpn_logo-wrap"> <img src="chrome-extension://gpieacagdjdfbifodokiccinpbacemjf/img/128.png"> </div> </div> <div class="uvpn_title"> Don’t Forget to Rate Us </div> <div class="uvpn_desc"> If you enjoy our product, give us 5 stars. It helps so much! </div> <div class="stars"> <svg xmlns="http://www.w3.org/2000/svg" width="1235" height="1175" viewBox="0 0 1235 1175"> <path fill="#cf6218" d="M0,449h1235l-999,726 382-1175 382,1175z"></path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="1235" height="1175" viewBox="0 0 1235 1175"> <path fill="#cf6218" d="M0,449h1235l-999,726 382-1175 382,1175z"></path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="1235" height="1175" viewBox="0 0 1235 1175"> <path fill="#cf6218" d="M0,449h1235l-999,726 382-1175 382,1175z"></path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="1235" height="1175" viewBox="0 0 1235 1175"> <path fill="#cf6218" d="M0,449h1235l-999,726 382-1175 382,1175z"></path> </svg> <svg xmlns="http://www.w3.org/2000/svg" width="1235" height="1175" viewBox="0 0 1235 1175"> <path fill="#cf6218" d="M0,449h1235l-999,726 382-1175 382,1175z"></path> </svg> </div> <a target="_blank" href="https://chrome.google.com/webstore/detail/uvpn-free-and-unlimited-v/gpieacagdjdfbifodokiccinpbacemjf/reviews" id="rate_btn_rateus" class="uvpn_rate-btn uvpn_btn"> Rate Us </a> <div id="close_btn_rateus" class="uvpn_later-btn uvpn_btn"> Not Now </div> </div> </div></body><style id="stylish-1" class="stylish" type="text/css"></style></html>