
Pipthinkers
February 20, 2025 at 12:36 PM
*Nexus update*
To forcefully keep the browser connected copy any paste this in the console of the web, kiwi video soon for pc user press f12 then click console and paste the below, if it throws an error read it, if its saying something like can't paste etc type `allow pasting` then paste the code
setInterval(() => {
let button = document.querySelector('.relative.w-24.h-16');
if (button) {
let isOff = button.classList.contains('border-gray-400');
if (isOff) {
button.click();
console.log("Button turned ON!");
}
}
}, 1000);