Skip to content
Snippets Groups Projects

Update infoblock for found redirects; handle and show cookies

Merged Hahn Axel (hahn) requested to merge handle-cookies into master
3 files
+ 69
13
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -30,6 +30,9 @@
--txt-warning-bg: #fda;
--txt-warning-color: #651;
--txt-redirect-bg: #e0e8f0;
--txt-redirect-color: default;
--txt-alias-color: #89a;
--http-301-color: #a55;
@@ -100,7 +103,7 @@ ol.error{padding-left: 2em;}
.status{padding: 0.5em 1em; border-left: 5px solid; font-size: 125%; border-top-right-radius: 0.7em;}
.status-ok{background: var(--txt-ok-bg); color: var(--txt-ok-color);}
.status-redirect{background: var(--txt-warning-bg); color: var(--txt-warning-color);}
.status-redirect{background: var(--txt-redirect-bg); color: var(--txt-redirect-color);}
.status-error{background: var(--txt-error-bg); color: var(--txt-error-color);}
.statuscode{background: var(--txt-statuscode-bg); font-size: 150%;}
@@ -108,6 +111,8 @@ ol.error{padding-left: 2em;}
.location::before{content:' 🌐 '; background-color: var(--txt-location-before-bg);}
.debug{color:var(--txt-debug-color);}
.allJumps{display: flex; overflow: auto; padding-bottom: 1em; margin-bottom: 2em;;}
.allJumps div.redirectstatus{display: inline-block;margin-top: 1em;}
.box{display: inline-block; border: 1px solid rgba(0,0,0,0.1); padding: 0.3em; margin: 0em; text-align: center; border-radius: 0.25em;}
.overlay{position: fixed; margin: 0; width: 100%; height: 100%; top: 0; left: 0; background: var(--overlay-bg); overflow: scroll; display: none;}
Loading