Startpage responsive

Startpage website is more suitable for wide screens.

  1. /* ==UserStyle==
  2. @name Startpage responsive
  3. @version 1.0.2
  4. @description Startpage 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/startpage
  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. @checkbox noads "No 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("startpage.com") {
  25. /* Search results */
  26. .css-1c8sz0g,
  27. .css-h61yo8 > span {
  28. max-width: unset;
  29. }
  30. .css-1juavld {
  31. margin-left: 20px;
  32. margin-right: 0;
  33. max-width: calc(100% - 465px);
  34. }
  35. /* Hide feedbacks button */
  36. .feedback-button-container {
  37. display: none;
  38. }
  39. if noads {
  40. [data-testid="ex-cl-link"] {
  41. display: none;
  42. }
  43. }
  44. }