mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"name": "jQuery-pjax",
|
|
"website": "https://github.com/defunkt/jquery-pjax",
|
|
"matches": [
|
|
{
|
|
"regexp": "<div[^>]+data-pjax-container"
|
|
},
|
|
{
|
|
"search": "meta[pjax-push]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[pjax-replace]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[pjax-timeout]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "jquery[.-]pjax(?:-([\\d.]))?(?:\\.min)?\\.js(?:\\?ver=([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "jQuery"
|
|
} |