Advertisement
Guest User

szybko

a guest
Jan 16th, 2019
2,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. (oldG => {
  2. window._g = (url, callback) => {
  3. if(url.includes("initlvl=1") && !url.includes("clientTs=")){
  4. url += `&clientTs=${window.unix_time(true)}`;
  5. }
  6.  
  7. oldG(url, callback);
  8. }
  9. })(window._g)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement