Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

URL blacklist #90

Merged
merged 2 commits into from
Oct 23, 2017
Merged

URL blacklist #90

merged 2 commits into from
Oct 23, 2017

Conversation

ueokande
Copy link
Owner

close #11

In this PR allow to disable the plugin on certain URLs by settings:

{
  "blacklist": [
    "mail.google.com/u/*"
    "*.slack.com"
  ]
}

Pressing keys enables the plugin (supported in #86).

The blacklist pattern is available in URL list with * wildcard as "mail.google.com/u/*". Or you can simply specify URL only domain which compare only domain but not path.

@ueokande ueokande merged commit ccc8131 into master Oct 23, 2017
@ueokande ueokande deleted the 11-url-blacklist branch October 23, 2017 10:48
@Bankq
Copy link

Bankq commented Oct 23, 2017

Amazing! Thanks!

This was referenced Oct 25, 2017
@lucasbretana
Copy link

I'm sorry but... how/where do add this URL pattern???
I'm really lost and couldn't figure it out.. even looking at the code.. in a script that I don't understand.. could it be added to the doc?.. I mean.. I can even do it.. just help me add the damn youtube page to blacklist... 😅

@noomz
Copy link

noomz commented Nov 4, 2020

@lucasbretana here:

Screen Shot 2563-11-04 at 10 39 53

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

Successfully merging this pull request may close these issues.

URL blacklist to disable plugin
4 participants