0
0

🩹 various fixes (#15)

* 🩹 use `sassc` instead of `sass`

* ✏️ fix typo "regainig"

* 🩹 remove general info part of search help popup

* 🩹 use /lookup on current domain

* 📦️ compile html

* 📦️ compile jhtml
This commit is contained in:
thetek 2021-07-29 12:55:18 +02:00 committed by GitHub
parent cdb22d6eb6
commit b4a89b2e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 453 additions and 579 deletions

500
start/html/index.css vendored
View File

@ -1,6 +1,5 @@
* {
box-sizing: border-box !important;
}
box-sizing: border-box !important; }
html, body {
background-color: #21252b;
@ -9,270 +8,216 @@ html, body {
margin: 0;
overflow-x: hidden;
padding: 0;
scrollbar-color: #4d5765 #21252b !important;
}
scrollbar-color: #4d5765 #21252b !important; }
input, button {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Inter", "Segoe UI", "Helvetica Neue", "Helvetica", sans-serif;
}
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Inter", "Segoe UI", "Helvetica Neue", "Helvetica", sans-serif; }
#content {
min-height: calc(100vh - 9rem);
}
min-height: calc(100vh - 9rem); }
#header {
height: 4rem;
padding: 0.5rem;
width: 100vw;
}
#header button {
background-color: #21252b;
border: none;
border-radius: 0.5rem;
color: #4c5666;
cursor: pointer;
float: right;
height: 3rem;
transition: all 0.3s ease;
width: 3rem;
}
#header button:hover {
background-color: #2c3139;
color: #99a2b2;
}
#header button.spaceleft {
margin-left: 1rem;
}
padding: .5rem;
width: 100vw; }
#header button {
background-color: #21252b;
border: none;
border-radius: .5rem;
color: #4c5666;
cursor: pointer;
float: right;
height: 3rem;
transition: all .3s ease;
width: 3rem; }
#header button:hover {
background-color: #2c3139;
color: #99a2b2; }
#header button.spaceleft {
margin-left: 1rem; }
#title {
margin-bottom: 5rem;
margin-top: 5rem;
text-align: center;
}
#title h1 {
font-size: 4rem;
font-weight: 200;
margin-bottom: 1rem;
}
#title h1 span {
color: #4c5666;
}
#title span {
color: #7c889c;
}
#title span a {
color: #7c889c;
}
text-align: center; }
#title h1 {
font-size: 4rem;
font-weight: 200;
margin-bottom: 1rem; }
#title h1 span {
color: #4c5666; }
#title span {
color: #7c889c; }
#title span a {
color: #7c889c; }
#search {
text-align: center;
margin-bottom: 5rem;
}
#search #searchbar .buttonspacer {
display: inline-block;
width: 3.5rem;
}
#search #searchbar input {
background-color: #2c3139;
border: none;
border-radius: 0.5rem 0 0 0.5rem;
color: #d3d7de;
font-size: 1.5rem;
font-weight: 300;
height: 3rem;
padding: 0.5rem 1rem;
transition: all 0.3s ease;
vertical-align: bottom;
}
#search #searchbar input:focus {
background-color: #373e48;
outline: none;
}
#search #searchbar button {
border: none;
cursor: pointer;
height: 3rem;
transition: all 0.3s ease;
vertical-align: bottom;
width: 3rem;
}
#search #searchbar button#dnswatch-search-submit {
background-color: #373e48;
border-radius: 0 0.5rem 0.5rem 0;
color: #7c889c;
}
#search #searchbar button#dnswatch-search-submit:hover {
background-color: #424a56;
color: #d3d7de;
}
#search #searchbar button#help {
background-color: transparent;
border-radius: 0.5rem;
color: #4c5666;
margin-left: 0.5rem;
}
#search #searchbar button#help:hover {
background-color: #2c3139;
color: #99a2b2;
}
#search small {
display: block;
margin-top: 1rem;
color: #7c889c;
}
#search #loadani {
display: none;
margin-top: 1rem;
visibility: hidden;
}
#search #loadani #spinner {
animation: 1s linear infinite spinner;
border: 2px solid transparent;
border-bottom: 2px solid #61afef;
border-radius: 0.5rem;
display: inline-block;
height: 1rem;
width: 1rem;
}
#search #loadani span {
color: #61afef;
margin-left: 0.5rem;
}
#search #invaliddomain {
color: #e06c75;
display: none;
margin-top: 1rem;
visibility: hidden;
}
#search #invaliddomain .feather {
vertical-align: -0.3rem;
}
margin-bottom: 5rem; }
#search #searchbar .buttonspacer {
display: inline-block;
width: 3.5rem; }
#search #searchbar input {
background-color: #2c3139;
border: none;
border-radius: .5rem 0 0 .5rem;
color: #d3d7de;
font-size: 1.5rem;
font-weight: 300;
height: 3rem;
padding: .5rem 1rem;
transition: all .3s ease;
vertical-align: bottom; }
#search #searchbar input:focus {
background-color: #373e48;
outline: none; }
#search #searchbar button {
border: none;
cursor: pointer;
height: 3rem;
transition: all .3s ease;
vertical-align: bottom;
width: 3rem; }
#search #searchbar button#dnswatch-search-submit {
background-color: #373e48;
border-radius: 0 .5rem .5rem 0;
color: #7c889c; }
#search #searchbar button#dnswatch-search-submit:hover {
background-color: #424a56;
color: #d3d7de; }
#search #searchbar button#help {
background-color: transparent;
border-radius: .5rem;
color: #4c5666;
margin-left: .5rem; }
#search #searchbar button#help:hover {
background-color: #2c3139;
color: #99a2b2; }
#search small {
display: block;
margin-top: 1rem;
color: #7c889c; }
#search #loadani {
display: none;
margin-top: 1rem;
visibility: hidden; }
#search #loadani #spinner {
animation: 1s linear infinite spinner;
border: 2px solid transparent;
border-bottom: 2px solid #61afef;
border-radius: .5rem;
display: inline-block;
height: 1rem;
width: 1rem; }
#search #loadani span {
color: #61afef;
margin-left: .5rem; }
#search #invaliddomain {
color: #e06c75;
display: none;
margin-top: 1rem;
visibility: hidden; }
#search #invaliddomain .feather {
vertical-align: -.3rem; }
#results small.random {
color: #4c5666;
display: block;
font-size: 0.8rem;
font-size: .8rem;
margin-top: 1rem;
text-align: center;
}
#results small.random button {
background: none;
border: none;
color: #626e83;
cursor: pointer;
font-size: 0.8rem;
outline: none;
text-decoration: underline;
}
text-align: center; }
#results small.random button {
background: none;
border: none;
color: #626e83;
cursor: pointer;
font-size: .8rem;
outline: none;
text-decoration: underline; }
#results table {
margin-left: 25vw;
width: 50vw;
}
#results table tr {
height: 3rem;
}
#results table tr td.status {
width: 3rem;
}
#results table tr td.status.check {
color: #98c379;
}
#results table tr td.status.cross {
color: #e06c75;
}
#results table tr td.status.ref {
color: #61afef;
}
#results table tr td.status.offline {
color: #d19a66;
}
#results table tr td.icon {
border-left: solid transparent 2rem;
width: 3rem;
}
#results table tr td.name small {
color: #7c889c;
margin-left: 1rem;
}
#results table tr td.desc {
text-align: right;
}
#results table tr td.desc.blocked {
color: #e06c75;
}
#results table tr td.desc.ref {
color: #61afef;
}
#results table tr td.help {
text-align: right;
width: 3rem;
}
#results table tr td.help button {
background-color: #21252b;
border: none;
border-radius: 0.5rem;
color: #4c5666;
cursor: pointer;
height: 2rem;
padding: 0.4rem;
transition: all 0.3s ease;
width: 2.1rem;
}
#results table tr td.help button:hover {
background-color: #2c3139;
color: #99a2b2;
}
#results table tr td.help button svg {
height: 1.2rem;
vertical-align: -0.2rem;
width: 1.2rem;
}
width: 50vw; }
#results table tr {
height: 3rem; }
#results table tr td.status {
width: 3rem; }
#results table tr td.status.check {
color: #98c379; }
#results table tr td.status.cross {
color: #e06c75; }
#results table tr td.status.ref {
color: #61afef; }
#results table tr td.status.offline {
color: #d19a66; }
#results table tr td.icon {
border-left: solid transparent 2rem;
width: 3rem; }
#results table tr td.name small {
color: #7c889c;
margin-left: 1rem; }
#results table tr td.desc {
text-align: right; }
#results table tr td.desc.blocked {
color: #e06c75; }
#results table tr td.desc.ref {
color: #61afef; }
#results table tr td.help {
text-align: right;
width: 3rem; }
#results table tr td.help button {
background-color: #21252b;
border: none;
border-radius: .5rem;
color: #4c5666;
cursor: pointer;
height: 2rem;
padding: .4rem;
transition: all .3s ease;
width: 2.1rem; }
#results table tr td.help button:hover {
background-color: #2c3139;
color: #99a2b2; }
#results table tr td.help button svg {
height: 1.2rem;
vertical-align: -.2rem;
width: 1.2rem; }
#info {
margin: 5rem auto;
max-width: 50rem;
width: 100vw;
}
#info h1 {
color: #61afef;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 1rem;
padding-top: 5rem;
}
#info h1 svg {
vertical-align: -0.2rem;
margin-right: 0.3rem;
}
#info p {
line-height: 1.8rem;
}
#info p a {
color: #61afef;
}
#info p b {
color: #61afef;
}
#info p br {
display: block;
margin-top: 1.2rem;
}
#info a.moreinfo {
color: #61afef;
display: block;
margin-top: 5rem;
text-align: center;
}
width: 100vw; }
#info h1 {
color: #61afef;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 1rem;
padding-top: 5rem; }
#info h1 svg {
vertical-align: -.2rem;
margin-right: .3rem; }
#info p {
line-height: 1.8rem; }
#info p a {
color: #61afef; }
#info p b {
color: #61afef; }
#info p br {
display: block;
margin-top: 1.2rem; }
#info a.moreinfo {
color: #61afef;
display: block;
margin-top: 5rem;
text-align: center; }
#footer {
color: #7c889c;
height: 9rem;
padding-top: 5rem;
text-align: center;
}
#footer a {
color: #7c889c;
}
text-align: center; }
#footer a {
color: #7c889c; }
#modal {
background-color: rgba(0, 0, 0, 0.6);
@ -283,58 +228,43 @@ input, button {
position: fixed;
top: 0;
width: 100vw;
z-index: 1000;
}
#modal #modal-content {
background-color: #21252b;
border-radius: 0.5rem;
color: #d3d7de;
margin-left: 50%;
margin-top: 25%;
max-width: 30rem;
padding: 2rem;
transform: translate(-50%, -50%);
width: 90%;
}
#modal #modal-content #modal-close {
color: #4c5666;
float: right;
transition: all 0.3s ease;
}
#modal #modal-content #modal-close:hover, #modal #modal-content #modal-close:focus {
color: #7c889c;
cursor: pointer;
text-decoration: none;
}
#modal #modal-content #modal-message {
line-height: 1.8rem;
}
#modal #modal-content #modal-message a {
color: #61afef;
text-decoration: underline;
}
#modal #modal-content #modal-message b {
color: #61afef;
}
#modal #modal-content #modal-message br {
display: block;
margin-top: 1.2rem;
}
#modal #modal-content #modal-message span {
color: #7c889c;
}
z-index: 1000; }
#modal #modal-content {
background-color: #21252b;
border-radius: .5rem;
color: #d3d7de;
margin-left: 50%;
margin-top: 25%;
max-width: 30rem;
padding: 2rem;
transform: translate(-50%, -50%);
width: 90%; }
#modal #modal-content #modal-close {
color: #4c5666;
float: right;
transition: all .3s ease; }
#modal #modal-content #modal-close:hover, #modal #modal-content #modal-close:focus {
color: #7c889c;
cursor: pointer;
text-decoration: none; }
#modal #modal-content #modal-message {
line-height: 1.8rem; }
#modal #modal-content #modal-message a {
color: #61afef;
text-decoration: underline; }
#modal #modal-content #modal-message b {
color: #61afef; }
#modal #modal-content #modal-message br {
display: block;
margin-top: 1.2rem; }
#modal #modal-content #modal-message span {
color: #7c889c; }
.uncolored-svg {
filter: invert(0.8);
}
filter: invert(0.8); }
@keyframes spinner {
0% {
transform: rotate(0deg);
}
transform: rotate(0deg); }
100% {
transform: rotate(360deg);
}
}
/*# sourceMappingURL=index.css.map */
transform: rotate(360deg); } }

View File

@ -22,6 +22,6 @@ giving them information on which ISPs are blocking their web services.<br>
We support a Free Web without Internet censorship, and so should you!</p><h1><i data-feather="tool"></i> What can I do against it?</h1><p>If you happen to be affected by Internet censorship an you're still
using your ISP's default DNS settings, we provide resources that can
help you switch to a more trustworthy and most of the time even faster
DNS, thus regainig a Free Web without censorship! Read our
DNS, thus regaining a Free Web without censorship! Read our
<a href="/tools">tutorial</a> on how to gain back your freedom in the
World Wide Web and circumvent DNS-blocking by ISPs!</p><a class="moreinfo" href="/why">More Information</a></div></div><div id="footer"><span>dns-watch.org by </span><a href="https://www.tjdev.de">tjdev.de</a><span> | </span><a href="/imprint">imprint</a></div><div id="modal"><div id="modal-content"><div id="modal-close" onclick="close_modal()"><i data-feather="x"></i></div><div id="modal-message"></div></div></div><script src="feather.js"></script>

8
start/html/index.js vendored
View File

@ -20,7 +20,11 @@ function dnswatch_search() {
// send api request
var request = new XMLHttpRequest();
request.open('POST', 'https://dns-watch.org/lookup', true);
request.open('POST',
window.location.hostname === ''
? 'https://dns-watch.org/lookup' // send request to the official website when running the .html locally
: `https://${window.location.hostname}/lookup`, // send request to /lookup if not running locally
true);
request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
request.onload = function() {
@ -166,7 +170,7 @@ function show_modal(type) {
let msg;
switch (type) {
case 'search':
msg = '<b>dns-watch.org</b> is a service that allows you to see how (mainly German) Internet Service Providers (ISPs) deal with Internet censorship. <a href="/why">More Information</a><br>In order to test a website for availability, enter the domain into the search bar and press Enter.<br><span>Try out these examples if you are unsure: gnu.org, wikipedia.org, s.to</span>';
msg = 'In order to test a website for availability, enter the domain into the search bar and press Enter.<br><span>Try out these examples if you are unsure: gnu.org, wikipedia.org, s.to</span>';
break;
case 'reference':
msg = 'In order to validate the DNS responses, we use <b>references</b>.<br>These references are from trustworthy DNS providers, such as Cloudflare or UncensoredDNS.<br>The responses of the DNS providers that should be tested (located in the bottom table) will be compared to the results from the references.'

498
start/index.css vendored
View File

@ -1,7 +1,6 @@
*stop()
* {
box-sizing: border-box !important;
}
box-sizing: border-box !important; }
html, body {
background-color: #21252b;
@ -10,270 +9,216 @@ html, body {
margin: 0;
overflow-x: hidden;
padding: 0;
scrollbar-color: #4d5765 #21252b !important;
}
scrollbar-color: #4d5765 #21252b !important; }
input, button {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Inter", "Segoe UI", "Helvetica Neue", "Helvetica", sans-serif;
}
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Inter", "Segoe UI", "Helvetica Neue", "Helvetica", sans-serif; }
#content {
min-height: calc(100vh - 9rem);
}
min-height: calc(100vh - 9rem); }
#header {
height: 4rem;
padding: 0.5rem;
width: 100vw;
}
#header button {
background-color: #21252b;
border: none;
border-radius: 0.5rem;
color: #4c5666;
cursor: pointer;
float: right;
height: 3rem;
transition: all 0.3s ease;
width: 3rem;
}
#header button:hover {
background-color: #2c3139;
color: #99a2b2;
}
#header button.spaceleft {
margin-left: 1rem;
}
padding: .5rem;
width: 100vw; }
#header button {
background-color: #21252b;
border: none;
border-radius: .5rem;
color: #4c5666;
cursor: pointer;
float: right;
height: 3rem;
transition: all .3s ease;
width: 3rem; }
#header button:hover {
background-color: #2c3139;
color: #99a2b2; }
#header button.spaceleft {
margin-left: 1rem; }
#title {
margin-bottom: 5rem;
margin-top: 5rem;
text-align: center;
}
#title h1 {
font-size: 4rem;
font-weight: 200;
margin-bottom: 1rem;
}
#title h1 span {
color: #4c5666;
}
#title span {
color: #7c889c;
}
#title span a {
color: #7c889c;
}
text-align: center; }
#title h1 {
font-size: 4rem;
font-weight: 200;
margin-bottom: 1rem; }
#title h1 span {
color: #4c5666; }
#title span {
color: #7c889c; }
#title span a {
color: #7c889c; }
#search {
text-align: center;
margin-bottom: 5rem;
}
#search #searchbar .buttonspacer {
display: inline-block;
width: 3.5rem;
}
#search #searchbar input {
background-color: #2c3139;
border: none;
border-radius: 0.5rem 0 0 0.5rem;
color: #d3d7de;
font-size: 1.5rem;
font-weight: 300;
height: 3rem;
padding: 0.5rem 1rem;
transition: all 0.3s ease;
vertical-align: bottom;
}
#search #searchbar input:focus {
background-color: #373e48;
outline: none;
}
#search #searchbar button {
border: none;
cursor: pointer;
height: 3rem;
transition: all 0.3s ease;
vertical-align: bottom;
width: 3rem;
}
#search #searchbar button#dnswatch-search-submit {
background-color: #373e48;
border-radius: 0 0.5rem 0.5rem 0;
color: #7c889c;
}
#search #searchbar button#dnswatch-search-submit:hover {
background-color: #424a56;
color: #d3d7de;
}
#search #searchbar button#help {
background-color: transparent;
border-radius: 0.5rem;
color: #4c5666;
margin-left: 0.5rem;
}
#search #searchbar button#help:hover {
background-color: #2c3139;
color: #99a2b2;
}
#search small {
display: block;
margin-top: 1rem;
color: #7c889c;
}
#search #loadani {
display: none;
margin-top: 1rem;
visibility: hidden;
}
#search #loadani #spinner {
animation: 1s linear infinite spinner;
border: 2px solid transparent;
border-bottom: 2px solid #61afef;
border-radius: 0.5rem;
display: inline-block;
height: 1rem;
width: 1rem;
}
#search #loadani span {
color: #61afef;
margin-left: 0.5rem;
}
#search #invaliddomain {
color: #e06c75;
display: none;
margin-top: 1rem;
visibility: hidden;
}
#search #invaliddomain .feather {
vertical-align: -0.3rem;
}
margin-bottom: 5rem; }
#search #searchbar .buttonspacer {
display: inline-block;
width: 3.5rem; }
#search #searchbar input {
background-color: #2c3139;
border: none;
border-radius: .5rem 0 0 .5rem;
color: #d3d7de;
font-size: 1.5rem;
font-weight: 300;
height: 3rem;
padding: .5rem 1rem;
transition: all .3s ease;
vertical-align: bottom; }
#search #searchbar input:focus {
background-color: #373e48;
outline: none; }
#search #searchbar button {
border: none;
cursor: pointer;
height: 3rem;
transition: all .3s ease;
vertical-align: bottom;
width: 3rem; }
#search #searchbar button#dnswatch-search-submit {
background-color: #373e48;
border-radius: 0 .5rem .5rem 0;
color: #7c889c; }
#search #searchbar button#dnswatch-search-submit:hover {
background-color: #424a56;
color: #d3d7de; }
#search #searchbar button#help {
background-color: transparent;
border-radius: .5rem;
color: #4c5666;
margin-left: .5rem; }
#search #searchbar button#help:hover {
background-color: #2c3139;
color: #99a2b2; }
#search small {
display: block;
margin-top: 1rem;
color: #7c889c; }
#search #loadani {
display: none;
margin-top: 1rem;
visibility: hidden; }
#search #loadani #spinner {
animation: 1s linear infinite spinner;
border: 2px solid transparent;
border-bottom: 2px solid #61afef;
border-radius: .5rem;
display: inline-block;
height: 1rem;
width: 1rem; }
#search #loadani span {
color: #61afef;
margin-left: .5rem; }
#search #invaliddomain {
color: #e06c75;
display: none;
margin-top: 1rem;
visibility: hidden; }
#search #invaliddomain .feather {
vertical-align: -.3rem; }
#results small.random {
color: #4c5666;
display: block;
font-size: 0.8rem;
font-size: .8rem;
margin-top: 1rem;
text-align: center;
}
#results small.random button {
background: none;
border: none;
color: #626e83;
cursor: pointer;
font-size: 0.8rem;
outline: none;
text-decoration: underline;
}
text-align: center; }
#results small.random button {
background: none;
border: none;
color: #626e83;
cursor: pointer;
font-size: .8rem;
outline: none;
text-decoration: underline; }
#results table {
margin-left: 25vw;
width: 50vw;
}
#results table tr {
height: 3rem;
}
#results table tr td.status {
width: 3rem;
}
#results table tr td.status.check {
color: #98c379;
}
#results table tr td.status.cross {
color: #e06c75;
}
#results table tr td.status.ref {
color: #61afef;
}
#results table tr td.status.offline {
color: #d19a66;
}
#results table tr td.icon {
border-left: solid transparent 2rem;
width: 3rem;
}
#results table tr td.name small {
color: #7c889c;
margin-left: 1rem;
}
#results table tr td.desc {
text-align: right;
}
#results table tr td.desc.blocked {
color: #e06c75;
}
#results table tr td.desc.ref {
color: #61afef;
}
#results table tr td.help {
text-align: right;
width: 3rem;
}
#results table tr td.help button {
background-color: #21252b;
border: none;
border-radius: 0.5rem;
color: #4c5666;
cursor: pointer;
height: 2rem;
padding: 0.4rem;
transition: all 0.3s ease;
width: 2.1rem;
}
#results table tr td.help button:hover {
background-color: #2c3139;
color: #99a2b2;
}
#results table tr td.help button svg {
height: 1.2rem;
vertical-align: -0.2rem;
width: 1.2rem;
}
width: 50vw; }
#results table tr {
height: 3rem; }
#results table tr td.status {
width: 3rem; }
#results table tr td.status.check {
color: #98c379; }
#results table tr td.status.cross {
color: #e06c75; }
#results table tr td.status.ref {
color: #61afef; }
#results table tr td.status.offline {
color: #d19a66; }
#results table tr td.icon {
border-left: solid transparent 2rem;
width: 3rem; }
#results table tr td.name small {
color: #7c889c;
margin-left: 1rem; }
#results table tr td.desc {
text-align: right; }
#results table tr td.desc.blocked {
color: #e06c75; }
#results table tr td.desc.ref {
color: #61afef; }
#results table tr td.help {
text-align: right;
width: 3rem; }
#results table tr td.help button {
background-color: #21252b;
border: none;
border-radius: .5rem;
color: #4c5666;
cursor: pointer;
height: 2rem;
padding: .4rem;
transition: all .3s ease;
width: 2.1rem; }
#results table tr td.help button:hover {
background-color: #2c3139;
color: #99a2b2; }
#results table tr td.help button svg {
height: 1.2rem;
vertical-align: -.2rem;
width: 1.2rem; }
#info {
margin: 5rem auto;
max-width: 50rem;
width: 100vw;
}
#info h1 {
color: #61afef;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 1rem;
padding-top: 5rem;
}
#info h1 svg {
vertical-align: -0.2rem;
margin-right: 0.3rem;
}
#info p {
line-height: 1.8rem;
}
#info p a {
color: #61afef;
}
#info p b {
color: #61afef;
}
#info p br {
display: block;
margin-top: 1.2rem;
}
#info a.moreinfo {
color: #61afef;
display: block;
margin-top: 5rem;
text-align: center;
}
width: 100vw; }
#info h1 {
color: #61afef;
font-size: 1.5rem;
font-weight: 300;
padding-bottom: 1rem;
padding-top: 5rem; }
#info h1 svg {
vertical-align: -.2rem;
margin-right: .3rem; }
#info p {
line-height: 1.8rem; }
#info p a {
color: #61afef; }
#info p b {
color: #61afef; }
#info p br {
display: block;
margin-top: 1.2rem; }
#info a.moreinfo {
color: #61afef;
display: block;
margin-top: 5rem;
text-align: center; }
#footer {
color: #7c889c;
height: 9rem;
padding-top: 5rem;
text-align: center;
}
#footer a {
color: #7c889c;
}
text-align: center; }
#footer a {
color: #7c889c; }
#modal {
background-color: rgba(0, 0, 0, 0.6);
@ -284,56 +229,43 @@ input, button {
position: fixed;
top: 0;
width: 100vw;
z-index: 1000;
}
#modal #modal-content {
background-color: #21252b;
border-radius: 0.5rem;
color: #d3d7de;
margin-left: 50%;
margin-top: 25%;
max-width: 30rem;
padding: 2rem;
transform: translate(-50%, -50%);
width: 90%;
}
#modal #modal-content #modal-close {
color: #4c5666;
float: right;
transition: all 0.3s ease;
}
#modal #modal-content #modal-close:hover, #modal #modal-content #modal-close:focus {
color: #7c889c;
cursor: pointer;
text-decoration: none;
}
#modal #modal-content #modal-message {
line-height: 1.8rem;
}
#modal #modal-content #modal-message a {
color: #61afef;
text-decoration: underline;
}
#modal #modal-content #modal-message b {
color: #61afef;
}
#modal #modal-content #modal-message br {
display: block;
margin-top: 1.2rem;
}
#modal #modal-content #modal-message span {
color: #7c889c;
}
z-index: 1000; }
#modal #modal-content {
background-color: #21252b;
border-radius: .5rem;
color: #d3d7de;
margin-left: 50%;
margin-top: 25%;
max-width: 30rem;
padding: 2rem;
transform: translate(-50%, -50%);
width: 90%; }
#modal #modal-content #modal-close {
color: #4c5666;
float: right;
transition: all .3s ease; }
#modal #modal-content #modal-close:hover, #modal #modal-content #modal-close:focus {
color: #7c889c;
cursor: pointer;
text-decoration: none; }
#modal #modal-content #modal-message {
line-height: 1.8rem; }
#modal #modal-content #modal-message a {
color: #61afef;
text-decoration: underline; }
#modal #modal-content #modal-message b {
color: #61afef; }
#modal #modal-content #modal-message br {
display: block;
margin-top: 1.2rem; }
#modal #modal-content #modal-message span {
color: #7c889c; }
.uncolored-svg {
filter: invert(0.8);
}
filter: invert(0.8); }
@keyframes spinner {
0% {
transform: rotate(0deg);
}
transform: rotate(0deg); }
100% {
transform: rotate(360deg);
}
}
transform: rotate(360deg); } }

8
start/index.js vendored
View File

@ -21,7 +21,11 @@ function dnswatch_search() {
// send api request
var request = new XMLHttpRequest();
request.open('POST', 'https://dns-watch.org/lookup', true);
request.open('POST',
window.location.hostname === ''
? 'https://dns-watch.org/lookup' // send request to the official website when running the .html locally
: `https://${window.location.hostname}/lookup`, // send request to /lookup if not running locally
true);
request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
request.onload = function() {
@ -167,7 +171,7 @@ function show_modal(type) {
let msg;
switch (type) {
case 'search':
msg = '<b>dns-watch.org</b> is a service that allows you to see how (mainly German) Internet Service Providers (ISPs) deal with Internet censorship. <a href="/why">More Information</a><br>In order to test a website for availability, enter the domain into the search bar and press Enter.<br><span>Try out these examples if you are unsure: gnu.org, wikipedia.org, s.to</span>';
msg = 'In order to test a website for availability, enter the domain into the search bar and press Enter.<br><span>Try out these examples if you are unsure: gnu.org, wikipedia.org, s.to</span>';
break;
case 'reference':
msg = 'In order to validate the DNS responses, we use <b>references</b>.<br>These references are from trustworthy DNS providers, such as Cloudflare or UncensoredDNS.<br>The responses of the DNS providers that should be tested (located in the bottom table) will be compared to the results from the references.'

2
start/index.php vendored
View File

@ -21,6 +21,6 @@ giving them information on which ISPs are blocking their web services.<br>
We support a Free Web without Internet censorship, and so should you!</p><h1><i data-feather="tool"></i> What can I do against it?</h1><p>If you happen to be affected by Internet censorship an you're still
using your ISP's default DNS settings, we provide resources that can
help you switch to a more trustworthy and most of the time even faster
DNS, thus regainig a Free Web without censorship! Read our
DNS, thus regaining a Free Web without censorship! Read our
<a href="/tools">tutorial</a> on how to gain back your freedom in the
World Wide Web and circumvent DNS-blocking by ISPs!</p><a class="moreinfo" href="/why">More Information</a></div></div><div id="footer"><span>dns-watch.org by </span><a href="https://www.tjdev.de">tjdev.de</a><span> | </span><a href="/imprint">imprint</a></div><div id="modal"><div id="modal-content"><div id="modal-close" onclick="close_modal()"><i data-feather="x"></i></div><div id="modal-message"></div></div></div>

View File

@ -20,7 +20,11 @@ function dnswatch_search() {
// send api request
var request = new XMLHttpRequest();
request.open('POST', 'https://dns-watch.org/lookup', true);
request.open('POST',
window.location.hostname === ''
? 'https://dns-watch.org/lookup' // send request to the official website when running the .html locally
: `https://${window.location.hostname}/lookup`, // send request to /lookup if not running locally
true);
request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
request.onload = function() {
@ -166,7 +170,7 @@ function show_modal(type) {
let msg;
switch (type) {
case 'search':
msg = '<b>dns-watch.org</b> is a service that allows you to see how (mainly German) Internet Service Providers (ISPs) deal with Internet censorship. <a href="/why">More Information</a><br>In order to test a website for availability, enter the domain into the search bar and press Enter.<br><span>Try out these examples if you are unsure: gnu.org, wikipedia.org, s.to</span>';
msg = 'In order to test a website for availability, enter the domain into the search bar and press Enter.<br><span>Try out these examples if you are unsure: gnu.org, wikipedia.org, s.to</span>';
break;
case 'reference':
msg = 'In order to validate the DNS responses, we use <b>references</b>.<br>These references are from trustworthy DNS providers, such as Cloudflare or UncensoredDNS.<br>The responses of the DNS providers that should be tested (located in the bottom table) will be compared to the results from the references.'

View File

@ -52,7 +52,7 @@
| If you happen to be affected by Internet censorship an you're still
| using your ISP's default DNS settings, we provide resources that can
| help you switch to a more trustworthy and most of the time even faster
| DNS, thus regainig a Free Web without censorship! Read our
| DNS, thus regaining a Free Web without censorship! Read our
| <a href="/tools">tutorial</a> on how to gain back your freedom in the
| World Wide Web and circumvent DNS-blocking by ISPs!

View File

@ -16,7 +16,7 @@ mv temp ../html/index.html
echo "<script src=\"feather.js\"></script>" >> ../html/index.html
# compile sass
sass ../src/index.sass ../html/index.css
sassc ../src/index.sass ../html/index.css
# move js
cp ../src/*.js ../html

View File

@ -15,7 +15,7 @@ echo "*title(\"dnswatch\")
mv temp ../index.php
# compile sass
sass ../src/index.sass ../index.css --no-source-map
sassc ../src/index.sass ../index.css #--no-source-map
echo '*stop()' | cat - ../index.css > temp
mv temp ../index.css