Redirect Discord Landing Page to App

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

  1. // ==UserScript==
  2. // @name Redirect Discord Landing Page to App
  3. // @namespace https://claytonkruse.com
  4. // @match https://discord.com/
  5. // @grant none
  6. // @version 1.0
  7. // @author Clayton Kruse
  8. // @description 1/28/2025, 6:44:11 PM Redirects https://discord.com to https://discord.com/app
  9. // @license MIT
  10. // ==/UserScript==
  11.  
  12. window.location.href = "/app"