Skip to content

Commit

Permalink
hide imdb events from search's top result
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Jun 13, 2024
1 parent 02304ac commit 5f586f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/main/components/titlebar/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ nav#imdbHeader {
#ublock[domain="m.imdb.com"]a[aria-label="Use app"] {
display: none;
}

// hide imdb events from search's top result
li.react-autosuggest__suggestion--first:has(> a:not([href^="/name"]):not([href^="/title"])) {
display: none;
}
}

0 comments on commit 5f586f8

Please sign in to comment.