Skip to content

Commit

Permalink
hide unfollowers page when hiding followers
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 12, 2023
1 parent 153054e commit 1ee2b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/header/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ function hideStuff() {
#user-followers-div { display: none !important; }
#profile-stat-followers-link { display: none !important; }
#profile-stat-follower-mobile-out { display: none !important; }
#navbar-user-menu-unfollowers { display: none !important; }
`;
}
if(vars.showBookmarkCount && vars.seeTweetViews) {
Expand Down

0 comments on commit 1ee2b76

Please sign in to comment.