WinhaWilleFix

Korjaa winhawille.

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址