Guest User

Untitled

a guest
May 1st, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. // ==UserScript==
  2. // @name spygasm.com
  3. // @namespace *spygasm.com*
  4. // @include httpS://*ru.spygasm.com*
  5. // @author WayOnG
  6. // @version 1.0
  7. // @description Убирием попапы и ограничение по времени просмотра.
  8. // @grant none
  9.  
  10. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
  11. // @require https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js
  12. // ==/UserScript==
  13.  
  14.  
  15.  
  16. // fancybox-overlay-fixed
  17.  
  18.  
  19. var timerId = setTimeout(function tick() {
  20. $('.fancybox-desktop').remove();
  21. $('.fancybox-overlay-fixed').remove();
  22. timerId = setTimeout(tick, 200);
  23. $.cookie('timer_guest_limit_expired',$.cookie("timer_reset_guest_limit_expired"));
  24. }, 200);
Advertisement
Add Comment
Please, Sign In to add comment