Quora.com Without Limit v.5

Bypass the need to login to use Quora.com

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==UserStyle==
@name        Quora.com Without Limit v.5
@namespace   https://greasyfork.org/en/users/8-decembre?sort=updated
@version     5.00
@author      decembre
@description Bypass the need to login to use Quora.com
@license     unlicense
==/UserStyle== */

@-moz-document domain(quora.com) {
 
/* ==== 0- Quora.com Without Limit v.5  ==== */


/* (new3) USER SELECT */
html {
    -moz-user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
/*     user-select: text !important; */
}

/* SUPP PROTECTION */
.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 ,
.qu-full ,
.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;
}

/* (new4) */
body.q-platform--desktop {
    overflow: visible !important;
}

/* ==== END === */
}