deleteURLFilter
Removes URL filter.
Syntax
deleteURLFilter = function(aURLPart);
Parameters
- aURLPart
- functions: URL filter
Examples
//Remove the prohibition of loading the pages which contain "mc.yandex.ru" deleteURLFilter('mc.yandex.ru');
en:wascript:ecma:methods:deleteurlfilter
Removes URL filter.
deleteURLFilter = function(aURLPart);
//Remove the prohibition of loading the pages which contain "mc.yandex.ru" deleteURLFilter('mc.yandex.ru');