File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
browser-extensions/chrome Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ const DEFAULT_SETTINGS = {
44 blacklist : [
55 "https://docs.google.com/*" ,
66 "https://gist.github.com/*" ,
7- "https://github.com/*/blob/*" ,
8- "https://github.com/*/commit/*" ,
9- "https://github.com/*/pull/*" ,
7+ "https://github.com/*/*/blob/*" ,
8+ "https://github.com/*/*/commit/*" ,
9+ "https://github.com/*/*/compare/*" ,
10+ "https://github.com/*/*/pull/*" ,
1011 "https://github.com/vinta/pangu.js/issues*" ,
1112 "https://www.netflix.com/*"
1213 ] ,
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ export const DEFAULT_SETTINGS: Settings = {
66 blacklist : [
77 'https://docs.google.com/*' ,
88 'https://gist.github.com/*' ,
9- 'https://github.com/*/blob/*' ,
10- 'https://github.com/*/commit/*' ,
11- 'https://github.com/*/pull/*' ,
9+ 'https://github.com/*/*/blob/*' ,
10+ 'https://github.com/*/*/commit/*' ,
11+ 'https://github.com/*/*/compare/*' ,
12+ 'https://github.com/*/*/pull/*' ,
1213 'https://github.com/vinta/pangu.js/issues*' ,
1314 'https://www.netflix.com/*' ,
1415 ] ,
You can’t perform that action at this time.
0 commit comments