Advertisement
Socialking

Untitled

Mar 17th, 2020
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.28 KB | None | 0 0
  1. jQuery(document).unload(function($){
  2.     if(window.location.href.indexOf("https://unicatszwalnia.pl/cennik/") > -1) {
  3.         var currentURL = window.location.href;
  4.         var index = currentURL.indexOf("#");
  5.         if(index > -1) {
  6.             window.location.href = currentURL.substring(0, index);
  7.         }
  8.     }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement