AlternativeTo responsive + customizations

AlternativeTo website is more suitable for wide screens.

  1. /* ==UserStyle==
  2. @name AlternativeTo responsive + customizations
  3. @version 1.0.4
  4. @description AlternativeTo website is more suitable for wide screens.
  5. @author BreatFR (https://breat.fr)
  6. @namespace https://gitlab.com/breatfr
  7. @homepageURL https://gitlab.com/breatfr/alternativeto
  8. @supportURL https://discord.gg/Q8KSHzdBxs
  9. @license AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
  10. @preprocessor stylus
  11.  
  12. @var text hideads "Hide ads" 1
  13. ==/UserStyle== */
  14.  
  15. /* === Credits ===
  16. Website https://breat.fr
  17. facebook https://www.facebook.com/breatfroff
  18. mastodon https://mastodon.social/@breat_fr
  19. telegram https://t.me/breatfr
  20. vk https://vk.com/breatfroff
  21. X (twitter) https://x.com/breatfroff
  22. === Credits === */
  23.  
  24. @-moz-document domain("alternativeto.net") {
  25. body {
  26. overflow-x: hidden;
  27. }
  28. .container,
  29. .wide-container {
  30. max-width:100%;
  31. width: 100%;
  32. }
  33. .HeaderLinks_header__Ia2QY {
  34. max-width:100%;
  35. margin-left: 10px;
  36. margin-right: 10px;
  37. width: 100%;
  38. }
  39. .PageIntroImage_a2-header-left__jKwJJ {
  40. margin-left: 10%;
  41. }
  42. .react-tiny-popover-container {
  43. left: auto !important;
  44. right: 0 !important;
  45. top: 69px !important;
  46. transform: none !important;
  47. }
  48. if hideads {
  49. .GamAds_food__Gas_2,
  50. .in-list,
  51. .spacer-6,
  52. .spacer-16 {
  53. display: none;
  54. }
  55. div[style="display: flex; justify-content: center; margin: 12px auto;"] {
  56. margin: 0 !important;
  57. }
  58. }
  59. }

QingJ © 2025

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