Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Abu soset hyi
- // @namespace https://2ch.hk
- // @version 0.1
- // @description enter something useful
- // @author You
- // @match https://2ch.hk/b/*
- // @grant none
- // ==/UserScript==
- $(function()
- {
- setTimeout(function()
- {
- var interval_id = setInterval(function(){}, 9999);
- for (var i = 1; i <= interval_id; i++)
- clearInterval(i);
- }, 500);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement