How to disable pop-ups when downloading images?

Hey all,

I’m trying to remove these pop-ups which appear when a user clicks to download an image.
plotly notifier

I’m on MacOS Chrome and they appear at the top right of the webpage which looks a bit ugly.

I’ve already tried setting showTips: false, which turned off some notifications but not all.

Appreciate if anyone can share how to do this!

Add this CSS

.notifier-note {
  display: none;
}

But if you want stronger emotions add the two marked lines in the Plotly.js file

1 Like