Notes
Notes - notes.io |
<html>
<head>
<title>Whisper's Proxy</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- header font -->
<link href="//fonts.googleapis.com/css?family=Nunito" rel="stylesheet" type="text/css">
<!-- body font -->
<link href="//fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<style type="text/css">
/* fonts */
body {
font-family: 'Montserrat', arial, serif;
letter-spacing: 1px;
}
h1 {
font-family: 'Nunito', arial, serif;
letter-spacing: 2px;
}
h2,
h3,
h4,
h5,
h6 {
letter-spacing: 2px;
font-weight: normal;
}
/* colors */
body {
background-color: white;
}
a {
color: #62BECB;
}
a:hover {
color: #82DEEB
}
#error {
border: 1px dotted white;
background: brown;
}
.navbar-header {
background-color: #545353;
width: 100%
}
/* stripes and borders */
.main {
}
.p {
color: #32a4d9
}
.footer {
min-height: 60px;
background-repeat: repeat-x;
background-position: bottom left;
.container {
border-style: solid;
border-width: 1px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
overflow: hidden;
/* otherwise the background image appears on top of the curved border */
}
/* layout */
body {
text-align: center;
}
.container {
width: 760px;
margin: 40px auto;
text-align: left;
max-width: calc(100% - 10px);
}
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0;
}
ul {
line-height: 150%;
}
ul,
p {
margin-top: 5px;
margin-bottom: 0;
}
.main,
.footer {
padding: 1px 10px 0 10px;
}
#error {
display: none;
padding: 5px 10px;
margin: 30px 10px;
}
form ul {
list-style-type: none;
padding-left: 25px;
}
input[type=text] {
width: 640px;
max-width: calc(100% - 8em)
}
.footer {
position: relative;
clear: both;
}
.footer p {
margin: 0;
position: absolute;
bottom: 10px;
right: 10px;
padding-left: 10px;
}
</style>
</head>
<body>
<div class="container">
<div class="jumbotron"
<div class="main">
<h1>Whisper's Proxy</h1>
<div id="error"></div>
<form action="no-js" method="get" id="unblocker-form">
<p>
URL:
<input type="text" id="url" name="url" autofocus="autofocus" required> <br>
<input type="checkbox" name="check1" value="I understand that this site can be in maintenance, or be down entirely at ANY time." required> I understand that this site can be in maintenance, or be down entirely at ANY time.<br>
<input type="submit" value="Go" class="btn-success">
</p>
</form>
<h3>Adapted from Nathan Freidly's Node Unblocker</h3>
<p>Whisper's Proxy is a web proxy, similar to CGIProxy, PHProxy, or Glype, that allows users to evade filters and censorship and access blocked websites. </p>
<p>It's designed to be extremely fast and compatible: It processes the data on-the-fly rather than buffering the entire response, and it only modifies URLs when necessary - relative ones will "just work". </p>
</div>
<div class="footer">
<p>This website can be down at any moment.</p>
</div>
<nav class="navbar navbar-dark bg-dark navbar-fixed-top">
<div class="navbar-header">
<a href="#" class="navbar-brand">Web Unblocker</a>
<ul class="nav navbar-nav">
<li><a href="index.html"><font color="white">Home</font></a></li>
<li><a href="Working Sites.html"><font color="white">Working/Non-Working Sites</font></a></li>
<li><a href="Changelog.html"><font color="white">Changelog</font></a></li>
<li><a href="Contact Us.html"><font color="white">Contact Us</font></a></li>
</ul>
</ul>
</nav>
</div>
</div>
</div>
<script>
function $(id){
return document.getElementById(id);
}
$('unblocker-form').onsubmit = function(){
var url = $('url').value;
if(url.substr(0,4) != "http"){
url = "http://" + url;
}
window.location.pathname = 'proxy/' + url;
return false;
};
function checkError(){
var search = window.location.search;
var start = search.indexOf('error=');
if(start > -1){
var stop = search.indexOf('&', start);
if(stop == -1){ stop = undefined; }
// +6 for "error="
var err = search.substr(start+6, stop);
var $error = $('error');
$error.innerText = $error.textContent = decodeURIComponent(err);
$error.style.display = "block";
}
}
window.onload = function() {
$('url').focus();
checkError();
}
</script>
</body>
</html>
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team