init commit
This commit is contained in:
@@ -0,0 +1,205 @@
|
||||
.pp-offcanvas-body {
|
||||
position: absolute !Important;
|
||||
top: 50% !important;
|
||||
-ms-transform: translateY(-50%) !important;
|
||||
transform: translateY(-50%) !important;
|
||||
}
|
||||
|
||||
.pp-offcanvas-content {
|
||||
overflow: hidden;
|
||||
width: 10vw !important;
|
||||
}
|
||||
|
||||
.pp-offcanvas-custom-content {
|
||||
margin-bottom: 2vw;
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
.pp-offcanvas-custom-content i {
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
||||
img#sidebarLogo {
|
||||
width: 6vw;
|
||||
height: 6vw;
|
||||
max-width: 512px;
|
||||
max-height: 512px;
|
||||
}
|
||||
|
||||
/*.pp-offcanvas-custom-content i:hover, .pp-offcanvas-custom-content p:hover {*/
|
||||
|
||||
/* color: yellow;*/
|
||||
|
||||
/*}*/
|
||||
|
||||
.pp-offcanvas-custom-content:hover i,
|
||||
.pp-offcanvas-custom-content:hover p {
|
||||
color: #00aedb;
|
||||
}
|
||||
|
||||
.pp-offcanvas-custom-content i {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#slideOut {
|
||||
right: 0;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.slideToggle {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
width: .8vw;
|
||||
height: 10vw;
|
||||
background: #444;
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.slideToggle i {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 1.4vw;
|
||||
}
|
||||
|
||||
.slideIn {
|
||||
left: 0;
|
||||
width: .8vw;
|
||||
height: 10vw;
|
||||
background: black;
|
||||
color: #ffffff;
|
||||
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.slideIn i {
|
||||
font-size: 1.4vw;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.centerBoth {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 1.4vw;
|
||||
}
|
||||
|
||||
#modal-5fb29d747a583 .pp-modal.layout-standard {
|
||||
width: 30vw !important;
|
||||
height: 20vw !important;
|
||||
}
|
||||
|
||||
.fl-node-5fb29d747a583 .pp-modal .pp-modal-title,
|
||||
#modal-5fb29d747a583 .pp-modal .pp-modal-title {
|
||||
padding: .5vw .5vw !important;
|
||||
font-size: 1.2vw !important;
|
||||
}
|
||||
|
||||
.pp-infobox-icon-inner span:before {
|
||||
font-size: 2vw !important;
|
||||
}
|
||||
|
||||
span.pp-infobox-title-prefix {
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
.pp-infobox-title {
|
||||
font-size: 1vw;
|
||||
}
|
||||
|
||||
.pp-infobox-description {
|
||||
font-size: .8vw;
|
||||
}
|
||||
|
||||
.modalClose {
|
||||
right: -.5vw;
|
||||
top: -.5vw;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
.pp-modal-close.box-top-right {
|
||||
top: -.6vw !important;
|
||||
right: -.6vw !important;
|
||||
}
|
||||
|
||||
.pp-modal-close {
|
||||
border-radius: 0 !important;
|
||||
width: 1.2vw !important;
|
||||
height: 1.2vw !important;
|
||||
padding: .55vw !important;
|
||||
}
|
||||
|
||||
.pp-modal-close .bar-wrap {
|
||||
display: contents !important;
|
||||
}
|
||||
|
||||
.pp-modal-close .bar-wrap .bar-1 {
|
||||
top: .55vw !important;
|
||||
}
|
||||
|
||||
.pp-modal-close .bar-wrap .bar-2 {
|
||||
top: .55vw !important;
|
||||
}
|
||||
|
||||
.pp-infobox-wrap {
|
||||
margin-right: .1vw;
|
||||
margin-left: .2vw;
|
||||
margin-top: .1vw;
|
||||
margin-bottom: .1vw;
|
||||
}
|
||||
|
||||
.pp-modal {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.pp-modal-container {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.pp-modal-wrap {
|
||||
z-index: 99 !important;
|
||||
}
|
||||
|
||||
.pp-modal-wrap {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
#slideInOverlay {
|
||||
/*display: none;*/
|
||||
left: 0;
|
||||
width: .8vw;
|
||||
height: 10vw;
|
||||
background: black;
|
||||
color: #ffffff;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
#slideInOverlay i {
|
||||
font-size: 1.4vw;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
vertical-align: top;
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
"use strict";
|
||||
var elements = new Object();
|
||||
var modalActive = 0;
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
defer(function() {
|
||||
console.log("jQuery is now loaded");
|
||||
init();
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
function init() {
|
||||
// Append
|
||||
jQuery(".pp-offcanvas-content").append('<div id="slideOut" class="slideToggle pp-offcanvas-5fb1907e2d646-close"><i class="fas fa-caret-left"></i></div>');
|
||||
jQuery(".pp-modal-container").append('<div id="slideInOverlay"><i class="fas fa-caret-right"></i></div>');
|
||||
|
||||
// jQuery(".pp-modal-container").append('<div id="slideIn"><i class="fas fa-caret-right"></i></div>');
|
||||
|
||||
// Draggable
|
||||
jQuery(".pp-modal").draggable({
|
||||
containment: "#main",
|
||||
scroll: false,
|
||||
});
|
||||
|
||||
elements = {
|
||||
"sidebarLinks": {
|
||||
"1": { obj: jQuery(".pp-offcanvas-1"), callback: streamerInfoCallback, extraClass: "modal-5fb29d747a583" },
|
||||
"2": { obj: jQuery(".pp-offcanvas-2"), callback: emptyCallback },
|
||||
"3": { obj: jQuery(".pp-offcanvas-3"), callback: emptyCallback },
|
||||
"4": { obj: jQuery(".pp-offcanvas-4"), callback: emptyCallback },
|
||||
"5": { obj: jQuery(".pp-offcanvas-5"), callback: emptyCallback },
|
||||
"6": { obj: jQuery(".pp-offcanvas-6"), callback: emptyCallback },
|
||||
},
|
||||
"sidebarToggles": {
|
||||
"slideIn": { obj: jQuery(".slideIn"), callback: sidebarSlideIn },
|
||||
"slideOut": { obj: jQuery("#slideOut"), callback: sidebarSlideOut },
|
||||
"slideInOverlay": { obj: jQuery("#slideInOverlay"), callback: sidebarSlideInOverlay },
|
||||
},
|
||||
"modals": {
|
||||
"streamerInfo": { obj: jQuery("#modal-5fb29d747a583"), header: jQuery("#modal-5fb29d747a583 .pp-modal-body"), close: jQuery("#modal-5fb29d747a583 .pp-modal-close"), enabled: 0, callback: emptyCallback },
|
||||
},
|
||||
};
|
||||
|
||||
// Append
|
||||
// jQuery(".pp-modal-container").append('<a href="#" onclick="sidebarSlideInOverlay()"> <div class="slideIn" id="slideInOverlay"> <i class="fas fa-caret-right"></i> </div> </a>');
|
||||
|
||||
sidebarClick();
|
||||
|
||||
|
||||
|
||||
// jQuery("body").append('<div id="slideIn" class="slideToggle"><i class="fas fa-caret-right"></i></div>');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
function sidebarSlideInOverlay() {
|
||||
elements.sidebarToggles.slideIn.obj.click();
|
||||
// elements.sidebarToggles.slideInOverlay.obj.hide();
|
||||
}
|
||||
|
||||
function sidebarSlideIn() {
|
||||
// elements.sidebarToggles["slideIn"].obj.hide();
|
||||
}
|
||||
|
||||
function active_modal() {
|
||||
// Check if a modal is active
|
||||
let enabled;
|
||||
for (const [key, node] of Object.entries(elements["modals"])) {
|
||||
enabled = node.enabled;
|
||||
}
|
||||
console.log("enabled: " + enabled);
|
||||
|
||||
return enabled;
|
||||
}
|
||||
|
||||
function sidebarSlideOut() {
|
||||
// if (!active_modal()) {
|
||||
// elements.sidebarToggles["slideIn"].obj.delay(450).show(0);
|
||||
// }
|
||||
// else {
|
||||
// elements.sidebarToggles.slideInOverlay.obj.delay(450).show(0);
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
function streamerInfoCallback(node) {
|
||||
console.log("foobar");
|
||||
elements.modals.streamerInfo.enabled = 1;
|
||||
}
|
||||
|
||||
function modalStreamerInfo() {
|
||||
console.log("clicked");
|
||||
}
|
||||
|
||||
function emptyCallback() {
|
||||
console.log("empty callback");
|
||||
return;
|
||||
}
|
||||
|
||||
function sidebarClick() {
|
||||
for (const [key, node] of Object.entries(elements["sidebarLinks"])) {
|
||||
node.obj.addClass(node.extraClass);
|
||||
node.obj.click(function() {
|
||||
node.callback(node);
|
||||
});
|
||||
}
|
||||
for (const [key, node] of Object.entries(elements["sidebarToggles"])) {
|
||||
node.obj.click(function() {
|
||||
node.callback();
|
||||
});
|
||||
}
|
||||
|
||||
for (const [key, node] of Object.entries(elements["modals"])) {
|
||||
node.close.click(function() {
|
||||
node.enabled = 0;
|
||||
|
||||
if (!active_modal()) {
|
||||
elements.sidebarToggles["slideIn"].obj.show();
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function defer(method) {
|
||||
if (window.jQuery) {
|
||||
method();
|
||||
}
|
||||
else {
|
||||
setTimeout(function() { defer(method) }, 50);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Config Page</title>
|
||||
</head>
|
||||
<body style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">
|
||||
<div id="app"></div>
|
||||
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
|
||||
<!-- If you use any external libraries, such as jQuery, you must include
|
||||
them as part of your extension. Twitch does not allow extensions to link
|
||||
to external libraries. -->
|
||||
<script src="jquery-3.3.1.min.js" type="text/javascript"></script>
|
||||
<script src="config.js" type="text/javascript"></script>
|
||||
<h2>Configure This</h2>
|
||||
<p>Just kidding... hello world.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
|
||||
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
||||
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
||||
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
||||
>
|
||||
|
||||
<channel>
|
||||
<title>PKRStarsbot extension</title>
|
||||
<atom:link href="https://zinomedia.de/wp_hq/pkrstarsbotextension/feed/" rel="self" type="application/rss+xml" />
|
||||
<link>https://zinomedia.de/wp_hq/pkrstarsbotextension</link>
|
||||
<description>Just another ZINOMEDIQ HQ Sites site</description>
|
||||
<lastBuildDate>Fri, 13 Nov 2020 20:51:05 +0000</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<sy:updatePeriod>
|
||||
hourly </sy:updatePeriod>
|
||||
<sy:updateFrequency>
|
||||
1 </sy:updateFrequency>
|
||||
<generator>https://wordpress.org/?v=5.5.3</generator>
|
||||
<item>
|
||||
<title>Hello world!</title>
|
||||
<link>https://zinomedia.de/wp_hq/pkrstarsbotextension/2020/11/13/hello-world/</link>
|
||||
|
||||
<dc:creator><![CDATA[zino]]></dc:creator>
|
||||
<pubDate>Fri, 13 Nov 2020 20:51:05 +0000</pubDate>
|
||||
<category><![CDATA[Uncategorized]]></category>
|
||||
<guid isPermaLink="false">https://zinomedia.de/wp_hq/pkrstarsbotextension/?p=1</guid>
|
||||
|
||||
<description><![CDATA[Welcome to ZINOMEDIQ HQ Sites. This is your first post. Edit or delete it, then start blogging!]]></description>
|
||||
<content:encoded><![CDATA[<p>Welcome to <a href="http://zinomedia.de/wp_hq/">ZINOMEDIQ HQ Sites</a>. This is your first post. Edit or delete it, then start blogging!</p>
|
||||
]]></content:encoded>
|
||||
|
||||
|
||||
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -0,0 +1,442 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<!-- Mirrored from zinomedia.de/wp_hq/pkrstarsbotextension/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 Nov 2020 00:44:25 GMT -->
|
||||
<!-- Added by HTTrack -->
|
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||
<!-- /Added by HTTrack -->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="profile" href="../../../gmpg.org/xfn/11.html">
|
||||
<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
|
||||
|
||||
<link media="all" href="wp-content/cache/autoptimize/8/css/autoptimize_7659691a7e1ef94ece351c5864b703fb.css" rel="stylesheet" />
|
||||
<title>PKRStarsbot extension – Just another ZINOMEDIQ HQ Sites site</title>
|
||||
<link rel="alternate" type="application/rss+xml" title="PKRStarsbot extension » Feed" href="feed/index.html" />
|
||||
<link rel='stylesheet' id='style-css' href='../../pkrstarsbot/extension/live/css/style5152.css?ver=1.0' type='text/css' media='all' />
|
||||
|
||||
|
||||
|
||||
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min5697.css?ver=5.5.3' type='text/css' media='all' />
|
||||
|
||||
<link rel='stylesheet' id='fl-builder-layout-2-css' href='wp-content/cache/autoptimize/8/css/autoptimize_single_665b714b55a649a0f421f14e7037bd834718.css?ver=28144ff4ff1dc83d37f231b1ca0162d2' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='astra-addon-css-css' href='wp-content/cache/autoptimize/8/css/autoptimize_single_3ab57728109cd61eab8dd407684bdbce4250.css?ver=2.7.0' type='text/css' media='all' />
|
||||
|
||||
|
||||
<script type='text/javascript' src='wp-includes/js/jquery/jquery4a5f.js?ver=1.12.4-wp' id='jquery-core-js'></script>
|
||||
<!--[if IE]>
|
||||
<script type='text/javascript' src='https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=2.6.0' id='astra-flexibility-js'></script>
|
||||
<script type='text/javascript' id='astra-flexibility-js-after'>
|
||||
flexibility(document.documentElement);
|
||||
</script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="https://api.w.org/" href="wp-json/index.html" />
|
||||
<link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/2.json" />
|
||||
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc0db0.php?rsd" />
|
||||
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
|
||||
<meta name="generator" content="WordPress 5.5.3" />
|
||||
<link rel="canonical" href="index.html" />
|
||||
<link rel='shortlink' href='index.html' />
|
||||
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed89fe.json?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F" />
|
||||
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed4f82?url=https%3A%2F%2Fzinomedia.de%2Fwp_hq%2Fpkrstarsbotextension%2F&format=xml" />
|
||||
|
||||
</head>
|
||||
|
||||
<body data-rsssl=1 itemtype='https://schema.org/WebPage' itemscope='itemscope' class="home page-template-default page page-id-2 fl-builder ast-desktop ast-page-builder-template ast-no-sidebar astra-2.6.0 ast-header-custom-item-inside ast-single-post ast-inherit-site-logo-transparent ast-full-width-layout astra-addon-2.7.0">
|
||||
<script>
|
||||
var clientAuth;
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
console.log("ready!");
|
||||
|
||||
jQuery("#main").append('<button style="top: 50%; position: absolute; right: 50%;" onclick="console.log(JSON.parse(sessionStorage.auth))">foobar</button>');
|
||||
jQuery("#main").append('<button style="top: 55%; position: absolute; right: 50%;" onclick="const auth = JSON.parse(sessionStorage.auth); apirequest(auth.token);">foobar2</button>');
|
||||
// waitForElement(clientAuth)5
|
||||
|
||||
|
||||
// jQuery.ajax({
|
||||
// method: 'POST',
|
||||
// url: 'https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/extension/v1/foobar',
|
||||
// data: { delay: delay, db_user_id: db_user_id, _wpnonce: myScriptVars.nonce },
|
||||
// dataType: 'json',
|
||||
// success: function(data) {
|
||||
// console.log(data);
|
||||
// },
|
||||
// });
|
||||
|
||||
|
||||
});
|
||||
|
||||
window.Twitch.ext.onAuthorized(function(auth) {
|
||||
console.log('The JWT that will be passed to the EBS is', auth.token);
|
||||
console.log('The channel ID is', auth.channelId);
|
||||
console.log('The client ID is', auth.clientId);
|
||||
console.log('The userId ID is', auth.userId);
|
||||
|
||||
|
||||
sessionStorage.setItem('auth', JSON.stringify(auth));
|
||||
var obj = JSON.parse(sessionStorage.auth);
|
||||
console.log(obj);
|
||||
});
|
||||
|
||||
function apirequest(token) {
|
||||
jQuery.ajax({
|
||||
method: 'POST',
|
||||
url: 'https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/extension/v1/foobar',
|
||||
data: { "token": token },
|
||||
dataType: 'json',
|
||||
success: function(data) {
|
||||
console.log(data);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
function sleep(ms) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
function waitForElement() {
|
||||
console.log(clientAuth);
|
||||
if (typeof elem !== "undefined") {
|
||||
//variable exists, do what you want
|
||||
console.log('defined');
|
||||
console.log(clientAuth);
|
||||
}
|
||||
else {
|
||||
console.log('not defined');
|
||||
setTimeout(waitForElement(clientAuth), 5000);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div class="hfeed site" id="page">
|
||||
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
|
||||
|
||||
|
||||
|
||||
<header class="site-header ast-primary-submenu-animation-fade header-main-layout-1 ast-primary-menu-enabled ast-logo-title-inline ast-hide-custom-menu-mobile ast-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader"
|
||||
itemscope="itemscope" itemid="#masthead">
|
||||
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
<!-- #masthead -->
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="content" class="site-content">
|
||||
|
||||
<div class="ast-container">
|
||||
|
||||
|
||||
|
||||
<div id="primary" class="content-area primary">
|
||||
|
||||
|
||||
<main id="main" class="site-main">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="post-2 page type-page status-publish ast-article-single" id="post-2" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
|
||||
|
||||
|
||||
<header class="entry-header ast-header-without-markup">
|
||||
|
||||
|
||||
</header>
|
||||
<!-- .entry-header -->
|
||||
|
||||
<div class="entry-content clear" itemprop="text">
|
||||
|
||||
|
||||
<div class="fl-builder-content fl-builder-content-2 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="2">
|
||||
<div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5fb1907e2dc38 fl-row-full-height fl-row-align-center" data-node="5fb1907e2dc38">
|
||||
<div class="fl-row-content-wrap">
|
||||
<div class="fl-row-content fl-row-full-width fl-node-content">
|
||||
|
||||
<div class="fl-col-group fl-node-5fb1907e324a9" data-node="5fb1907e324a9">
|
||||
<div class="fl-col fl-node-5fb1907e3260f" data-node="5fb1907e3260f">
|
||||
<div class="fl-col-content fl-node-content">
|
||||
<div id="htmlcontainer" class="fl-module fl-module-html fl-node-5fb2948714942" data-node="5fb2948714942">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div class="fl-html">
|
||||
<div class="slideIn"><i class="fas fa-caret-right"></i></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="sidebarCanvas" class="fl-module fl-module-pp-offcanvas-content fl-node-5fb1907e2d646" data-node="5fb1907e2d646">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div class="pp-offcanvas-content-wrap">
|
||||
<div class="pp-offcanvas-content pp-offcanvas-content-5fb1907e2d646 pp-offcanvas-content-left pp-offcanvas-slide" data-id="5fb1907e2d646">
|
||||
<div class="pp-offcanvas-body">
|
||||
<div class="pp-offcanvas-content-inner">
|
||||
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-1">
|
||||
<h3 class="pp-offcanvas-content-title"><i class="fas fa-info"></i></h3>
|
||||
<div itemprop="text" class="pp-offcanvas-content-description">
|
||||
<p>Streamer Info</p>
|
||||
</div>
|
||||
</div>
|
||||
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-2">
|
||||
<h3 class="pp-offcanvas-content-title"><i class="far fa-chart-bar"></i></h3>
|
||||
<div itemprop="text" class="pp-offcanvas-content-description">
|
||||
<p>Statistics</p>
|
||||
</div>
|
||||
</div>
|
||||
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-3">
|
||||
<h3 class="pp-offcanvas-content-title"><i class="fas fa-male"></i></h3>
|
||||
<div itemprop="text" class="pp-offcanvas-content-description">
|
||||
<p>Player Info</p>
|
||||
</div>
|
||||
</div>
|
||||
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-4">
|
||||
<h3 class="pp-offcanvas-content-title"><i class="fas fa-chart-line"></i></h3>
|
||||
<div itemprop="text" class="pp-offcanvas-content-description">
|
||||
<p>Winnings</p>
|
||||
</div>
|
||||
</div>
|
||||
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-5">
|
||||
<h3 class="pp-offcanvas-content-title"><i class="fas fa-hand-holding-heart"></i></h3>
|
||||
<div itemprop="text" class="pp-offcanvas-content-description">
|
||||
<p>Support us</p>
|
||||
</div>
|
||||
</div>
|
||||
<div itemprop="title" class="pp-offcanvas-custom-content pp-offcanvas-6">
|
||||
<h3 class="pp-offcanvas-content-title"></h3>
|
||||
<div itemprop="text" class="pp-offcanvas-content-description">
|
||||
<div id="spacer"></div>
|
||||
<p><img id="sidebarLogo" src="wp-content/uploads/sites/8/2020/11/android-chrome-512x512-1.png" alt=""></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pp-offcanvas-toggle-wrap">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="modalStreamerInfo" class="fl-module fl-module-pp-modal-box fl-node-5fb29d747a583" data-node="5fb29d747a583">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div id="modal-5fb29d747a583" class="pp-modal-wrap">
|
||||
<div class="pp-modal-container">
|
||||
<div class="pp-modal-overlay"></div>
|
||||
<div class="pp-modal layout-standard">
|
||||
<div class="pp-modal-body">
|
||||
<div class="pp-modal-header">
|
||||
<h2 class="pp-modal-title">Streamer Info</h2>
|
||||
<div class="pp-modal-close box-top-right">
|
||||
<div class="bar-wrap">
|
||||
<span class="bar-1"></span>
|
||||
<span class="bar-2"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pp-modal-content">
|
||||
<div class="pp-modal-content-inner">
|
||||
<link rel='stylesheet' id='fl-builder-layout-148-css' href='wp-content/cache/autoptimize/8/css/autoptimize_single_a9a2a55637ed58d996b6aa9208e081090704.css?ver=3529b48e985cf872f67f0ce03c26b9e1' type='text/css' media='all' />
|
||||
<div class="fl-builder-content fl-builder-content-148 fl-builder-template fl-builder-row-template fl-builder-global-templates-locked" data-post-id="148">
|
||||
<div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5fb2ae7fbf07e" data-node="5fb2ae7fbf07e">
|
||||
<div class="fl-row-content-wrap">
|
||||
<div class="fl-row-content fl-row-full-width fl-node-content">
|
||||
|
||||
<div class="fl-col-group fl-node-5fb2ae7fbf076 fl-col-group-equal-height fl-col-group-align-top" data-node="5fb2ae7fbf076">
|
||||
<div class="fl-col fl-node-5fb2ae7fbf07a fl-col-small" data-node="5fb2ae7fbf07a">
|
||||
<div class="fl-col-content fl-node-content">
|
||||
<div class="fl-module fl-module-pp-infobox fl-node-5fb2ae7fbf07c" data-node="5fb2ae7fbf07c">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div class="pp-infobox-wrap">
|
||||
<div class="pp-infobox layout-5">
|
||||
<div class="pp-icon-wrapper animated">
|
||||
<div class="pp-infobox-icon">
|
||||
<div class="pp-infobox-icon-inner">
|
||||
<span class="pp-icon fas fa-fire"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="pp-infobox-title-prefix">Value</span>
|
||||
|
||||
<div class="pp-infobox-title-wrapper">
|
||||
<h4 class="pp-infobox-title">Aggression Factor (AF)</h4>
|
||||
</div>
|
||||
<div class="pp-infobox-description">
|
||||
<div class="pp-description-wrap">
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fl-module fl-module-pp-infobox fl-node-5fb2e39aa9947" data-node="5fb2e39aa9947">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div class="pp-infobox-wrap">
|
||||
<div class="pp-infobox layout-5">
|
||||
<div class="pp-icon-wrapper animated">
|
||||
<div class="pp-infobox-icon">
|
||||
<div class="pp-infobox-icon-inner">
|
||||
<span class="pp-icon fas fa-fire"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="pp-infobox-title-prefix">Value</span>
|
||||
|
||||
<div class="pp-infobox-title-wrapper">
|
||||
<h4 class="pp-infobox-title">Bet [Flop/Turn/River] Total</h4>
|
||||
</div>
|
||||
<div class="pp-infobox-description">
|
||||
<div class="pp-description-wrap">
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fl-col fl-node-5fb2b58b01b97 fl-col-small" data-node="5fb2b58b01b97">
|
||||
<div class="fl-col-content fl-node-content">
|
||||
<div class="fl-module fl-module-pp-infobox fl-node-5fb2b57e77a83" data-node="5fb2b57e77a83">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div class="pp-infobox-wrap">
|
||||
<div class="pp-infobox layout-5">
|
||||
<div class="pp-icon-wrapper animated">
|
||||
<div class="pp-infobox-icon">
|
||||
<div class="pp-infobox-icon-inner">
|
||||
<span class="pp-icon fas fa-fire"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="pp-infobox-title-prefix">Value</span>
|
||||
|
||||
<div class="pp-infobox-title-wrapper">
|
||||
<h4 class="pp-infobox-title">3Bet</h4>
|
||||
</div>
|
||||
<div class="pp-infobox-description">
|
||||
<div class="pp-description-wrap">
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fl-module fl-module-pp-infobox fl-node-5fb2e39d87f31" data-node="5fb2e39d87f31">
|
||||
<div class="fl-module-content fl-node-content">
|
||||
<div class="pp-infobox-wrap">
|
||||
<div class="pp-infobox layout-5">
|
||||
<div class="pp-icon-wrapper animated">
|
||||
<div class="pp-infobox-icon">
|
||||
<div class="pp-infobox-icon-inner">
|
||||
<span class="pp-icon fas fa-fire"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="pp-infobox-title-prefix">Value</span>
|
||||
|
||||
<div class="pp-infobox-title-wrapper">
|
||||
<h4 class="pp-infobox-title">Call 3Bet</h4>
|
||||
</div>
|
||||
<div class="pp-infobox-description">
|
||||
<div class="pp-description-wrap">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- .entry-content .clear -->
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
<!-- #post-## -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<!-- #main -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- #primary -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- ast-container -->
|
||||
|
||||
</div>
|
||||
<!-- #content -->
|
||||
|
||||
|
||||
|
||||
|
||||
<footer class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">
|
||||
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
<!-- #colophon -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- #page -->
|
||||
|
||||
|
||||
<script type='text/javascript' src='../../pkrstarsbot/extension/live/js/script68b3.js?ver=1' id='script-js'></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script defer src="wp-content/cache/autoptimize/8/js/autoptimize_53f8d12d4a54601bacfba2a82c5ca653.js"></script>
|
||||
</body>
|
||||
|
||||
<!-- Mirrored from zinomedia.de/wp_hq/pkrstarsbotextension/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 17 Nov 2020 00:44:38 GMT -->
|
||||
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
|
||||
|
||||
<options>
|
||||
<clientType>WordPress</clientType>
|
||||
<supportsKeywords>Yes</supportsKeywords>
|
||||
<supportsGetTags>Yes</supportsGetTags>
|
||||
</options>
|
||||
|
||||
<weblog>
|
||||
<serviceName>WordPress</serviceName>
|
||||
<imageUrl>images/wlw/wp-icon.png</imageUrl>
|
||||
<watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>
|
||||
<homepageLinkText>View site</homepageLinkText>
|
||||
<adminLinkText>Dashboard</adminLinkText>
|
||||
<adminUrl>
|
||||
<![CDATA[
|
||||
{blog-postapi-url}/../wp-admin/
|
||||
]]>
|
||||
</adminUrl>
|
||||
<postEditingUrl>
|
||||
<![CDATA[
|
||||
{blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id}
|
||||
]]>
|
||||
</postEditingUrl>
|
||||
</weblog>
|
||||
|
||||
<buttons>
|
||||
<button>
|
||||
<id>0</id>
|
||||
<text>Manage Comments</text>
|
||||
<imageUrl>images/wlw/wp-comments.png</imageUrl>
|
||||
<clickUrl>
|
||||
<![CDATA[
|
||||
{blog-postapi-url}/../wp-admin/edit-comments.php
|
||||
]]>
|
||||
</clickUrl>
|
||||
</button>
|
||||
|
||||
</buttons>
|
||||
|
||||
</manifest>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<oembed><version>1.0</version><provider_name>PKRStarsbot extension</provider_name><provider_url>https://zinomedia.de/wp_hq/pkrstarsbotextension</provider_url><title>Sample Page</title><type>rich</type><width>600</width><height>338</height><html><blockquote class="wp-embedded-content"><a href="https://zinomedia.de/wp_hq/pkrstarsbotextension/">Sample Page</a></blockquote>
|
||||
<script type='text/javascript'>
|
||||
<!--//--><![CDATA[//><!--
|
||||
/*! This file is auto-generated */
|
||||
!function(d,l){"use strict";var e=!1,o=!1;if(l.querySelector)if(d.addEventListener)e=!0;if(d.wp=d.wp||{},!d.wp.receiveEmbedMessage)if(d.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){var r,a,i,s,n,o=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),c=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]');for(r=0;r<c.length;r++)c[r].style.display="none";for(r=0;r<o.length;r++)if(a=o[r],e.source===a.contentWindow){if(a.removeAttribute("style"),"height"===t.message){if(1e3<(i=parseInt(t.value,10)))i=1e3;else if(~~i<200)i=200;a.height=i}if("link"===t.message)if(s=l.createElement("a"),n=l.createElement("a"),s.href=a.getAttribute("src"),n.href=t.value,n.host===s.host)if(l.activeElement===a)d.top.location.href=t.value}}},e)d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",t,!1),d.addEventListener("load",t,!1);function t(){if(!o){o=!0;var e,t,r,a,i=-1!==navigator.appVersion.indexOf("MSIE 10"),s=!!navigator.userAgent.match(/Trident.*rv:11\./),n=l.querySelectorAll("iframe.wp-embedded-content");for(t=0;t<n.length;t++){if(!(r=n[t]).getAttribute("data-secret"))a=Math.random().toString(36).substr(2,10),r.src+="#?secret="+a,r.setAttribute("data-secret",a);if(i||s)(e=r.cloneNode(!0)).removeAttribute("security"),r.parentNode.replaceChild(e,r)}}}}(window,document);
|
||||
//--><!]]>
|
||||
</script><iframe sandbox="allow-scripts" security="restricted" src="https://zinomedia.de/wp_hq/pkrstarsbotextension/embed/" width="600" height="338" title="“Sample Page” — PKRStarsbot extension" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe></html></oembed>
|
||||
@@ -0,0 +1 @@
|
||||
{"version":"1.0","provider_name":"PKRStarsbot extension","provider_url":"https:\/\/zinomedia.de\/wp_hq\/pkrstarsbotextension","title":"Sample Page","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\"><a href=\"https:\/\/zinomedia.de\/wp_hq\/pkrstarsbotextension\/\">Sample Page<\/a><\/blockquote>\n<script type='text\/javascript'>\n<!--\/\/--><![CDATA[\/\/><!--\n\t\t\/*! This file is auto-generated *\/\n\t\t!function(d,l){\"use strict\";var e=!1,o=!1;if(l.querySelector)if(d.addEventListener)e=!0;if(d.wp=d.wp||{},!d.wp.receiveEmbedMessage)if(d.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!\/[^a-zA-Z0-9]\/.test(t.secret)){var r,a,i,s,n,o=l.querySelectorAll('iframe[data-secret=\"'+t.secret+'\"]'),c=l.querySelectorAll('blockquote[data-secret=\"'+t.secret+'\"]');for(r=0;r<c.length;r++)c[r].style.display=\"none\";for(r=0;r<o.length;r++)if(a=o[r],e.source===a.contentWindow){if(a.removeAttribute(\"style\"),\"height\"===t.message){if(1e3<(i=parseInt(t.value,10)))i=1e3;else if(~~i<200)i=200;a.height=i}if(\"link\"===t.message)if(s=l.createElement(\"a\"),n=l.createElement(\"a\"),s.href=a.getAttribute(\"src\"),n.href=t.value,n.host===s.host)if(l.activeElement===a)d.top.location.href=t.value}}},e)d.addEventListener(\"message\",d.wp.receiveEmbedMessage,!1),l.addEventListener(\"DOMContentLoaded\",t,!1),d.addEventListener(\"load\",t,!1);function t(){if(!o){o=!0;var e,t,r,a,i=-1!==navigator.appVersion.indexOf(\"MSIE 10\"),s=!!navigator.userAgent.match(\/Trident.*rv:11\\.\/),n=l.querySelectorAll(\"iframe.wp-embedded-content\");for(t=0;t<n.length;t++){if(!(r=n[t]).getAttribute(\"data-secret\"))a=Math.random().toString(36).substr(2,10),r.src+=\"#?secret=\"+a,r.setAttribute(\"data-secret\",a);if(i||s)(e=r.cloneNode(!0)).removeAttribute(\"security\"),r.parentNode.replaceChild(e,r)}}}}(window,document);\n\/\/--><!]]>\n<\/script><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/zinomedia.de\/wp_hq\/pkrstarsbotextension\/embed\/\" width=\"600\" height=\"338\" title=\"“Sample Page” — PKRStarsbot extension\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe>"}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
|
||||
<service>
|
||||
<engineName>WordPress</engineName>
|
||||
<engineLink>https://wordpress.org/</engineLink>
|
||||
<homePageLink>https://zinomedia.de/wp_hq/pkrstarsbotextension</homePageLink>
|
||||
<apis>
|
||||
<api name="WordPress" blogID="1" preferred="true" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
|
||||
<api name="Movable Type" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
|
||||
<api name="MetaWeblog" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
|
||||
<api name="Blogger" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/xmlrpc.php" />
|
||||
<api name="WP-API" blogID="1" preferred="false" apiLink="https://zinomedia.de/wp_hq/pkrstarsbotextension/wp-json/" />
|
||||
</apis>
|
||||
</service>
|
||||
</rsd>
|
||||
|
||||
Reference in New Issue
Block a user