andy-portmen / open-in-vlc

a browser extension to send media links to VLC media player
https://webextension.org/listing/open-in-vlc.html
Mozilla Public License 2.0
113 stars 54 forks source link

Keyword Filter #24

Closed Kamiikaze closed 2 years ago

Kamiikaze commented 3 years ago

This Feature allows the user to add keywords on the option-panel. Links containing one of those keywords are getting filtered out.

Example:

Filter URLs or Media Types (seperated by comma) ".ts,w3schools,"

Will filter out all links containing "w3schools" or ending with ".ts".

Kamiikaze commented 2 years ago

Will this be a feature anytime?

andy-portmen commented 2 years ago

@Kamiikaze Some part of this PR is restyling. Please follow the original code styling and resubmit.

Kamiikaze commented 2 years ago

Since there is a lot of time passed and you moved to v3 it would be better closing this PR and creating a new one.

andy-portmen commented 2 years ago

I am using

module.exports = {
  'extends': [
    'eslint:recommended',
    'eslint-config-google'
  ]
};