Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 4e75935

Browse files
committed
"Add uninstall URL and remove unused line in install.md and popup.tsx"
1 parent d5667a4 commit 4e75935

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ Some of the common problems people get:
1313
- ✅ Loved by engineers at Apple, Microsoft, Amazon, Goldman Sachs, and More
1414
- ✅ Completely Free
1515
- ✅ State-of-the-art i18n, Supports 29 Languages
16-

src/background.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ if (IS_FIREFOX) {
5757

5858
chrome.runtime.onInstalled.addListener((object) => {
5959
let install = 'http://github.com/anaclumos/bing-chat-for-all-browsers/tree/main/install.md'
60-
let uninstall = 'http://github.com/anaclumos/bing-chat-for-all-browsers/tree/main/uninstall.md'
6160
if (object.reason.toLowerCase().includes('install')) {
6261
chrome.tabs.create({ url: install })
63-
} else if (object.reason.toLowerCase().includes('uninstall')) {
64-
chrome.tabs.create({ url: uninstall })
6562
}
6663
})
64+
65+
chrome.runtime.setUninstallURL('http://github.com/anaclumos/bing-chat-for-all-browsers/tree/main/uninstall.md')

src/popup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ const Popup = () => {
8383
— my newsletter AI that reads 3M+ words a day and gives you an <strong>one-liner</strong> explanation.
8484
<br />
8585
<br />
86-
<br />
8786
<strong>Solution for common problems.</strong> Clear Cache and Cookies on Bing. Disable VPN or Adblock on Bing.
8887
Make sure you are logged-in with Microsoft account with Bing Chat enabled. If you still have problems,{' '}
8988
<a

0 commit comments

Comments
 (0)