Greasy Fork is available in English.

NoredInk Bubble Fill 100% Hack

Automatically fills mastery bubbles every 1 second

ผู้เขียน
Jaguarware
จำนวนติดตั้งประจำวัน
3
จำนวนติดตั้งทั้งหมด
796
คะแนน
0 0 0
เวอร์ชัน
2.0
สร้างเมื่อ
20-08-2023
อัปเดตเมื่อ
20-08-2023
Size
1.97 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

Discord: https://discord.gg/fUYvHeg3sN

You Can Either Use Tampermonkey or just Paste The Script Into Your Console

Variables:

BubbleFill: This variable determines how many bubbles you want to be filled with 100%. The default value is 10.

Code Explanation:

The script sets an interval to execute a function every 1 second (1000 milliseconds). It selects all elements with the class 'Nri-Mastery-MasteryBadgeMasteryFilledCompletion'. It loops through the selected elements, replacing their outer HTML with a new HTML string that represents a filled mastery bubble with 100% progress. It selects all elements with the class 'Nri-Mastery-MasteryBadgeMasteryNoActivityCompletion'. It loops through the selected elements, replacing their outer HTML with a new HTML string that represents a filled mastery bubble with 100% progress.