s1mini

for s1

  1. // ==UserScript==
  2. // @name s1mini
  3. // @namespace https://bbs.saraba1st.com/
  4. // @version 1.93
  5. // @description for s1
  6. // @author ghostintheshell
  7. // @match https://bbs.saraba1st.com/*
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12. (function () {
  13. var commentImages = document.querySelectorAll('.zoom');
  14. commentImages.forEach(function(node) {
  15. node.style.maxWidth = '110px';
  16. node.style.height = 'auto';
  17. })
  18. var pls = document.querySelectorAll('.pls');
  19. pls.forEach(function (node) {
  20. node.style.transition = 'width 0.1s';
  21. });
  22. var favatar = document.querySelectorAll('.pls.favatar');
  23. favatar.forEach(function (node) {
  24. node.style.height = '100px';
  25. node.style.overflow = 'hidden';
  26. });
  27. var fsz = document.querySelectorAll('.t_fsz');
  28. fsz.forEach(function (node) {
  29. node.style.minHeight = '0px';
  30. });
  31. var avtm = document.querySelectorAll('.avtm');
  32. avtm.forEach(function (node) {
  33. node.style.width = '50px';
  34. });
  35. var avatars = document.querySelectorAll('.avtm img');
  36. avatars.forEach(function (node) {
  37. node.style.width = '50px';
  38. });
  39. var pbtn = document.querySelectorAll('#p_btn');
  40. pbtn.forEach(function (node) {
  41. node.style.padding = '0px';
  42. node.style.marginTop = '0px';
  43. node.style.marginBottom = '0px';
  44. });
  45. var plcs = document.querySelectorAll('.authicn.vm, .sign');
  46. plcs.forEach(function (node) {
  47. node.style.display = 'none';
  48. });
  49. var auth = document.querySelectorAll('.pti .authi, .pti .authi a, .xg1, .xg1 a');
  50. auth.forEach(function (node) {
  51. node.style.setProperty('color', '#C0C4CC', 'important');
  52. });
  53. var vwmy = document.querySelector('.vwmy');
  54. vwmy.style.display = 'none';
  55. })();

QingJ © 2025

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