Updated GitHub script to remove an overlay
This commit is contained in:
parent
3ff24a2c35
commit
51d5492ccf
|
@ -1,5 +1,5 @@
|
||||||
// GitHub CSS fixes
|
// GitHub CSS fixes
|
||||||
// version 1.2
|
// version 1.3
|
||||||
// 2022-06-04
|
// 2022-06-04
|
||||||
// Copyright (c) 2021 Created by Georgios Sokianos
|
// Copyright (c) 2021 Created by Georgios Sokianos
|
||||||
// Released under the GPL license
|
// Released under the GPL license
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
// @namespace none
|
// @namespace none
|
||||||
// @description Fixes css in GitHub
|
// @description Fixes css in GitHub
|
||||||
// @include https://github.com/*
|
// @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
|
// @url https://ko-fi.com/walkero
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ div.Layout-main .Box-header, \
|
||||||
div.Layout-main .Box { border-color: #c1c1c1 !important; } \
|
div.Layout-main .Box { border-color: #c1c1c1 !important; } \
|
||||||
div.js-details-container div.Box-row { border-color: #c1c1c1; clear: both; } \
|
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; } \
|
.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],
|
var head = document.head || document.getElementsByTagName('head')[0],
|
||||||
|
|
Loading…
Reference in New Issue