Advertisement
Guest User

Untitled

a guest
Oct 11th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Abu soset hyi
  3. // @namespace https://2ch.hk
  4. // @version 0.1
  5. // @description enter something useful
  6. // @author You
  7. // @match https://2ch.hk/b/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. $(function()
  12. {
  13. setTimeout(function()
  14. {
  15. var interval_id = setInterval(function(){}, 9999);
  16. for (var i = 1; i <= interval_id; i++)
  17. clearInterval(i);
  18. }, 500);
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement