Is there a way to prevent a specific script from running on the IOS Opera Mini browser?
The navigator.UserAgent method is not providing clear identification for this browser. The returned string looks something like this: Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) OPiOS/8.0.0.78129 Mobile/11D201 Safari/9537.53
User agents for iPad Pro and iPhone 5 SE do not contain 'opios' or 'opr'
What is the correct way to detect this with javascript?