Redirect Discord Landing Page to App

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

目前為 2025-01-29 提交的版本,檢視 最新版本

// ==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"