Advertisement
AlexM1SHOP

Проброс меток

Sep 1st, 2019
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <script type="text/javascript">
  2.     var d = document.getElementsByTagName('a'),
  3.         i = d.length;
  4.     while (i--) {
  5.         d[i].setAttribute('href', 'http://URL?s=<?=$_GET['s'];?>&w=<?=$_GET['w'];?>&t=<?=$_GET['t'];?>&p=<?=$_GET['p'];?>&m=<?=$_GET['m'];?>');
  6.     }
  7.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement