From 51d5492ccfdad3d11f6b6b3609d128e7d2126856 Mon Sep 17 00:00:00 2001 From: George Sokianos Date: Thu, 3 Nov 2022 21:26:27 +0000 Subject: [PATCH] Updated GitHub script to remove an overlay --- github.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/github.js b/github.js index 037e8e3..5a9e2d7 100644 --- a/github.js +++ b/github.js @@ -1,5 +1,5 @@ // GitHub CSS fixes -// version 1.2 +// version 1.3 // 2022-06-04 // Copyright (c) 2021 Created by Georgios Sokianos // Released under the GPL license @@ -10,7 +10,7 @@ // @namespace none // @description Fixes css in GitHub // @include https://github.com/* -// @version $VER: GitHub CSS fixes 1.2 (04.06.2022) +// @version $VER: GitHub CSS fixes 1.3 (03.11.2022) // @url https://ko-fi.com/walkero // ==/UserScript== @@ -52,6 +52,7 @@ div.Layout-main .Box-header, \ div.Layout-main .Box { border-color: #c1c1c1 !important; } \ div.js-details-container div.Box-row { border-color: #c1c1c1; clear: both; } \ .header-search input.header-search-input { float: left; border: 1px solid #c1c1c1; color: black; } \ +.Overlay--hidden.Overlay-backdrop--center {display: none !important;} \ '; var head = document.head || document.getElementsByTagName('head')[0],