Detect-It-Easy/db/MACH/WebKit.3.sg
2024-11-12 20:11:38 +03:00

11 lines
No EOL
193 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("library", "WebKit");
function detect() {
if (MACH.isLibraryPresent("WebKit")) {
bDetected = true;
}
return result();
}