mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 16:47:59 +01:00
Add config.browser, config.tabbrowser. Fix mailbird. &c.
This commit is contained in:
@@ -400,7 +400,7 @@ const Hints = Module("hints", {
|
||||
}
|
||||
}
|
||||
|
||||
if (getBrowser().markupDocumentViewer.authorStyleDisabled) {
|
||||
if (config.browser.markupDocumentViewer.authorStyleDisabled) {
|
||||
let css = [];
|
||||
// FIXME: Broken for imgspans.
|
||||
for (let [, { doc: doc }] in Iterator(this._docs)) {
|
||||
|
||||
Reference in New Issue
Block a user