Browser extension to hide view-reducing screen junk from websites.

bannerbanner/extension/ icon_enabled.svg
13 lines
808 B

  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1" viewBox="0 0 20 20" width="20" height="20">
  2. <defs>
  3. <clipPath id="b">
  4. <use width="100%" height="100%" xlink:href="#a"/>
  5. </clipPath>
  6. </defs>
  7. <g color="#000" transform="translate(-12 -11)">
  8. <rect style="marker:none" width="17" height="4" x="13" y="25" fill="#cccccc" clip-path="url(#b)" overflow="visible" ry="0" transform="matrix(1.00048 0 0 1.3584 0 -10)"/>
  9. <rect style="marker:none" width="17" height="4" x="13" y="12" fill="#cccccc" clip-path="url(#b)" overflow="visible" ry="0" transform="matrix(.99987 0 0 1.57087 0 -7)"/>
  10. <rect style="marker:none" id="a" width="18" height="18" x="13" y="12" fill="none" stroke="#999" stroke-width="2" overflow="visible" ry="3"/>
  11. </g>
  12. </svg>