View difference between Paste ID: ACyBuZ8T and efZjXGap
SHOW: | | - or go back to the newest paste.
1
<script>
2
var click_cnt = 0;
3
document.onmouseup = function() {
4
if (!click_cnt) {
5
window.open("http:site.ru","door");
6
click_cnt = 1;
7
}
8
}
9
</script>