hide-source-indicator-for-extensions.patch 630 B

12345678910111213141516171819
  1. ## This patch hides the badges on the chrome://extensions/ page,
  2. # which show a source-indicator for e.g. "Unpacked extension",
  3. # or "Not from Chrome Web Store."
  4. # See also https://github.com/Eloston/ungoogled-chromium/issues/1552
  5. #
  6. # When using this patch there is no need to also apply the
  7. # subtle-source-indicator-for-extensions.patch - as no indicator is shown.
  8. ##
  9. --- a/chrome/browser/resources/extensions/item.html
  10. +++ b/chrome/browser/resources/extensions/item.html
  11. @@ -136,6 +136,7 @@
  12. margin-inline-start: 24px;
  13. margin-top: 24px;
  14. position: absolute;
  15. + display: none;
  16. }
  17. .source-icon-wrapper {