I’m sure you know this annoying sequence, when you click on a My Oracle Support result from Google:
It would be nice to go from the Google results page directly into the MOS website.
This can be easily done with a Google Chrome (I believe also exists for Firefox and Edge) that rewrites the URL.
I used Redirector which I configured with:
To make copy/paste easier:
Redirect: ^(?:https?://)support.oracle.com/knowledge/(.*)/(.*)_([0-9]).html
To: https://support.oracle.com/epmos/faces/DocumentDisplay?id=$2.$3
Now from Google results I go directly the Oracle Support note page. 🙂