Skip to content

Commit

Permalink
Hiding upsells now hides the new "Get verified" button in your own pr…
Browse files Browse the repository at this point in the history
…ofile

Closes #619
  • Loading branch information
insin committed Aug 1, 2024
1 parent 10baa28 commit e3165f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2915,6 +2915,9 @@ const configureCss = (() => {
${profileTabsList} > div > ${upsellTabLinks} {
display: none;
}
.OwnProfile [data-testid="UserName"] > div:has(> div > a[href^="/i/premium"]) {
display: none;
}
}
`)
// Hide upsell on the Likes tab in your own profile
Expand Down

0 comments on commit e3165f0

Please sign in to comment.