|
@ -24,20 +24,16 @@ ul > li { |
|
|
color: #888; |
|
|
color: #888; |
|
|
} |
|
|
} |
|
|
#spoof-user-agent-with { |
|
|
#spoof-user-agent-with { |
|
|
|
|
|
box-sizing: border-box; |
|
|
direction: ltr; |
|
|
direction: ltr; |
|
|
display: block; |
|
|
display: block; |
|
|
font-size: 11px; |
|
|
font-size: 11px; |
|
|
width: 50em; |
|
|
|
|
|
height: 12em; |
|
|
|
|
|
|
|
|
height: 16em; |
|
|
|
|
|
overflow-x: scroll; |
|
|
|
|
|
resize: vertical; |
|
|
white-space: pre; |
|
|
white-space: pre; |
|
|
|
|
|
width: 100%; |
|
|
word-wrap: normal; |
|
|
word-wrap: normal; |
|
|
overflow-x: scroll; |
|
|
|
|
|
} |
|
|
|
|
|
body[dir="ltr"] #spoof-user-agent-with { |
|
|
|
|
|
margin-left: 1.25em; |
|
|
|
|
|
} |
|
|
|
|
|
body[dir="rtl"] #spoof-user-agent-with { |
|
|
|
|
|
margin-right: 1.25em; |
|
|
|
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
</head> |
|
|
</head> |
|
@ -99,11 +95,6 @@ body[dir="rtl"] #spoof-user-agent-with { |
|
|
<textarea id="spoof-user-agent-with" spellcheck="false"></textarea> |
|
|
<textarea id="spoof-user-agent-with" spellcheck="false"></textarea> |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
<h2 data-i18n="privacyBehindTheSceneHeader"></h2> |
|
|
|
|
|
<div> |
|
|
|
|
|
<p class="para" data-i18n="privacyProcessBehindTheSceneHelp"></p> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<script src="js/vapi-common.js"></script> |
|
|
<script src="js/vapi-common.js"></script> |
|
|
<script src="js/vapi-client.js"></script> |
|
|
<script src="js/vapi-client.js"></script> |
|
|
<script src="js/udom.js"></script> |
|
|
<script src="js/udom.js"></script> |
|
|