UtilsA.cleanupAutoFilters

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

UtilsA.cleanupAutoFilters();

Arguments

None

Return value

A promise that will be fulfilled with no arguments.

Example

Copy code
UtilsA.cleanupAutoFilters().then(function(){
  TCA.done();
}).catch(function (error) {
  TCA.doneWithError(error);
});