refined-github/refined-github

`unread-anywhere` should work after the page unloads

已关闭

#8,667 创建于 2025年9月7日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (1,423 个派生)batch import
enhancementhelp wantedsmall

仓库指标

星标
 (22,918 个星标)
PR 合并指标
 (平均合并 1天 18小时) (30 天内合并 44 个 PR)

描述

Action

  1. Click button
  2. Close tab before it's done

Expected

  1. The new notifications should open in new tabs

Actual

  1. Nothing happens

Fix

Move the API call and tab opening to the background.ts. The content script just wraps the message + UI part

贡献者指南