<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
        <title>Online Casinos Canada: Top-Rated Sites Compared</title>
    <meta name="description" content="Compare Canada&#039;s top-rated online casinos on bonuses, games and payment speed. Independent rankings updated for CAD players in every province.">        <meta property="og:type" content="website">
    <meta property="og:title" content="Online Casinos Canada: Top-Rated Sites Compared">
    <meta property="og:description" content="Compare Canada&#039;s top-rated online casinos on bonuses, games and payment speed. Independent rankings updated for CAD players in every province.">    <meta property="og:site_name" content="Online Casino Canada">
            <meta name="twitter:card" content="summary_large_image">
        <link rel="icon" href="https://sisterssuitcaseblog.com/assets/01m1bx0595gmbjavqvm6ntv45m.svg">    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebPage",
        "name": "Online Casinos Canada: Top-Rated Sites Compared",
        "description": "Compare Canada&#039;s top-rated online casinos on bonuses, games and payment speed. Independent rankings updated for CAD players in every province.",                "publisher": {
            "@type": "Organization",
            "name": "Online Casino Canada",
            "logo": {
                "@type": "ImageObject",
                "url": "/assets/01m1bx0595gmbjavqvm6ntv45m.svg"
            }
        },
        "datePublished": "2026-08-31",
        "dateModified": "2026-08-31"
    }
    </script>
    <style>@media (max-width: 768px) {
  main table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
:root {
    --brand-bg: #0f1628;
    --brand-bg-alt: #141d35;
    --brand-text: #ffffff;
    --brand-muted: #94a3b8;
    --brand-accent: #3b82f6;
    --brand-card: #1e293b;
    --brand-card-border: #334155;
    --brand-cta: #22c55e;
    --brand-cta-hover: #16a34a;
    --brand-star: #facc15;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
    background: var(--brand-bg);
    color: var(--brand-muted);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: 960px; margin: 0 auto; padding: 0 1rem; }
a { color: inherit; text-decoration: none; }

/* Header */
.site-header { border-bottom: 1px solid var(--brand-card-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 3.5rem; }
.header-brand { display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .875rem; color: var(--brand-text); }
.header-logo { width: 28px; height: 28px; border-radius: 6px; }
.header-nav { display: flex; gap: 1.5rem; font-size: .875rem; }
.header-nav a { color: var(--brand-muted); transition: color .15s; }
.header-nav a:hover { color: var(--brand-text); }
.header-menu-btn { display: none; background: none; border: none; color: var(--brand-muted); cursor: pointer; padding: .5rem; }
.mobile-nav { display: none; }
.mobile-nav.is-open { display: flex; flex-direction: column; padding: .75rem 1rem; border-top: 1px solid var(--brand-card-border); gap: .5rem; font-size: .875rem; }
.mobile-nav a { color: var(--brand-muted); padding: .25rem 0; }

@media(max-width:768px) {
    .header-nav { display: none; }
    .header-menu-btn { display: block; }
}

/* Prose */
.prose { color: var(--brand-muted); font-size: .9rem; line-height: 1.75; }
.prose h2 { font-size: 1.4rem; font-weight: 700; color: var(--brand-text); margin: 2.5rem 0 .75rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.1rem; font-weight: 700; color: var(--brand-text); margin: 1.75rem 0 .5rem; }
.prose h4 { font-size: 1rem; font-weight: 600; color: var(--brand-text); margin: 1.25rem 0 .5rem; }
.prose p { margin: .75rem 0; }
.prose a { color: var(--brand-accent); }
.prose a:hover { text-decoration: underline; }
.prose strong { color: var(--brand-text); }
.prose ul, .prose ol { padding-left: 1.5rem; margin: .75rem 0; }
.prose li { margin-bottom: .35rem; }
.prose li::marker { color: var(--brand-cta); }
.prose hr { border: none; border-top: 1px solid var(--brand-card-border); margin: 2rem 0; }
.prose img { max-width: 100%; border-radius: .75rem; margin: 1.5rem 0; border: 1px solid var(--brand-card-border); }
.prose td img, .prose th img { width: auto; max-width: 1.2em; height: 1.2em; display: inline; vertical-align: middle; margin: 0; border: none; border-radius: 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; background: var(--brand-card); border-radius: .75rem; overflow: hidden; border: 1px solid var(--brand-card-border); }
.prose thead { background: var(--brand-bg-alt); }
.prose th { padding: .75rem 1rem; text-align: left; font-size: .8rem; font-weight: 600; color: var(--brand-text); border-bottom: 1px solid var(--brand-card-border); }
.prose td { padding: .65rem 1rem; font-size: .8rem; border-bottom: 1px solid var(--brand-card-border); vertical-align: top; }
.prose tr:last-child td { border-bottom: none; }
.prose tbody tr:hover { background: rgba(255,255,255,.02); }

/* FAQ */
.faq-section { padding: 2.5rem 0; }
.faq-title { font-size: 1.25rem; font-weight: 700; color: var(--brand-text); margin-bottom: 1.25rem; }
.faq-item { border: none; background: none; }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 0; font-weight: 700; font-size: 1.3rem; color: var(--brand-muted); cursor: pointer; list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-chev { flex-shrink: 0; margin-left: 1rem; color: var(--brand-muted); transition: transform .2s; }
.faq-item[open] .faq-chev { transform: rotate(180deg); }
.faq-a { padding: 0 0 1rem; font-size: .85rem; color: var(--brand-muted); line-height: 1.65; }

/* Payment Methods */
.payments-section { border-top: 1px solid var(--brand-card-border); padding: 2rem 0; background: var(--brand-bg-alt); }
.payments-title { text-align: center; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--brand-text); margin-bottom: 1rem; }
.payments-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; }
.payments-list span { display: inline-block; border: 1px solid var(--brand-card-border); border-radius: .375rem; padding: .4rem .85rem; font-size: .75rem; color: var(--brand-muted); }

/* Footer */
.site-footer { margin-top: 0; padding: 2rem 0; }
.footer-text { font-size: .75rem; color: var(--brand-muted); line-height: 1.6; margin-bottom: 1.5rem; }
.footer-text p { margin: .3rem 0; }
.footer-copy { text-align: center; font-size: .75rem; color: var(--brand-muted); padding: 1.25rem 0; }

/* Default page */
.page-header { padding: 2.5rem 0 0; }
.page-h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; color: var(--brand-text); }
.page-author { display: flex; align-items: center; gap: .75rem; margin-top: 1.25rem; }
.page-avatar { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--brand-card-border); }
.page-author-name { font-size: .875rem; font-weight: 600; color: var(--brand-muted); }
.page-date-badge { display: inline-flex; align-items: center; gap: .5rem; margin-top: .75rem; border: 1px solid var(--brand-card-border); background: var(--brand-card); border-radius: 999px; padding: .35rem 1rem; font-size: .7rem; font-weight: 600; letter-spacing: .08em; color: var(--brand-muted); }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dot-green { background: var(--brand-cta); }
.body-content { padding: 2rem 0 2.5rem; }
/* Hero */
.hero { padding: 2rem 0; text-align: center; background: linear-gradient(180deg, var(--brand-bg) 0%, var(--brand-bg-alt) 100%); }
.hero-center { max-width: 960px; margin: 0 auto; }
.hero-h1 { font-size: clamp(1.75rem, 4.5vw, 2.75rem); font-weight: 800; color: var(--brand-text); line-height: 1.15; }
.hero-author { display: flex; flex-direction: column; align-items: center; margin-top: 1.5rem; }
.hero-avatar { width: 72px; height: 72px; border-radius: 50%; border: 2px solid var(--brand-card-border); }
.hero-author-name { margin-top: .5rem; font-size: .875rem; font-weight: 600; color: var(--brand-text); }
.hero-date-badge { display: inline-flex; align-items: center; gap: .5rem; margin-top: .75rem; border: 1px solid var(--brand-card-border); background: var(--brand-card); border-radius: 999px; padding: .35rem 1rem; font-size: .7rem; font-weight: 600; letter-spacing: .08em; color: var(--brand-muted); }
.hero-intro { margin-top: 1.5rem; font-size: .95rem; color: var(--brand-muted); line-height: 1.7; }
.hero-features { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 1.5rem; margin-top: 1.5rem; font-size: .875rem; }
.hero-feat { display: inline-flex; align-items: center; gap: .4rem; color: var(--brand-muted); }
.hero-feat .dot { background: var(--brand-cta); }

/* Top Offers */
.top-offers-section { padding: 2rem 0; }
.top-offers { display: flex; flex-direction: column; gap: .75rem; }
.to-card { display: flex; align-items: center; gap: 1.25rem; background: var(--brand-card); border: 1px solid var(--brand-card-border); border-radius: .75rem; padding: 1.5rem; }
.to-logo img { width: 120px; height: 72px; object-fit: contain; border-radius: .5rem; }
.to-info { flex-shrink: 0; min-width: 100px; }
.to-name { font-size: 1rem; font-weight: 700; color: var(--brand-text); }
.to-stars { color: var(--brand-star); font-size: .8rem; letter-spacing: .05em; margin-top: .2rem; }
.to-bonus { flex: 1; font-size: 1.25rem; font-weight: 800; color: var(--brand-text); line-height: 1.3; }
.to-cta { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; background: var(--brand-cta); color: #fff; font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; padding: .75rem 2rem; border-radius: .5rem; transition: background .15s; white-space: nowrap; }
.to-cta:hover { background: var(--brand-cta-hover); }

@media(max-width:560px) {
    .to-card { flex-wrap: wrap; }
    .to-bonus { width: 100%; }
    .to-cta { width: 100%; text-align: center; }
}

/* How We Rate */
.rate-section { padding: 2.5rem 0; }
.rate-title { text-align: center; font-size: 1.25rem; font-weight: 700; color: var(--brand-text); margin-bottom: 1.5rem; }
.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.rate-card { background: var(--brand-card); border: 1px solid var(--brand-card-border); border-radius: .75rem; padding: 1.5rem; text-align: center; }
.rate-icon { font-size: 2rem; margin-bottom: .75rem; }
.rate-card-title { font-size: .95rem; font-weight: 700; color: var(--brand-text); margin-bottom: .5rem; }
.rate-card-text { font-size: .8rem; color: var(--brand-muted); line-height: 1.6; }

@media(max-width:640px) {
    .rate-grid { grid-template-columns: 1fr; }
}</style>
</head>
<body>

<header class="site-header">
    <div class="container header-inner">
        <a href="https://sisterssuitcaseblog.com/" class="header-brand">
            <img src="https://sisterssuitcaseblog.com/assets/01m1bx0595gmbjavqvm6ntv45m.svg" alt="" class="header-logo">            <span class="header-name">Online Casino Canada</span>
        </a>
                <nav class="header-nav">
            <a href="https://sisterssuitcaseblog.com/">Online Casino Canada</a><a href="https://sisterssuitcaseblog.com/about/">About Us</a><a href="https://sisterssuitcaseblog.com/contact/">Contact Us</a><a href="https://sisterssuitcaseblog.com/responsible-gambling/">Responsible Gambling</a><a href="https://sisterssuitcaseblog.com/terms-and-conditions/">Terms and Conditions</a>        </nav>
                <button type="button" class="header-menu-btn" aria-label="Open menu" aria-expanded="false" onclick="document.getElementById('mobile-nav').classList.toggle('is-open')">
            <svg aria-hidden="true" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/></svg>
        </button>
    </div>
    <div id="mobile-nav" class="mobile-nav">
        <a href="https://sisterssuitcaseblog.com/">Online Casino Canada</a><a href="https://sisterssuitcaseblog.com/about/">About Us</a><a href="https://sisterssuitcaseblog.com/contact/">Contact Us</a><a href="https://sisterssuitcaseblog.com/responsible-gambling/">Responsible Gambling</a><a href="https://sisterssuitcaseblog.com/terms-and-conditions/">Terms and Conditions</a>    </div>
</header>

<main>
<section class="hero">
    <div class="container hero-center">
        <h1 class="hero-h1">Online Casinos in Canada: Compare the Top-Rated Sites</h1>

        
        <div class="hero-date-badge"><span class="dot dot-green"></span> UPDATED: 31ST OF AUGUST 2026</div>

        <p class="hero-intro">Choosing an online casino in Canada means weighing bonus terms, game libraries, payment speed and licensing all at once. We compare the sites below on exactly those points, so you can pick a platform that fits how you actually want to play, not just the flashiest headline offer.</p>
                <div class="hero-features">
                    </div>
            </div>
</section>


<section class="top-offers-section">
    <div class="container">
        <div class="top-offers">
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/cashed-3/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01m1dh4e77z5hzatvmthrca305.svg" alt="Cashed">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Cashed</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">100% bonus up to €100</div>
                <a href="https://sisterssuitcaseblog.com/visit/cashed-3/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/slotsgem-6/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6h6v5g2bz31q71fvj78wpm.svg" alt="SlotsGem">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">SlotsGem</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">Welcome Bonus of 300% up to 10,000 CAD  + 750 Free Spins</div>
                <a href="https://sisterssuitcaseblog.com/visit/slotsgem-6/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/winnerisland-3/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6g9xzqpmcq05xenspeq958.svg" alt="WinnerIsland">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">WinnerIsland</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">$2,500 + 100 FS</div>
                <a href="https://sisterssuitcaseblog.com/visit/winnerisland-3/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/betninja-14/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kzhrspkxa859y2jtytgg7sz2.svg" alt="Betninja">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Betninja</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">€1,000 + 100 Free Spins</div>
                <a href="https://sisterssuitcaseblog.com/visit/betninja-14/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/coinpoker-15/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01m1jbfx6wan81gq07c68avfmm.svg" alt="CoinPoker">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">CoinPoker</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">100% Rakeback Deal</div>
                <a href="https://sisterssuitcaseblog.com/visit/coinpoker-15/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/vegasnow-4/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6gd5xv9fyfvgq0wd192dg1.svg" alt="Vegasnow">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Vegasnow</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">100% Up to 100$</div>
                <a href="https://sisterssuitcaseblog.com/visit/vegasnow-4/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/hugocasino/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01m1dh8amgtbxfe7qhsawd1bxy.svg" alt="HugoCasino">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">HugoCasino</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">Welcome Bonus up to A$8,250 + 275 Free Spins</div>
                <a href="https://sisterssuitcaseblog.com/visit/hugocasino/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/crowngreen-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01m1dha41r1fbn074894d5m811.svg" alt="Crowngreen">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Crowngreen</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">250% up to €6000 / $9000 + 250FS</div>
                <a href="https://sisterssuitcaseblog.com/visit/crowngreen-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/slotowl-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6gmn6h0pgvj4atv05z3jd2.svg" alt="Slotowl">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Slotowl</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">Up to $1,777 Bonus &amp; 777 Free Spins + 50 Free NDB Free Spins</div>
                <a href="https://sisterssuitcaseblog.com/visit/slotowl-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/crownplay-5/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6gbfj6tnf63d8mwjyzekvk.svg" alt="CrownPlay">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">CrownPlay</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">250% up to CA$4,500 + 350 Free Spins + 1 Bonus Crab</div>
                <a href="https://sisterssuitcaseblog.com/visit/crownplay-5/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/daytona-spin-5/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6hcwq5sjqkb9vrt4r8y643.svg" alt="Daytona spin">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Daytona spin</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">255% Deposit Match up to $7,000 + 255 Free Spins</div>
                <a href="https://sisterssuitcaseblog.com/visit/daytona-spin-5/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/5bet-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01m1dhc2pry44avcprggbhjkg7.svg" alt="5bet">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">5bet</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">Play C$20 &amp; Get 100 Spins Wager-Free</div>
                <a href="https://sisterssuitcaseblog.com/visit/5bet-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/kinbet-3/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6gek0a244r0mbz2dwp1gt7.svg" alt="Kinbet">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Kinbet</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">250% up to $4,500 + 350 Free Spins + 1 Chance with the Claw</div>
                <a href="https://sisterssuitcaseblog.com/visit/kinbet-3/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/mafia-casino-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01m1dhek62q6b4f0hfy8a6882d.svg" alt="Mafia Casino">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Mafia Casino</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">320% Welcome Offer</div>
                <a href="https://sisterssuitcaseblog.com/visit/mafia-casino-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/crazy-tower-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6gyhemeq2d6cdqrm86v4ss.svg" alt="Crazy Tower">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Crazy Tower</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">500% up to $21,300 + 400 FS + 1 Fortune Wheel</div>
                <a href="https://sisterssuitcaseblog.com/visit/crazy-tower-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/casoola-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6h1vbeerwmw346hw87bt7d.svg" alt="Casoola">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Casoola</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">100 % welcome bonus</div>
                <a href="https://sisterssuitcaseblog.com/visit/casoola-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/malina-casino-2/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6h3nzr5mg4zr83zyaw9z5s.svg" alt="Malina Casino">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Malina Casino</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">100% up to $750 + 200 FS + 1 Bonus Crab</div>
                <a href="https://sisterssuitcaseblog.com/visit/malina-casino-2/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/wintino-5/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6h5689e1td7x1c0c5xr2rp.svg" alt="Wintino">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Wintino</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">125% up to $1,332 + 250 FS + 1 Bonus Crab</div>
                <a href="https://sisterssuitcaseblog.com/visit/wintino-5/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/ivibet-5/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6h88npdzpjqzzhp46vss90.svg" alt="Ivibet">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Ivibet</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">€300 + 170 FS</div>
                <a href="https://sisterssuitcaseblog.com/visit/ivibet-5/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/hellspin-6/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6h9y53vb2k2w8erzy5brx7.svg" alt="Hellspin">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Hellspin</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">200% up to CA$5,200 + 150 Free Spins</div>
                <a href="https://sisterssuitcaseblog.com/visit/hellspin-6/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                        <div class="to-card">
                <div class="to-logo">
                    <a href="https://sisterssuitcaseblog.com/visit/lucky-block-4/" target="_blank" rel="nofollow sponsored">
                        <img src="https://sisterssuitcaseblog.com/assets/01kz6hbhwpc51vgycac5eh8v5r.svg" alt="Lucky Block">                    </a>
                </div>
                <div class="to-info">
                    <div class="to-name">Lucky Block</div>
                    <div class="to-stars">&#9733;&#9733;&#9733;&#9733;&#9733;</div>
                </div>
                <div class="to-bonus">Welcome Bonus of 200% up to $25,000</div>
                <a href="https://sisterssuitcaseblog.com/visit/lucky-block-4/" class="to-cta" target="_blank" rel="nofollow sponsored">Play Now</a>
            </div>
                    </div>
    </div>
</section>


<section class="rate-section">
    <div class="container">
        
        <div class="rate-grid">
                        <div class="rate-card">
                <div class="rate-icon">🛡️</div>
                <div class="rate-card-title">Licensing &amp; Security Checks</div>
                <p class="rate-card-text">We look at which authority licenses each casino, how they handle player funds, and whether independent testing is applied to their games before a brand earns a place on our list.</p>
            </div>
                        <div class="rate-card">
                <div class="rate-icon">🎰</div>
                <div class="rate-card-title">Game Library &amp; Software</div>
                <p class="rate-card-text">We check the depth of slots, table games and live-dealer rooms, and whether recognised software studios power the titles, so you&#039;re not stuck with a thin, repetitive lobby.</p>
            </div>
                        <div class="rate-card">
                <div class="rate-icon">💰</div>
                <div class="rate-card-title">Bonus Value &amp; Fairness</div>
                <p class="rate-card-text">Headline bonus amounts only tell half the story. We read the wagering requirements, maximum bet rules and game contributions behind every welcome offer before scoring it.</p>
            </div>
                        <div class="rate-card">
                <div class="rate-icon">⚡</div>
                <div class="rate-card-title">Payments &amp; Payout Speed</div>
                <p class="rate-card-text">We compare the deposit and withdrawal methods available to Canadian players, including processing times and any limits or fees, to see how quickly winnings actually reach your account.</p>
            </div>
                        <div class="rate-card">
                <div class="rate-icon">📱</div>
                <div class="rate-card-title">Mobile Experience</div>
                <p class="rate-card-text">Most Canadian players gamble from a phone, so we check whether a site runs smoothly in a mobile browser or has a dedicated app, and whether the game selection carries over intact.</p>
            </div>
                    </div>
    </div>
</section>


<section class="body-content">
    <div class="container">
        <div class="prose"><h2>How These Canadian Online Casinos Compare</h2><p>Every operator on this page accepts players from across Canada and was reviewed against the same criteria: licensing, game selection, bonus terms, payment options and how the site performs on mobile. None of them paid for a better position — commission from an operator, where it exists, never decides the order you see them in.</p><table><thead><tr><th>Casino</th><th>Editorial Rating</th><th>Welcome Offer</th></tr></thead><tbody><tr><td>Betninja</td><td>10.0</td><td>€1,000 + 100 Free Spins</td></tr><tr><td>WinnerIsland</td><td>9.9</td><td>$2,500 + 100 FS</td></tr><tr><td>Zoccer</td><td>9.9</td><td>100% up to $750 + 200 FS</td></tr><tr><td>Betscore</td><td>9.7</td><td>350% up to $25,500 + 200 FS</td></tr><tr><td>CrownPlay</td><td>9.7</td><td>250% up to CA$4,500 + 350 FS + 1 Bonus Crab</td></tr><tr><td>Vegasnow</td><td>9.7</td><td>100% up to $100</td></tr><tr><td>Kinbet</td><td>9.7</td><td>250% up to $4,500 + 350 FS + 1 Chance with the Claw</td></tr><tr><td>DudeSpin</td><td>9.5</td><td>300% up to $3,000 + 150 FS</td></tr><tr><td>Glorion</td><td>9.5</td><td>100% up to $1,125 + 200 FS</td></tr><tr><td>Slotowl</td><td>9.5</td><td>Up to $1,777 + 777 FS + 50 Free NDB Spins</td></tr></tbody></table><h2>Mini Reviews: The Top Canadian Online Casinos</h2><h3>1. Betninja — The Highest-Rated All-Rounder</h3><p>Betninja tops our list this year on the strength of its rounded package: a large welcome offer, a broad slots catalogue and a checkout process that doesn't drag its feet. The €1,000 + 100 Free Spins bonus is one of the largest headline figures on this page, but as with any match bonus, the real value sits in the wagering requirement and maximum bet cap applied while it's active, so read that screen before you deposit. Where Betninja doesn't distinguish itself as much is live-dealer variety, which is solid rather than outstanding compared to the size of its slots floor.</p><h3>2. WinnerIsland — Strong Value for CAD Deposits</h3><p>WinnerIsland lands just behind the top spot with a $2,500 + 100 FS welcome package that's built around CAD deposits rather than a converted foreign currency, which matters when you're checking exactly how much bonus cash you'll actually receive. The site's table game selection is a genuine strength, with several roulette and blackjack variants beyond the usual one or two. The trade-off is a slightly steeper wagering requirement on the free spins winnings than on the cash match, which is worth checking in the bonus terms before opting in.</p><h3>3. Zoccer — Best for Free Spins Volume</h3><p>Zoccer's 100% up to $750 + 200 FS offer stands out for the sheer number of spins attached to a mid-sized deposit match, making it a reasonable pick for players who want to spend more time on slots before committing larger deposits. Game variety from multiple studios is a plus here. The limitation is that the $750 match cap is lower than several other operators on this page, so high-stakes depositors may get more value elsewhere.</p><h3>4. Betscore — Highest Headline Match Percentage</h3><p>Betscore's 350% up to $25,500 + 200 FS is the largest raw bonus figure on this list, aimed squarely at players planning bigger deposits. A bonus this large almost always carries a higher wagering multiple and a longer time limit to clear it, so it suits patient players more than casual ones. It's a strong option for high rollers, but casual, low-deposit players likely won't see the full benefit of a bonus scaled this way.</p><h3>5. CrownPlay — Notable for Its Extra Spin Package</h3><p>CrownPlay pairs a 250% up to CA$4,500 match with 350 Free Spins and an additional promotional entry, giving depositors a bonus structure with more moving parts than most. That variety is appealing, but it also means more terms to check — spin values and expiry windows in particular are worth confirming before you rely on them.</p><h2>What It Costs to Play, and How the Money Moves</h2><p>Signing up at any of these casinos is free — you only spend money once you choose to deposit and play. Beyond that, three things determine how the money works for a Canadian player:</p><ul><li><strong>Deposits:</strong> Most operators on this page accept CAD directly, along with major debit and credit cards, e-wallets, and increasingly cryptocurrency. Minimum deposits are typically low, but always confirmed on-site before you commit funds.</li><li><strong>Withdrawals:</strong> Payout speed varies by method — e-wallets tend to clear faster than card withdrawals, and most sites apply a verification step (see below) before releasing your first payout. Withdrawal limits, whether daily, weekly or monthly, are set individually by each operator.</li><li><strong>Fees and limits:</strong> Some payment providers charge a small processing fee, and casinos may cap how much you can withdraw in a single transaction. Check the cashier page of your chosen site for the current figures, since these change more often than bonus terms.</li></ul><h3>Key Bonus Terms Worth Understanding</h3><p>Bonus offers are the headline, but the terms attached decide whether they're genuinely useful. Before opting into any welcome package, check:</p><ul><li><strong>Wagering requirement</strong> — how many times you must play through the bonus (and sometimes your deposit) before withdrawing winnings.</li><li><strong>Maximum bet while wagering</strong> — many bonuses void themselves if you stake above a set amount per spin or hand.</li><li><strong>Game contribution</strong> — slots usually count 100% toward wagering, while table games often count far less or not at all.</li><li><strong>Expiry window</strong> — most bonuses must be cleared within a set number of days, after which unused funds are forfeited.</li><li><strong>Maximum withdrawal from bonus winnings</strong> — some offers, particularly no-deposit spins, cap how much you can cash out.</li></ul><h2>Games You'll Find at a Canadian Online Casino</h2><p>The operators on this page draw from established software studios and typically organise their lobbies into a few core categories:</p><ul><li><strong>Slots:</strong> The largest category by far, spanning classic three-reel machines, video slots with bonus rounds, and progressive jackpot titles where the prize pool grows with every bet placed.</li><li><strong>Table games:</strong> Multiple variants of blackjack, roulette and baccarat, plus poker variants like Casino Hold'em, usually available in both standard and higher-limit versions.</li><li><strong>Live-dealer games:</strong> Streamed tables with a real dealer, covering blackjack, roulette, baccarat and, at some operators, branded game shows — a middle ground between the pace of slots and the realism of a physical casino floor.</li><li><strong>Specialty and instant-win games:</strong> Scratch cards, crash-style games and other quick-play titles that sit outside the traditional slot or table format.</li></ul><h2>Beyond the Casino Floor: What Else These Sites Offer</h2><p>Several operators on this page run additional product lines alongside their casino, most commonly a sportsbook covering major leagues and events, and in some cases dedicated poker rooms or virtual sports. If you're comparing sites primarily for slots or table games, it's worth knowing that a sportsbook tab existing alongside the casino doesn't affect the casino experience itself — but it can be useful if your interests extend beyond casino games.</p><h2>Licensing, Regulation and What It Means for You</h2><p>Canada does not currently run a single nationwide licensing regime for online casinos in the way some other countries do; Ontario operates its own regulated market, while players in other provinces commonly use casinos licensed offshore, in jurisdictions such as Malta or Curaçao. Before signing up anywhere, check which licence the operator holds, confirm it's displayed on the site, and understand that consumer protection and dispute resolution depend on that licensing body rather than a Canadian regulator. Age verification (typically 18 or 19, depending on your province) and identity checks are standard practice and a sign the operator takes its obligations seriously, not an inconvenience to avoid.</p><h2>Signing Up and Claiming a Welcome Bonus</h2><ol><li>Choose a casino from this page and open an account with your basic personal details.</li><li>Verify your email and, where requested, submit ID documents to confirm your age and identity.</li><li>Make your first deposit using an available CAD-friendly payment method.</li><li>Opt in to the welcome bonus if it isn't credited automatically, and check the wagering requirement before you start playing.</li><li>Set a deposit limit or loss limit if the site offers one — a sensible step regardless of your budget.</li></ol><h2>New Casinos and What They Bring</h2><p>Newer entrants often compete on more generous free spin counts, cleaner mobile apps, and modern payment options like crypto that established brands sometimes add later. The trade-off is a shorter track record, so it's worth checking licensing details and reading independent reviews before depositing a large amount at a site that only recently launched.</p><h2>A Few Practical Tips</h2><ul><li>Read the wagering requirement before opting into any bonus, not after.</li><li>Set a deposit limit before you start playing, not once you're already invested in a session.</li><li>Stick to payment methods that let you withdraw the same way you deposited, where possible, to avoid delays.</li><li>Check a title's return-to-player figure if it's published, especially for slots you plan to play for longer sessions.</li></ul><p>If you're concerned about your gambling habits or those of someone close to you, <a href="https://sisterssuitcaseblog.com/responsible-gambling/">our responsible gambling page</a> outlines support options and self-limit tools. You can also read more about how this site works on our <a href="https://sisterssuitcaseblog.com/about/">About Us page</a>, or review the site's <a href="https://sisterssuitcaseblog.com/terms-and-conditions/">Terms and Conditions</a> for full details on how listings and offers are presented.</p></div>
    </div>
</section>


<section class="faq-section">
    <div class="container">
        <h2 class="faq-title">FAQs</h2>
                <details class="faq-item">
            <summary class="faq-q">
                Are these online casinos legal for players in Canada?
                <svg class="faq-chev" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </summary>
            <div class="faq-a">Canadian gambling law varies by province. Ontario has its own regulated market, while players elsewhere commonly use casinos licensed by international authorities such as Malta or Curaçao. Always check the licence displayed on a casino&#039;s site and confirm it accepts players from your province before signing up.</div>
        </details>
                <details class="faq-item">
            <summary class="faq-q">
                How were these casinos ranked?
                <svg class="faq-chev" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </summary>
            <div class="faq-a">We assessed each operator on licensing, game variety, bonus terms, payment options for CAD deposits, and mobile performance. Ratings reflect that research and are never influenced by commission, which does not affect a brand&#039;s position on this page.</div>
        </details>
                <details class="faq-item">
            <summary class="faq-q">
                What&#039;s the difference between a match bonus and free spins?
                <svg class="faq-chev" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </summary>
            <div class="faq-a">A match bonus adds a percentage of your deposit as bonus funds, while free spins let you play specific slots without staking your own money per spin. Both usually carry a wagering requirement before any winnings can be withdrawn, so check the terms for each separately.</div>
        </details>
                <details class="faq-item">
            <summary class="faq-q">
                Can I withdraw winnings from a no-deposit free spins offer?
                <svg class="faq-chev" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </summary>
            <div class="faq-a">Often yes, but almost always with a maximum withdrawal cap and a wagering requirement attached to the winnings first. These caps vary significantly between operators, so check the specific offer terms before relying on a no-deposit bonus for real winnings.</div>
        </details>
                <details class="faq-item">
            <summary class="faq-q">
                Do Canadian online casinos have mobile apps?
                <svg class="faq-chev" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </summary>
            <div class="faq-a">Some operators offer a dedicated app, while others run a mobile-optimised site that works through your phone&#039;s browser without a download. Either approach can give you full access to slots, table games and live-dealer rooms, so check what&#039;s available before assuming you need to install anything.</div>
        </details>
                <details class="faq-item">
            <summary class="faq-q">
                What payment methods work best for Canadian players?
                <svg class="faq-chev" width="20" height="20" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </summary>
            <div class="faq-a">E-wallets generally offer the fastest withdrawals, debit and credit cards are widely accepted for deposits, and a growing number of sites support cryptocurrency. Processing times, fees and limits differ by operator, so it&#039;s worth checking the cashier page before choosing a method.</div>
        </details>
            </div>
</section>
</main>


<section class="payments-section">
    <div class="container">
        <div class="payments-title">Accepted Payment Methods</div>
        <div class="payments-list">
            <span>Visa</span><span>Mastercard</span><span>PayPal</span><span>Apple Pay</span><span>Skrill</span><span>Neteller</span><span>Bank Transfer</span><span>Paysafecard</span><span>Revolut</span>
        </div>
    </div>
</section>

<footer class="site-footer">
    <div class="container">
                <div class="footer-copy">© 2026 Online Casino Canada. All rights reserved. | 18+ Only | Play Responsibly</div>
    </div>
</footer>
<script>(function () {
var d = document, n = navigator, s = screen, L = location;
if (!n.sendBeacon) return;
var EP = '/e/3nux029wb5';
var KEY = '_er';
var SE = /(^|\.)(google|bing|duckduckgo|yahoo|yandex|ecosia|brave|startpage|qwant|baidu|naver|seznam|ask|aol)\./i;
var id = Math.random().toString(36).slice(2, 10) + Date.now().toString(36).slice(-4);
var t0 = Date.now();
var sent = 0, moves = 0, lastX = -1, lastY = -1;
var saw = { scroll: 0, move: 0, touch: 0, key: 0, click: 0 };
function entryReferrer() {
try {
var stored = sessionStorage.getItem(KEY);
if (stored !== null) return stored;
sessionStorage.setItem(KEY, d.referrer);
} catch (e) {}
return d.referrer;
}
function post(o) {
o.i = id;
o.p = L.pathname + L.search;
o.r = entryReferrer();
var body = JSON.stringify(o);
try {
if (n.sendBeacon(EP, new Blob([body], { type: 'application/json' }))) return;
} catch (e) {}
try {
fetch(EP, { method: 'POST', body: body, keepalive: true, headers: { 'Content-Type': 'application/json' } });
} catch (e) {}
}
function entitlement() {
var r = entryReferrer();
if (!r) return 'prove';
var h;
try {
h = new URL(r).hostname.replace(/^www\./, '');
} catch (e) {
return 'block';
}
if (h === L.hostname.replace(/^www\./, '')) return 'prove';
return SE.test(h) ? 'trust' : 'block';
}
function human() {
return saw.click || (saw.scroll && (saw.move || saw.touch || saw.key));
}
function fired() {
var out = [];
for (var k in saw) if (saw[k]) out.push(k);
return out.join(',');
}
function prove(why) {
if (sent || !(why || human())) return;
sent = 1;
post({
e: 'v',
q: why || fired(),
d: Date.now() - t0,
sw: s.width, sh: s.height,
vw: innerWidth, vh: innerHeight,
tz: (Intl.DateTimeFormat().resolvedOptions() || {}).timeZone || '',
l: n.language || '',
wd: n.webdriver ? 1 : 0,
hc: n.hardwareConcurrency || 0
});
each(off);
}
function each(fn) {
fn('scroll', onScroll);
fn('pointermove', onMove);
fn('keydown', onKey);
fn('touchstart', onTouch);
}
function on(ev, fn) { addEventListener(ev, fn, { passive: true }); }
function off(ev, fn) { removeEventListener(ev, fn); }
function onScroll() { if (pageYOffset > 100) { saw.scroll = 1; prove(); } }
function onKey() { saw.key = 1; prove(); }
function onTouch() { saw.touch = 1; prove(); }
function onMove(e) {
if (lastX < 0) { lastX = e.clientX; lastY = e.clientY; return; }
if (Math.abs(e.clientX - lastX) + Math.abs(e.clientY - lastY) < 8) return;
if (++moves >= 2) { saw.move = 1; prove(); }
}
function outbound(a) {
var host = a.hostname && a.hostname.replace(/^www\./, '');
if (!host) return '';
if (host === L.hostname.replace(/^www\./, '')) {
return a.pathname.indexOf('/visit/') === 0 ? a.pathname : '';
}
return /^https?:$/i.test(a.protocol) ? a.href : '';
}
function start() {
t0 = Date.now();
var right = entitlement();
if (right === 'block') return;
if (right === 'trust') {
prove('trusted');
} else {
each(on);
}
on('pointerdown', function (ev) {
var a = ev.target && ev.target.closest && ev.target.closest('a');
if (!a) return;
var t = outbound(a);
if (!t) return;
saw.click = 1;
prove();
post({ e: 'c', t: t, d: Date.now() - t0 });
});
}
if (d.prerendering) {
d.addEventListener('prerenderingchange', start, { once: true });
} else if (d.hidden) {
d.addEventListener('visibilitychange', function shown() {
if (d.hidden) return;
d.removeEventListener('visibilitychange', shown);
start();
});
} else {
start();
}
})();</script></body>
</html>