Detect-It-Easy/db/MACH/library_WebKit.3.sg
2026-06-21 11:29:03 +02:00

13 lines
No EOL
260 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://webkit.org/
meta("library", "WebKit");
function detect() {
if (MACH.isLibraryPresent("WebKit")) {
bDetected = true;
}
return result();
}