Scramjet (Beta)
-
- Scramjet is an experimental interception based web proxy that aims to
- be the successor to Ultraviolet.
-
diff --git a/config.json b/config.json index 9cab5d35..95b68ae0 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "title": "HU LTS", "host": "0.0.0.0", - "minifyScripts": true, + "minifyScripts": false, "randomizeIdentifiers": true, "production": false } diff --git a/views/assets/css/styles-1735118314.css b/views/assets/css/styles-1735118314.css index 46327014..231a1c1b 100644 --- a/views/assets/css/styles-1735118314.css +++ b/views/assets/css/styles-1735118314.css @@ -389,7 +389,7 @@ details[open] summary { background-image: url('/assets/svg/new.svg'); background-size: contain; background-repeat: no-repeat; - image-rendering: -webkit-optimize-contrast; /* Better SVG rendering */ + image-rendering: -webkit-optimize-contrast; vertical-align: middle; } @@ -527,9 +527,9 @@ details[open] summary { font-family: 'Figtree', sans-serif; display: flex; flex-direction: column; - backdrop-filter: blur(10px); /* Frosted glass effect */ - -webkit-backdrop-filter: blur(10px); /* For Safari */ - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add some shadow for depth */ + backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } .settings-header { @@ -970,10 +970,10 @@ input[type='text'] { .no-select, .comment, .mac-content br { - user-select: none; /* Prevent text selection */ - -webkit-user-select: none; /* For Safari */ - -moz-user-select: none; /* For Firefox */ - -ms-user-select: none; /* For Internet Explorer/Edge */ + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } .mac-content { @@ -1330,8 +1330,8 @@ iner .splashstrokeheader { overflow: hidden; text-align: left; box-sizing: border-box; - backdrop-filter: blur(10px); /* Frosted glass effect */ - -webkit-backdrop-filter: blur(10px); /* For Safari */ + backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); } .box-card::after { @@ -1615,18 +1615,35 @@ iner .splashstrokeheader { /* ----------------------------------------------- /* Proxy Pages /* ----------------------------------------------- */ +.pr-logo { + width: 100%; + max-width: 310px; + height: auto; + margin: 0 auto 30px auto; +} + +.pr-tippy { + color: rgb(255, 136, 142); +} + +.advanced-settings, label { + vertical-align: auto; + margin-inline-end: 20px; +} .pr-form { + margin-top: 30px; margin-bottom: 16px; } .pr-form input { background-color: var(--nord0); - border: 1px solid var(--nord0); + border: 1px solid var(--nord1); } .pr-form input, -.pr-form a { +.pr-form a, +.pr-form select { vertical-align: baseline; outline: none; border-radius: 5px; @@ -1656,6 +1673,7 @@ iner .splashstrokeheader { text-decoration: none; display: inline-block; background-color: var(--nord0); + border: 1px solid var(--nord1) !important; transition: 0.3s ease-in-out; -webkit-transition: 0.3s ease-in-out; } @@ -1664,6 +1682,40 @@ iner .splashstrokeheader { background-color: var(--nord2); } +#wisp-box .table-header { + display: flex; + background-color: #f0f0f0; + padding: 8px; + border-bottom: 1px solid #ddd; +} + +#wisp-box .table-row { + display: flex; + padding: 8px; + border-bottom: 1px solid #ddd; +} + +#wisp-box .table-cell { + flex: 1; + padding: 8px; +} + +#wisp-box .table-cell:nth-child(1) { + width: 20%; +} + +#wisp-box .table-cell:nth-child(2) { + width: 40%; +} + +#wisp-box .table-cell:nth-child(3) { + width: 20%; +} + +#wisp-box .table-cell:nth-child(4) { + width: 20%; +} + /* Used on the Games and YouTube pages. */ .responsive-fix { padding: 20px; diff --git a/views/pages/proxnav/scramjet.html b/views/pages/proxnav/scramjet.html index 579d2e53..e0a126fa 100644 --- a/views/pages/proxnav/scramjet.html +++ b/views/pages/proxnav/scramjet.html @@ -98,34 +98,101 @@ + +
+
+ Scramjet is a web proxy designed with performance and security in mind to evade internet censorship,
bypass arbitrary web browser restrictions and innovate web proxy technologies.
+ This allows you to browse various websites with higher level of privacy
and access popular resources like Discord, GeForce NOW, Twitter and YouTube on restricted networks.
+
Wisp Protocol Transport (?)
+
- Scramjet is an experimental interception based web proxy that aims to
- be the successor to Ultraviolet.
-