dwb: Disable adblocker to prevent crashes

master
Pierre Neidhardt 2015-05-28 16:05:27 +02:00
parent 877f9f1318
commit 5f3347b3e6
3 changed files with 6 additions and 3 deletions

View File

@ -122,7 +122,7 @@ minimum-font-size=5
font-completion= font-completion=
enable-spatial-navigation=false enable-spatial-navigation=false
download-directory=~/temp download-directory=~/temp
adblocker=true adblocker=false
download-external-command=urxvt -e wget dwb_uri -O dwb_output --load-cookies dwb_cookies download-external-command=urxvt -e wget dwb_uri -O dwb_output --load-cookies dwb_cookies
user-stylesheet-uri= user-stylesheet-uri=
auto-load-images=true auto-load-images=true
@ -164,3 +164,7 @@ enable-ipc=true
adblocker-element-hider=true adblocker-element-hider=true
tabbar-height=0
statusbar-height=0
favicon-size=0

View File

@ -53,7 +53,7 @@ previousPatterns : "prev,previous,back,<,\u2190,\xab,\u226a,<<"
//>navtools___CONFIG //>navtools___CONFIG
}); });
//>navtools___SCRIPT //>navtools___SCRIPT
//<autoquvi___SCRIPT
//<contenthandler___SCRIPT //<contenthandler___SCRIPT
extensions.load("contenthandler", { extensions.load("contenthandler", {
//<contenthandler___CONFIG //<contenthandler___CONFIG

View File

@ -81,7 +81,6 @@
(define-key my-keys-minor-mode-map (kbd "C-x M-p") (lambda () (interactive) (narrow-to-page -1))) (define-key my-keys-minor-mode-map (kbd "C-x M-p") (lambda () (interactive) (narrow-to-page -1)))
;; Line numbers ;; Line numbers
;; TODO: This mode is slow on big files when using beginning-of-buffer binding.
(add-hook 'find-file-hook (lambda () (linum-mode 1))) (add-hook 'find-file-hook (lambda () (linum-mode 1)))
(define-key my-keys-minor-mode-map (kbd "C-<f5>") 'linum-mode) (define-key my-keys-minor-mode-map (kbd "C-<f5>") 'linum-mode)
(add-hook (add-hook