Hi! I was looking at your project and giving it a try today and noticed that there wasn't support for custom lists of blocked websites. I was wondering if I could potentially add that feature in for you. What I would start with is adding a list (either an object or array) of strings in a config file that blockOff.js could then parse, then loop through that list making the same URL.startswith("iteminList") check that you have done already! This way people could edit their file to add items to their blockOff blacklist. Please let me know if it would be OK for me to proceed. If i did so I would do it on my own fork and then issue a pull request for your review when it is complete. Thanks for your consideration!
Hi! I was looking at your project and giving it a try today and noticed that there wasn't support for custom lists of blocked websites. I was wondering if I could potentially add that feature in for you. What I would start with is adding a list (either an object or array) of strings in a config file that blockOff.js could then parse, then loop through that list making the same URL.startswith("iteminList") check that you have done already! This way people could edit their file to add items to their blockOff blacklist. Please let me know if it would be OK for me to proceed. If i did so I would do it on my own fork and then issue a pull request for your review when it is complete. Thanks for your consideration!