From 33a1bd90f00997897d027344161bd80a701f47fb Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Mon, 28 Jun 2021 17:19:34 +1000 Subject: [PATCH] more google fixes smh --- manifest.json | 2 +- styles/google.com.css | 7 ++++++- updates.json | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b16e1da..28085c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "injections", - "version": "1.5", + "version": "1.6", "description": "misc CSS injections.", "icons": { "48": "icons/icon48.png", diff --git a/styles/google.com.css b/styles/google.com.css index 4e1a424..5eaa297 100644 --- a/styles/google.com.css +++ b/styles/google.com.css @@ -19,6 +19,10 @@ .F9PbJd, .k24kee, .Cx1ZMc, + .vk_c, + .vk_bk, + .FalWJb, + .f3LoEf, .yDYNvb.lyLwlc, .yyjhs, .Ss2Faf, @@ -95,9 +99,10 @@ .cXedhc, .uo4vr, .s, + .vk_gy, .KFFQ0c .YfftMc a { /* misc lil grey text */ - color: #bfbfbf; + color: #bfbfbf !important; } .commercial-unit-desktop-top { /* shopping ads */ diff --git a/updates.json b/updates.json index 6b8faab..329126e 100644 --- a/updates.json +++ b/updates.json @@ -36,6 +36,10 @@ { "version": "1.5", "update_link": "https://github.com/italicsjenga/injections/releases/download/1.5/injections-1.5.xpi" + }, + { + "version": "1.6", + "update_link": "https://github.com/italicsjenga/injections/releases/download/1.6/injections-1.6.xpi" } ] }