Poki Ad Skip Tool

A JavaScript tool that modifies PokiSDK ad callbacks to skip advertisement flows in browser games.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Advertisement:

Autor
Ares_Ace
Denně instalací
1
Celkem instalací
11
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
09. 07. 2026
Aktualizováno
09. 07. 2026
velikost
1,9 KB
Licence
MIT
Spustit na

# 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.