"IE Sucks chrome app popup info page"
Bootstrap 3.3.0 Snippet by rayrc

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html id="home" lang="en">
<meta http-equiv="X-UA-Compatible" content="chrome=2">
<meta charset="utf-8">
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1.0"/>
<title >IE Sucks</title>
<!--doesnt hurt to try does it-->
<meta http-equiv=”X-Frame-Options” content=”ALLOW-FROM” />
<meta name=”X-Frame-Options” content=”ALLOW” />
<!--fuck off maybe its for old time sake smarty pants -->
<meta http-equiv="cleartype" content="on">
<link rel="icon" href="./img/ie-sucks-64x64.png">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class="container">
<div class="head">
<header> <a href="//rayanthony.io/"><img src="http://rayanthony.io/extensions/IE-Sucks/chrome/img/ie-sucks-96x96.png">
<h2>IE Sucks™ </h2><h3>The Official Chrome Extension</h3>
<h3><em><i>Because Internet Explorer is a F$%&!@# Moron!</i></em></h3> </a>
</header>
</div>
<div class="main">
<p> Stop making excuses for it...Laugh at it! It truly does suck and needs a helmet and a chinstrap. So heres a fun drop down bar that mimics the old windows authenticode activeX installer but without the "ding" or the virus, for old times sake. youll see the bar drop down with a count of how many errors had to be coded around for IE's weak ass to understand.
<a href="https://rayanthony.io/extensions/" class="hover">more extensions!</a>
</p>
<p> Yes that retarded stubborn old codger hasn't died yet, perhaps when that inevitable day comes
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
html{width:100%;max-height:640px;}
body{
font-family: 'Typewriter','Courier New',sans;
font-size: 16px;
font-weight:700;
background-image:
/* top, transparent grey, faked with gradient */
linear-gradient(left,
rgba(96,96,96,0.4),
rgba(255, 255, 255,0.1),#fff,#f0f0f0,#f6f7f6,#f9f7f0,#fff),url(./img/ie-sucks-256.png") no-repeat;
background-blend-mode:multiply;
background-attach:cover;
backround-size:100% cover;
flex:1;
color:lightblue;
z-index: 5;
overflow: auto;
text-decoration: none;
text-rendering: optimizeLegibility;
/*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
text-align: center;color:lightblue;font-weight:bolder;
}
/* Pounding heart animation */
@keyframes pound {
to { transform: scale(1.2); }
}
.heart {
display: inline-block;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: