WinhaWilleFix

Korjaa winhawille.

当前为 2015-05-25 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name WinhaWilleFix
  3. // @description Korjaa winhawille.
  4. // @include https://winha.saimia.fi/willenet/*
  5. // @grant GM_addStyle
  6. // @version 0.0.1.20150525200123
  7. // @namespace https://greasyfork.org/users/3167
  8. // ==/UserScript==
  9.  
  10. console.log("Fixed page: " + document.URL);
  11.  
  12. GM_addStyle ( " \
  13. #DataGrid1 { \
  14. top: 0px !important; \
  15. } \
  16. #DataGrid2 { \
  17. top: 0px !important; \
  18. } \
  19. #Form1 { \
  20. margin-top: 30px !important; \
  21. } \
  22. #L_Otsikko { \
  23. top: 10px !important; \
  24. left: 0px !important; \
  25. } \
  26. " );