diff --git a/declarations/GitLab.history.json b/declarations/GitLab.history.json index 9db3ff3e..cea99b49 100644 --- a/declarations/GitLab.history.json +++ b/declarations/GitLab.history.json @@ -28,6 +28,11 @@ "fetch": "https://about.gitlab.com/terms/", "select": "body", "validUntil": "2020-12-08T16:00:00.000Z" + }, + { + "fetch": "https://about.gitlab.com/handbook/legal/policies/website-terms-of-use/", + "select": ".container", + "validUntil": "2023-11-24T00:15:00.000Z" } ] } diff --git a/declarations/GitLab.json b/declarations/GitLab.json index d6adab4e..348798ba 100644 --- a/declarations/GitLab.json +++ b/declarations/GitLab.json @@ -23,7 +23,8 @@ }, "Terms of Service": { "fetch": "https://about.gitlab.com/handbook/legal/policies/website-terms-of-use/", - "select": ".container" + "select": "main .td-content", + "remove": ".text-muted" } } } diff --git a/declarations/IPinfo.json b/declarations/IPinfo.json new file mode 100644 index 00000000..64771705 --- /dev/null +++ b/declarations/IPinfo.json @@ -0,0 +1,13 @@ +{ + "name": "IPinfo", + "documents": { + "Privacy Policy": { + "fetch": "https://ipinfo.io/privacy-policy", + "select": "main" + }, + "Terms of Service": { + "fetch": "https://ipinfo.io/terms-of-service", + "select": "main" + } + } +} diff --git a/declarations/Instacart.history.json b/declarations/Instacart.history.json new file mode 100644 index 00000000..d2505e94 --- /dev/null +++ b/declarations/Instacart.history.json @@ -0,0 +1,24 @@ +{ + "Terms of Service": [ + { + "fetch": "https://www.instacart.com/terms", + "select": [ + ".hero-inner", + ".section" + ], + "executeClientScripts": true, + "validUntil": "2023-10-18T15:03:06Z" + } + ], + "Privacy Policy": [ + { + "fetch": "https://www.instacart.com/privacy", + "select": [ + ".hero-inner", + ".section" + ], + "executeClientScripts": true, + "validUntil": "2023-10-18T15:03:06Z" + } + ] +} \ No newline at end of file diff --git a/declarations/Instacart.json b/declarations/Instacart.json index 5a9a817c..e78c48be 100644 --- a/declarations/Instacart.json +++ b/declarations/Instacart.json @@ -4,18 +4,14 @@ "Terms of Service": { "fetch": "https://www.instacart.com/terms", "select": [ - ".hero-inner", - ".section" - ], - "executeClientScripts": true + "#main" + ] }, "Privacy Policy": { "fetch": "https://www.instacart.com/privacy", "select": [ - ".hero-inner", - ".section" - ], - "executeClientScripts": true + "#main" + ] } } } diff --git a/declarations/Kraken.history.json b/declarations/Kraken.history.json new file mode 100644 index 00000000..5b495c64 --- /dev/null +++ b/declarations/Kraken.history.json @@ -0,0 +1,13 @@ +{ + "Terms of Service": [ + { + "fetch": "https://www.kraken.com/en-us/legal#complete-tos", + "select": { + "startBefore": "#complete-tos", + "endBefore": "#margin-disclosure-statement" + }, + "executeClientScripts": true, + "validUntil": "2023-11-01T19:51:08Z" + } + ] +} diff --git a/declarations/Kraken.json b/declarations/Kraken.json index 391e1912..07801b6e 100644 --- a/declarations/Kraken.json +++ b/declarations/Kraken.json @@ -4,8 +4,8 @@ "Terms of Service": { "fetch": "https://www.kraken.com/en-us/legal#complete-tos", "select": { - "startBefore": "#complete-tos", - "endBefore": "#margin-disclosure-statement" + "startAfter": ".kraken-header", + "endBefore": ".kraken-footer" }, "executeClientScripts": true }, diff --git a/declarations/Lingualeo.history.json b/declarations/Lingualeo.history.json index a458bdf6..c776e145 100644 --- a/declarations/Lingualeo.history.json +++ b/declarations/Lingualeo.history.json @@ -4,6 +4,16 @@ "fetch": "https://corp.lingualeo.com/privacy-policy-en/", "select": "#main", "validUntil": "2023-03-31T06:37:21Z" + }, + { + "fetch": "https://corp.lingualeo.com/privacy-policy-en/", + "select": [ + "main" + ], + "remove": [ + ".wp-block-post-title" + ], + "validUntil": "2023-10-26T13:10:10Z" } ], "Terms of Service": [ diff --git a/declarations/Lingualeo.json b/declarations/Lingualeo.json index 15a8d63f..46d86cef 100644 --- a/declarations/Lingualeo.json +++ b/declarations/Lingualeo.json @@ -11,7 +11,7 @@ ] }, "Privacy Policy": { - "fetch": "https://corp.lingualeo.com/privacy-policy-en/", + "fetch": "https://lingualeo.com/en/blog/privacy-policy-en/", "select": [ "main" ], diff --git a/declarations/Stack Overflow.history.json b/declarations/Stack Overflow.history.json new file mode 100644 index 00000000..d70e14ef --- /dev/null +++ b/declarations/Stack Overflow.history.json @@ -0,0 +1,15 @@ +{ + "Brand Guidelines": [ + { + "fetch": "https://stackoverflow.com/legal/trademark-guidance", + "select": [ + ".gsy" + ], + "remove": [ + ".fc-green-400", + ".fc-red-400 " + ], + "validUntil": "2023-12-01T03:44:00.000Z" + } + ] +} diff --git a/declarations/Stack Overflow.json b/declarations/Stack Overflow.json index 3dff2e23..bad3e023 100644 --- a/declarations/Stack Overflow.json +++ b/declarations/Stack Overflow.json @@ -53,11 +53,10 @@ "Brand Guidelines": { "fetch": "https://stackoverflow.com/legal/trademark-guidance", "select": [ - ".gsy" + "main article" ], "remove": [ - ".fc-green-400", - ".fc-red-400 " + "nav" ] } }