I'm trying to stop the modal from opening on a page like this:
https://jsfiddle.net/tawxao2x/
As you can see from the snippet that it's just dragging the code in from a different source..
<html>
<head>
</head>
<body>
<div id="olapic_specific_widget"></div><script type="text/javascript" src="https://photorankstatics-a.akamaihd.net/81b03e40475846d5883661ff57b34ece/static/frontend/latest/build.min.js" data-olapic="olapic_specific_widget" data-instance="61009ce94d8298d23e8b0481ac23bf20" data-apikey="f7f217fadcb8dad0bab9395c689114b74d48dbb84aa6fba32c1aa71c0a95f5e1" async="async"></script>
</body>
</html>
Is there a piece of JS that I can add to disable the modals? I've searched on google but no luck.