Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Don't NaoWhut me bro
- // @namespace http://arvtard.com
- // @version 0.1
- // @description Stop it right \Nao!
- // @match http://*havenandhearth.com*
- // @include http://*havenandhearth.com*
- // @copyright 2013+, ArvinJA
- // @require http://code.jquery.com/jquery-latest.min.js
- // ==/UserScript==
- $(document).ready(function(){
- $("p:contains('NaoWhut')").next().children('br').replaceWith(" ");
- });
Advertisement
Add Comment
Please, Sign In to add comment