Skip to content

Commit 0b68b0d

Browse files
shakyShanegithub-actions[bot]
authored andcommitted
Release build 4.59.1 [ci release]
1 parent bb027f1 commit 0b68b0d

File tree

8 files changed

+12
-17
lines changed

8 files changed

+12
-17
lines changed

Sources/ContentScopeScripts/dist/contentScope.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Sources/ContentScopeScripts/dist/contentScopeIsolated.js

Lines changed: 2 additions & 3 deletions
Large diffs are not rendered by default.

build/android/contentScope.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/contentScope.js

Lines changed: 2 additions & 3 deletions
Large diffs are not rendered by default.

build/integration/contentScope.js

Lines changed: 2 additions & 3 deletions
Large diffs are not rendered by default.

build/tracker-lookup.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/windows/contentScope.js

Lines changed: 2 additions & 3 deletions
Large diffs are not rendered by default.

src/features/broker-protection/actions/extract.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import { matchAddressFromAddressListCityState } from '../comparisons/address.js'
2828
* @return {import('../types.js').ActionResponse}
2929
*/
3030
export function extractProfiles (action, userData) {
31-
const profilesElementList =
32-
Array.from(document.querySelectorAll(action.selector)) ?? []
31+
const profilesElementList = getElements(document, action.selector) ?? []
3332

3433
const matchedProfiles = profilesElementList
3534
// first, convert each profile element list into a profile

0 commit comments

Comments
 (0)