Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Two codes i would memorize if i had to start all over in 2025 filter_list
Author
Message
Two codes i would memorize if i had to start all over in 2025 #1
Code:
<script>
window.open("http://site1.com");
window.open("http://site2.com");
</script>

Code:
mshta javascript:window.open("http://site1.com");window.open("http://site2.com");window.close();

Reply







Users browsing this thread: 1 Guest(s)