Slight Style Enhancer for Presse.com

Enhances the styling on diePresse.com slightly

  1. // ==UserScript==
  2. // @name Slight Style Enhancer for Presse.com
  3. // @namespace MegaByteSSEPresse
  4. // @description Enhances the styling on diePresse.com slightly
  5. // @include http*://*diepresse.com/*
  6. // @run-at document-start
  7. // @version 4.1
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. GM_addStyle(
  12. "#wrapper { \
  13. float: none !important; \
  14. margin: auto !important; \
  15. } \
  16. #navi.sticky { \
  17. right: unset !important; \
  18. left: unset !important; \
  19. } \
  20. #articlefeatv2 { \
  21. right: unset !important; \
  22. left: unset !important; \
  23. } \
  24. #network { \
  25. right: 0 !important; \
  26. left: 0 !important; \
  27. margin: auto !important; \
  28. }"
  29. );

QingJ © 2025

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