Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't blacklist draw.io website #74

Open
nikitavoloboev opened this issue Oct 14, 2017 · 3 comments
Open

Can't blacklist draw.io website #74

nikitavoloboev opened this issue Oct 14, 2017 · 3 comments

Comments

@nikitavoloboev
Copy link

I have this in my svimrc :

let blacklists = ["*://codepen.io/*", "*://draw.io/*", "*://*slack.com/*", "*://codesandbox.io/*", "*://codewars.com/*", "*://discordapp.com/*"]

However going to draw.io still doesn't turn off sVim for me. Not really sure why.

@chelovek0v
Copy link

Try to add "www" in front of the domain name, like this: "*://www.draw.io/*"

@CallumHoward
Copy link

I can't blacklist any websites, testing with:

let blacklists = ["://*youtube.com*"]

I tried all different combinations including with "www.", testing each time by opening a new tab and navigating to a youtube page and entering insert mode, seeing the mode indicator.
It is the only line in my sVimrc, so I can't see how it could be a syntax error.
sVim 1.0.7
Safari 12.1

@rk1
Copy link

rk1 commented Jan 21, 2020

@CallumHoward I just tried with
let blacklists = ["*://*youtube.com/*"]
and it seems to work, let me know if it works on your end.

@nikitavoloboev similarly for draw.io let blacklists = [ "*://*draw.io/*"]

(I know this is a very old issue, but I've been browsing all the open ones)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants