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 7318931 commit ce1ceeeCopy full SHA for ce1ceee
src/scripts/chat-background.ts
@@ -10,7 +10,7 @@ chrome.action.onClicked.addListener(() => {
10
if (isLiveTL) {
11
chrome.tabs.create({ url: 'https://livetl.app' }, () => {});
12
} else {
13
- chrome.tabs.create({ url: 'https://livetl.app/en/hyperchat/' }, () => {});
+ chrome.tabs.create({ url: '/options.html' }, () => {});
14
}
15
});
16
0 commit comments