Files
OneForAll-mirror/data/rules/whatweb/advance_digitalmg.json
T
2020-07-29 00:02:06 +08:00

14 lines
471 B
JSON

{
"name": "AdvanceDigital",
"author": "Elias Dorneles, Andrew Horton",
"version": "0.2",
"description": "Identifies a news website by Advance Digital MG network",
"website": "https://www.advancelocal.com/",
"matches": [
{
"name": "link to user agreement that it's present in the footer",
"regexp": "(?-mix:href=\"http:\\/\\/www.advance.net\\/advancedigitalUserAgreementPP\\/#opt_out.*Ad Choices)"
}
]
}