When I raise a confirm
dialog in JavaScript, the title is somesite.com says
. Is there a way (besides creating my own dialog) to remove this?
Asked
Active
Viewed 64 times
0

Aryeh Beitz
- 1,974
- 1
- 22
- 23
-
1It's by design, you can't control this. Take a look at CSS/JavaScript/HTML alternatives like SweetAlert – Adam Azad Jan 03 '17 at 13:24
-
Its not code, its browser that displays this. You will need to modify browser's code. FYI different browser has different text instead of somesite.com says: – Ankush G Jan 03 '17 at 13:29
-
i know it's the browser. The question is if there's a way to remove that text – Aryeh Beitz Jan 03 '17 at 14:19
-
hmm... It should have been "asks," – D J Dec 17 '21 at 14:53