From 0875b564131c639539698008f3657fc42053805a Mon Sep 17 00:00:00 2001 From: ngxson Date: Sun, 28 Apr 2024 14:08:57 +0200 Subject: [PATCH] hot fix to show OAuth save button --- app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.js b/app.js index cd8c12f..aab8f18 100644 --- a/app.js +++ b/app.js @@ -16,6 +16,9 @@ const INJECTED_HTML = ` /* hide everything having the BE Feature banner */ .be-indicator-container, .limited-be {display: none !important;} + /* FIXME: hot fix to show OAuth save button #10 */ + .oauth-save-settings-button {display: inline-block !important;} + /* this should not be hidden, but let's make it more subtle */ .be-indicator { filter: saturate(0) !important;