mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Disable xCloud analytics also remove the Feedback button in the Guide menu
This commit is contained in:
parent
e98fa29271
commit
850afb4ca7
@ -12,13 +12,22 @@ export function addCss() {
|
||||
div[class^=HomePage-module__bottomSpacing]:has(button[class*=SocialEmptyCard]),
|
||||
button[class*=SocialEmptyCard],
|
||||
/* Hide "Start a party" button in the Guide menu */
|
||||
#gamepass-dialog-root div[class^=AchievementsPreview-module__container] + button[class*=HomeLandingPage-module__button],
|
||||
#gamepass-dialog-root div[class^=AchievementsPreview-module__container] + button[class*=HomeLandingPage-module__button]
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
if (getPref(PrefKey.BLOCK_TRACKING)) {
|
||||
css += `
|
||||
/* Remove Feedback button in the Guide menu */
|
||||
#gamepass-dialog-root #Home-panel button[class*=FeedbackButton] {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
// Reduce animations
|
||||
if (getPref(PrefKey.REDUCE_ANIMATIONS)) {
|
||||
css += `
|
||||
|
Loading…
x
Reference in New Issue
Block a user