KASKUS Smooth Style'15

Bikin tampilan kaskus barumu jadi nyaman dan fresh

当前为 2016-01-09 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name KASKUS Smooth Style'15
  3. // @namespace KASKUS Smooth Style'15
  4. // @description Bikin tampilan kaskus barumu jadi nyaman dan fresh
  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. // @exclude http://www.kaskus.co.id/show_post/*
  12. // @version 1.0
  13. // @grant none
  14. // ==/UserScript==
  15.  
  16. //main
  17. $('.main-content').css('width', '1170px');
  18. $('#leader-banner').html('<img src="http://help.kaskus.co.id/img/home-logo-n.png">');
  19. $('#leader-banner').css('line-height','80px');
  20. $('#leader-banner').css('text-align','left');
  21.  
  22. //thread
  23. $('.user-control-stick').css('width','1170px');
  24. $('.entry-body').css('width','1040px');
  25. $('.entry-body').css('float','right');
  26. $('.col-sm-3').remove();
  27. $('.related-thread').remove();