Skip to content

Commit

Permalink
Update ChatGPT (#180)
Browse files Browse the repository at this point in the history
* Add history

* Update selectors

* Update EU url
  • Loading branch information
clementbiron authored Jun 4, 2024
1 parent e6d1d1e commit 3286e06
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 26 deletions.
92 changes: 92 additions & 0 deletions declarations/ChatGPT.history.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
40 changes: 14 additions & 26 deletions declarations/ChatGPT.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3286e06

Please sign in to comment.