-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
183 lines (162 loc) · 7.07 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html>
<head>
<title>Javascript Switch</title>
<link rel="shortcut icon" href="icons/icon48.png" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="og_title" property="og:title" content="A World without Javascript - Javascript Switch"/>
<meta property="og:description" content="Developers and Users can switch JavaScript ON/OFF instantly, to block vulnerable JavaScript programs and to test accessibility of the website." />
<meta property="og:image" content="https://firebasestorage.googleapis.com/v0/b/manikandan-ramar.appspot.com/o/icon128.png?alt=media&token=4d93c903-66cd-4131-a929-277e59706a95" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mkdr390.github.io/javascript-switch/" />
<meta property="og:site_name" content="Javascript Switch" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="A World without Javascript - Javascript Switch" />
<meta name="twitter:description" content="Developers and Users can switch JavaScript ON/OFF instantly, to block vulnerable JavaScript programs and to test accessibility of the website." />
<meta name="twitter:image" content="https://firebasestorage.googleapis.com/v0/b/manikandan-ramar.appspot.com/o/icon128.png?alt=media&token=4d93c903-66cd-4131-a929-277e59706a95" />
<style>
body {
padding: 0;
margin: 0;
}
.app-container {
max-width: 700px;
margin: 0 auto;
text-align: center;
font-family: sans-serif;
padding: 15px;
}
.title-container {
border: 1px solid #00db4f;
border-radius: 25px;
}
.titleWrapper {
display: inline-block;
}
.logo {
float: left;
padding: 9px 9px 9px 0;
}
.title {
float: left;
font-size: 28px;
}
.list {
padding: 5px;
margin: 5px;
}
.descriptionWrapper {
display: flex;
padding: 30px 10px;
border: 1px solid #dadce0;
border-radius: 25px;
margin: 15px 0;
}
.desImage {
width: 150px;
padding-right: 15px;
}
.desCon {
text-align: left;
padding-left: 15px;
border-left: 1px solid #dadce0;
}
.footer {
padding: 30px;
}
.copyright {
border-top: 1px solid #dadce0;
padding: 10px;
color: #8c8d8d;
}
@media screen and (max-width: 460px) {
.descriptionWrapper {
flex-direction: column;
}
.desCon {
border-left: none;
}
.desImageWrapper {
padding-bottom: 15px;
border-bottom: 1px solid #dadce0;
}
}
</style>
</head>
<body>
<div class="app-container" >
<div class="title-container" >
<div class="titleWrapper" >
<img class="logo" src="icons/icon48.png" />
<h1 class="title" >Javascript Switch</h1>
</div>
</div>
<div class="descriptionWrapper" >
<div class="desImageWrapper" >
<img class="desImage" src="images/extension.jpg" />
</div>
<div class="desCon" >
<h3>💎 Chrome/Edge Extension</h3>
<div>
Developers and Users can switch JavaScript ON/OFF
<div class="list" >- To block vulnerable JavaScript programs and</div>
<div class="list" >- To test accessibility of the website</div>
</div>
</div>
</div>
<div class="descriptionWrapper">
<div class="desImageWrapper" >
<img class="desImage" src="images/platforms.jpg" />
</div>
<div class="desCon" >
<h3>🔮 Platforms Available</h3>
<div>
<div class="list" >- On <a href="https://microsoftedge.microsoft.com/addons/detail/cmdcconnebecmnehjjddjgoanaiilene" target="_blank" >Microsoft Store</a> for Edge Browsers.</div>
<div class="list" >- On <a href="https://chrome.google.com/webstore/detail/javascript-switch/fopnmaooogcdcnofegdbcgfbgpkhgoae" target="_blank" >Chrome Web Store</a> for Chrome Browsers.</div>
</div>
</div>
</div>
<div class="descriptionWrapper">
<div class="desImageWrapper" >
<img class="desImage" src="images/nojs.jpg" />
</div>
<div class="desCon" >
<h3>🌄 World without Javascript</h3>
<div>
When you switch off the javascript for a website, you will enter into a new world with
<div class="list" >- No ads</div>
<div class="list" >- No endless scrolling</div>
<div class="list" >- No Pop up</div>
<div class="list" >- No Cookies</div>
<div class="list" >- No Local Storage</div>
It means no data storing and sharing with advertisers and third party vulnerable programs. Enter into this new world of websites with Javascript Switch.
</div>
</div>
</div>
<div class="descriptionWrapper">
<div class="desImageWrapper" >
<img class="desImage" src="images/rate.png" />
</div>
<div class="desCon" >
<h3>😘 In Love with this ultimate extension?</h3>
<div>
<div class="list" >If this extention saves your time and you are really in love with it, then please rate ⭐ and write review ✍ for my extension.</div>
</div>
</div>
</div>
<div class="footer" >
Javascript Switch is built and maintained by
<a href="https://mkdr390.github.io" target="_blank">
Manikandan Ramar
</a>
on
<a href="https://github.com/mkdr390/javascript-switch" target="_blank">
GitHub
</a>
</div>
<div class="copyright" >
© 2020 Manikandan Ramar
</div>
</div>
</body>
</html>