Guest User

Untitled

a guest
Dec 4th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @-moz-document domain("imdb.com") {
  2.  
  3. /* Removing the Useless Videos from the IMDb Search Autocomplete */
  4.  
  5.  
  6. /* This removes Video Thumbnail Lines */
  7. .navbar-suggestionsearch__video-group {
  8. display:none !important;
  9. }
  10.  
  11.  
  12. /* This removes the the See All Videos icon */
  13. .navbar-suggestionsearch__see-all-videos-icon {
  14. display:none !important;
  15. }
  16.  
  17.  
  18. /* This removes the the See All Videos line */
  19. .navbar-suggestionsearch__all-videos-link {
  20. display:none !important;
  21. }
  22.  
  23. }
Add Comment
Please, Sign In to add comment