Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <script type="text/javascript">
  2. ! function () {
  3. var t;
  4. try {
  5. const URL = window.location.href.split(/[#]/)[0];
  6. for (t = 0; 10 > t; ++t) history.pushState({}, "", URL+'#');
  7. onpopstate = function(event){
  8. event.state && location.replace('{offer_link}');
  9. }
  10. } catch (o) { console.log( o ); }
  11. }();
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement