kinopoisk.ru cleaner

kinopoisk.ru no advert, no shit

  1. // ==UserScript==
  2. // @name kinopoisk.ru cleaner
  3. // @description kinopoisk.ru no advert, no shit
  4. // @version 1.0
  5. // @date 2012-08-17
  6. // @homepageURL http://userscripts.org/scripts/show/141656
  7. // @include http://kinopoisk.ru/*
  8. // @include http://www.kinopoisk.ru/*
  9. // @namespace https://greasyfork.org/users/2407
  10. // ==/UserScript==
  11.  
  12. var $ = unsafeWindow.jQuery;
  13.  
  14. $("<style type='text/css' charset='utf-8'>"+
  15. "body { background-image:none !important; background-color: #000 !important; }"+
  16. "html { background-image:none !important; }"+
  17. "#top .brand { position:relative !important; display:none !important; height:0px !important; }"+
  18. "#top .master { top:11px !important; }"+
  19. "#top .png_block {top:0px !important; }"+
  20. "#top { height:119px !important; }"+
  21. "#top .menu { top: 11px !important; }"+
  22. "#top_form { top: 23px !important; }"+
  23. "#menu_top_help { top: 28px !important; }"+
  24. ".png form .line_brand { display:none !important; }"+
  25. ".ny2011 { top:-9px !important; }"+
  26. ".logo { top:19px !important; }"+
  27. ".filmfans { display:none !important; }"+
  28. ".search { width:272px !important; }"+
  29. ".search_line_image {display:none !important; }"+
  30. ""+
  31. "</style>").appendTo('head');