Guest User

Don't NaoWhut me bro!

a guest
Jul 2nd, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name       Don't NaoWhut me bro
  3. // @namespace  http://arvtard.com
  4. // @version    0.1
  5. // @description  Stop it right \Nao!
  6. // @match      http://*havenandhearth.com*
  7. // @include     http://*havenandhearth.com*
  8. // @copyright  2013+, ArvinJA
  9. // @require     http://code.jquery.com/jquery-latest.min.js
  10.  
  11. // ==/UserScript==
  12.  
  13. $(document).ready(function(){
  14.     $("p:contains('NaoWhut')").next().children('br').replaceWith(" ");
  15. });
Advertisement
Add Comment
Please, Sign In to add comment