{"id":14013,"date":"2023-10-05T13:30:06","date_gmt":"2023-10-05T13:30:06","guid":{"rendered":"https:\/\/coinpoker.asia\/zh\/?post_type=tournament&#038;p=14013"},"modified":"2026-02-24T05:20:24","modified_gmt":"2026-02-24T05:20:24","slug":"saturday-pkos","status":"publish","type":"tournament","link":"https:\/\/coinpoker.asia\/zh\/tournaments\/saturday-pkos\/","title":{"rendered":"Saturday PKOs"},"content":{"rendered":"\n<section class=\"tournament-tabs-wrapper px-0\" data-block-instance=\"tournament-tabs-69d6447b09152\">\n    <div class=\"container\">\n        <nav id=\"navbar-example2\" class=\"sticky-navs mb-3\">\n            <ul class=\"nav nav-pills cp-line-navbar\">\n                                    <li class=\"nav-item\">\n                        <a class=\"nav-link active\" href=\"#aboutContent\">\n                            About                         <\/a>\n                    <\/li>\n                                    \n                \n                                    <li class=\"nav-item\">\n                        <a class=\"nav-link\" href=\"#leaderboardContent\">\n                            Unmissable Tournaments                        <\/a>\n                    <\/li>\n                \n                                    <li class=\"nav-item\">\n                        <a class=\"nav-link\" href=\"#content_1\">\n                            How to Register                        <\/a>\n                    <\/li>\n                \n                \n                \n                \n                \n                            <\/ul>\n        <\/nav>\n        <div class=\"tournaments-tab-content-wrapper\">\n                            <div id=\"aboutContent\">\n                    <div class=\"pt-10 pt-lg-50 pb-10 pb-lg-50 \">\n                        <div class=\"row\">\n                            <div class=\"col-12 col-lg-8\">\n                                <h2 class=\"h3\">\n                                    About                                 <\/h2>\n                                                                    <p><span style=\"font-weight: 400\">Experience the electric thrill of poker like never before with our Saturday PKOs! We have a lineup of Progressive Knockout events that promise instant cash prizes for defeating opponents and extraordinary performances. Suitable for players of all skill levels and bankrolls, our tournaments offer the opportunity to compete against challengers worldwide.<\/span><\/p>\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            \n            \n                            <div id=\"leaderboardContent\" class=\"\">\n                    <div class=\"pt-10 pt-lg-50 pb-10 pb-lg-50 \">\n                        <h2 class=\"h3\">\n                            Unmissable Tournaments                        <\/h2>\n                                                    <p><span style=\"font-weight: 400\">Now with rebuys, our PKO format is designed to inject excitement into the game. With each player you eliminate, you collect their bounty, and a portion of their bounty boosts yours. This dynamic structure ensures non-stop action and intense gameplay.<\/span><span style=\"font-weight: 400\"><br \/>\n<\/span><\/p>\n<div class=\"coinpoker-table-container\">\n<table id=\"tablepress-118\" class=\"tablepress tablepress-id-118 coinpoker-table table\">\n<tbody>\n<tr class=\"row-1\">\n\t<td class=\"column-1\">Tournaments<\/td><td class=\"column-2\">Time (GMT)<\/td><td class=\"column-3\">Buy-in<\/td>\n<\/tr>\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Warmup PKOs<\/td><td class=\"column-2\">17:00<\/td><td class=\"column-3\">\u20ae0.50 &#8211; \u20ae50<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Main PKOs<\/td><td class=\"column-2\">19:00<\/td><td class=\"column-3\">\u20ae2 &#8211; \u20ae200<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Turbo PKOs<\/td><td class=\"column-2\">20:30<\/td><td class=\"column-3\">\u20ae0.20 &#8211; \u20ae20<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Cooldown Hyper PKOs<\/td><td class=\"column-2\">21:30<\/td><td class=\"column-3\">\u20ae0.10 &#8211; \u20ae10<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n                                            <\/div>\n                <\/div>\n            \n                            <div id=\"content_1\">\n                    <div class=\"pt-10 pt-lg-50 pb-10 pb-lg-50 \">\n                        <div class=\"row align-items-center\">\n                            <div class=\"col-12\">\n                                <h2 class=\"h3\">\n                                    How to Register                                <\/h2>\n                                                                    <div><p><span style=\"font-weight: 400\">Registering for our Saturday PKOs is easy. Open the CoinPoker software, navigate to the tournaments tab, find the &#8216;Types&#8217; filter and select &#8216;Knockout&#8217;. Mobile users can follow the same steps in the tournament lobby. Register early to secure your tournament spot and earn an extra 10%\u00a0 points in our \u20ae15,000 MTT Leaderboard.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Remember, satellites for our PKOs are available throughout the week. To participate, select the specific event you&#8217;re interested in and sign up directly from the tournament lobby.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Don&#8217;t miss out on a thrilling day of poker action. Join us and stake your claim on the bounties at CoinPoker!<\/span><\/p>\n<\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            \n            \n            \n            \n            \n                    <\/div>\n    <\/div>\n<\/section>\n<script>\n    (function () {\n        const blockInstanceId = 'tournament-tabs-69d6447b09152';\n        const sectionElement = document.querySelector(`section[data-block-instance=\"${blockInstanceId}\"]`);\n        if (!sectionElement) {\n            return;\n        }\n\n        function getSections(links) {\n            return Array.from(links)\n                .map(link => sectionElement.querySelector(link.getAttribute('href')))\n                .filter(section => section !== null);\n        }\n\n        function activateLink(sections, links) {\n            const yPosition = window.scrollY;\n\n            for (let i = sections.length - 1; i >= 0; i--) {\n                const section = sections[i];\n\n                if (yPosition >= section.offsetTop - 130) {\n                    links.forEach(link => link.classList.remove('active'));\n                    const activeLink = sectionElement.querySelector(`a[href=\"#${section.id}\"]`);\n                    if (activeLink) activeLink.classList.add('active');\n                    return;\n                }\n            }\n        }\n\n        function onScrollHandler() {\n            activateLink(sections, links);\n        }\n\n        function onClickHandler(e) {\n            const target = e.target;\n            if (target.tagName !== 'A') return;\n\n            const href = target.getAttribute('href');\n            if (!href || href.charAt(0) !== '#') return;\n\n            if (!sectionElement.contains(target)) return;\n\n            e.preventDefault();\n\n            const targetElement = sectionElement.querySelector(href);\n            if (targetElement) {\n                const offset = 126;\n                const targetPosition = targetElement.offsetTop - offset;\n\n                window.scrollTo({\n                    top: targetPosition,\n                    behavior: 'smooth'\n                });\n\n                setTimeout(() => {\n                    const targetId = href.substring(1);\n                    history.pushState(null, null, `#${targetId}`);\n                }, 100);\n            }\n        }\n\n        const navbar = sectionElement.querySelector('#navbar-example2');\n        const links = navbar ? Array.from(navbar.querySelectorAll('.cp-line-navbar > li > a')) : [];\n        const sections = getSections(links);\n        const hashLinks = Array.from(sectionElement.querySelectorAll('a[href^=\"#\"]:not([href=\"#\"])'));\n\n        if (links.length === 0) return;\n\n        const scrollHandler = function () {\n            onScrollHandler();\n        };\n        window.addEventListener('scroll', scrollHandler);\n\n        hashLinks.forEach(link => {\n            const clickHandler = function (e) {\n                onClickHandler(e);\n            };\n            link.addEventListener('click', clickHandler);\n        });\n\n        activateLink(sections, links);\n\n        jQuery(document).ready(function ($) {\n            sectionElement.querySelectorAll('.terms-link-toggle').forEach(function (termsLink) {\n                $(termsLink).on('click', function (e) {\n                    e.preventDefault();\n\n                    var termsContent = $(this).closest('.tab-pane').find('.terms-content-sub');\n\n                    termsContent.slideToggle();\n\n                    $(this).toggleClass('open');\n                });\n            });\n\n            const $navbar = $(navbar);\n            if ($navbar.length) {\n                const stickyClass = 'tab-bar-sticky';\n                const offset = $navbar.offset().top;\n\n                function checkSticky() {\n                    if ($(window).scrollTop() >= offset - 56) {\n                        $navbar.addClass(stickyClass);\n                    } else {\n                        $navbar.removeClass(stickyClass);\n                    }\n                }\n\n                $(window).on('scroll', checkSticky);\n\n                checkSticky();\n            }\n        });\n    })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":14158,"template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"Saturday PKOs - Coin Poker","_seopress_titles_desc":"Saturday PKOs on CoinPoker bring you action-packed knockout tournaments. Secure your victories and collect bounties every Saturday.","_seopress_robots_index":"yes","_seopress_robots_follow":"","_seopress_redirections_enabled":"","_seopress_redirections_type":"301","_seopress_redirections_value":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","editor_notices":[],"_cpsm_do_not_sync":false,"_cpsm_partial_sync":false,"footnotes":""},"class_list":["post-14013","tournament","type-tournament","status-publish","has-post-thumbnail","hentry"],"acf":{"card_image":"","time":"","happening_now":false,"description":"<b>Unleash Your Poker Skills with Saturday PKOs<\/b>","tournament_limit_title":"Limit","tournament_limit":"","prize_pool_title":"Prize pool 1","prize_pool":"","counter_title":"START","happening_now_title":"Happening now"},"_links":{"self":[{"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/tournament\/14013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/tournament"}],"about":[{"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/types\/tournament"}],"version-history":[{"count":2,"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/tournament\/14013\/revisions"}],"predecessor-version":[{"id":164131,"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/tournament\/14013\/revisions\/164131"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/media\/14158"}],"wp:attachment":[{"href":"https:\/\/coinpoker.asia\/zh\/wp-json\/wp\/v2\/media?parent=14013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}