Skip to content

Commit

Permalink
Terminate Stadia (#906)
Browse files Browse the repository at this point in the history
Remove Stadia - it shut down

See their website https://stadia.google.com/gg/

> Stadia was shut down on January 18, 2023.
  • Loading branch information
Kissaki authored Nov 20, 2023
1 parent 158be4e commit 5d74c3b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 20 deletions.
32 changes: 32 additions & 0 deletions declarations/Stadia.history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"Terms of Service": [
{
"fetch": "https://stadia.google.com/tos?hl=en_GB",
"select": "div.LCe0ud.GV7rLd",
"validUntil": "2023-01-18T00:00:00.000Z"
}
],
"Privacy Policy": [
{
"fetch": "https://stadia.google.com/privacy?hl=en_GB",
"select": "div.WO8Pjd.OVGTP",
"validUntil": "2023-01-18T00:00:00.000Z"
}
],
"Community Guidelines": [
{
"fetch": "https://stadia.google.com/conduct/index-en-GB.html",
"select": "article",
"remove": "figure, .illustration, .grid>li>img",
"validUntil": "2023-01-18T00:00:00.000Z"
}
],
"Acceptable Use Policy": [
{
"fetch": "https://support.google.com/stadia/answer/9567087?hl=en-GB",
"select": ".article-container",
"remove": ".scClientFeedbackInlineFeedbacklinkroot",
"validUntil": "2023-01-18T00:00:00.000Z"
}
]
}
21 changes: 1 addition & 20 deletions declarations/Stadia.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
{
"name": "Stadia",
"documents": {
"Terms of Service": {
"fetch": "https://stadia.google.com/tos?hl=en_GB",
"select": "div.LCe0ud.GV7rLd"
},
"Privacy Policy": {
"fetch": "https://stadia.google.com/privacy?hl=en_GB",
"select": "div.WO8Pjd.OVGTP"
},
"Community Guidelines": {
"fetch": "https://stadia.google.com/conduct/index-en-GB.html",
"select": "article",
"remove": "figure, .illustration, .grid>li>img"
},
"Acceptable Use Policy": {
"fetch": "https://support.google.com/stadia/answer/9567087?hl=en-GB",
"select": ".article-container",
"remove": ".scClientFeedbackInlineFeedbacklinkroot"
}
}
"documents": {}
}

0 comments on commit 5d74c3b

Please sign in to comment.