diff --git a/stable.user.js b/stable.user.js index 085ccb2..4f01ee6 100755 --- a/stable.user.js +++ b/stable.user.js @@ -110,11 +110,29 @@ // Devel vars // ------------------------------------------------------------------------------ // forcing pages for testing. unless you test, do not set these to true! +<<<<<<< Updated upstream setVal('ISDEVEL', true) +||||||| constructed merge base + const isDevel = false + setVal('ISDEVEL', isDevel) +======= + const isDevel = true + setVal('ISDEVEL', isDevel) +>>>>>>> Stashed changes // only one of these should be true for testing +<<<<<<< Updated upstream const forceTestPage = true const forceResultPage = false const forceDefaultPage = false +||||||| constructed merge base + const forceTestPage = isDevel && false + const forceResultPage = isDevel && false + const forceDefaultPage = isDevel && false +======= + const forceTestPage = isDevel && true + const forceResultPage = isDevel && false + const forceDefaultPage = isDevel && false +>>>>>>> Stashed changes // ------------------------------------------------------------------------------ const logElementGetting = false @@ -1930,10 +1948,10 @@ textAlign: 'center', width: width + 'px', padding: '0px', - background: '#222d32', color: '#ffffff', - border: '3px solid #99f', - borderRadius: '5px', + border: '2px solid #f2cb05', + borderRadius: '0px', + backgroundColor: '#222426', top: startFromTop + 'px', left: (window.innerWidth - width) / 2 + 'px', opacity: getVal(`${id}_opacity`), @@ -2259,9 +2277,9 @@ bottom: '30px', left: '10px', zIndex: 999999, - background: '#262626', - border: '3px solid #99f', - borderRadius: '5px', + border: '2px solid #f2cb05', + borderRadius: '0px', + backgroundColor: '#222426', opacity: getVal(`${id}_opacity`), fontSize: '14px', })