Add a kludge for travis-ci.org - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset b3318d37f89f65fe0f97fee1467986b4952705ed
(DIR) parent 944fd2c202dde07707c231bd30cde95f1035d139
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 30 Oct 2018 17:19:04
Add a kludge for travis-ci.org
Without html5-local-storage=true it does not seem to work (...but
it should be investigated why!).
Diffstat:
config/vimb/config | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff -r 944fd2c202dd -r b3318d37f89f config/vimb/config
--- a/config/vimb/config Sat Oct 27 00:14:47 2018 +0200
+++ b/config/vimb/config Tue Oct 30 17:19:04 2018 +0100
@@ -71,15 +71,20 @@
augroup default
au LoadStarted * set user-agent=
+ au LoadStarted * set html5-local-storage=false
augroup end
augroup kludges
+ # User-Agent: kludges
au LoadCommitted *://mobile.twitter.com/* set user-agent=curl/7.61.1
au LoadCommitted *://twitter.com/* set user-agent=curl/7.61.1
au LoadCommitted *://youtu.be/* set user-agent=curl/7.61.1
au LoadCommitted *://youtube.com/* set user-agent=curl/7.61.1
au LoadCommitted *://www.youtube.com/* set user-agent=curl/7.61.1
+ # Misc settings kludges
+ au LoadStarted *://travis-ci.org/* set html5-local-storage=true
+
au LoadFinished *://bandcamp.com/* eval! userscript_bandcamp();
au LoadFinished *://www.economist.com/* eval! userscript_economist();
au LoadFinished *://github.com/* eval! userscript_github();