File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
platform/mv3/extension/_locales/zh_CN Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1642,6 +1642,8 @@ function addEventListenerDefuser(
1642
1642
const debug = shouldDebug ( extraArgs ) ;
1643
1643
const targetSelector = extraArgs . elements || undefined ;
1644
1644
const elementMatches = elem => {
1645
+ if ( targetSelector === 'window' ) { return elem === window ; }
1646
+ if ( targetSelector === 'document' ) { return elem === document ; }
1645
1647
if ( elem && elem . matches && elem . matches ( targetSelector ) ) { return true ; }
1646
1648
const elems = Array . from ( document . querySelectorAll ( targetSelector ) ) ;
1647
1649
return elems . includes ( elem ) ;
Original file line number Diff line number Diff line change 156
156
"description" : " Label for a checkbox in the options page"
157
157
},
158
158
"showBlockedCountLabel" : {
159
- "message" : " 在工具栏图标上显示已拦截的请求数 " ,
159
+ "message" : " 在工具栏图标上显示拦截请求数 " ,
160
160
"description" : " Label for a checkbox in the options page"
161
161
}
162
162
}
Original file line number Diff line number Diff line change 4
4
"description" : " extension name."
5
5
},
6
6
"extShortDesc" : {
7
- "message" : " Нарэшце, эфектыўны блакіроўшчык . Не нагружае працэсар і памяць." ,
7
+ "message" : " Нарэшце, эфектыўны блакавальнік . Не нагружае працэсар і памяць." ,
8
8
"description" : " this will be in the Chrome web store: must be 132 characters or less"
9
9
},
10
10
"dashboardName" : {
Original file line number Diff line number Diff line change 540
540
"description" : " Warning against copy-pasting filters from random sources"
541
541
},
542
542
"1pEnableMyFiltersLabel" : {
543
- "message" : " Enable my custom filters " ,
543
+ "message" : " Aktibatu nire filtro pertsonalitsatuak " ,
544
544
"description" : " Label for the checkbox use to enable/disable 'My filters' list"
545
545
},
546
546
"1pTrustMyFiltersLabel" : {
You can’t perform that action at this time.
0 commit comments