mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"name": "GitLab",
|
|
"website": "https://about.gitlab.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[_gitlab_session]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<meta content=\"https?://[^/]+/assets/gitlab_logo-"
|
|
},
|
|
{
|
|
"regexp": "<header class=\"navbar navbar-fixed-top navbar-gitlab with-horizontal-nav\">"
|
|
},
|
|
{
|
|
"search": "meta[og:site_name]",
|
|
"regexp": "^GitLab$"
|
|
}
|
|
],
|
|
"implies": [
|
|
"Ruby on Rails",
|
|
"Vue.js"
|
|
]
|
|
} |