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 85bffd2 commit 0a5e5bdCopy full SHA for 0a5e5bd
lib/utils.coffee
@@ -30,7 +30,7 @@ Utils =
30
-> id += 1
31
32
hasChromePrefix: (url) ->
33
- chromePrefixes = [ 'about', 'view-source' ]
+ chromePrefixes = [ 'about', 'view-source', "chrome-extension" ]
34
for prefix in chromePrefixes
35
return true if url.startsWith prefix
36
false
0 commit comments