Non-Webkit Opera was very specific in some features, so it was usually detected via JavaScript the following way.
However, Opera Next seeps to be almost a Google Chrome clone.
How can I target old Opera and not target Opera Next?
PS: I really do know that browser detection sucks and feature detection rules. But I hope to update the big and running project with a tiny browser-detection-patch rather then to rewrite tons of code into feature-detection paradigm.