NoBlocky Examples

Explore different ways to integrate NoBlocky into your applications. From simple implementations to advanced configurations and framework integrations.

🛠️ Getting Started

Before exploring the examples, make sure you have NoBlocky installed in your project:

npm install noblocky

Each example includes complete source code, explanations, and live demonstrations. You can copy and paste the code directly into your projects.

📚 Quick Reference

Basic Detection

import { detectAdblock } from 'noblocky';

const result = await detectAdblock();
// Multi-strategy results available

Configuration Options

detectAdblock({
timeout: 5000,
debug: true,
adSelectors: ['.ad'],
checkParent: true
});

© 2025 NoBlocky. Adblock detection library.