comparison extension/css/drive.css @ 14:6d6d9163feb7 default tip

Hide YET ANOTHER "summarize this folder" in Google Drive.
author Paul Fisher <paul@pfish.zone>
date Thu, 06 Mar 2025 23:36:15 -0500 (2 days ago)
parents 2b89067741fb
children
comparison
equal deleted inserted replaced
13:e4e909f5fd65 14:6d6d9163feb7
1 /* top toolbar */ #WWNEkf, 1 /* top toolbar */ #WWNEkf,
2 /* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button, 2 /* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button,
3 /* "summarize this file" toolbar */ .iQnZTe.SMHH7, 3 /* "summarize this file" toolbar */ .iQnZTe.SMHH7,
4 /* there appears to be no easy way to hide the "summarize this file" menu item :( */ 4 /* there appears to be no easy way to hide the "summarize this file" menu item :( */
5 /* gemini toolbar */ .vfUWtf, 5 /* gemini toolbar */ .vfUWtf,
6 /* "summarize this folder" */ #summarizeFolder { 6 /* "summarize this folder" */ #summarizeFolder,
7 /* "summarize this folder" again */ .De8rPe {
7 display: none !important; 8 display: none !important;
8 } 9 }