We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22fc5c commit 8f5a35eCopy full SHA for 8f5a35e
webextensions/edge/background.js
@@ -114,17 +114,6 @@ const RepostConfirmationCancelerTalkClient = {
114
return false;
115
},
116
117
- getBrowserName(section) {
118
- const name = section.Name.toLowerCase();
119
-
120
- /* Guess the browser name from the executable path */
121
- if (name.match(/^custom/i)) {
122
- if (section.Path.match(RegExp(BROWSER, 'i')))
123
- return BROWSER;
124
- }
125
- return name;
126
- },
127
128
handleURL(config, url){
129
if (!url) {
130
console.log(`* Empty URL found`);
0 commit comments