aycabta / Google Direct Linker

Alright, I did some investigation. Google's tracking is two-fold.

First off, there's the onmousedown stuff. This script fails to remove it sometimes, because hhe onmousedown events often get added after this userscript finishes running.

Secondly, Google replaces the real links with links pointing to google.com, which then redirect to the real target. The Straight Google userscript fixes those, but not the onmousedown events.

Both is necessary to get true direct links.