# HG changeset patch # User Paul Fisher # Date 1765665923 18000 # Node ID 1e534f4307480e960d6cac3cad8961348b785fb3 # Parent 5154b73e55092f39f5b88d46183071b40ce9174b Hide slop in developers.google.com. diff -r 5154b73e5509 -r 1e534f430748 extension/css/developers.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extension/css/developers.css Sat Dec 13 17:45:23 2025 -0500 @@ -0,0 +1,7 @@ +/* AI page summary */ devsite-key-takeaways-panel, +/* Chat summary thing */ .devsite-concierge-ai-panel--menu-item, +/* "Code tutor" */ devsite-code-tutorial, +/* AI summary in search results */ devsite-search-summary +{ + display: none !important; +} diff -r 5154b73e5509 -r 1e534f430748 extension/manifest.json --- a/extension/manifest.json Thu Dec 11 21:31:15 2025 -0500 +++ b/extension/manifest.json Sat Dec 13 17:45:23 2025 -0500 @@ -26,6 +26,12 @@ ] }, { + "css": ["css/developers.css"], + "matches": [ + "https://developers.google.com/*" + ] + }, + { "css": ["css/docs.css"], "matches": [ "https://docs.google.com/document/d/*",