Guest User

[2ch.hk]AntiHuita

a guest
Jun 8th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // ==UserScript==
  2. // @name [2ch.hk]AntiHuita
  3. // @namespace Valentine
  4. // @include https://2ch*
  5. // @version 1.1
  6. // @grant none
  7. // ==/UserScript==
  8. $(document).ready(function() {
  9. $('header>div>iframe').remove();
  10. $('div#plashque').remove();
  11. $('audio#BokaIEgoVnukAbu').remove();
  12. $('script[src$="/makaba/templates/js/events/chikatilo.js"]').remove();
  13. $('span#e14f-hero').remove(); });
Advertisement
Add Comment
Please, Sign In to add comment