From 555d6068abd24b69116347d5af9333d54b5ec9a3 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 27 Jun 2021 17:41:20 +1000 Subject: [PATCH] misc google & wikipedia changes --- manifest.json | 2 +- styles/google.com.css | 1 + styles/wikipedia.org.css | 10 ++++++++++ updates.json | 4 ++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fed4f81..a837fa4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "injections", - "version": "1.3", + "version": "1.4", "description": "misc CSS injections.", "icons": { "48": "icons/icon48.png", diff --git a/styles/google.com.css b/styles/google.com.css index e33137d..4a5af5e 100644 --- a/styles/google.com.css +++ b/styles/google.com.css @@ -13,6 +13,7 @@ .IsZvec, .appbar, .dbg0pd, + .cG5GOd, .sfbg, .yg51vc, .F9PbJd, diff --git a/styles/wikipedia.org.css b/styles/wikipedia.org.css index 475a924..9ed3f8e 100644 --- a/styles/wikipedia.org.css +++ b/styles/wikipedia.org.css @@ -37,6 +37,10 @@ /* selected header tab */ background: #37393f; } + #searchInput::placeholder { + /* searchbox */ + color: #3A3C3E; + } #content { /* main page */ background: #37393f; @@ -54,6 +58,12 @@ /* quick info box */ background-color: #37393f !important; } + table.ambox, + .ambox { + /* article messagebox */ + background-color: #27292F; + color: #eaeaea; + } .toc, .tocnumber { /* table of contents */ diff --git a/updates.json b/updates.json index 7e872eb..7c55687 100644 --- a/updates.json +++ b/updates.json @@ -28,6 +28,10 @@ { "version": "1.3", "update_link": "https://github.com/italicsjenga/injections/releases/download/1.3/injections-1.3.xpi" + }, + { + "version": "1.4", + "update_link": "https://github.com/italicsjenga/injections/releases/download/1.4/injections-1.4.xpi" } ] }