Zulfiqar's Legacy のバージョン履歴 - 全 3 バージョン
Zulfiqar's Legacy 作成者: ZuZu
Zulfiqar's Legacy のバージョン履歴 - 全 3 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 2.1
リリース日 : 2026年5月20日 - 16.11 KBfirefox バージョン 140.0 以降 で動作Fixed session persistence — extension now stays logged in after
Firefox restarts without requiring cache clearing.ソースコードは MIT License に従いリリースされています
以前のバージョン
バージョン 2.0
リリース日 : 2026年5月15日 - 15.94 KBfirefox バージョン 140.0 以降 で動作This extension uses innerHTML for rendering UI components. All content
inserted via innerHTML is generated entirely from internal state and
hardcoded strings — no user input or external data is ever inserted
directly into innerHTML. The only dynamic values injected are:
- Numbers (totalCount, dates)
- Strings from Supabase (habit titles) which are text-only display names
No external URLs, scripts, or untrusted content are ever rendered.
The extension has no remote code execution. All logic is in newtab.js
which is a local file bundled with the extension.ソースコードは MIT License に従いリリースされています