Utils.cleanupAutoFilters
Removes all filters from both the denylist and allowlist of URLs.
Utils.cleanupAutoFilters();
Arguments
None
Return value
A promise that will be fulfilled with no arguments.
Example
(async ()=>{
await Utils.cleanupAutoFilters();
})();

