Skip to content

Commit

Permalink
Update packages/adblocker-electron-preload/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Modras <[email protected]>
  • Loading branch information
nullptropy and chrmod authored Oct 11, 2024
1 parent 45fa95e commit 891c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adblocker-electron-preload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (window === window.top && window.location.href.startsWith('devtools://') ===
window.addEventListener(
'DOMContentLoaded',
() => {
DOM_MONITOR = new DOMMonitor(async (update) => {
DOM_MONITOR = new DOMMonitor((update) => {
if (update.type === 'features') {
injectCosmeticFilters().then((response) => {
if (response.error) {
Expand Down

0 comments on commit 891c59e

Please sign in to comment.