Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Popup True , Confirmation Alert

Post Reply
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

Popup True , Confirmation Alert

Post by sodlf159 »

https://postimg.cc/Hj8WVx3R

↓↓↓↓ JS

ExecuteJavaScript.('window.confirm = window.alert = function() { return true; }', 'about:blank', 0);

:D :D You can use this.
dilfich
Posts: 368
Joined: Thu Nov 30, 2017 1:17 am

Re: Popup True , Confirmation Alert

Post by dilfich »

What is it and why? :mrgreen:
flydev
Posts: 6
Joined: Thu Oct 06, 2022 6:02 pm

Re: Popup True , Confirmation Alert

Post by flydev »

The text in the image is in Korean. Here's the translation:
Would you like to make the group public?
If you make the group public, other users can view and subscribe to it. Please be careful not to expose any sensitive information.

Buttons:
확인 → Confirm
취소 → Cancel
I think he is sharing how to close automatically popup while scraping (based on his others posts) :D
Post Reply