Slengpung.com Pictures adjusted to screen

Resizes the pictures that are too big, and fit them to the screen width.

目前为 2020-08-14 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Slengpung.com Pictures adjusted to screen
  3. @description Resizes the pictures that are too big, and fit them to the screen width.
  4. @author V1rgul (https://github.com/V1rgul)
  5. @version 0.0.1.20200814212818
  6. @namespace https://gf.qytechs.cn/users/676264
  7. ==/UserStyle== */
  8.  
  9. @-moz-document url-prefix("http://www.slengpung.com/v3/show_photo.php") {
  10. html,
  11. body,
  12. body > table {
  13. width: 100%;
  14. }
  15.  
  16. body > table {
  17. width: 100% !important;
  18. }
  19. body > br {
  20. display: none;
  21. }
  22.  
  23. body > table > tbody > tr:nth-child(2) > td > img {
  24. max-width: 100%;
  25. width: auto !important;
  26. height: auto !important;
  27. }
  28. }

QingJ © 2025

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