We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7303ff commit 0445055Copy full SHA for 0445055
src/scripts/chat-injector.ts
@@ -154,7 +154,7 @@ const chatLoaded = async (): Promise<void> => {
154
}
155
return;
156
157
- activatorText.textContent = 'Un-Embed';
+ activatorText.textContent = 'Hide';
158
activatorIcon.textContent = 'cancel_presentation';
159
ytcfilterElement.style.display = 'block';
160
resizeBar.style.display = 'flex';
0 commit comments