-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b81407f
Showing
1 changed file
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | ||
<title>communist insults</title> | ||
<style> | ||
dco {color:#E9EC54;} | ||
rco {color:#ff6600;} | ||
qco {color:#B387FF;} | ||
green {color: #00cc00;} | ||
blue {color: #5555ff;} | ||
lightred {color: #ff6666;} | ||
red {color: #ff4444;} | ||
lightgreen {color: #b3ffb3;} | ||
.alignright { | ||
float: right; | ||
} | ||
.alignleft { | ||
float: left; | ||
} | ||
quotequestion{ | ||
margin:20px; | ||
padding:5px; | ||
display:block; | ||
background-color:#444; | ||
border: 1px solid black; | ||
} | ||
quotedco{color:#e9ec54} | ||
quoteqco{color:#b387ff} | ||
quoteaco{color:#ffffff; font-weight:normal;} | ||
|
||
|
||
</style> | ||
<body style="word-wrap: break-word;" bgcolor="#323232" text="white" link="#00FF00" vlink="#67FF79"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h1>communist insults</h1> | ||
|
||
|
||
|
||
|
||
|
||
<!-- | ||
<script type="text/javascript"> | ||
// after this many chars, enter will work again | ||
var CHARACTERS_TO_DISALLOW_ENTER = 100; | ||
function on_press(e) { | ||
var code = (e.keyCode ? e.keyCode : e.which); | ||
// check for orientation field on mobile | ||
if (!(typeof window.orientation !== "undefined") || (navigator.userAgent.indexOf('IEMobile') !== -1)) { | ||
var insult = document.getElementsByName("insult")[0].value; | ||
// if u press enter and no shift, send q | ||
if (code == 13 && !e.shiftKey && insult.length < CHARACTERS_TO_DISALLOW_ENTER) { | ||
submit_insult(); | ||
e.preventDefault(); | ||
} | ||
} | ||
} | ||
//does not refresh the page!!!! on safari back or reload of page make the question not submitted | ||
window.addEventListener('pageshow', function(e) { | ||
insult_submitted_already = false; | ||
document.getElementsByName("insult")[0].value = ""; | ||
}); | ||
</script> | ||
<form action="https://communistinsults.net/submit.php" method="post" name="submit"> | ||
submit an insult<br> | ||
<textarea rows="7" cols="47" maxlength="10000" name="insult" onkeypress="on_press(event, this)"></textarea> | ||
<br> | ||
<input type="hidden" name="location" value="insult"> | ||
<input type="button" onclick="submit_insult();" value="insult"> </form><br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
<br> --> | ||
|
||
<h3><qco> Your superstructure's weak. </qco></h3> |