comparison extension/manifest.json @ 42:d9afec78974e

Hide a lot of new stuff across Docs, Drive, YT, and YT Studio.
author Paul Fisher <paul@pfish.zone>
date Fri, 31 Oct 2025 16:39:48 -0400
parents caa2d5a9e94f
children 1048d30d4e3e
comparison
equal deleted inserted replaced
41:caa2d5a9e94f 42:d9afec78974e
447 { 447 {
448 "css": ["css/youtube.css"], 448 "css": ["css/youtube.css"],
449 "matches": [ 449 "matches": [
450 "https://www.youtube.com/*" 450 "https://www.youtube.com/*"
451 ] 451 ]
452 },
453 {
454 "css": ["css/ytstudio.css"],
455 "matches": [
456 "https://studio.youtube.com/*"
457 ]
452 } 458 }
453 ] 459 ]
454 } 460 }