Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
script cambia tu referencia
SUBMITTED BY:
chorqui
DATE:
Oct. 12, 2016, 6:37 p.m.
FORMAT:
Text only
SIZE:
382 Bytes
Raw
Download
Tweet
HITS:
4039
Go to comments
Report
<script>
var site = new Array(31)
site[0] = "Aqui una web"
site[1] = "https://www.facebook.com"
site[2] = "Aqui una web"
site[3] = "https://es.pinterest.com"
site[4] = "Aqui una web"
siteNumber = Math.floor(Math.random()*4);
var ref= site[siteNumber];
delete window.document.referrer;
window.document.__defineGetter__('referrer', function () {
return ref;
});
</script>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus