Added more anti-AMP entries

This commit is contained in:
Imre Kristoffer Eilertsen
2021-04-16 14:24:39 +02:00
committed by GitHub
parent bbba22e734
commit 069aaf8082
@@ -789,6 +789,40 @@
"appliesTo": [
"main_frame"
]
},
{
"description": "AMP removal 3",
"exampleUrl": "https://edtimes.in/woman-changes-her-name-to-supreme-impeium-netizens-lose-it/?amp",
"exampleResult": "https://edtimes.in/woman-changes-her-name-to-supreme-impeium-netizens-lose-it",
"error": null,
"includePattern": "(.*)/\\?amp$",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "AMP removal 4",
"exampleUrl": "https://www.storypick.com/woman-name-supreme-imperium/amp/",
"exampleResult": "https://www.storypick.com/woman-name-supreme-imperium",
"error": null,
"includePattern": "(.*)/amp/?$",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}