Detect-It-Easy/db/MACH/WebKit.3.sg
2024-11-07 00:17:07 +03:00

11 lines
No EOL
200 B
JavaScript
Executable file

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