diff --git a/declarations/Xfinity.history.json b/declarations/Xfinity.history.json index 4d7a77f0..37884f9d 100644 --- a/declarations/Xfinity.history.json +++ b/declarations/Xfinity.history.json @@ -33,6 +33,12 @@ "fetch": "https://www.xfinity.com/Corporate/Customers/Policies/HighSpeedInternetAUP", "select": "body", "validUntil": "2020-11-09T17:30:03.000Z" + }, + { + "fetch": "https://www.xfinity.com/Corporate/Customers/Policies/HighSpeedInternetAUP", + "select": ".x-section", + "remove": ".x-section > .x-content:first-child a", + "validUntil": "2023-10-18T15:13:22Z" } ] -} +} \ No newline at end of file diff --git a/declarations/Xfinity.json b/declarations/Xfinity.json index de0fb53f..d2ee5fa7 100644 --- a/declarations/Xfinity.json +++ b/declarations/Xfinity.json @@ -23,8 +23,9 @@ }, "Acceptable Use Policy": { "fetch": "https://www.xfinity.com/Corporate/Customers/Policies/HighSpeedInternetAUP", - "select": ".x-section", - "remove": ".x-section > .x-content:first-child a" + "select": [ + "main" + ] } } }