Skip to content

Commit

Permalink
Rule for kick.com was hiding player theater mode (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz authored Jul 5, 2023
1 parent 301ef9a commit cec5adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15972,7 +15972,7 @@ const rules = {
"bionic-reading.com": { j: "3" },
"starnecker.com": { c: 6 },
"aikikai.de": { c: 14 },
"kick.com": { s: "#app > .fixed{display:none !important}" },
"kick.com": { s: "#app > .main-html + .fixed{display:none !important}" },
"primus-apotheken-stadecken.de": {
s: "#ccModal{display:none !important}",
c: 14,
Expand Down

0 comments on commit cec5adc

Please sign in to comment.