comparison extension/manifest.json @ 12:f62ccc5b03c8

Hide more items and fix URL patterns. - Hides a bunch of Gemini menu items and buttons within Sheets and Docs. (Thanks, Laura!) - Fixes multilogin issues / the fact that things wouldn't hide when you when to docs.new / sheets.new / slides.new. (Thanks, Ben!)
author Paul Fisher <paul@pfish.zone>
date Tue, 11 Feb 2025 23:11:21 -0500
parents ad2ca744bcbb
children e4e909f5fd65
comparison
equal deleted inserted replaced
11:ad2ca744bcbb 12:f62ccc5b03c8
23 }, 23 },
24 { 24 {
25 "css": ["css/docs.css"], 25 "css": ["css/docs.css"],
26 "matches": [ 26 "matches": [
27 "https://docs.google.com/document/d/*", 27 "https://docs.google.com/document/d/*",
28 "https://docs.google.com/document/u/*/d/*",
29 "https://docs.google.com/document/create",
30 "https://docs.google.com/document/create?*",
31 "https://docs.google.com/document/u/*/create",
32 "https://docs.google.com/document/u/*/create?*",
28 "https://docs.google.com/presentation/d/*", 33 "https://docs.google.com/presentation/d/*",
29 "https://docs.google.com/spreadsheets/d/*" 34 "https://docs.google.com/presentation/u/*/d/*",
35 "https://docs.google.com/presentation/create",
36 "https://docs.google.com/presentation/create?*",
37 "https://docs.google.com/presentation/u/*/create",
38 "https://docs.google.com/presentation/u/*/create?*",
39 "https://docs.google.com/spreadsheets/d/*",
40 "https://docs.google.com/spreadsheets/u/*/d/*",
41 "https://docs.google.com/spreadsheets/create",
42 "https://docs.google.com/spreadsheets/create?*",
43 "https://docs.google.com/spreadsheets/u/*/create",
44 "https://docs.google.com/spreadsheets/u/*/create?*"
30 ] 45 ]
31 }, 46 },
32 { 47 {
33 "css": ["css/drive.css"], 48 "css": ["css/drive.css"],
34 "matches": [ 49 "matches": [
35 "https://drive.google.com/drive/*", 50 "https://drive.google.com/drive/*",
36 "https://drive.google.com/file/d/*" 51 "https://drive.google.com/file/d/*",
52 "https://drive.google.com/file/u/*/d/*"
37 ] 53 ]
38 }, 54 },
39 { 55 {
40 "css": ["css/mail.css"], 56 "css": ["css/mail.css"],
41 "matches": [ 57 "matches": [