Skip to content

Venmo - Hide the Friend Feed by danielrozenberg

Screenshot of Venmo - Hide the Friend Feed

Details

Authordanielrozenberg

LicenseNo License

Categoryvenmo

Created

Updated

Size403 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the friend feed on the web app version of Venmo to inoculate against FOMO

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Venmo - Hide the Friend Feed
@version      20231111.22.58
@namespace    ?
==/UserStyle== */

@-moz-document domain("account.venmo.com") {
div[data-testid="friend-feed-container"] > *,
div[data-testid="friend-feed-container"] + *
{
  display: none;
}

div[data-testid="friend-feed-container"]::after {
  content: "Friend feed is hidden via user style.";
  opacity: .5;
}

}

Reviews

No reviews yet.