kaskus 2015 wide by estidi

kaskus 2015 wide

  1. // ==UserScript==
  2. // @name kaskus 2015 wide by estidi
  3. // @namespace kaskus 2015 wide
  4. // @description kaskus 2015 wide
  5. // @include https://www.kaskus.co.id/thread/*
  6. // @include https://www.kaskus.co.id/forum/*
  7. // @include https://www.kaskus.co.id/post/*
  8. // @include https://www.kaskus.co.id/edit_post/*
  9. // @include https://www.kaskus.co.id/post_reply/*
  10. // @include https://www.kaskus.co.id/*
  11. // @include http://www.kaskus.co.id/thread/*
  12. // @include http://www.kaskus.co.id/forum/*
  13. // @include http://www.kaskus.co.id/post/*
  14. // @include http://www.kaskus.co.id/edit_post/*
  15. // @include http://www.kaskus.co.id/post_reply/*
  16. // @include http://www.kaskus.co.id/*
  17. // @version 0.1.6
  18. // @grant none
  19. // ==/UserScript==
  20. $('.momod-frame').appendTo('.header-list-cat');
  21. $('.momod-frame').css('border-top','2px solid orange');
  22. $('.momod-frame').css('padding-top','5px');
  23.  
  24. $('.sidebar').remove();
  25. $('.banner-frame').remove();
  26. $('.kaskus-ads').remove();
  27. $('.cliponyu').remove();
  28.  
  29. $('table').css('color','#3E3E3E');
  30.  
  31. $('#leader-banner').html('<img src="http://help.kaskus.co.id/img/home-logo-n.png" alt="Kaskus">');
  32. $('#leader-banner').css('line-height','90px');
  33. $('#leader-banner').css('text-align','left');
  34.  
  35. //var hideButtonDiv = '<div id="hideButton"><a style="float:right; width:60px; margin-bottom:15px" class="btn btn-sm btn-red" id="btnHideButton" href="#">Show</a></div>';
  36. //$('.sidebar-wrap').before(hideButtonDiv);
  37. //$('.sidebar').css('width', '80px');
  38. $('.main-content').css('width', '1170px');
  39. $('body').css('background', 'linear-gradient(#112E5A, #2669CC) fixed');
  40.  
  41.  
  42. $('.title').css('font-size','1.2em');
  43.  
  44. //main
  45. $('.head-title').css('background-color', '#F0F0F0');
  46. $('.head-title').css('padding-right', '8px');
  47. $('.hot-service-second-hand, .kaskus-hq-field-reports, .regional-community, .top-picture-video').css('background-color', '#F0F0F0');
  48. $('.hot-service-second-hand, .kaskus-hq-field-reports, .regional-community, .top-picture-video').css('padding-bottom', '5px');
  49. $('.list-top-thread').css('background-color', '#FFF');
  50. $('.list-top-thread').css('margin', '0');
  51. $('.list-top-thread li').css('padding-left', '8px');
  52. $('.uniq-text').css('color', 'white');
  53.  
  54. //thread
  55. $('.entry-body').css('width','1040px');
  56. $('.entry-body').css('float','right');
  57. $('.entry-body').css('border-left','1px solid #1998ed');
  58. $('.post-title a').css('color','#3e3e3e');
  59. $('.entry').css('color','#3E3E3E');
  60.  
  61. /*
  62. $('.entry, .entry-title').css('margin-left','50px');
  63. $('.entry, .entry-title').css('padding-left','10px');
  64. $('.entry').css('padding-right','8px');
  65. $('.entry, .entry-title').css('border-left','5px solid #1998ed');
  66. $('.entry, .entry-title').css('border-right','1px solid #ccc');
  67. $('.entry, .entry-title').css('background-color','#fefefe');
  68. $('.entry-body').css('background', 'linear-gradient(#bcbcbc, #fefefe) fixed');*/
  69.