A JavaScript tool that modifies PokiSDK ad callbacks to skip advertisement flows in browser games.
# Poki Ad Skip Tool
A lightweight JavaScript tool that modifies PokiSDK ad callbacks to skip advertisement flows in browser games.
## How it works
- Detects when PokiSDK is loaded on the page.
- Hooks into PokiSDK rewarded and commercial ad functions.
- Replaces the original ad callbacks with custom Promise responses.
- Prevents ad functions from blocking the game flow.
## Features
- Pure JavaScript
- No external dependencies
- Automatic SDK detection
- Lightweight runtime injection
- Simple and easy to modify
## Technical Info
The script uses JavaScript runtime hooking techniques with Object.defineProperty() to override specific SDK methods while keeping the original game environment unchanged.