mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
818 B
JSON
25 lines
818 B
JSON
{
|
|
"name": "Diaspora",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Diaspora - social networking service",
|
|
"website": "https://joindiaspora.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:_diaspora_session=)"
|
|
},
|
|
{
|
|
"search": "headers[x-git-update]",
|
|
"regexp": "(?-mix:^([\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2} .+)$)"
|
|
},
|
|
{
|
|
"search": "headers[x-git-revision]",
|
|
"regexp": "(?-mix:^[a-f\\d]{32}$)"
|
|
},
|
|
{
|
|
"text": "<input name=\"user[remember_me]\" type=\"hidden\" value=\"0\" /><input id=\"user_remember_me\" name=\"user[remember_me]\" type=\"checkbox\" value=\"1\" />"
|
|
}
|
|
]
|
|
}
|