Mercurial > personal > no-gemini
annotate extension/css/drive.css @ 8:42cdeba9bdb9
Add summarize button in Sheets and AI elements in Ads.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 21 Jan 2025 17:21:22 -0500 |
parents | cf7ff331dacc |
children |
rev | line source |
---|---|
1
eadd1318ddd6
Add Drive file pages + build script.
Paul Fisher <paul@pfish.zone>
parents:
0
diff
changeset
|
1 /* top toolbar */ #WWNEkf, |
7
cf7ff331dacc
Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
2 /* in-file toolbar (e.g., opened PDF) */ #viewer-sidekick-button, |
cf7ff331dacc
Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
3 /* "summarize this file" toolbar */ .iQnZTe.SMHH7, |
cf7ff331dacc
Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
4 /* there appears to be no easy way to hide the "summarize this file" menu item :( */ |
cf7ff331dacc
Add new "summarize this file" that has appeared in Drive.
Paul Fisher <paul@pfish.zone>
parents:
1
diff
changeset
|
5 /* gemini toolbar */ .vfUWtf { |
0 | 6 display: none !important; |
7 } |