1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

popupPanelOrientation

gwarser 2024-03-12 13:58:04 +01:00
parent e2daf0cd7d
commit 832ccd07d1

@ -32,6 +32,7 @@
- [modifyWebextFlavor](#modifyWebextFlavor)
- [popupFontSize](#popupFontSize)
- [popupPanelHeightMode](#popupPanelHeightMode)
- [popupPanelOrientation](#popupPanelOrientation)
- [requestJournalProcessPeriod](#requestJournalProcessPeriod)
- [requestStatsDisabled](#requestStatsDisabled)
- [selfieAfter](#selfieAfter)
@ -475,6 +476,19 @@ Solves clipping of the Overview Panel - [#785 (comment)](https://github.com/uBlo
***
#### `popupPanelOrientation`
Default: `unset`.
uBO [1.56.1b15](https://github.com/gorhill/uBlock/commit/0d77ccded7) and above.
Supported values:
- `unset`: uBO decides whichever mode is best
- `landscape`: force popup panel to landscape mode
- `portrait`: force popup panel to portrait mode
***
#### `requestJournalProcessPeriod`
Default: `1000` milliseconds.