mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 21:10:16 +01:00
Added more anti-AMP entries
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user