Skip to content

Commit

Permalink
Fixed Extension Button on URL-Bar
Browse files Browse the repository at this point in the history
Special thanks: @Blu3Jive001 for helping.
  • Loading branch information
alfaaarex committed Nov 16, 2021
1 parent cb4e8be commit bb02b2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,9 @@ searchbar#searchbar {
color: unset !important;
}

/*==Extension-alert-fix==*/
#identity-box > .identity-box-button,
.tab-secondary-label {
display: none !important;
}

0 comments on commit bb02b2f

Please sign in to comment.