Update User-Agent

This commit is contained in:
Stian 2025-05-31 17:13:50 +02:00
parent 733b220424
commit f6b398ff9d

View File

@ -2691,6 +2691,7 @@ var View = (function () {
'.' + ATTRIBUTE.CURSOR_ID + ' {',
' outline: 3px solid gold !important;',
' outline-offset: -3px !important;',
' opacity: unset !important;',
' background-color: rgba(255, 255, 0, 0.4) !important;',
'}',
'img.' + ATTRIBUTE.CURSOR_ID + ' {',
@ -2880,11 +2881,10 @@ function displayUrl(cursor) {
'z-index: 9999;',
'left: 0px;',
'bottom: 0px;',
'min-width: 35%;',
'padding: 3px 3px 0 3px;',
'padding: 5px;',
'color: #ececec;',
'background-color: #26272A;',
'border-radius: 0;',
'border-radius: 2px;',
'font-family: Meiryo, Helvetica, sans-serif;',
'font-size: 11.5px;',
'text-align: left;'