Poki Ad Skip Tool

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Advertisement:

Δημιουργός
Ares_Ace
Ημερήσιες εγκαταστάσεις
2
Σύνολο εγκαταστάσεων
10
Βαθμολογίες
0 0 0
Έκδοση
1.0
Δημιουργήθηκε την
09/07/2026
Ενημερώθηκε την
09/07/2026
Μέγεθος
2 KB
Άδεια
MIT
Εφαρμόζεται σε

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