自动将 AWS 服务的仪表盘页面重定向到您预设的常用页面(例如 EC2 -> 实例列表)。支持完全自定义和单页面应用(SPA)导航。
这些是此脚本变更过代码的版本。 显示所有版本。
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.
@name
@description
CHORE: Added more comments to the configuration block to make customization clearer.
v2.2 (2025-08-27)
v2.1 (2025-08-26)
redirectableHashes
#/
#dashboard
v2.0 (2025-08-26)
hashchange
popstate
history.pushState
v1.0