chromium-vim icon indicating copy to clipboard operation
chromium-vim copied to clipboard

blacklists list is not respected anymore

Open borring opened this issue 9 years ago • 6 comments

I'm not sure when it stopped working. It used to work, but now it doesn't

Chrome: 44.0.2403.157 (64-bit linux) cvim: 1.2.79

borring avatar Sep 03 '15 03:09 borring

Could you share your cvimrc?

1995eaton avatar Sep 03 '15 22:09 1995eaton

Sure thing. Here it is:

" Settings
set noautofocus

set typelinkhints
let searchlimit = 60
let scrollstep = 120
let barposition = "bottom"
set scalehints
set incsearch
set ignorecase
set smartcase
set linkanimations
set nativelinkorder
let homedirectory="/home/moymoy"

set changelog

let highlight="#cccccc"
let vimcommand="nvim-qt"

let completionengines = ["google", "amazon", "imdb", "dogpile"]

let searchalias g = "google"



" Open all of these in a tab with `gnb` or open one of these with <N>goa where <N>
let qmark a = ["http://www.reddit.com/r/android", "http://www.reddit.com/r/linux", "http://www.reddit.com/r/vim", "http://www.reddit.com/r/neovim"]

let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "@https://mail.google.com/mail/*", "*://talkgadget.google.com/*", "*://typing-speed-test.aoeu.eu/*", "*://youtube.com/*"]

" blacklists prefixed by '@' act as a whitelist

let mapleader = "<Space>"

" Mappings

map <Leader>r reloadTabUncached
map u :undo<cr>

map gb :buffer<Space>
map yf gy
map myf my
map <Leader>f createActiveTabbedHint
map <Leader>; I
map <A-j> zi
map <A-k> zo

imap <C-o> editWithVim

borring avatar Sep 04 '15 01:09 borring

This morning, I noticed that I can use and to italicize and bold my words in Hangouts windows again. That's pretty much my only usecase for blacklists so far.

cvim version hasn't changed, so it must be the Chrome version. I'm on Chrome 45 now.

borring avatar Sep 20 '15 17:09 borring

+1 Just tried out cVim from the Chrome Store and blacklisting as well as "disabling for domain" are not working for me on Chrome 56.

fjahr avatar Mar 29 '17 23:03 fjahr

Indeed, it is not working me for either on Chrome 75 with blacklist:

let blacklists = ["*://mail.google.com/*"]

(the only thing I have in my cVimrc so far...)

brainstorm avatar Jul 07 '19 22:07 brainstorm

Correction, everything seems to work fine after restarting the browser!... weirdly, GMail changed the "delete email" shortcut from d to #, that confused me.

Good work @1995eaton, love you extension! :)

brainstorm avatar Jul 09 '19 01:07 brainstorm