AWS - Default Page Redirector

Automatically redirects from AWS service dashboards to your preferred default page (e.g., EC2 -> Instances). Fully customizable and supports SPA navigation.

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v3.0.1 2025-08-28 Imported from URL
  • v3.0.0 2025-08-27

    v2.3 (2025-08-27)

    • FIX: Changed metadata in the UserScript header to pure ASCII (@name, @description) to resolve potential installation issues caused by character encoding problems. Script functionality remains unchanged.

    • CHORE: Added more comments to the configuration block to make customization clearer.

    v2.2 (2025-08-27)

    • CHORE: Excluded the IAM service from the default configuration based on user feedback. Its internal redirection logic can conflict with the script.

    v2.1 (2025-08-26)

    • FIX: Greatly improved redirection reliability by introducing a redirectableHashes list. This fixes cases where services use non-empty hashes on their homepages (e.g., #/ for EventBridge, #dashboard for DynamoDB).

    v2.0 (2025-08-26)

    • REFACTOR: Rewrote the script's core logic to fully support Single-Page Application (SPA) navigation. The script now listens to hashchange, popstate, and history.pushState events to trigger redirects without requiring a full page load.

    v1.0

    • Initial version. Performed redirects only on initial page load. Did not support SPA navigation within the AWS Console.
  • v2.3 2025-08-27