Advertisement
Guest User

11

a guest
Apr 10th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // ==UserScript==
  2. // @name ukrywanie tagow
  3. // @namespace ukrywanie tagow
  4. // @include http://www.wykop.pl/mikroblog*
  5. // @include http://www.wykop.pl/wpis*
  6. // @include http://www.wykop.pl/tag*
  7. // @include http://www.wykop.pl/ludzie*
  8. // @include http://www.wykop.pl/dodatki*
  9. // @version 1
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. $( "h3.lheight20" ).click(function() {
  14. $( "#observedTags, .newtag" ).toggle();
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement