mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"name": "Gravity Forms",
|
|
"website": "http://gravityforms.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<div class=(?:\"|')[^>]*gform_wrapper"
|
|
},
|
|
{
|
|
"regexp": "<div class=(?:\"|')[^>]*gform_body"
|
|
},
|
|
{
|
|
"regexp": "<ul [^>]*class=(?:\"|')[^>]*gform_fields"
|
|
},
|
|
{
|
|
"regexp": "<link [^>]*href=(?:\"|')[^>]*wp-content/plugins/gravityforms/css/"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/wp-content/plugins/gravityforms/js/[^/]+\\.js\\?ver=([\\d.]+)$",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "WordPress"
|
|
} |