Skip to content

Commit

Permalink
Fix Twitch CG (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Kolesnikov <[email protected]>
  • Loading branch information
smmkolesnikov and Sergei Kolesnikov authored Aug 16, 2024
1 parent 18cd6ba commit 427b692
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions declarations/Twitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"fetch": "https://safety.twitch.tv/s/article/Community-Guidelines?language=en_US",
"select": [
".tsc-subtopic"
".tsc-subtopic-content"
],
"remove": [
"[data-id=\"tscToc\"]"
Expand All @@ -32,13 +32,13 @@
{
"fetch": "https://safety.twitch.tv/s/article/Prohibited-Games?language=en_US",
"select": [
".tsc-subtopic"
".tsc-subtopic-content"
]
},
{
"fetch": "https://safety.twitch.tv/s/article/Content-Classification-Guidelines?language=en_US",
"select": [
".tsc-subtopic"
".tsc-subtopic-content"
],
"remove": [
"[class*=tsc-subtopic-toc]"
Expand All @@ -47,7 +47,7 @@
{
"fetch": "https://safety.twitch.tv/s/article/Emote-Policy?language=en_US",
"select": [
".tsc-subtopic"
".tsc-subtopic-content"
],
"remove": [
"[class*=tsc-subtopic-toc]"
Expand All @@ -56,13 +56,13 @@
{
"fetch": "https://safety.twitch.tv/s/article/Tags-Guidelines?language=en_US",
"select": [
".tsc-subtopic"
".tsc-subtopic-content"
]
},
{
"fetch": "https://safety.twitch.tv/s/article/Usernames?language=en_US",
"select": [
".tsc-subtopic"
".tsc-subtopic-content"
],
"remove": [
"[class*=tsc-subtopic-toc]"
Expand Down

0 comments on commit 427b692

Please sign in to comment.