Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/darkreader/darkreader
/ hideBadge
Method
hideBadge
src/background/icon-manager.ts:114–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
static hideBadge(): void {
115
IconManager.iconState.badgeText =
''
;
116
chrome.browserAction.setBadgeText({text:
''
});
117
IconManager.handleUpdate();
118
}
119
}
Callers
1
onUpdate
Method · 0.80
Calls
1
handleUpdate
Method · 0.80
Tested by
no test coverage detected