Discord Auto Redirect Homepage To App Page

Automatically redirects you from the Discord homepage to the app page

  1. // ==UserScript==
  2. // @name Discord Auto Redirect Homepage To App Page
  3. // @namespace https://gf.qytechs.cn/en/users/241453-happysmacky3453
  4. // @description Automatically redirects you from the Discord homepage to the app page
  5. // @match https://discord.com/
  6. // @version 1.00
  7. // @run-at document-start
  8. // @author happysmacky3453
  9. // @license MIT
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. window.location.replace("https://discord.com/app" + window.location.pathname);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址