====== 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');