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 เพื่อติดตั้งสคริปต์นี้

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Advertisement:

ผู้เขียน
Ares_Ace
จำนวนติดตั้งประจำวัน
3
จำนวนติดตั้งทั้งหมด
11
คะแนน
0 0 0
เวอร์ชัน
1.0
สร้างเมื่อ
09-07-2026
อัปเดตเมื่อ
09-07-2026
Size
1.94 กิโลไบต์
สัญญาอนุญาต
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.