Quora.com Without Limit v.5

Bypass the need to login to use Quora.com

  1. /* ==UserStyle==
  2. @name Quora.com Without Limit v.5
  3. @namespace https://greatest.deepsurf.us/en/users/8-decembre?sort=updated
  4. @version 5.00
  5. @author decembre
  6. @description Bypass the need to login to use Quora.com
  7. @license unlicense
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain(quora.com) {
  11. /* ==== 0- Quora.com Without Limit v.5 ==== */
  12.  
  13.  
  14. /* (new3) USER SELECT */
  15. html {
  16. -moz-user-select: text !important;
  17. -webkit-user-select: text !important;
  18. -ms-user-select: text !important;
  19. /* user-select: text !important; */
  20. }
  21.  
  22. /* SUPP PROTECTION */
  23. .q-click-wrapper.qu-mr--small.qu-borderRadius--pill.qu-alignItems--center.qu-justifyContent--center.qu-whiteSpace--nowrap.qu-userSelect--none.qu-display--inline-flex.qu-tapHighlight--white.qu-textAlign--center.qu-cursor--pointer.ClickWrapper___StyledClickWrapperBox-zoqi4f-0.iyYUZT.base___StyledClickWrapper-lx6eke-1.fjrnbr ,
  24. .qu-full ,
  25. .q-absolute.qu-full.qu-bg--blue ,
  26. .q-flex.qu-alignItems--flex-end.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall.qu-p--medium ,
  27. #modal_page_wrapper ,
  28. .q-flex.qu-alignItems--center.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall {
  29. display: none !important;
  30. }
  31. .q-fixed.qu-alignItems--center.qu-top--huge.qu-left--small.qu-right--small.qu-display--flex.qu-flexDirection--column{
  32. display: none !important;
  33. }
  34. .q-box ,
  35. .q-box.qu-overflow--hidden ,
  36. .signup_wall_prevent_scroll #root {
  37. filter: none !important;
  38. }
  39. .q-fixed.qu-fullX {
  40. position: absolute !important;
  41. }
  42. .signup_wall_prevent_scroll .q-box .q-fixed + .q-flex {
  43. display: none !important;
  44. }
  45. div[id$="_signup_wall_wrapper"] {
  46. display: none !important;
  47. }
  48. .q-platform--mobile ,
  49. .q-flex.qu-alignItems--center.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall + .q-box.qu-overflow--hidden {
  50. overflow: visible !important;
  51. }
  52.  
  53. /* (new4) */
  54. body.q-platform--desktop {
  55. overflow: visible !important;
  56. }
  57.  
  58. /* ==== END === */
  59. }