Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        remove adblock blocker
  3. // @namespace   remove adblock blocker
  4. // @include     http://cloudyvideos.com*
  5. // @version     1
  6. // @grant       none
  7. // ==/UserScript==
  8.  
  9. setTimeout(function(){ jQuery('strong').remove(); }, 2500);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement