-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (55 loc) · 2.95 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
<!DOCTYPE html>
<html class="no-dom-ready">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Lista VIP</title>
<meta name="description" content="Ferramente para auxílio da Lista VIP">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src='//html5shim.googlecode.com/svn/trunk/html5.js'></script>
<script>
//<![CDATA[
window.html5 || document.write('<script src="/js/html5.js"><\/script>')
//]]>
</script>
<![endif]-->
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div id='main' role='main'>
<h1>Lista VIP</h1>
<h2>Pequena ferramenta para auxiliar os promoters do mundo a fora.</h2>
<button type="button" id="tools-button">Mais ferramentas</button>
<div id="tools" class="inactive">
<a id="fb-inviter" class="bookmarklet" title="Facebook Inviter bookmarklet" onclick="alert('Arraste o botão até sua barra de favoritos | Drag the button to your Bookmarks bar'); return false;" href="javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//listavip.filipegiusti.com/bookmarklet.js');document.body.appendChild(e)})());">Facebook Inviter</a>
<p>
1. Arraste o botão acima até a barra de favoritos (CTRL + SHIFT + B caso esteja desabilitada) ou clique com o botão direito no botão e escolha a opção "Adicionar link aos favoritos...".
<br />
2. Vá até a pagina do evento no Facebook e clique em "Convidar amigos".
<br />
3. Rode até o final da lista de amigos.
<br />
4. Clique no link dos favoritos "Facebook Inviter" .
</p>
</div>
<form>
<textarea name="input" id="names-input"></textarea><textarea name="output" id="names-output" readonly="readonly"></textarea>
</form>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript">
window.jQuery || document.write('<script src="js/jquery-1.8.0.min.js"><\/script>');
</script>
<script src="js/main.js"></script>
<script>
var _gaq=[['_setAccount','UA-34014337-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>