mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
The URLs must be space-separated. Reminders: - The additional resources will be updated at the same time the built-in resource file is updated - Purging the cache of 'uBlock filters' will also purge the cache of the built-in resource file -- and hence force a reload of the user's custom resources if any Related issues: - https://github.com/gorhill/uBlock/issues/3307 - https://github.com/uBlockOrigin/uAssets/issues/5184#issuecomment-475875189 Addtionally: - Opportunitically promisified assets.fetchText() - Fixed https://github.com/gorhill/uBlock/issues/3586
16 lines
260 B
CSS
16 lines
260 B
CSS
html {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
#advancedSettings {
|
|
border-top: 1px solid #ddd;
|
|
height: 75vh;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.CodeMirror-wrap pre {
|
|
word-break: break-all;
|
|
}
|