Advertisement
Guest User

Untitled

a guest
Apr 6th, 2019
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @author      /poland/
  3. // @description Usuwa zabezpieczenia z forum młodzieżowego karachan.org.
  4. // @icon        https://karachan.org/favicon.ico
  5. // @match       *://*.karachan.org/*
  6. // @name        karachan unlocker
  7. // @namespace   karachan.org
  8. // @version     1.0
  9. // ==/UserScript==
  10.  
  11. /*autoakceptacja regulaminu*/
  12. setCookie('regulamin', 'accepted', 365);
  13.  
  14. /*czajka*/
  15. $('#czaj').remove();
  16.  
  17. /*czerwonka*/
  18. $('div').each(function(){if(this.className.length==40)this.remove();});
  19.  
  20. /*peja*/
  21. $(document).ready(function(){$('iframe[src*="https://www.youtube.com/embed/j0aAiKSUzJM?autoplay=1"]').remove();});
  22.  
  23. /*scat*/
  24. $('#kurwy').remove();
  25.  
  26. /*smalce*/
  27. $('.board').attr('style','background-image:none!important');
  28.  
  29. /*wirówka*/
  30. localStorage.xD='xD';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement