You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
930 B
JSON

{
"title": "Web Archive",
"description": "Search a page in a web archive.",
"rules": [
{
"title": "Web Archive",
"options": [
{
"title": "Wayback Machine",
"pattern": "https://web.archive.org/web/*/{scheme}://{host}/{path}"
},
{
"title": "Wayback Machine (with timestamp)",
"pattern": "https://web.archive.org/web/{timestamp}/{scheme}://{host}/{path}",
"mode": "hidden"
},
{
"title": "archive.today",
"pattern": "https://archive.ph/{scheme}://{host}/{path}"
},
{
"title": "archive.today (with timestamp)",
"pattern": "https://archive.ph/{timestamp}/{scheme}://{host}/{path}",
"mode": "hidden"
},
{
"title": "live page",
"pattern": "{scheme}://{host}/{path}",
"mode": "hidden"
}
]
}
]
}