Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
C:\Users\Net\AppData\Roaming\Mozilla\Firefox\Profiles\ofkzy13n.default\Extensions\vb@yandex.ru.xpi
C:\Users\Net\AppData\Roaming\Mozilla\Firefox\Profiles\ofkzy13n.default\searchplugins\yqs-barff-yandex.xml
[ofkzy13n.default] - Строка Найдено : user_pref("extensions.vb@yandex.ru.description", "Keep all your favorite sites in one place with Visual Bookmarks. Simply click on the one of the mini webpages to visit a site. You can customize the n[...]
если пользуетесь яндекс-баром, а если нет, тогда тоже удалите.Файл Найдено : C:\Users\Net\AppData\Roaming\Mozilla\Firefox\Profiles\ofkzy13n.default\Extensions\vb@yandex.ru.xpi
Файл Найдено : C:\Users\Net\AppData\Roaming\Mozilla\Firefox\Profiles\ofkzy13n.default\searchplugins\yqs-barff-yandex.xml
[ofkzy13n.default] - Строка Найдено : user_pref("extensions.vb@yandex.ru.description", "Keep all your favorite sites in one place with Visual Bookmarks. Simply click on the one of the mini webpages to visit a site. You can customize the n[...]
Оставьте только Microsoft Security EssentialsMicrosoft Security Essentials v.4.4.304.0
ESET Online Scanner v3
Kaspersky Security Scan v.15.0.0.380
var
LogPath : string;
ScriptPath : string;
begin
LogPath := GetAVZDirectory + 'log\avz_log.txt';
if FileExists(LogPath) Then DeleteFile(LogPath);
ScriptPath := GetAVZDirectory +'ScanVuln.txt';
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 1) then ExecuteScript(ScriptPath) else begin
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 0) then ExecuteScript(ScriptPath) else begin
ShowMessage('Невозможно загрузить скрипт AVZ для обнаружения наиболее часто используемых уязвимостей!');
exit;
end;
end;
if FileExists(LogPath) Then ExecuteFile('notepad.exe', LogPath, 1, 0, false)
end.