Greasy Fork is available in English.

Redirect Discord Landing Page to App

1/28/2025, 6:44:11 PM Redirects https://discord.com to https://discord.com/app

// ==UserScript==
// @name        Redirect Discord Landing Page to App
// @namespace   https://claytonkruse.com
// @match       https://discord.com/
// @grant       none
// @version     1.0
// @author      Clayton Kruse
// @description 1/28/2025, 6:44:11 PM Redirects https://discord.com to https://discord.com/app
// @license MIT
// ==/UserScript==

window.location.href = "/app"