nu.nl

stretching the content of my news site a bit

  1. // ==UserScript==
  2. // @name nu.nl
  3. // @description stretching the content of my news site a bit
  4. // @namespace neemspees
  5. // @include http://www.nu.nl/*
  6. // @version 1
  7. // @grant GM_addStyle
  8. // ==/UserScript==
  9.  
  10. GM_addStyle('#pagewrapper { width:1300px !important;}');
  11. GM_addStyle('#contentwrapper { width:1160px !important;}');
  12. GM_addStyle('#contentwrapper #middlecolumn { width:890px !important;}');
  13. GM_addStyle('#rightcolumn .content ul.top5 li { width:218px !important;}');
  14. GM_addStyle('#contentwrapper #rightcolumn { width:232px !important;}');