mikanime 蜜柑计划 优化

解决概况介绍不换行问题,网格页方便选择链接文本。

  1. /* ==UserStyle==
  2. @name mikanime 蜜柑计划 优化
  3. @namespace userstyles.world/user/liweishu
  4. @version 1.0.0
  5. @description 解决概况介绍不换行问题,网格页方便选择链接文本。
  6. @author vveishu
  7. ==/UserStyle== */
  8. @-moz-document regexp("https://mikanime\\.tv/(|Home(|/MyBangumi|/Bangumi/.+|/Search\\?.+))") {
  9. /*主页 订阅 节目PC&Phone 搜索PC -广告*/
  10. div[style^="margin-top: 10p"] {
  11. display: none;
  12. }
  13. }
  14. @-moz-document regexp("https://mikanime\\.tv/(|Home(|/MyBangumi))") {
  15. /*主页 订阅*/
  16. /*方便选择链接文本*/
  17. .sk-bangumi,
  18. .central-container {
  19. .list-inline.an-ul .an-info {
  20. padding-left: 0;
  21. /*信息组加宽*/
  22. & > .an-info-group {
  23. width: auto;
  24. max-width: 146px;
  25. & > * {
  26. margin-left: 12px;
  27. }
  28. /*更新时间缩进*/
  29. & > .date-text {
  30. text-indent: 0.5em;
  31. }
  32. /*链接*/
  33. & > .an-text {
  34. white-space: normal!important;
  35. width: auto!important;
  36. /*border-right:1px dotted silver;*/
  37. }
  38. }
  39. }
  40. }
  41. /*Phone -广告*/
  42. div[style^="margin-top: 0p"] {
  43. display: none;
  44. }
  45. }
  46. @-moz-document regexp("https://mikanime\\.tv/Home/(Classic|Episode/.+)") {
  47. /*列表 节目 -广告*/
  48. div[style^="margin-top: -10px; m"] {
  49. display: none;
  50. }
  51. }
  52. @-moz-document regexp("https://mikanime\\.tv/Home/Bangumi/.+") {
  53. /*节目- 概况介绍 换行兼容*/
  54. .header2-desc {
  55. white-space: pre-wrap;
  56. }
  57. }
  58. @-moz-document regexp("https://mikanime\\.tv/Home/(Bangumi|Episode)/.+") {
  59. /*节目 集*/
  60. /*左栏边距*/
  61. #sk-container>.leftbar-container{
  62. margin-right: 3px;
  63. margin-left: 10px;
  64. }
  65. /*海报去边框*/
  66. .bangumi-poster {
  67. border: 0;
  68. margin: 0;
  69. }
  70. }

QingJ © 2025

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