diff --git a/declarations/ChatGPT.history.json b/declarations/ChatGPT.history.json new file mode 100644 index 0000000..d48aa27 --- /dev/null +++ b/declarations/ChatGPT.history.json @@ -0,0 +1,92 @@ +{ + "Terms of Service": [ + { + "fetch": "https://openai.com/policies/terms-of-use", + "select": [ + "#landings-terms-of-use" + ], + "remove": [ + "header", + "[aria-hidden=true]", + "footer" + ], + "executeClientScripts": true, + "validUntil": "2024-05-02T00:30:06Z" + } + ], + "Privacy Policy": [ + { + "fetch": "https://openai.com/policies/privacy-policy", + "select": [ + "#landings-privacy-policy" + ], + "remove": [ + "header", + "footer", + "[aria-hidden=true]" + ], + "executeClientScripts": true, + "validUntil": "2024-05-02T00:30:10Z" + } + ], + "Developer Terms": [ + { + "fetch": "https://openai.com/policies/plugin-terms", + "select": [ + "#landings-plugin-terms" + ], + "remove": [ + "header", + "[aria-hidden=true]", + "footer" + ], + "executeClientScripts": true, + "validUntil": "2024-05-02T00:30:13Z" + } + ], + "Acceptable Use Policy": [ + { + "fetch": "https://openai.com/policies/usage-policies", + "select": [ + "#landings-usage-policies" + ], + "remove": [ + "header", + "[aria-hidden=true]", + "footer" + ], + "executeClientScripts": true, + "validUntil": "2024-05-02T00:30:16Z" + } + ], + "Data Processor Agreement": [ + { + "fetch": "https://openai.com/policies/data-processing-addendum", + "select": [ + "#landings-data-processing-addendum" + ], + "remove": [ + "header", + "[aria-hidden=true]", + "footer" + ], + "executeClientScripts": true, + "validUntil": "2024-05-02T00:30:20Z" + } + ], + "Platform to Business Notice": [ + { + "fetch": "https://openai.com/policies/business-terms", + "select": [ + "#landings-business-terms" + ], + "remove": [ + "header", + "[aria-hidden=true]", + "footer" + ], + "executeClientScripts": true, + "validUntil": "2024-05-02T00:30:23Z" + } + ] +} diff --git a/declarations/ChatGPT.json b/declarations/ChatGPT.json index 3a2afdf..8f23a72 100644 --- a/declarations/ChatGPT.json +++ b/declarations/ChatGPT.json @@ -2,74 +2,62 @@ "name": "ChatGPT", "documents": { "Terms of Service": { - "fetch": "https://openai.com/policies/terms-of-use", + "fetch": "https://openai.com/policies/eu-terms-of-use/", "select": [ - "#landings-terms-of-use" + "main" ], "remove": [ - "header", - "[aria-hidden=true]", - "footer" + "select[name=\"Locale Select\"]" ], "executeClientScripts": true }, "Privacy Policy": { - "fetch": "https://openai.com/policies/privacy-policy", + "fetch": "https://openai.com/policies/eu-privacy-policy/", "select": [ - "#landings-privacy-policy" + "main" ], "remove": [ - "header", - "footer", - "[aria-hidden=true]" + "select[name=\"Locale Select\"]" ], "executeClientScripts": true }, "Developer Terms": { "fetch": "https://openai.com/policies/plugin-terms", "select": [ - "#landings-plugin-terms" + "main" ], "remove": [ - "header", - "[aria-hidden=true]", - "footer" + "select[name=\"Locale Select\"]" ], "executeClientScripts": true }, "Acceptable Use Policy": { "fetch": "https://openai.com/policies/usage-policies", "select": [ - "#landings-usage-policies" + "main" ], "remove": [ - "header", - "[aria-hidden=true]", - "footer" + "select[name=\"Locale Select\"]" ], "executeClientScripts": true }, "Data Processor Agreement": { "fetch": "https://openai.com/policies/data-processing-addendum", "select": [ - "#landings-data-processing-addendum" + "main" ], "remove": [ - "header", - "[aria-hidden=true]", - "footer" + "select[name=\"Locale Select\"]" ], "executeClientScripts": true }, "Platform to Business Notice": { "fetch": "https://openai.com/policies/business-terms", "select": [ - "#landings-business-terms" + "main" ], "remove": [ - "header", - "[aria-hidden=true]", - "footer" + "select[name=\"Locale Select\"]" ], "executeClientScripts": true }