Updated GitHub script to remove an overlay

This commit is contained in:
George Sokianos 2022-11-03 21:26:27 +00:00
parent 3ff24a2c35
commit 51d5492ccf
1 changed files with 3 additions and 2 deletions

View File

@ -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],