diff --git a/declarations/Microsoft Store.history.json b/declarations/Microsoft Store.history.json index 97ba52e9..d4d3c0b9 100644 --- a/declarations/Microsoft Store.history.json +++ b/declarations/Microsoft Store.history.json @@ -17,6 +17,11 @@ "select": "#primaryR1", "remove": ".f-lean", "validUntil": "2021-01-07T13:03:00.000Z" + }, + { + "fetch": "https://www.microsoft.com/en-us/legal/terms-of-use", + "select": "#primaryR1", + "validUntil": "2024-11-06T18:10:31Z" } ] } diff --git a/declarations/Microsoft Store.json b/declarations/Microsoft Store.json index 50d5ba2c..bd032e16 100644 --- a/declarations/Microsoft Store.json +++ b/declarations/Microsoft Store.json @@ -1,5 +1,5 @@ { - "name": "Microsoftstore", + "name": "Microsoft Store", "importedFrom": "https://github.com/tosdr/tosback2/blob/f762cd4bbb2571272985fed009201a23300ba9b2/rules/microsoftstore.com.xml", "documents": { "Privacy Policy": { @@ -14,7 +14,12 @@ }, "Terms of Service": { "fetch": "https://www.microsoft.com/en-us/legal/terms-of-use", - "select": "#primaryR1" + "select": [ + "main" + ], + "remove": [ + ".socialfollow" + ] } } }