Google Icons Remover

Removes icons (favicons) from top of each search result. Saves vertical space.

  1. /* ==UserStyle==
  2. @name Google Icons Remover
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.0
  5. @description Removes icons (favicons) from top of each search result. Saves vertical space.
  6. @author Doron Gold
  7. ==/UserStyle== */
  8. @-moz-document regexp("^https://www\\.google\\.[^/]*/.*") {
  9. .g div.yuRUbf a > h3 + div > .H9lube,
  10. .g div.yuRUbf a > h3 + div > div > span,
  11. .g div.yuRUbf a + div > div > span,
  12. .g div.yuRUbf a + div > div > div > span {
  13. display: none;
  14. }
  15. .g div.yuRUbf a > h3,
  16. .g div.yuRUbf a + div > div {
  17. margin-top: 0;
  18. }
  19.  
  20. .g div.csDOgf {
  21. display: none
  22. }
  23.  
  24.  
  25. .g .DKV0Md {
  26. padding-top: 0px;
  27. }
  28.  
  29. .g .MjjYud {
  30. display: none;
  31. visibility: hidden;
  32. }
  33. }