Quora.com Without Limit v.2

Bypass the need to login to use Quora.com

2022-09-18 기준 버전입니다. 최신 버전을 확인하세요.

/* ==UserStyle==
@name        Quora.com Without Limit v.2
@namespace   https://greatest.deepsurf.us/en/users/8-decembre?sort=updated
@version     2.00
@author      decembre
@description Bypass the need to login to use Quora.com
@license     unlicense
==/UserStyle== */

@-moz-document domain("www.quora.com"), url-prefix('https://quora.com') {
 
/* ==== 0- Quora.com Without Limit v.2  ==== */

/*  TEST NEED for  REGEXP - , domain("boards.greenhouse.io"), regexp("/(quora.com)")
https://questionsmilitaires.quora.com/?share=1
=== */

/* SUPP PROTECTION */
.q-absolute.qu-full.qu-bg--blue ,
.q-flex.qu-alignItems--flex-end.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall.qu-p--medium ,
#modal_page_wrapper ,
.q-flex.qu-alignItems--center.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall {
    display: none !important;
}
.q-fixed.qu-alignItems--center.qu-top--huge.qu-left--small.qu-right--small.qu-display--flex.qu-flexDirection--column{
display: none !important;
}
 
.q-box ,
.q-box.qu-overflow--hidden ,
.signup_wall_prevent_scroll #root {
    filter: none !important;
}
.q-fixed.qu-fullX {
    position: absolute !important;
}
.signup_wall_prevent_scroll .q-box .q-fixed + .q-flex {
    display: none !important;
}
div[id$="_signup_wall_wrapper"] {
    display: none !important;
}
.q-platform--mobile ,
.q-flex.qu-alignItems--center.qu-justifyContent--center.qu-overflow--hidden.qu-zIndex--blocking_wall + .q-box.qu-overflow--hidden {
    overflow: visible !important;
}
 
/* ==== END === */
 }