Utils.cleanupAutoFilters

Removes all filters from both the denylist and allowlist of URLs.

Utils.cleanupAutoFilters();

Arguments

None

Return value

A promise that is fulfilled with undefined upon success.

Example

Copy code
(async ()=>{
    await Utils.cleanupAutoFilters();
})();