I recently discovered this:
- Create an account
- Go to your common.js page
- Paste in the following and save:
mw.loader.load( "https://en.wikipedia.org/w/index.php?title=User:%C3%9Ejarkur/NeverUseMobileVersion.js&action=raw&ctype=text/javascript" );
See the script page for more info.
And voilà! Wikipedia will now redirect you to the desktop site if ever you land on the mobile version of Wikipedia, so long as you’re logged in.
Any idea why they don’t automatically redirect you to the non-mobile version on desktop based on your user-agent string? They have no problem doing the inverse on mobile.