Содержание

deleteURLFilter

Removes URL filter.

Syntax

deleteURLFilter = function(aURLPart);

Parameters

  • aURLPart
    • functions: URL filter

Examples

  1. //Remove the prohibition of loading the pages which contain "mc.yandex.ru"
    deleteURLFilter('mc.yandex.ru');