-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
36 lines (33 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<title>Facebook | Profile</title>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="img/eye.png">
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.css" rel="stylesheet" media="screen" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css" type="text/css" media="screen">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="res/purify.js"></script>
<script type="text/javascript" src="res/cust.min.js"></script>
<link href="res/cust.css" rel="stylesheet" media="screen">
</head>
<body onload="javascipt:hasher();">
<div class="container">
<h1>facebook</h1>
<h4> Profile Picture Viewer</h4>
<p>This webpage attempts to show you full-size profile pictures of "locked" profiles</p>
<button onclick="javascript:window.open('https://twitter.com/prakharprasad');" type="button" class="space btn btn-success enabled">@prakharprasad</button>
<br>
<div class="middle">
<input id="shit" type="text" placeholder="https://www.facebook.com/username" class="input-xlarge text-center shit-size" onfocus="javascript:erase(this);" onkeypress="javascript:check(event)" />
<br>
<br>
<button type="submit" onclick="javascript:process(document.getElementById('shit').value);" class="btn btn-primary btn-default space expand">View Image</button>
</div>
<div id="image"></div>
</div>
<a href="https://github.com/prakharprasad/facebook-profile-stalker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
</body>
</html>