Greasy Fork is available in English.

Discord Auto Redirect Homepage To App Page

Automatically redirects you from the Discord homepage to the app page

// ==UserScript==
// @name        	   Discord Auto Redirect Homepage To App Page
// @namespace   	   https://greasyfork.org/en/users/241453-happysmacky3453
// @description  	   Automatically redirects you from the Discord homepage to the app page
// @match  	  	       https://discord.com/
// @version            1.00
// @run-at             document-start
// @author             happysmacky3453
// @license MIT
// @grant              none
// ==/UserScript==

window.location.replace("https://discord.com/app" + window.location.pathname);