loveshdongre / leetcode-enhancer

A cross-browser extension to improve productivity on Leetcode
https://chrome.google.com/webstore/detail/leetcode-enhancer/gcmncppaaebldbkgkcbojghpmpjkdlmp
45 stars 5 forks source link

Detect Edge browser and uncomment uninstall url #23

Open loveshdongre opened 1 year ago

loveshdongre commented 1 year ago

In background.js file we have isEdge variable, we need to update this variable appropriately and uncomment the below lines

// else if(isEdge) {
    // browser.runtime.setUninstallURL("https://microsoftedge.microsoft.com/addons/detail/leetcode-enhancer/dgddijgkneackjhmijacbopefpladfia") // edge feedback url
// }
Shehu-Yakubu commented 1 year ago

I can take this, assign it to me.

loveshdongre commented 1 year ago

Clearing the assignee since it's a small change, will directly accept the pull request whosoever creates it.

loveshdongre commented 1 year ago

Can you also uncomment the lines mentioned in this issue