clearyy / discord-link-opener

Automatically open browser tabs when links matching given constraints are sent in discord channels.
GNU General Public License v3.0
48 stars 27 forks source link

Remove required keywork entering when opening? #12

Open ghost opened 3 years ago

ghost commented 3 years ago

I'm trying to find a way to make it a lot easier when launching it. Is there a way to edit script to make it either not require keywords or anyone know an easy bat script that will auto double press enter to allow all links. (Or possibly just enter one keyword for whitelist then hit enter for blacklist so it's faster)

clearyy commented 3 years ago

Edit line 18 to be keywords = [''] and line 21 to be blacklist = []