kaskus 2015 wide by estidi

kaskus 2015 wide

目前為 2015-02-17 提交的版本,檢視 最新版本

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